paper-with-me

홈 › Papers

Facilitating Long Context Understanding via Supervised Chain-of-Thought Reasoning

2025-02-18 · Jingyang Lin, Andy Wong, Tian Xia, Shenghua He, Hui Wei, Mei Han, Jiebo Luo

Recent advances in Large Language Models (LLMs) have enabled them to process increasingly longer sequences, ranging from 2K to 2M tokens and even beyond. However, simply extending the input sequence length does not necessarily lead to effective long-context understanding. In this study, we integrate Chain-of-Thought (CoT) reasoning into LLMs in a supervised manner to facilitate effective long-context understanding. To achieve this, we introduce LongFinanceQA, a synthetic dataset in the financial domain designed to improve long-context reasoning. Unlike existing long-context synthetic data, LongFinanceQA includes intermediate CoT reasoning before the final conclusion, which encourages LLMs to perform explicit reasoning, improving accuracy and interpretability in long-context understanding. To generate synthetic CoT reasoning, we propose Property-driven Agentic Inference (PAI), an agentic framework that simulates human-like reasoning steps, including property extraction, retrieval, and summarization. We evaluate PAI's reasoning capabilities by assessing GPT-4o-mini w/ PAI on the Loong benchmark, outperforming standard GPT-4o-mini by 20.0%. Furthermore, we fine-tune LLaMA-3.1-8B-Instruct on LongFinanceQA, achieving a 24.6% gain on Loong's financial subset.

📄 PDF Abstract BibTeX arXiv:2502.13127

Code (0)

등록된 구현이 없습니다.

Tasks

2kLong-Context Understanding

Similar Papers 제목 키워드 기반

CoS: Chain-of-Shot Prompting for Long Video Understanding

2025-02-10 · Jian Hu, Zixu Cheng, Chenyang Si, Wei Li 외

Multi-modal Large Language Models (MLLMs) struggle with long videos due to the need for excessive visual tokens. These tokens exceed massively the context length of MLLMs, resulting in filled by redundant task-irrelevant…

Video Understanding

FltLM: An Intergrated Long-Context Large Language Model for Effective Context Filtering and Understanding

2024-10-09 · Jingyang Deng, Zhengyang Shen, Boyang Wang, Lixin Su 외

The development of Long-Context Large Language Models (LLMs) has markedly advanced natural language processing by facilitating the process of textual data across long documents and multiple corpora. However, Long-Context…

Language ModelingLanguage ModellingLarge Language ModelNatural Language Understanding+1

Self-Taught Agentic Long Context Understanding

2025-02-21 · Yufan Zhuang, Xiaodong Yu, Jialian Wu, Ximeng Sun 외

Answering complex, long-context questions remains a major challenge for large language models (LLMs) as it requires effective question clarifications and context retrieval. We propose Agentic Long-Context Understanding (…

Long-Context Understanding

NeedleChain: Measuring Intact Context Comprehension Capability of Large Language Models

2025-07-30 · Hyeonseok Moon, Heuiseok Lim arxiv

Recent reports suggest that LLMs can handle increasingly long contexts. However, many existing benchmarks for context understanding embed substantial query-irrelevant content, which shifts evaluation toward retrieving re…

Chain of Empathy: Enhancing Empathetic Response of Large Language Models Based on Psychotherapy Models

2023-11-02 · Yoon Kyung Lee, Inju Lee, Minjung Shin, Seoyeon Bae 외

We present a novel method, the Chain of Empathy (CoE) prompting, that utilizes insights from psychotherapy to induce Large Language Models (LLMs) to reason about human emotional states. This method is inspired by various…