paper-with-me

Papers

How Is LLM Reasoning Distracted by Irrelevant Context? An Analysis Using a Controlled Benchmark

2025-05-24 · Minglai Yang, Ethan Huang, Liang Zhang, Mihai Surdeanu, William Wang, Liangming Pan

We introduce Grade School Math with Distracting Context (GSM-DC), a synthetic benchmark to evaluate Large Language Models' (LLMs) reasoning robustness against systematically controlled irrelevant context (IC). GSM-DC constructs symbolic reasoning graphs with precise distractor injections, enabling rigorous, reproducible evaluation. Our experiments demonstrate that LLMs are significantly sensitive to IC, affecting both reasoning path selection and arithmetic accuracy. Additionally, training models with strong distractors improves performance in both in-distribution and out-of-distribution scenarios. We further propose a stepwise tree search guided by a process reward model, which notably enhances robustness in out-of-distribution conditions.

📄 PDF Abstract BibTeX arXiv:2505.18761

Code (1)

mlyann/gsm-dc 공식 구현 pytorch

Tasks

Math

Similar Papers 제목 키워드 기반

Large Language Models Can Be Easily Distracted by Irrelevant Context

2023-01-31 · Freda Shi, Xinyun Chen, Kanishka Misra, Nathan Scales 외

Large language models have achieved impressive performance on various natural language processing tasks. However, so far they have been evaluated primarily on benchmarks where all information in the input context is rele…

Arithmetic ReasoningLanguage ModelingLanguage ModellingMath

Losing Visual Needles in Image Haystacks: Vision Language Models are Easily Distracted in Short and Long Contexts

2024-06-24 · Aditya Sharma, Michael Saxon, William Yang Wang

We present LoCoVQA, a dynamic benchmark generator for evaluating long-context extractive reasoning in vision language models (VLMs). LoCoVQA augments test examples for mathematical reasoning, VQA, and character recogniti…

Mathematical ReasoningVisual Question Answering (VQA)

Devil's on the Edges: Selective Quad Attention for Scene Graph Generation

2023-04-07 · CVPR 2023 1 · Deunsol Jung, Sanghyun Kim, Won Hwa Kim, Minsu Cho

Scene graph generation aims to construct a semantic graph structure from an image such that its nodes and edges respectively represent objects and their relationships. One of the major challenges for the task lies in the…

Graph GenerationObjectScene Graph Generation

COMPASS: Enhancing Agent Long-Horizon Reasoning with Evolving Context

2025-10-09 · Guangya Wan, Mingyang Ling, Xiaoqi Ren, Rujun Han 외 arxiv

Long-horizon tasks that require sustained reasoning and multiple tool interactions remain challenging for LLM agents: small errors compound across steps, and even state-of-the-art models often hallucinate or lose coheren…

How Easily do Irrelevant Inputs Skew the Responses of Large Language Models?

2024-04-04 · Siye Wu, Jian Xie, Jiangjie Chen, Tinghui Zhu 외

By leveraging the retrieval of information from external knowledge databases, Large Language Models (LLMs) exhibit enhanced capabilities for accomplishing many knowledge-intensive tasks. However, due to the inherent flaw…

Retrieval