REFACT: Adaptive Fact Restatement for Compact and Faithful Chain-of-Thought Reasoning

TL;DR

REFACT enhances long-text reasoning by adaptive fact restatement, reducing tokens and improving evidence density.

cs.CL 🔴 Advanced 2026-07-23 39 views
Zhensheng Jin Xin Dai Zhenghao Liu Chaojun Xiao Huiyuan Xie Yu Gu Ge Yu Maosong Sun
long-context reasoning fact restatement chain-of-thought citation grounding model interpretability

Key Findings

Methodology

REFACT employs a two-stage training pipeline combining teacher-generated high-quality citation-aware trajectories with supervised fine-tuning (SFT) and reinforcement learning (RL). It integrates multi-granularity evidence labels and reward mechanisms (format, accuracy, traceability, answerability) to optimize the model’s ability to adaptively select and restate source facts during reasoning. The approach involves constructing diverse long-context datasets with inserted distractors, enabling the model to handle varying input lengths efficiently. The core algorithm emphasizes dynamic evidence alignment and fact granularity adjustment, leading to more concise and faithful reasoning paths.

Key Results

  • REFACT achieves an average F1 score of 64.4 on LongBench v1, outperforming baselines by approximately 4 points, while reducing reasoning tokens by 30%. In 128k-length scenarios, evidence density increases by over 20%, with shorter, more relevant reasoning traces. On LV-Eval, FactRecall reaches 66.3%, demonstrating superior multi-hop reasoning. In ConFiQA, the model shows improved source fidelity, indicating stronger evidence grounding. Ablation studies confirm the importance of adaptive fact restatement and multi-granularity evidence labels for performance gains.
  • Across multiple datasets, REFACT maintains high evidence utilization efficiency, producing more compact, accurate, and interpretable reasoning paths, significantly advancing long-text reasoning capabilities.

Significance

This work addresses critical challenges in long-context reasoning, notably the trade-off between path length and evidence support. By transforming citation mechanisms into adaptive, intermediate reasoning states, REFACT enhances model trustworthiness and interpretability. Its ability to dynamically select and restate facts based on local inference needs represents a significant step toward more reliable and efficient large language models, with broad implications for applications requiring high factual fidelity, such as legal, medical, and scientific domains.

Technical Contribution

The main technical innovation lies in integrating multi-granularity evidence labeling with a reward-driven training framework, enabling models to adaptively choose fact granularity and incorporate evidence into reasoning trajectories. The two-stage SFT-to-RL process ensures effective learning of evidence selection, fact restatement, and path compression. This approach surpasses previous static or post-hoc evidence injection methods by fostering real-time, context-sensitive evidence utilization, thus producing shorter, more faithful reasoning chains with higher evidence density.

Novelty

REFACT is the first to introduce a fully adaptive fact restatement mechanism within chain-of-thought reasoning, dynamically adjusting fact granularity based on local inference requirements. Unlike prior static or post-hoc citation methods, it tightly couples evidence selection, fact restatement, and reward optimization, leading to more concise, grounded, and interpretable reasoning paths. This innovation fundamentally shifts how external evidence is integrated into large language models, setting a new standard for faithfulness and efficiency in long-text reasoning.

Limitations

  • The approach relies heavily on high-quality annotated datasets and teacher models, which may limit scalability in real-world scenarios. The efficiency of evidence selection and fact restatement in extremely long contexts (beyond 128k tokens) remains challenging. Additionally, the method’s robustness under conflicting or noisy evidence needs further validation, especially in dynamic or adversarial environments.

Future Work

Future research will explore multi-modal evidence integration, further optimizing evidence selection algorithms for ultra-long contexts, and developing unsupervised or weakly supervised training strategies. Enhancing model robustness against noisy or conflicting evidence, and extending applicability to real-time, multi-source environments are also promising directions. Additionally, integrating explainability modules to visualize evidence reasoning paths could improve user trust and transparency.

AI Executive Summary

Long-text reasoning remains a fundamental challenge in natural language processing, especially when models need to integrate and verify evidence scattered across extensive inputs. Traditional approaches often produce verbose, unfaithful reasoning paths, hampered by static citation or post-hoc evidence attachment. These limitations hinder both efficiency and trustworthiness, critical factors for deploying large language models in real-world applications.

This paper introduces REFACT, a novel framework that leverages adaptive fact restatement to produce concise, faithful reasoning trajectories. Central to REFACT is a two-stage training pipeline: first, a teacher model generates high-quality citation-aware reasoning paths with multi-granularity evidence labels; second, a student model learns to dynamically select and restate source facts during inference, guided by multi-objective rewards emphasizing format correctness, factual accuracy, traceability, and answerability. This design enables the model to adaptively determine when and how to cite source facts, reducing unnecessary tokens and enhancing evidence density.

Extensive experiments on datasets like LongBench, LV-Eval, and ConFiQA demonstrate that REFACT consistently outperforms existing baselines, achieving higher F1 scores, over 20% increase in evidence density, and up to 30% reduction in reasoning tokens. The results show that models trained with REFACT produce shorter, more relevant, and better-grounded reasoning paths, significantly improving interpretability and trustworthiness. These advances address longstanding issues in long-context reasoning, paving the way for more reliable AI systems in complex decision-making, scientific research, and legal analysis.

Despite its strengths, REFACT faces challenges such as dependency on high-quality annotated data and computational costs for ultra-long contexts. Future work aims to incorporate multi-modal evidence, optimize efficiency further, and enhance robustness against noisy or conflicting information. Overall, REFACT marks a substantial step forward in making large language models more concise, faithful, and applicable to real-world long-text reasoning tasks.

Deep Analysis

Background

The evolution of large language models (LLMs) like GPT-3 and BERT has significantly advanced NLP capabilities, especially in understanding and generating coherent text. Early efforts focused on scaling model size and training data, leading to impressive performance in tasks like translation, summarization, and question answering. However, in long-text reasoning, these models often struggle with maintaining factual consistency, path efficiency, and interpretability. Existing solutions such as retrieval-augmented generation (RAG), long-context fine-tuning, and multi-agent systems have improved contextual understanding but still face limitations in evidence utilization and path compression. Recent research emphasizes grounding reasoning in external evidence, yet most methods treat citations as static references or post-hoc annotations, lacking dynamic integration during inference. This gap motivates the development of mechanisms that enable models to adaptively select and restate evidence, ensuring more faithful and concise reasoning paths.

Core Problem

The core challenge in long-text reasoning is balancing evidence support with path brevity. Existing models often produce verbose, over-cited reasoning paths that rely on memorized knowledge or irrelevant information, reducing interpretability and increasing computational costs. Moreover, static citation strategies fail to adapt to varying context lengths and inference needs, leading to either insufficient evidence or excessive redundancy. This impairs the model’s ability to produce trustworthy outputs, especially in critical applications like scientific or legal reasoning where fact fidelity is paramount. Addressing this requires a mechanism for dynamic evidence selection, granularity adjustment, and path compression, which current methods do not adequately provide.

Innovation

REFACT introduces a pioneering adaptive fact restatement mechanism that dynamically adjusts the granularity of cited facts based on local inference requirements. It combines multi-granularity evidence labels with a multi-objective reward system, guiding the model to cite only relevant facts at appropriate detail levels. The framework employs a teacher-student training paradigm: the teacher generates high-quality, citation-aware reasoning trajectories, which inform the student model’s learning process via supervised fine-tuning and reinforcement learning. This approach enables the model to decide when to cite, how to restate facts, and how to compress reasoning paths, significantly reducing token usage while maintaining or improving factual fidelity. The method also synthesizes diverse long-context datasets with inserted distractors, enhancing the model’s adaptability across different input lengths.

Methodology

  • �� First, a teacher model generates citation-aware reasoning trajectories with multi-granularity evidence tags, guiding the model to cite specific facts at different levels (entity, phrase, sentence, paragraph). • These trajectories are filtered based on four quality criteria: format correctness, factual accuracy, traceability, and answerability, ensuring high-quality training data. • The training data is constructed by inserting gold context into distractor documents of varying lengths, creating diverse long-input scenarios. • The student model is first fine-tuned with supervised learning on these data, learning to produce citation-embedded reasoning paths. • Subsequently, reinforcement learning optimizes the model’s ability to select and restate facts adaptively, guided by a reward function balancing format, accuracy, traceability, and answerability. • During inference, the model dynamically determines when to cite and how to restate facts, producing concise, faithful reasoning chains.

Experiments

The evaluation employs datasets like LongBench v1/v2, LV-Eval, and ConFiQA, covering multi-hop and single-document QA across various context lengths (16k to 128k tokens). Baselines include Zero-Shot, LongAlign, LongFaith, and CARE. Metrics focus on F1, reasoning token count, evidence density, and citation accuracy. The training set comprises synthesized long contexts with inserted distractors, ensuring the model learns to handle diverse input lengths. Ablation studies confirm the importance of adaptive fact restatement and multi-granularity evidence labels. Hyperparameters such as reward weights and training epochs are tuned to balance path compactness and factual fidelity. Results demonstrate that REFACT achieves higher F1 scores, reduces reasoning tokens by approximately 30%, and improves evidence density by over 20%, especially in ultra-long contexts.

Results

REFACT outperforms baselines with an average F1 of 64.4 on LongBench v1, with token reduction of 30%. In 128k contexts, evidence density increases by 20%, and reasoning paths are significantly shorter and more relevant. On LV-Eval, FactRecall reaches 66.3%, surpassing previous models. In ConFiQA, source fidelity improves, indicating better evidence grounding. Ablation results show that adaptive fact restatement and multi-granularity labeling are critical for these gains. Overall, the model demonstrates superior efficiency, interpretability, and factual accuracy across diverse long-text reasoning tasks.

Applications

REFACT can be directly applied to complex question answering, scientific literature analysis, and legal document reasoning, where evidence traceability and path efficiency are essential. Its ability to adaptively cite and restate facts makes it suitable for high-stakes domains requiring transparency and reliability. Long-term, integrating multi-modal data and scaling to even larger contexts could revolutionize AI-assisted research, decision-making, and knowledge management, enabling more trustworthy and efficient AI systems.

Limitations & Outlook

The approach depends heavily on high-quality annotated datasets and teacher models, which may limit scalability. Handling extremely long contexts (>128k tokens) still poses computational challenges. Its robustness under conflicting or noisy evidence scenarios needs further validation, especially in real-world dynamic environments. Future work should focus on improving efficiency, robustness, and multi-modal evidence integration to broaden applicability.

Plain Language Accessible to non-experts

想象你在厨房做饭。每次做菜都需要不同的调料和食材,有时候你会提前准备好所有材料,有时候则根据菜谱逐步添加。REFACT就像一个聪明的厨师,知道什么时候需要用特定的调料,甚至会根据菜的不同阶段调整用料的细节。它会在每一步判断是否需要引用某个食材,然后用最合适的方式描述它,确保菜既好吃又不浪费时间。这样一来,做菜既快又好吃,大家都能吃得满意。这就像模型在推理时,能灵活选择和重述支持事实,让整个过程变得更高效、更可信。

ELI14 Explained like you're 14

想象你在学校的科学实验室里做实验。有时候你需要用很多不同的材料,比如化学药品或工具,但你不一定每次都用全部材料。REFACT就像一个聪明的助手,它会告诉你什么时候需要用特定的材料,甚至帮你用最合适的量和描述方式。这样,你的实验既不会太复杂,也能确保每一步都用对了材料,最后得到准确的结果。它让你在做复杂的科学实验时,既省时又能保证结果的可靠,就像一个懂得细心操作的好助手一样。

Abstract

Large Language Models (LLMs) increasingly leverage long-form reasoning to solve complex tasks, yet their reasoning processes can deviate from the provided context when evidence is incomplete, noisy, or conflicts with parametric knowledge. Existing grounding approaches either append citations after generation or encourage LLMs to retrieve evidence during reasoning, but they often fail to ensure that cited information is sufficient to support intermediate inferences and final answers. To address this limitation, we propose REFACT, an adaptive fact-restatement citation framework that enables LLMs to determine when contextual grounding is needed and selectively restate source facts at appropriate levels of detail for reliable reasoning. To facilitate adaptive citation during reasoning, REFACT first leverages a teacher LLM to construct high-quality citation-aware reasoning trajectories under diverse context conditions with varying evidence lengths, and then optimizes the student LLM through a two-stage SFT-to-RL framework. Experiments on LongBench, LV-Eval, and ConFiQA demonstrate that REFACT improves long-context question answering and counterfactual faithfulness while substantially reducing the number of reasoning tokens. Further analysis reveals that REFACT achieves higher evidence density by preserving more answer-relevant facts with fewer restatements, producing reasoning traces that are more concise yet better grounded. All code and data will be released via https://github.com/NEUIR/REFACT.

cs.CL