paper-with-me

홈 › Papers

Enhancing Multi-Image Understanding through Delimiter Token Scaling

2026-02-02 · Minyoung Lee, Yeji Park, Dongjun Hwang, Yejin Kim, Seong Joon Oh, Junsuk Choe arxiv

Large Vision-Language Models (LVLMs) achieve strong performance on single-image tasks, but their performance declines when multiple images are provided as input. One major reason is the cross-image information leakage, where the model struggles to distinguish information across different images. Existing LVLMs already employ delimiter tokens to mark the start and end of each image, yet our analysis reveals that these tokens fail to effectively block cross-image information leakage. To enhance their effectiveness, we propose a method that scales the hidden states of delimiter tokens. This enhances the model's ability to preserve image-specific information by reinforcing intra-image interaction and limiting undesired cross-image interactions. Consequently, the model is better able to distinguish between images and reason over them more accurately. Experiments show performance gains on multi-image benchmarks such as Mantis, MuirBench, MIRB, and QBench2. We further evaluate our method on text-only tasks that require clear distinction. The method improves performance on multi-document and multi-table understanding benchmarks, including TQABench, MultiNews, and WCEP-10. Notably, our method requires no additional training or inference cost.

📄 PDF Abstract BibTeX arXiv:2602.01984

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Do Language Models Understand Tables? A Mechanistic Analysis of Cell Location

2026-02-09 · Xuanliang Zhang, Dingzirui Wang, Keyan Xu, Qingfu Zhu 외 arxiv

While Large Language Models (LLMs) are increasingly deployed for table-related tasks, the internal mechanisms enabling them to process linearized two-dimensional structured tables remain opaque. In this work, we investig…

Information Extraction

A Single Character can Make or Break Your LLM Evals

2025-10-02 · Jingtong Su, Jianyu Zhang, Karen Ullrich, Léon Bottou 외 arxiv

Common Large Language model (LLM) evaluations rely on demonstration examples to steer models' responses to the desired style. While the number of examples used has been studied and standardized, the choice of how to form…

N-Best ASR Transformer: Enhancing SLU Performance using Multiple ASR Hypotheses

2021-06-11 · ACL 2021 5 · Karthik Ganesan, Pakhi Bamdev, Jaivarsan B, Amresh Venugopal 외

Spoken Language Understanding (SLU) systems parse speech into semantic structures like dialog acts and slots. This involves the use of an Automatic Speech Recognizer (ASR) to transcribe speech into multiple text alternat…

Spoken Language Understanding

Structural Role Injection in Handlebars-Templated LLM Prompts: Triple-Brace Interpolation, Delimiter Family, and the Limits of HTML Auto-Escaping

2026-06-16 · Mohammadreza Rashidi arxiv

Large language model applications build prompts from templates, and Handlebars is a widely used templating engine and the default prompt-template format in Microsoft Semantic Kernel. Its double-brace {x} expression HTML-…

Non-binary bottom-up constituency parsing without arity actions

2026-07-12 · Jungyeul Park, Eunkyul Leah Jo, Zihao Huang arxiv

Non-binary bottom-up constituency parsing commonly uses arity-specific reductions such as \(\textsc{Reduce-}X\#k\), which jointly specify the mother label and number of children. We show that arity need not be a primitiv…

Constituency Parsing