paper-with-me

홈 › Papers

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 demonstrations, which are costly and have high variance. We ask whether a large language model (LLM) can serve as a more effective in-context teacher for itself or other LLMs, compared to humans. Inspired by the Encoding Specificity Hypothesis from human episodic memory, we hypothesize that in-context exemplars crafted by the teacher should match the training data of the student. This hypothesis motivates us to propose Self-Explain where an LLM's self-elicited explanations are used as in-context demonstrations for prompting it as they are generalized from the model's training examples. Self-Explain is shown to significantly outperform using human-crafted exemplars and other baselines. Furthermore, we reveal that for ICT, rationales from different teacher LLMs or human experts that more resemble the student LLM's self-explanations are better in-context demonstrations. This supports our encoding specificity hypothesis. We then propose Teach-Back that aligns a teacher LLM with the student to enhance the ICT performance. For example, Teach-Back enables a 7B model to teach the much larger GPT-3.5 in context, surpassing human teachers by around 5% in test accuracy on medical question answering.

📄 PDF Abstract BibTeX arXiv:2311.06985

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningInformation RetrievalLarge Language ModelMedical Question AnsweringQuestion AnsweringRetrievalSpecificity

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음
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…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

On-Policy Context Distillation for Language Models

2026-02-12 · Tianzhu Ye, Li Dong, Xun Wu, Shaohan Huang 외 arxiv

Context distillation enables language models to internalize in-context knowledge into their parameters. In our work, we propose On-Policy Context Distillation (OPCD), a framework that bridges on-policy distillation with …

Knowledge DistillationMathematical Reasoning

Automatically Inferring Teachers' Geometric Content Knowledge: A Skills Based Approach

2026-04-15 · Ziv Fenigstein, Kobi Gal, Avi Segal, Osama Swidan 외 arxiv

Assessing teachers' geometric content knowledge is essential for geometry instructional quality and student learning, but difficult to scale. The Van Hiele model characterizes geometric reasoning through five hierarchica…

Multi-Task Learning

LLM-Guided Knowledge Distillation for Temporal Knowledge Graph Reasoning

2026-02-16 · Wang Xing, Wei Song, Siyu Lin, Chen Wu 외 arxiv

Temporal knowledge graphs (TKGs) support reasoning over time-evolving facts, yet state-of-the-art models are often computationally heavy and costly to deploy. Existing compression and distillation techniques are largely …

Knowledge DistillationKnowledge GraphsLink Prediction

Learning from Committee: Reasoning Distillation from a Mixture of Teachers with Peer-Review

2024-10-04 · Zhuochun Li, Yuelyu Ji, Rui Meng, Daqing He

While reasoning capabilities typically emerge in large language models (LLMs) with tens of billions of parameters, recent research focuses on improving smaller open-source models through knowledge distillation (KD) from …

Knowledge DistillationLogical Reasoning

Spatial Knowledge Distillation to aid Visual Reasoning

2018-12-10 · Somak Aditya, Rudra Saha, Yezhou Yang, Chitta Baral

For tasks involving language and vision, the current state-of-the-art methods tend not to leverage any additional information that might be present to gather relevant (commonsense) knowledge. A representative task is Vis…

DiagnosticKnowledge DistillationQuestion AnsweringRelational Reasoning+3