paper-with-me

홈 › Papers

Do Larger Language Models Imply Better Reasoning? A Pretraining Scaling Law for Reasoning

2025-04-04 · Xinyi Wang, Shawn Tan, Mingyu Jin, William Yang Wang, Rameswar Panda, Yikang Shen

Large Language Models (LLMs) have demonstrated remarkable capabilities across a wide range of tasks requiring complex reasoning. However, the effects of scaling on their reasoning abilities remain insufficiently understood. In this paper, we introduce a synthetic multihop reasoning environment designed to closely replicate the structure and distribution of real-world large-scale knowledge graphs. Our reasoning task involves completing missing edges in the graph, which requires advanced multi-hop reasoning and mimics real-world reasoning scenarios. To evaluate this, we pretrain language models (LMs) from scratch solely on triples from the incomplete graph and assess their ability to infer the missing edges. Interestingly, we observe that overparameterization can impair reasoning performance due to excessive memorization. We investigate different factors that affect this U-shaped loss curve, including graph structure, model size, and training steps. To predict the optimal model size for a specific knowledge graph, we find an empirical scaling that linearly maps the knowledge graph search entropy to the optimal model size. This work provides new insights into the relationship between scaling and reasoning in LLMs, shedding light on possible ways to optimize their performance for reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2504.03635

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsMemorization

Similar Papers 제목 키워드 기반

To Err is Machine: Vulnerability Detection Challenges LLM Reasoning

2024-03-25 · Benjamin Steenhoek, Md Mahbubur Rahman, Monoshi Kumar Roy, Mirza Sanjida Alam 외

In this paper, we present a challenging code reasoning task: vulnerability detection. Large Language Models (LLMs) have shown promising results in natural-language and math reasoning, but state-of-the-art (SOTA) models r…

Code GenerationIn-Context LearningMathProgram Repair+1

Compute-Optimal LLMs Provably Generalize Better With Scale

2025-04-21 · Marc Finzi, Sanyam Kapoor, Diego Granziol, Anming Gu 외

Why do larger language models generalize better? To investigate this question, we develop generalization bounds on the pretraining objective of large language models (LLMs) in the compute-optimal regime, as described by …

Generalization BoundsQuantization

ALERT: Adapting Language Models to Reasoning Tasks

2022-12-16 · Ping Yu, Tianlu Wang, Olga Golovneva, Badr Alkhamissy 외

Current large language models can perform reasonably well on complex tasks that require step-by-step reasoning with few-shot learning. Are these models applying reasoning skills they have learnt during pre-training and r…

Few-Shot LearningLanguage ModelingLanguage ModellingNatural Language Inference

Optimal Splitting of Language Models from Mixtures to Specialized Domains

2026-03-19 · Skyler Seto, Pierre Ablin, Anastasiia Filippova, Jiayuan Ye 외 arxiv

Language models achieve impressive performance on a variety of knowledge, language, and reasoning tasks due to the scale and diversity of pretraining data available. The standard training recipe is a two-stage paradigm: …

Understanding Reasoning from Pretraining to Post-Training

2026-07-17 · Jingyan Shen, Ang Li, Salman Rahman, Yifan Sun 외 arxiv

Reinforcement learning (RL) has become central to improving large language models (LLMs) on complex reasoning tasks, yet RL post-training is largely studied in isolation from the pretraining that precedes it. As a result…

Reinforcement Learning