SpeakEasy: A Conversational Intelligence Chatbot for Enhancing College Students' Communication Skills

Hyunbae Jeon,Rhea Ramachandran,Victoria Ploerer,Yella Diekmann,Max Bagga
2023-09-24
Abstract:Social interactions and conversation skills separate the successful from the rest and the confident from the shy. For college students in particular, the ability to converse can be an outlet for the stress and anxiety experienced on a daily basis along with a foundation for all-important career skills. In light of this, we designed SpeakEasy: a chatbot with some degree of intelligence that provides feedback to the user on their ability to engage in free-form conversations with the chatbot. SpeakEasy attempts to help college students improve their communication skills by engaging in a seven-minute spoken conversation with the user, analyzing the user's responses with metrics designed based on previous psychology and linguistics research, and providing feedback to the user on how they can improve their conversational ability. To simulate natural conversation, SpeakEasy converses with the user on a wide assortment of topics that two people meeting for the first time might discuss: travel, sports, and entertainment. Unlike most other chatbots with the goal of improving conversation skills, SpeakEasy actually records the user speaking, transcribes the audio into tokens, and uses macros-e.g., sequences that calculate the pace of speech, determine if the user has an over-reliance on certain words, and identifies awkward transitions-to evaluate the quality of the conversation. Based on the evaluation, SpeakEasy provides elaborate feedback on how the user can improve their conversations. In turn, SpeakEasy updates its algorithms based on a series of questions that the user responds to regarding SpeakEasy's performance.
Human-Computer Interaction,Artificial Intelligence,Sound,Audio and Speech Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to help college students improve their communication skills, especially their performance in free conversations. Specifically, the SpeakEasy project aims to help users improve their communication abilities by having a seven - minute spoken conversation with them, analyzing their responses, and providing improvement suggestions. The following are the main problems and goals of this paper: 1. **Improve communication skills**: - **Problem**: Many college students are deficient in social interaction and conversation skills, which may cause them difficulties in academic, career, and personal lives. - **Goal**: Design an intelligent chatbot, SpeakEasy, to help users practice and improve their conversation skills. 2. **Relieve social anxiety**: - **Problem**: Social anxiety and other mental disorders may affect students' communication abilities, forming a vicious cycle. - **Goal**: By providing a safe practice environment, help users enhance their self - confidence and reduce social anxiety. 3. **Evaluation and feedback mechanism**: - **Problem**: Existing chatbots are usually unable to effectively evaluate the quality of users' conversations and provide specific improvement suggestions. - **Goal**: SpeakEasy not only records users' voices but also quantitatively evaluates users' conversations through a series of indicators (such as speaking speed, vocabulary selection, frequency of asking questions, etc.) and gives detailed feedback. 4. **Simulate natural conversations**: - **Problem**: Most chatbots lack a sense of reality and are unable to simulate natural conversations between people. - **Goal**: SpeakEasy makes conversations more natural and engaging by introducing personalized settings (such as preferences, interests, etc.). 5. **Technical support and challenges**: - **Problem**: Developing a chatbot that can handle voice input and generate voice output faces technical challenges, such as background noise and compatibility with different operating systems. - **Goal**: By using advanced voice recognition and text - to - speech technologies (such as OpenAI's Whisper API and gTTS), ensure the stability of the system and user experience. In summary, SpeakEasy attempts to develop an intelligent chatbot by combining the research results of psychology and linguistics to help college students practice and improve their communication skills in a safe environment, thereby improving their social abilities and mental health.