paper-with-me

Papers

Can Structural Cues Save LLMs? Evaluating Language Models in Massive Document Streams

2026-02-25 · Yukyung Lee, Yebin Lim, Woojun Jung, Wonjun Choi, Susik Yoon arxiv

Evaluating language models in streaming environments is critical, yet underexplored. Existing benchmarks either focus on single complex events or provide curated inputs for each query, and do not evaluate models under the conflicts that arise when multiple concurrent events are mixed within the same document stream. We introduce StreamBench, a benchmark built from major news stories in 2016 and 2025, comprising 605 events and 15,354 documents across three tasks: Topic Clustering, Temporal Question Answering, and Summarization. To diagnose how models fail, we compare performance with and without structural cues, which organize key facts by event. We find that structural cues improve performance on clustering (up to +4.37%) and temporal QA (up to +9.63%), helping models locate relevant information and separate distinct events. While temporal reasoning remains an open challenge inherent to current LLMs, consistent gains across tasks show that structural cues are a promising direction for future work in massive document streams.

📄 PDF Abstract BibTeX arXiv:2603.19250

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

VertiCue-Bench: Diagnosing Whether MLLMs Use Height Cues to Resolve 2D Ambiguity in Remote Sensing Natural Scenes

2026-05-25 · Jing Huang, Duanchu Wang, Junjie Yang, Zihang Cheng 외 arxiv

Multimodal Large Language Models (MLLMs) have recently shown promising progress in geospatial reasoning. However, existing remote sensing benchmarks remain largely 2D-centric, evaluating models primarily on optical appea…

Scene Understanding

TextBandit: Evaluating Probabilistic Reasoning in LLMs Through Language-Only Decision Tasks

2025-10-13 · Jimin Lim, Arjun Damerla, Arthur Jiang, Nam Le arxiv

Large language models (LLMs) have shown to be increasingly capable of performing reasoning tasks, but their ability to make sequential decisions under uncertainty only using natural language remains underexplored. We int…

PPTBench: Towards Holistic Evaluation of Large Language Models for PowerPoint Layout and Design Understanding

2025-12-02 · Zheng Huang, Xukai Liu, Tianyu Hu, Kai Zhang 외 arxiv

PowerPoint presentations combine rich textual content with structured visual layouts, making them a natural testbed for evaluating the multimodal reasoning and layout understanding abilities of modern MLLMs. However, exi…

Multimodal Reasoning

SAFT: Structure-Aware Fine-Tuning of LLMs for AMR-to-Text Generation

2025-07-15 · Rafiq Kamel, Filippo Guerranti, Simon Geisler, Stephan Günnemann arxiv

Large Language Models (LLMs) are increasingly applied to tasks involving structured inputs such as graphs. Abstract Meaning Representations (AMRs), which encode rich semantics as directed graphs, offer a rigorous testbed…

Text Generation

SAVeS: Steering Safety Judgments in Vision-Language Models via Semantic Cues

2026-03-19 · Carlos Hinojosa, Clemens Grange, Bernard Ghanem arxiv

Vision-language models (VLMs) are increasingly deployed in real-world and embodied settings where safety decisions depend on visual context. However, it remains unclear which visual evidence drives these judgments. We st…