paper-with-me

홈 › Papers

BIPED: Pedagogically Informed Tutoring System for ESL Education

2024-06-05 · Soonwoo Kwon, Sojung Kim, Minju Park, SeungHyun Lee, Kyuseok Kim

Large Language Models (LLMs) have a great potential to serve as readily available and cost-efficient Conversational Intelligent Tutoring Systems (CITS) for teaching L2 learners of English. Existing CITS, however, are designed to teach only simple concepts or lack the pedagogical depth necessary to address diverse learning strategies. To develop a more pedagogically informed CITS capable of teaching complex concepts, we construct a BIlingual PEDagogically-informed Tutoring Dataset (BIPED) of one-on-one, human-to-human English tutoring interactions. Through post-hoc analysis of the tutoring interactions, we come up with a lexicon of dialogue acts (34 tutor acts and 9 student acts), which we use to further annotate the collected dataset. Based on a two-step framework of first predicting the appropriate tutor act then generating the corresponding response, we implemented two CITS models using GPT-4 and SOLAR-KO, respectively. We experimentally demonstrate that the implemented models not only replicate the style of human teachers but also employ diverse and contextually appropriate pedagogical strategies.

📄 PDF Abstract BibTeX arXiv:2406.03486

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

SLOW: Strategic Logical-inference Open Workspace for Cognitive Adaptation in AI Tutoring

2026-03-30 · Yuang Wei, Ruijia Li, Bo Jiang arxiv

While Large Language Models (LLMs) have demonstrated remarkable fluency in educational dialogues, most generative tutors primarily operate through intuitive, single-pass generation. This reliance on fast thinking preclud…

Retrieval-Augmented Tutoring for Algorithm Tracing and Problem-Solving in AI Education

2026-05-13 · Mragisha Jain, Tirth Bhatt, Griffin Pitts, Aum Pandya 외 arxiv

Students learning algorithms often need support as they interpret traces, debug reasoning errors, and apply procedures across unfamiliar problem instances. In this paper, we present KITE (Knowledge-Informed Tutoring Engi…

Pedagogy-driven Evaluation of Generative AI-powered Intelligent Tutoring Systems

2025-10-26 · Kaushal Kumar Maurya, Ekaterina Kochmar arxiv

The interdisciplinary research domain of Artificial Intelligence in Education (AIED) has a long history of developing Intelligent Tutoring Systems (ITSs) by integrating insights from technological advancements, education…

How Real Is AI Tutoring? Comparing Simulated and Human Dialogues in One-on-One Instruction

2025-09-02 · Ruijia Li, Yuan-Hao Jiang, Jiatong Wang, Bo Jiang arxiv

Heuristic and scaffolded teacher-student dialogues are widely regarded as critical for fostering students' higher-order thinking and deep learning. However, large language models (LLMs) currently face challenges in gener…

Pedagogical Safety in Educational Reinforcement Learning: Formalizing and Detecting Reward Hacking in AI Tutoring Systems

2026-04-05 · Oluseyi Olukola, Nick Rahimi arxiv

Reinforcement learning (RL) is increasingly used to personalize instruction in intelligent tutoring systems, yet the field lacks a formal framework for defining and evaluating pedagogical safety. We introduce a four-laye…

Reinforcement Learning