paper-with-me

홈 › Papers

Can Language Models Teach Weaker Agents? Teacher Explanations Improve Students via Personalization

2023-06-15 · Swarnadeep Saha, Peter Hase, Mohit Bansal

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models perform complex reasoning by generating explanations for their predictions, it is unclear whether they also make good teachers for weaker agents. To address this, we consider a student-teacher framework between two LLM agents and study if, when, and how the teacher should intervene with natural language explanations to improve the student's performance. Since communication is expensive, we define a budget such that the teacher only communicates explanations for a fraction of the data, after which the student should perform well on its own. We decompose the teaching problem along four axes: (1) if teacher's test time intervention improve student predictions, (2) when it is worth explaining a data point, (3) how the teacher should personalize explanations to better teach the student, and (4) if teacher explanations also improve students on future unexplained data. We first show that teacher LLMs can indeed intervene on student reasoning to improve their performance. Next, inspired by the Theory of Mind abilities of effective teachers, we propose building two few-shot mental models of the student. The first model defines an Intervention Function that simulates the utility of an intervention, allowing the teacher to intervene when this utility is the highest and improving student performance at lower budgets. The second model enables the teacher to personalize explanations for a particular student and outperform unpersonalized teachers. We also demonstrate that in multi-turn interactions, teacher explanations generalize and learning from explained data improves student performance on future unexplained data. Finally, we verify that misaligned teachers can lower student performance to random chance by intentionally misleading them.

📄 PDF Abstract BibTeX arXiv:2306.09299

Code (1)

swarnahub/explanationintervention 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Can Language Models Teach? Teacher Explanations Improve Student Performance via Personalization

2023-09-21 · NeurIPS 2023 11

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models (LLMs) perform complex reasoning by generating explanations…

Exploring Dark Knowledge under Various Teacher Capacities and Addressing Capacity Mismatch

2024-05-21 · Xin-Chun Li, Wen-Shu Fan, Bowen Tao, Le Gan 외

Knowledge Distillation (KD) could transfer the ``dark knowledge" of a well-performed yet large neural network to a weaker but lightweight one. From the view of output logits and softened probabilities, this paper goes de…

Knowledge Distillation

Large Language Models are In-context Teachers for Knowledge Reasoning

2023-11-12 · Jiachen Zhao, Zonghai Yao, Zhichao Yang, Hong Yu

In this work, we study in-context teaching (ICT), where a teacher provides in-context example rationales to teach a student to reason over unseen cases. Human teachers are usually required to craft in-context demonstrati…

In-Context LearningInformation RetrievalLarge Language ModelMedical Question Answering+3

Utility-based Adaptive Teaching Strategies using Bayesian Theory of Mind

2023-09-29 · Clémence Grislain, Hugo Caselles-Dupré, Olivier Sigaud, Mohamed Chetouani

Good teachers always tailor their explanations to the learners. Cognitive scientists model this process under the rationality principle: teachers try to maximise the learner's utility while minimising teaching costs. To …

Understanding Teacher Revisions of Large Language Model-Generated Feedback

2026-03-29 · Conrad Borchers, Luiz Rodrigues, Newarney Torrezão da Costa, Cleon Xavier 외 arxiv

Large language models (LLMs) increasingly generate formative feedback for students, yet little is known about how teachers revise this feedback before it reaches learners. Teachers' revisions shape what students receive,…