paper-with-me

Papers

AIPO: Learning to Reason from Active Interaction

2026-05-08 · Junnan Liu, Linhao Luo, Thuy-Trang Vu, Gholamreza Haffari arxiv

Recent advances in large language models (LLMs) have demonstrated remarkable reasoning capabilities, largely stimulated by Reinforcement Learning with Verifiable Rewards (RLVR). However, existing RL algorithms face a fundamental limitation: their exploration remains largely constrained by the inherent capability boundary of the policy model. Although recent methods introduce external expert demonstrations to extend this boundary, they typically rely on complete trajectory-level guidance, which is sample-inefficient, information-sparse, and may confine exploration to a static guidance space. Inspired by the potential of multi-agent systems, we propose $\textbf{AIPO}$, an enhanced reinforcement learning framework that improves LLM reasoning through active multi-agent interaction during exploration. Specifically, AIPO enables the policy model to proactively consult three functional collaborative agents, $\textit{Verify Agent}$, $\textit{Knowledge Agent}$, and $\textit{Reasoning Agent}$, when encountering reasoning bottlenecks, thereby receiving fine-grained and targeted guidance to actively expand its capability boundary during training. We further introduce a tailored importance sampling coefficient together with a clipping strategy to mitigate the off-policy bias and gradient vanishing issues that arise when learning from agent-provided feedback. After training, the policy model performs reasoning independently without relying on collaborative agents. Extensive experiments on diverse reasoning benchmarks, including AIME, MATH500, GPQA-Diamond, and LiveCodeBench, show that AIPO consistently improves reasoning performance, generalizes robustly across different policy models and RLVR algorithms, and effectively expands the reasoning capability boundary of the policy model.

📄 PDF Abstract BibTeX arXiv:2605.08401

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AIpom at SemEval-2024 Task 8: Detecting AI-produced Outputs in M4

2024-03-28 · Alexander Shirnin, Nikita Andreev, Vladislav Mikhailov, Ekaterina Artemova

This paper describes AIpom, a system designed to detect a boundary between human-written and machine-generated text (SemEval-2024 Task 8, Subtask C: Human-Machine Mixed Text Detection). We propose a two-stage pipeline co…

DecoderText Detection

XAIport: A Service Framework for the Early Adoption of XAI in AI Model Development

2024-03-25 · Zerui Wang, Yan Liu, Abishek Arumugam Thiruselvi, Abdelwahab Hamou-Lhadj

In this study, we propose the early adoption of Explainable AI (XAI) with a focus on three properties: Quality of explanation, the explanation summaries should be consistent across multiple XAI methods; Architectural Com…

AIPO: Improving Training Objective for Iterative Preference Optimization

2024-09-13 · Yaojie Shen, Xinyao Wang, Yulei Niu, Ying Zhou 외

Preference Optimization (PO), is gaining popularity as an alternative choice of Proximal Policy Optimization (PPO) for aligning Large Language Models (LLMs). Recent research on aligning LLMs iteratively with synthetic or…

RR-Net: Injecting Interactive Semantics in Human-Object Interaction Detection

2021-04-30 · Dongming Yang, Yuexian Zou, Can Zhang, Meng Cao 외

Human-Object Interaction (HOI) detection devotes to learn how humans interact with surrounding objects. Latest end-to-end HOI detectors are short of relation reasoning, which leads to inability to learn HOI-specific inte…

Human-Object Interaction DetectionRelation

Thinking by Doing: Building Efficient World Model Reasoning in LLMs via Multi-turn Interaction

2025-11-28 · Bao Shu, Yan Cai, Jianjian Sun, Chunrui Han 외 arxiv

Developing robust world model reasoning is crucial for large language model (LLM) agents to plan and interact in complex environments. While multi-turn interaction offers a superior understanding of environmental dynamic…

Active Learning