paper-with-me

Papers

Build-a-Bot: Teaching Conversational AI Using a Transformer-Based Intent Recognition and Question Answering Architecture

2022-12-14 · Kate Pearce, Sharifa Alghowinem, Cynthia Breazeal

As artificial intelligence (AI) becomes a prominent part of modern life, AI literacy is becoming important for all citizens, not just those in technology careers. Previous research in AI education materials has largely focused on the introduction of terminology as well as AI use cases and ethics, but few allow students to learn by creating their own machine learning models. Therefore, there is a need for enriching AI educational tools with more adaptable and flexible platforms for interested educators with any level of technical experience to utilize within their teaching material. As such, we propose the development of an open-source tool (Build-a-Bot) for students and teachers to not only create their own transformer-based chatbots based on their own course material, but also learn the fundamentals of AI through the model creation process. The primary concern of this paper is the creation of an interface for students to learn the principles of artificial intelligence by using a natural language pipeline to train a customized model to answer questions based on their own school curriculums. The model uses contexts given by their instructor, such as chapters of a textbook, to answer questions and is deployed on an interactive chatbot/voice agent. The pipeline teaches students data collection, data augmentation, intent recognition, and question answering by having them work through each of these processes while creating their AI agent, diverging from previous chatbot work where students and teachers use the bots as black-boxes with no abilities for customization or the bots lack AI capabilities, with the majority of dialogue scripts being rule-based. In addition, our tool is designed to make each step of this pipeline intuitive for students at a middle-school level. Further work primarily lies in providing our tool to schools and seeking student and teacher evaluations.

📄 PDF Abstract BibTeX arXiv:2212.07542

Code (0)

등록된 구현이 없습니다.

Tasks

AI AgentChatbotData AugmentationEthicsIntent RecognitionQuestion Answering

Similar Papers 제목 키워드 기반

Interactive Teaching for Conversational AI

2020-12-02 · Qing Ping, Feiyang Niu, Govind Thattai, Joel Chengottusseriyil 외

Current conversational AI systems aim to understand a set of pre-designed requests and execute related actions, which limits them to evolve naturally and adapt based on human interactions. Motivated by how children learn…

Iterative Data Programming for Expanding Text Classification Corpora

2020-02-04 · Neil Mallinar, Abhishek Shah, Tin Kam Ho, Rajendra Ugrani 외

Real-world text classification tasks often require many labeled training examples that are expensive to obtain. Recent advancements in machine teaching, specifically the data programming paradigm, facilitate the creation…

ClassificationDenoisingEnsemble LearningGeneral Classification+5

Towardseffective teaching assistants: From intent-based chatbots to LLM-poweredteachingassistants

2024-08-20 · Natural Language Processing Journal 8 (2024) 100101 2024 8 · Bashaer Alsafaria, C, ∗, Eric Atwella 외

As chatbot technology undergoes a transformative phase in the era of artificial intelligence (AI), the integration of advanced AI models emerges as a focal point for reshaping conversational agents within the education s…

Answer GenerationChatbotLarge Language ModelQuestion-Answer-Generation+1

Building the Intent Landscape of Real-World Conversational Corpora with Extractive Question-Answering Transformers

2022-08-26 · Jean-Philippe Corbeil, Mia Taige Li, Hadi Abdi Ghavidel

For companies with customer service, mapping intents inside their conversational data is crucial in building applications based on natural language understanding (NLU). Nevertheless, there is no established automated tec…

ClusteringExtractive Question-AnsweringNatural Language UnderstandingQuestion Answering+2

The timing bottleneck: Why timing and overlap are mission-critical for conversational user interfaces, speech recognition and dialogue systems

2023-07-28 · Andreas Liesenfeld, Alianda Lopez, Mark Dingemanse

Speech recognition systems are a key intermediary in voice-driven human-computer interaction. Although speech recognition works well for pristine monologic audio, real-life use cases in open-ended interactive settings st…

Intent Recognitionspeech-recognitionSpeech Recognition