paper-with-me

Papers

ORACLE: Optimizing Reasoning Abilities of Large Language Models via Constraint-Led Synthetic Data Elicitation

2026-03-22 · Zhuojie Yang, Wentao Wan, Keze Wang arxiv

Training large language models (LLMs) with synthetic reasoning data has become a popular approach to enhancing their reasoning capabilities, while a key factor influencing the effectiveness of this paradigm is the quality of the generated multi-step reasoning data. To generate high-quality reasoning data, many recent methods generate synthetic reasoning paths and filter them based on final answer correctness, often overlooking flaws in intermediate reasoning steps. To enhance the verification of intermediate reasoning steps, prior work primarily resorts to code execution or symbolic reasoning engines. However, code-based validation is restricted to code or mathematical tasks, and reasoning engines require a well-structured and complete context. As a result, existing methods fail to function effectively in natural language reasoning tasks that involve ambiguous or incomplete contexts. In these tasks, synthetic data still lack reliable checks for verifying each reasoning step. To address this challenge, we introduce ORACLE, a structured data generation framework inspired by syllogistic reasoning. ORACLE integrates the generative strengths of LLMs with symbolic supervision: the LLM produces step-wise reasoning contexts, while a symbolic reasoning engine verifies the validity of each intermediate step. By employing a unified prompting template to elicit modular reasoning chains, ORACLE enables fine-grained, step-level validation, facilitating the construction of high-quality multi-step reasoning data. Across six logical, factual, and commonsense reasoning benchmarks, our ORACLE consistently outperforms strong baselines on multiple models.

📄 PDF Abstract BibTeX arXiv:2603.21140

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Algorithmic Thinking Theory

2025-12-04 · MohammadHossein Bateni, Vincent Cohen-Addad, Yuzhou Gu, Silvio Lattanzi 외 arxiv

Large language models (LLMs) have proven to be highly effective for solving complex reasoning tasks. Surprisingly, their capabilities can often be improved by iterating on previously generated solutions. In this context,…

Socrates or Smartypants: Testing Logic Reasoning Capabilities of Large Language Models with Logic Programming-based Test Oracles

2025-04-09 · Zihao Xu, Junchen Ding, Yiling Lou, Kun Zhang 외

Large Language Models (LLMs) have achieved significant progress in language understanding and reasoning. Evaluating and analyzing their logical reasoning abilities has therefore become essential. However, existing datase…

Logical FallaciesLogical Reasoning

OracleAnalyser: Analysing Implicit Semantics of Oracle Bone Scripts through MLLMs with Post-training

2026-06-24 · Zijia Song, Yelin Wang, Zhengyi Ma, Zitong Yu 외 arxiv

With the advancement of artificial intelligence, research on oracle bone scripts has entered a new era. However, existing methods and benchmarks remain largely confined to recognition tasks, overlooking the equally cruci…

Reinforced MLLM: A Survey on RL-Based Reasoning in Multimodal Large Language Models

2025-04-30 · Guanghao Zhou, Panjia Qiu, Cen Chen, Jie Wang 외

The application of reinforcement learning (RL) to enhance the reasoning capabilities of Multimodal Large Language Models (MLLMs) constitutes a rapidly advancing research area. While MLLMs extend Large Language Models (LL…

Multimodal ReasoningReinforcement Learning (RL)

Effect of Document Packing on the Latent Multi-Hop Reasoning Capabilities of Large Language Models

2025-12-16 · Gabriele Prato, Shagun Sodhani, Alessandro Sordoni, Sarath Chandar arxiv

The standard practice for training large language models involves packing multiple documents together to optimize computational efficiency. However, the impact of this process on the models' capabilities remains largely …

Computational Efficiency