paper-with-me

홈 › Papers

LongFaith: Enhancing Long-Context Reasoning in LLMs with Faithful Synthetic Data

2025-02-18 · Cehao Yang, Xueyuan Lin, Chengjin Xu, Xuhui Jiang, Shengjie Ma, Aofan Liu, Hui Xiong, Jian Guo

Despite the growing development of long-context large language models (LLMs), data-centric approaches relying on synthetic data have been hindered by issues related to faithfulness, which limit their effectiveness in enhancing model performance on tasks such as long-context reasoning and question answering (QA). These challenges are often exacerbated by misinformation caused by lack of verification, reasoning without attribution, and potential knowledge conflicts. We propose LongFaith, a novel pipeline for synthesizing faithful long-context reasoning instruction datasets. By integrating ground truth and citation-based reasoning prompts, we eliminate distractions and improve the accuracy of reasoning chains, thus mitigating the need for costly verification processes. We open-source two synthesized datasets, LongFaith-SFT and LongFaith-PO, which systematically address multiple dimensions of faithfulness, including verified reasoning, attribution, and contextual grounding. Extensive experiments on multi-hop reasoning datasets and LongBench demonstrate that models fine-tuned on these datasets significantly improve performance. Our ablation studies highlight the scalability and adaptability of the LongFaith pipeline, showcasing its broad applicability in developing long-context LLMs.

📄 PDF Abstract BibTeX arXiv:2502.12583

Code (1)

IDEA-FinAI/LongFaith 공식 구현 pytorch

Tasks

MisinformationQuestion Answering

Similar Papers 제목 키워드 기반

DetectBench: Can Large Language Model Detect and Piece Together Implicit Evidence?

2024-06-18 · Zhouhong Gu, Lin Zhang, Xiaoxuan Zhu, Jiangjie Chen 외

Detecting evidence within the context is a key step in the process of reasoning task. Evaluating and enhancing the capabilities of LLMs in evidence detection will strengthen context-based reasoning performance. This pape…

Language ModelingLanguage ModellingLarge Language ModelMultiple-choice

Probing How Scalable Table Data Enhances General Long-Context Reasoning

2026-03-23 · Huaibing Xie, Guoliang Zhao, Yang Liu, Shihan Dou 외 arxiv

As real-world tasks grow increasingly complex, long-context reasoning has become a core capability for Large Language Models (LLMs). However, few studies explore which data types are effective for long-context reasoning …

Incentivizing In-depth Reasoning over Long Contexts with Process Advantage Shaping

2026-01-18 · Miao Peng, Weizhou Shen, Nuo Chen, Chenliang Li 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective in enhancing LLMs short-context reasoning, but its performance degrades in long-context scenarios that require both precise grounding and robust …

Reinforcement Learning

Retrieval Meets Reasoning: Dynamic In-Context Editing for Long-Text Understanding

2024-06-18 · Weizhi Fei, Xueyan Niu, Guoqing Xie, Yanhua Zhang 외

Current Large Language Models (LLMs) face inherent limitations due to their pre-defined context lengths, which impede their capacity for multi-hop reasoning within extensive textual contexts. While existing techniques li…

Information Retrievalknowledge editingRAGRetrieval+1

TurnaboutLLM: A Deductive Reasoning Benchmark from Detective Games

2025-05-21 · Yuan Yuan, Muyu He, Muhammad Adil Shahid, Jiani Huang 외

This paper introduces TurnaboutLLM, a novel framework and dataset for evaluating the deductive reasoning abilities of Large Language Models (LLMs) by leveraging the interactive gameplay of detective games Ace Attorney an…