Responses Fall Short of Understanding: Revealing the Gap between Internal Representations and Responses in Visual Document Understanding

arXiv cs.CL / 4/7/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper examines visual document understanding (VDU) in large vision-language models (LVLMs) and argues that benchmark evaluation via generated responses can mask whether the model truly encodes the needed information internally.
  • Using linear probing across LLM layers, the authors find a measurable gap between internal representations and final generated responses, indicating incomplete or misaligned information use.
  • Results suggest that the task-relevant information is often more linearly encoded in intermediate layers than in the final layer, implying earlier representations may be more directly usable.
  • The study tests fine-tuning approaches that target intermediate layers and finds improvements in both linear probing accuracy and response accuracy, while reducing the internal-vs-response gap.

Abstract

Visual document understanding (VDU) is a challenging task for large vision language models (LVLMs), requiring the integration of visual perception, text recognition, and reasoning over structured layouts. Although recent LVLMs have shown progress on VDU benchmarks, their performance is typically evaluated based on generated responses, which may not necessarily reflect whether the model has actually captured the required information internally. In this paper, we investigate how information required to solve VDU tasks is represented across different layers of LLMs within LVLMs using linear probing. Our study reveals that (1) there is a clear gap between internal representations and generated responses, and (2) information required to solve the task is often encoded more linearly from intermediate layers than from the final layer. Motivated by these findings, we explore fine-tuning strategies that target intermediate layers. Experiments show that fine-tuning intermediate layers improves both linear probing accuracy and response accuracy while narrowing the gap.