paper-with-me

Papers

Don't Tell the Answer, Truly Guide the Reasoning During RL Rollouts

2025-10-10 · Xinyi Wang, Jinyi Han, Zishang Jiang, Tingyun Li, Jiaqing Liang, Sihang Jiang, Zhaoqian Dai, Shuguang Ma, Fei Yu, Yanghua Xiao arxiv

Reinforcement Learning (RL) has become a key driver for enhancing the long chain-of-thought (CoT) reasoning capabilities of Large Language Models (LLMs). However, prevalent methods like GRPO often fail when task difficulty exceeds model capacity, leading to reward sparsity and inefficient training. Prior work attempts to mitigate this with off-policy data, but such methods often induce severe distributional mismatches that destabilize policy updates. In this work, we identify a core issue underlying these failures, which we term low training affinity, and introduce Affinity, the first quantitative metric for monitoring the compatibility between external guidance and the model's intrinsic policy. To address this, we propose HINT, an adaptive framework designed to enhance reasoning capabilities while explicitly preserving high Affinity. First, instead of revealing partial answers, HINT supplies Meta-Hints, which act as abstract cognitive scaffolding to guide the model in articulating solutions independently. Second, to ensure stability, we integrate Affinity-Aware Policy Optimization (AAPO), which dynamically modulates the learning objective based on the Affinity. Extensive experiments across diverse benchmarks demonstrate that HINT consistently outperforms strong baselines, while exhibiting superior stability and robust generalization to out-of-distribution tasks. Code is available at https://github.com/ViviqwerAsd/HINT.

📄 PDF Abstract BibTeX arXiv:2510.09388

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Conversational AI : Open Domain Question Answering and Commonsense Reasoning

2019-09-18 · Kinjal Basu

Our research is focused on making a human-like question answering system which can answer rationally. The distinguishing characteristic of our approach is that it will use automated common sense reasoning to truly "under…

Common Sense ReasoningOpen-Domain Question AnsweringQuestion Answering

HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation

2025-02-18 · Hao liu, Zhengren Wang, Xi Chen, Zhiyu Li 외

Retrieval-Augmented Generation (RAG) systems often struggle with imperfect retrieval, as traditional retrievers focus on lexical or semantic similarity rather than logical relevance. To address this, we propose \textbf{H…

Logical ReasoningRAGRetrievalRetrieval-augmented Generation+2

Harnessing Knowledge and Reasoning for Human-Like Natural Language Generation: A Brief Review

2022-12-07 · Jiangjie Chen, Yanghua Xiao

The rapid development and application of natural language generation (NLG) techniques has revolutionized the field of automatic text production. However, these techniques are still limited in their ability to produce hum…

Text Generation

MathVerse: Does Your Multi-modal LLM Truly See the Diagrams in Visual Math Problems?

2024-03-21 · Renrui Zhang, Dongzhi Jiang, Yichi Zhang, Haokun Lin 외

The remarkable progress of Multi-modal Large Language Models (MLLMs) has garnered unparalleled attention, due to their superior performance in visual contexts. However, their capabilities in visual math problem-solving r…

MathMathematical Reasoning

Partial Reasoning in Language Models: Search and Refinement Guided by Uncertainty

2026-01-17 · Murilo da Luz, Bruno Brandão, Luana Martins, Gustavo Oliveira 외 arxiv

The use of Large Language Models (LLMs) for reasoning and planning tasks has drawn increasing attention in Artificial Intelligence research. Despite their remarkable progress, these models still exhibit limitations in mu…

Logical Reasoning