paper-with-me

홈 › 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 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 in- tervention 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 student performance 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 also verify that misaligned teachers can lower student performance to random chance by intentionally misleading them.

📄 PDF Abstract BibTeX

Code (1)

swarnahub/explanationintervention 공식 구현 pytorch

Similar 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 th…

Good Teachers Explain: Explanation-Enhanced Knowledge Distillation

2024-02-05 · Amin Parchami-Araghi, Moritz Böhle, Sukrut Rao, Bernt Schiele

Knowledge Distillation (KD) has proven effective for compressing large teacher models into smaller student models. While it is well known that student models can achieve similar accuracies as the teachers, it has also be…

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

The Effect of Teacher Gender on Student Achievement in Primary School

2014-10-31 · Journal of Labour Economics 2014 10 · Heather Antecol, Ozkan Eren, Serkan Ozbeklik

Using data from a randomized experiment, we find that having a fe- male teacher lowers the math test scores of female primary school students in disadvantaged neighborhoods. Moreover, we do not find any effect of having …

Math

Improving Knowledge Distillation with Teacher's Explanation

2023-10-04 · Sayantan Chowdhury, Ben Liang, Ali Tizghadam, Ilijc Albanese

Knowledge distillation (KD) improves the performance of a low-complexity student model with the help of a more powerful teacher. The teacher in KD is a black-box model, imparting knowledge to the student only through its…

Knowledge Distillation