paper-with-me

홈 › Papers

ItD: Large Language Models Can Teach Themselves Induction through Deduction

2024-03-09 · Wangtao Sun, Haotian Xu, Xuanqing Yu, Pei Chen, Shizhu He, Jun Zhao, Kang Liu

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.

📄 PDF Abstract BibTeX arXiv:2403.05789

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Knowledge Distillation for Bilingual Dictionary Induction

2017-09-01 · EMNLP 2017 9 · Ndap Nakashole, ula, Raphael Flauger

Leveraging zero-shot learning to learn mapping functions between vector spaces of different languages is a promising approach to bilingual dictionary induction. However, methods using this approach have not yet achieved …

Knowledge DistillationTranslationWord EmbeddingsZero-Shot Learning

Born a Transformer -- Always a Transformer?

2025-05-27 · Yana Veitsman, Mayank Jobanputra, Yash Sarrof, Aleksandra Bakalova 외

Transformers have theoretical limitations in modeling certain sequence-to-sequence tasks, yet it remains largely unclear if these limitations play a role in large-scale pretrained LLMs, or whether LLMs might effectively …

Limitations of Language Models in Arithmetic and Symbolic Induction

2022-08-09 · Jing Qian, Hong Wang, Zekun Li, Shiyang Li 외

Recent work has shown that large pretrained Language Models (LMs) can not only perform remarkably well on a range of Natural Language Processing (NLP) tasks but also start improving on reasoning tasks such as arithmetic …

Chain-of-Thought Reasoning is a Policy Improvement Operator

2023-09-15 · Hugh Zhang, David C. Parkes

Large language models have astounded the world with fascinating new capabilities. However, they currently lack the ability to teach themselves new skills, relying instead on large amounts of human-generated training data…

Self-Learning

A circuit for predicting hierarchical structure in-context in Large Language Models

2025-09-25 · Tankred Saanum, Can Demircan, Samuel J. Gershman, Eric Schulz arxiv

Large Language Models (LLMs) excel at in-context learning, the ability to use information provided as context to improve prediction of future tokens. Induction heads have been argued to play a crucial role for in-context…