Evidence-Augmented Policy Optimization with Reward Co-Evolution for Long-Context Reasoning

TL;DR

EAPO enhances long-context reasoning with reward co-evolution, achieving significant performance gains.

cs.AI 🔴 Advanced 2026-01-15 3 views
Xin Guan Zijian Li Shen Huang Pengjun Xie Jingren Zhou Jiuxin Cao
Reinforcement Learning Long-Context Reasoning Evidence-Augmented Reward Co-Evolution NLP

Key Findings

Methodology

EAPO employs Evidence-Augmented Policy Optimization with reward co-evolution to tackle evidence sparsity in long-context reasoning. It uses Tree-Structured Evidence Sampling and Group-Relative Evidence Reward to ensure high-quality evidence extraction. An Adaptive Reward-Policy Co-Evolution mechanism dynamically refines the reward model to enhance its discriminative capability.

Key Results

  • EAPO significantly improves long-context reasoning performance across eight benchmarks, achieving an average accuracy of 63.1%, surpassing existing SOTA models.
  • On the SEAL-Hard benchmark, EAPO increased accuracy to 57.9%, over 4 percentage points higher than the GRPO baseline.
  • Human verification confirmed that 97.3% of evidence extracted by EAPO strictly supports the final answer, outperforming the GRPO baseline (92.6%).

Significance

EAPO significantly enhances long-context reasoning performance, addressing the evidence sparsity issue in traditional methods. It provides a new research direction in academia and offers more efficient solutions for long-text processing tasks in the industry.

Technical Contribution

EAPO introduces a shift from sparse outcome signals to dense process-oriented guidance through evidence-augmented policy optimization and reward co-evolution. It guarantees higher evidence extraction quality theoretically and achieves more efficient long-context reasoning in practice.

Novelty

EAPO uniquely combines evidence augmentation with reward co-evolution to solve the evidence sparsity problem in long-context reasoning. Compared to existing methods, EAPO innovates significantly in evidence extraction and dynamic reward model adjustment.

Limitations

  • In complex scenarios, EAPO's reward model may struggle to capture subtle differences in evidence quality.
  • The method is computationally intensive, requiring significant resources.

Future Work

Future research could explore EAPO's performance on larger datasets and optimize the computational efficiency of the reward model. Additionally, its applicability to other NLP tasks could be further validated.

AI Executive Summary

Long-context reasoning in NLP faces the challenge of evidence sparsity, which traditional reinforcement learning methods struggle to address effectively. EAPO introduces Evidence-Augmented Policy Optimization with reward co-evolution to significantly enhance long-context reasoning performance. This method first validates the importance of high-quality evidence extraction through Tree-Structured Evidence Sampling, then employs Group-Relative Evidence Reward to provide dense process supervision. Additionally, the Adaptive Reward-Policy Co-Evolution mechanism dynamically adjusts the reward model to ensure precise process guidance.

Experimental results demonstrate that EAPO excels across multiple benchmarks, particularly in complex tasks like SEAL-Hard, with significant accuracy improvements. The method holds significant academic value and offers more efficient solutions for long-text processing tasks in the industry. However, EAPO may face challenges in certain complex scenarios where the reward model's discriminative capability is insufficient, and future research could further optimize its computational efficiency.

In summary, EAPO provides an innovative solution for long-context reasoning by addressing bottlenecks in traditional methods through evidence augmentation and reward co-evolution, laying a foundation for further advancements in NLP.

Deep Analysis

Background

With the development of large language models, significant progress has been made in NLP. However, long-context reasoning remains a challenge, with traditional methods struggling with evidence sparsity. Existing reinforcement learning approaches primarily rely on outcome-based reward signals, failing to capture key evidence in the reasoning process effectively.

Core Problem

The core problem in long-context reasoning is effectively extracting and utilizing high-quality evidence. As context length increases, models often suffer from the 'lost in the middle' phenomenon, leading to degraded reasoning performance. Existing methods struggle to address evidence sparsity and inaccurate reasoning paths.

Innovation

EAPO introduces Evidence-Augmented Policy Optimization with reward co-evolution to tackle key issues in long-context reasoning. This method validates the importance of high-quality evidence extraction through Tree-Structured Evidence Sampling and provides dense process supervision via Group-Relative Evidence Reward.

Methodology

  • �� Evidence-Augmented Reasoning: Ensures high-quality evidence extraction through Tree-Structured Evidence Sampling.
  • �� Group-Relative Evidence Reward: Provides dense process supervision to enhance evidence quality.
  • �� Adaptive Reward-Policy Co-Evolution: Dynamically refines the reward model to improve discriminative capability.

Experiments

Experiments were conducted on eight long-context reasoning benchmarks, including SEAL and LongBench. Models like Qwen3-30B-A3B-Instruct were tested and compared with existing SOTA models to evaluate EAPO's performance improvements.

Results

Experimental results show that EAPO performs exceptionally well across multiple benchmarks, particularly in complex tasks like SEAL-Hard, with significant accuracy improvements. Human verification also indicates that EAPO's evidence quality surpasses traditional methods.

Applications

EAPO can be widely applied to NLP tasks requiring long-text processing, such as document analysis and information retrieval. Its efficient evidence extraction capabilities offer superior solutions for the industry.

Limitations & Outlook

Despite EAPO's strong performance across tasks, in some complex scenarios, the reward model may struggle to capture subtle differences in evidence quality. Additionally, the method is computationally intensive, requiring significant resources.

Plain Language Accessible to non-experts

Imagine you're in a massive library searching for specific information. Traditional methods are like randomly flipping through shelves, possibly missing key books. EAPO is like having a smart assistant who finds the most relevant books and ensures you understand their content. This assistant keeps learning, getting smarter, and helping you find answers faster.

ELI14 Explained like you're 14

Imagine playing a puzzle game where you need to find the right answer from a bunch of clues. EAPO is like a super smart helper that finds the most useful clues and makes sure you understand them. It keeps learning and getting better, helping you solve puzzles faster!

Glossary

Reinforcement Learning

A machine learning method that trains models through rewards and penalties.

Used to optimize evidence extraction in long-context reasoning.

Evidence-Augmented

A method that enhances reasoning performance through high-quality evidence.

Core methodology of EAPO.

Reward Co-Evolution

A mechanism that dynamically adjusts the reward model to improve discriminative capability.

Ensures precise process guidance in EAPO.

Tree-Structured Evidence Sampling

A method for exploring different evidence paths.

Used to validate the importance of high-quality evidence extraction.

Group-Relative Evidence Reward

A reward mechanism providing dense process supervision to enhance evidence quality.

Guides the model in extracting high-quality evidence in EAPO.

Open Questions Unanswered questions from this research

  • 1 How can EAPO's performance be optimized on larger datasets?
  • 2 How can the computational efficiency of the reward model be further improved?

Applications

Immediate Applications

Document Analysis

EAPO can be used to improve the efficiency of document analysis, helping quickly extract key information.

Long-term Vision

Intelligent Information Retrieval

In the future, EAPO could be used to build more intelligent information retrieval systems, enhancing search engine accuracy.

Abstract

While Reinforcement Learning (RL) has advanced LLM reasoning, applying it to long-context scenarios is hindered by sparsity of outcome rewards. This limitation fails to penalize ungrounded "lucky guesses," leaving the critical process of needle-in-a-haystack evidence retrieval largely unsupervised. To address this, we propose EAPO (Evidence-Augmented Policy Optimization). We first establish the Evidence-Augmented Reasoning paradigm, validating via Tree-Structured Evidence Sampling that precise evidence extraction is the decisive bottleneck for long-context reasoning. Guided by this insight, EAPO introduces a specialized RL algorithm where a reward model computes a Group-Relative Evidence Reward, providing dense process supervision to explicitly improve evidence quality. To sustain accurate supervision throughout training, we further incorporate an Adaptive Reward-Policy Co-Evolution mechanism. This mechanism iteratively refines the reward model using outcome-consistent rollouts, sharpening its discriminative capability to ensure precise process guidance. Comprehensive evaluations across eight benchmarks demonstrate that EAPO significantly enhances long-context reasoning performance compared to SOTA baselines.

cs.AI cs.CL