CLApr 14, 2025

Improving In-Context Learning with Reasoning Distillation

arXiv:2504.10647v12 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing inductive reasoning in language models for tasks like 1D-ARC and MiniSCAN, representing an incremental improvement over existing methods.

The paper tackles the problem of language models' poor performance on inductive reasoning tasks in in-context learning by proposing ReDis, a reasoning distillation technique, which achieves significant improvements, such as 23.2% and 66.6% relative gains over GPT-4o on specific tasks.

Language models rely on semantic priors to perform in-context learning, which leads to poor performance on tasks involving inductive reasoning. Instruction-tuning methods based on imitation learning can superficially enhance the in-context learning performance of language models, but they often fail to improve the model's understanding of the underlying rules that connect inputs and outputs in few-shot demonstrations. We propose ReDis, a reasoning distillation technique designed to improve the inductive reasoning capabilities of language models. Through a careful combination of data augmentation, filtering, supervised fine-tuning, and alignment, ReDis achieves significant performance improvements across a diverse range of tasks, including 1D-ARC, List Function, ACRE, and MiniSCAN. Experiments on three language model backbones show that ReDis outperforms equivalent few-shot prompting baselines across all tasks and even surpasses the teacher model, GPT-4o, in some cases. ReDis, based on the LLaMA-3 backbone, achieves relative improvements of 23.2%, 2.8%, and 66.6% over GPT-4o on 1D-ARC, ACRE, and MiniSCAN, respectively, within a similar hypothesis search space. The code, dataset, and model checkpoints will be made available at https://github.com/NafisSadeq/reasoning-distillation.git.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes