paper-with-me

홈 › Papers

InductionBench: LLMs Fail in the Simplest Complexity Class

2025-02-20 · Wenyue Hua, Tyler Wong, Sun Fei, Liangming Pan, Adam Jardine, William Yang Wang

Large language models (LLMs) have shown remarkable improvements in reasoning and many existing benchmarks have been addressed by models such as o1 and o3 either fully or partially. However, a majority of these benchmarks emphasize deductive reasoning, including mathematical and coding tasks in which rules such as mathematical axioms or programming syntax are clearly defined, based on which LLMs can plan and apply these rules to arrive at a solution. In contrast, inductive reasoning, where one infers the underlying rules from observed data, remains less explored. Such inductive processes lie at the heart of scientific discovery, as they enable researchers to extract general principles from empirical observations. To assess whether LLMs possess this capacity, we introduce InductionBench, a new benchmark designed to evaluate the inductive reasoning ability of LLMs. Our experimental findings reveal that even the most advanced models available struggle to master the simplest complexity classes within the subregular hierarchy of functions, highlighting a notable deficiency in current LLMs' inductive reasoning capabilities. Coda and data are available https://github.com/Wenyueh/inductive_reasoning_benchmark.

📄 PDF Abstract BibTeX arXiv:2502.15823

Code (1)

wenyueh/inductive_reasoning_benchmark 공식 구현

Tasks

scientific discovery

Similar Papers 제목 키워드 기반

How Well Do LLMs Perform on the Simplest Long-Chain Reasoning Tasks: An Empirical Study on the Equivalence Class Problem

2026-05-07 · Chun Zheng, Lianlong Wu, Bingqian Li, Lvting Liu 외 arxiv

Large Language Models (LLMs) have achieved great improvements in recent years. Nevertheless, it still remains unclear how good LLMs are for reasoning tasks, especially for long-chain ones. In this paper, we evaluate LLMs…

Adaptive-RAG: Learning to Adapt Retrieval-Augmented Large Language Models through Question Complexity

2024-03-21 · Soyeong Jeong, Jinheon Baek, Sukmin Cho, Sung Ju Hwang 외

Retrieval-Augmented Large Language Models (LLMs), which incorporate the non-parametric knowledge from external knowledge bases into LLMs, have emerged as a promising approach to enhancing response accuracy in several tas…

Question AnsweringRAGRetrieval

Towards Costless Model Selection in Contextual Bandits: A Bias-Variance Perspective

2021-06-11 · Sanath Kumar Krishnamurthy, Adrienne Margaret Propp, Susan Athey

Model selection in supervised learning provides costless guarantees as if the model that best balances bias and variance was known a priori. We study the feasibility of similar guarantees for cumulative regret minimizati…

Model SelectionMulti-Armed Bandits

Strategic PAC Learnability via Geometric Definability

2026-05-13 · Yuval Filmus, Shay Moran, Elizaveta Nesterova, Nir Rosenfeld 외 arxiv

Strategic classification studies learning settings in which individuals can modify their features, at a cost, in order to influence the classifier's decision. A central question is how the sample complexity of the induce…

Sooner than Expected: Hitting the Wall of Complexity in Evolution

2016-09-25 · Thomas Schmickl, Payam Zahadat, Heiko Hamann

In evolutionary robotics an encoding of the control software, which maps sensor data (input) to motor control values (output), is shaped by stochastic optimization methods to complete a predefined task. This approach is …

Artificial LifeStochastic Optimization