paper-with-me

Papers

Phenomenal Yet Puzzling: Testing Inductive Reasoning Capabilities of Language Models with Hypothesis Refinement

2023-10-12 · Linlu Qiu, Liwei Jiang, Ximing Lu, Melanie Sclar, Valentina Pyatkin, Chandra Bhagavatula, Bailin Wang, Yoon Kim, Yejin Choi, Nouha Dziri, Xiang Ren

The ability to derive underlying principles from a handful of observations and then generalize to novel situations -- known as inductive reasoning -- is central to human intelligence. Prior work suggests that language models (LMs) often fall short on inductive reasoning, despite achieving impressive success on research benchmarks. In this work, we conduct a systematic study of the inductive reasoning capabilities of LMs through iterative hypothesis refinement, a technique that more closely mirrors the human inductive process than standard input-output prompting. Iterative hypothesis refinement employs a three-step process: proposing, selecting, and refining hypotheses in the form of textual rules. By examining the intermediate rules, we observe that LMs are phenomenal hypothesis proposers (i.e., generating candidate rules), and when coupled with a (task-specific) symbolic interpreter that is able to systematically filter the proposed set of rules, this hybrid approach achieves strong results across inductive reasoning benchmarks that require inducing causal relations, language-like instructions, and symbolic concepts. However, they also behave as puzzling inductive reasoners, showing notable performance gaps between rule induction (i.e., identifying plausible rules) and rule application (i.e., applying proposed rules to instances), suggesting that LMs are proposing hypotheses without being able to actually apply the rules. Through empirical and human analyses, we further reveal several discrepancies between the inductive reasoning processes of LMs and humans, shedding light on both the potentials and limitations of using LMs in inductive reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2310.08559

Code (1)

linlu-qiu/lm-inductive-reasoning 공식 구현

Similar Papers 제목 키워드 기반

The meta-problem and the transfer of knowledge between theories of consciousness: a software engineer's take

2019-02-18 · Marcel Kvassay

This contribution examines two radically different explanations of our phenomenal intuitions, one reductive and one strongly non-reductive, and identifies two germane ideas that could benefit many other theories of consc…

Inductive or Deductive? Rethinking the Fundamental Reasoning Abilities of LLMs

2024-07-31 · Kewei Cheng, Jingfeng Yang, Haoming Jiang, Zhengyang Wang 외

Reasoning encompasses two typical types: deductive reasoning and inductive reasoning. Despite extensive research into the reasoning capabilities of Large Language Models (LLMs), most studies have failed to rigorously dif…

counterfactualCounterfactual Reasoning

CodeARC: Benchmarking Reasoning Capabilities of LLM Agents for Inductive Program Synthesis

2025-03-29 · Anjiang Wei, Tarun Suresh, Jiannan Cao, Naveen Kannan 외

Inductive program synthesis, or programming by example, requires synthesizing functions from input-output examples that generalize to unseen inputs. While large language model agents have shown promise in programming tas…

BenchmarkingLarge Language ModelProgram Synthesis

Do Language Models Follow Occam's Razor? An Evaluation of Parsimony in Inductive and Abductive Reasoning

2025-09-03 · Yunxin Sun, Abulhair Saparov arxiv

Non-deductive reasoning, encompassing inductive and abductive reasoning, is essential in addressing complex real-world questions. One key feature of inductive and abductive reasoning is that there are many valid hypothes…

MIRAGE: Evaluating and Explaining Inductive Reasoning Process in Language Models

2024-10-12 · Jiachun Li, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

Inductive reasoning is an essential capability for large language models (LLMs) to achieve higher intelligence, which requires the model to generalize rules from observed facts and then apply them to unseen examples. We …