English

ItD: Large Language Models Can Teach Themselves Induction through Deduction

Computation and Language 2024-03-12 v1 Artificial Intelligence

Abstract

Although Large Language Models (LLMs) are showing impressive performance on a wide range of Natural Language Processing tasks, researchers have found that they still have limited ability to conduct induction. Recent works mainly adopt ``post processes'' paradigms to improve the performance of LLMs on induction (e.g., the hypothesis search & refinement methods), but their performance is still constrained by the inherent inductive capability of the LLMs. In this paper, we propose a novel framework, Induction through Deduction (ItD), to enable the LLMs to teach themselves induction through deduction. The ItD framework is composed of two main components: a Deductive Data Generation module to generate induction data and a Naive Bayesian Induction module to optimize the fine-tuning and decoding of LLMs. Our empirical results showcase the effectiveness of ItD on two induction benchmarks, achieving relative performance improvement of 36% and 10% compared with previous state-of-the-art, respectively. Our ablation study verifies the effectiveness of two key modules of ItD. We also verify the effectiveness of ItD across different LLMs and deductors. The data and code of this paper can be found at https://anonymous.4open.science/r/ItD-E844.

Keywords

Cite

@article{arxiv.2403.05789,
  title  = {ItD: Large Language Models Can Teach Themselves Induction through Deduction},
  author = {Wangtao Sun and Haotian Xu and Xuanqing Yu and Pei Chen and Shizhu He and Jun Zhao and Kang Liu},
  journal= {arXiv preprint arXiv:2403.05789},
  year   = {2024}
}
R2 v1 2026-06-28T15:14:19.889Z