paper-with-me

홈 › Papers

KNIFE: Distilling Reasoning Knowledge From Free-Text Rationales

2022-12-19 · Aaron Chan, Zhiyuan Zeng, Wyatt Lake, Brihi Joshi, Hanjie Chen, Xiang Ren

Language models (LMs) have yielded impressive results on many language reasoning tasks, but their unexpected errors raise doubts about their reasoning abilities. In light of this, there is growing interest in finetuning/prompting LMs with both task instances and their associated free-text rationales (FTRs), which explain the correct reasoning process for predicting the correct task output (i.e., how to be "right for the right reasons"). However, existing finetuning methods fail to improve LM performance, while prompting needs prohibitively large (i.e., >50B) LMs to work well. We propose KNIFE, which shows that reasoning knowledge can be effectively distilled from FTRs into a small (i.e., <1B) LM and improve the LM's performance. First, KNIFE finetunes a teacher LM (given task input and FTR) to predict the task output, transferring reasoning knowledge from the FTRs to the teacher's hidden states. Second, KNIFE finetunes a student LM (given task input only) such that its hidden states are aligned with the teacher's. Thus, the student is endowed with reasoning knowledge but can be used for inference without direct FTR input. On two question-answering datasets, KNIFE outperforms various finetuning and prompting baselines in fully-supervised and low-resource settings. Also, we observe that FTR quality is crucial to KNIFE's performance.

📄 PDF Abstract BibTeX arXiv:2212.09721

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLanguage ModellingQuestion Answering

Methods 이 논문이 사용한 방법론

fail 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Training-Free Test-Time Contrastive Learning for Large Language Models

2026-04-15 · Kaiwen Zheng, Kai Zhou, Jinwu Hu, Te Gu 외 arxiv

Large language models (LLMs) demonstrate strong reasoning capabilities, but their performance often degrades under distribution shift. Existing test-time adaptation (TTA) methods rely on gradient-based updates that requi…

Test-time AdaptationContrastive Learning

Distilling Structured Knowledge for Text-Based Relational Reasoning

2020-11-01 · EMNLP 2020 11 · Jin Dong, Marc-Antoine Rondeau, William L. Hamilton

There is an increasing interest in developing text-based relational reasoning systems, which are capable of systematically reasoning about the relationships between entities mentioned in a text. However, there remains a …

Contrastive LearningKnowledge DistillationRelational ReasoningTransfer Learning

Distilling HuBERT with LSTMs via Decoupled Knowledge Distillation

2023-09-18 · Danilo de Oliveira, Timo Gerkmann

Much research effort is being applied to the task of compressing the knowledge of self-supervised models, which are powerful, yet large and memory consuming. In this work, we show that the original method of knowledge di…

Automatic Speech RecognitionKnowledge Distillationspeech-recognitionSpeech Recognition

Reading Books is Great, But Not if You Are Driving! Visually Grounded Reasoning about Defeasible Commonsense Norms

2023-10-16 · Seungju Han, Junhyeok Kim, Jack Hessel, Liwei Jiang 외

Commonsense norms are defeasible by context: reading books is usually great, but not when driving a car. While contexts can be explicitly described in language, in embodied scenarios, contexts are often provided visually…

2k

Turning Dust into Gold: Distilling Complex Reasoning Capabilities from LLMs by Leveraging Negative Data

2023-12-20 · Yiwei Li, Peiwen Yuan, Shaoxiong Feng, Boyuan Pan 외

Large Language Models (LLMs) have performed well on various reasoning tasks, but their inaccessibility and numerous parameters hinder wide application in practice. One promising way is distilling the reasoning ability fr…

Arithmetic Reasoning