REVIEW 4 major objections 5 minor 45 references
VLZip: Unified Visual and Textual Compression for Interleaved Long-Context Modeling
T0 review · 4 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read VLZip claims that compressing both images and text into layer-specific soft prefixes lets a 3B pure Transformer stay accurate past 128K tokens, scoring 61.9 on LongVLBench—a 31.4% relative gain.
desk verdict VLZip's compression framework is a genuinely fresh combination and the efficiency work is solid, but the LongVLBench SOTA rests on an unreleased 140-item benchmark with an unvalidated Gemini judge and at least one leaked-looking example, so the headline reasoning claim needs verification. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is hierarchical context distillation with multi-layer injection. A visual compressor (a Q-Former with layer-specific queries) encodes each image chunk into $M_v$ vectors per decoder layer; a textual compressor runs each text chunk through a lightweight encoder and a second Q-Former into $M_t$ vectors per layer; and before self-attention, those vectors are added element-wise to the hidden states of placeholder tokens representing each chunk. In the default configuration, each 100-token chunk is compressed to $M=4$ tokens per layer, so the attention sequence is drastically shortened while every layer receives a fine-grained distilled summary of the entire context; the ablations attribute the strongest extreme-length and in-context-learning gains to this full-layer injection.
What would settle it
Two checks would settle it: an oracle answering each LongVLBench question from a single keyframe or a single caption segment should score far below VLZip's 61.9, and ablating the injected soft-prefix features to random vectors should collapse the extreme-length score; if either fails, the benchmark or the mechanism is not doing the work the paper claims.
Extended reading notes
Core claim
The central claim is that unified compression, not better pruning and not a new architecture, is what unlocks long-context multimodal reasoning. Concretely, each image and text segment is cut into chunks, every chunk is reduced by a Q-Former into a handful of layer-specific token vectors, and those vectors are added into the hidden states of placeholder tokens at every decoder layer before self-attention. The attention sequence is thereby short, while every layer is continuously conditioned on the distilled whole. The paper's evidence is that this scheme scores 61.9 on LongVLBench against 47.1 for the next-best model, keeps a 100% inference success rate at every tested length including beyond 128K tokens, extends training to 120K tokens (6x over the 20K uncompressed limit), and processes over 280K tokens on one 80GB accelerator.
Load-bearing premise
The claim rests on LongVLBench's 140 questions genuinely requiring narrative-level reasoning and on its automated judge faithfully scoring semantic equivalence.
Editorial extensions
If this is right
- Training on 120K-token interleaved sequences becomes feasible on a 32-accelerator setup, where the uncompressed backbone runs out of memory at 20K tokens, so long multimodal documents can be fine-tuned directly rather than chunked.
- A single 80GB accelerator can handle inputs beyond 280K tokens, and prefilling memory stays under 50GB even at 2M tokens, which is the regime of hour-long video and large GUI trace logs.
- In-context learning over interleaved examples stays strong at 128K tokens (58.8), beating a 7B reference model (44.0) and most alternatives, which suggests the multi-layer injection preserves reusable patterns across many examples.
- Compressing only one modality is insufficient: image-only compression collapses text-retrieval tasks and text-only compression collapses in-context learning, so the unified design is what balances both.
Reading between the lines
- Editorial inference: if LongVLBench's judging protocol holds up, the same soft-prefix recipe should port to other interleaved long-horizon domains, such as GUI operation logs, illustrated manuals, and visual medical histories, where the bottleneck is sustained context rather than a single image.
- Editorial inference: freeing the tied chunk-size and token-count parameters, so image and text compression can differ, is the most direct lever for reclaiming short-context retrieval accuracy without giving up the 128K gains the paper reports.
- Editorial inference: the benchmark-construction pipeline, with semantic keyframe selection, hierarchical captioning, and constrained human-and-model refinement, is reusable as a scaffold for generating larger narrative test sets, which would give the 61.9 result more statistical footing than 140 samples provide.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes VLZip, a compression framework for long interleaved image-text sequences. VLZip partitions each image and text segment into chunks, compresses each chunk into layer-specific soft-prefix features using shared Q-Former compressors, and injects those features additively into the hidden states of placeholder tokens at every decoder layer. The model is trained in four stages, and the paper introduces LongVLBench, a 140-sample video-derived benchmark for narrative-level reasoning. Experiments report a state-of-the-art LongVLBench average of 61.9 for a 3B model, efficiency and memory measurements up to hundreds of thousands of tokens, ablations over compression and injection design choices, and results on MMLongBench and short-context VQA benchmarks.
Significance. If the central claims are supportable, VLZip is a significant contribution: it unifies visual and textual compression inside a pure Transformer decoder, and the reported memory and time scaling (Figures 5-6) is striking, including a claimed path to 2M-token contexts. The paper has real strengths: substantial ablations (Tables 4-8 and Appendix C), a single-modality isolation experiment (Table 12), a zero-effort 7B scale transfer (Table 11), and unusually complete training details. However, the headline state-of-the-art claim rests on a new, unreleased, self-constructed 140-sample benchmark whose QA-pair generation is not described and whose LLM-based judge is not validated. Until that evidence is supplied, the narrative-level reasoning claim is not established.
major comments (4)
- [Section 4 / Appendix D.1 / Figure 11] LongVLBench internal validity is not established, and the displayed example raises a serious concern. The QA-pair generation step is described only at a high level ('we generate QA pairs'), and the claimed human review is mentioned without any procedure, number of reviewers, or validation results. Figure 11 asks why 'the right most man in black' stands at a distance from 'the man in white', with answer 'To throw waterball'; none of the displayed cleaned captions mentions black clothing, a man in white, or a waterball. If this sample is representative, the ground-truth answers may derive from video-level metadata or from content outside the interleaved context that the models actually see. The authors should release the benchmark, describe the QA-generation procedure in detail, and provide a human answerability study demonstrating that each question is answerable from the supplied context and requires synthesis across multiple frames or text segments.
- [Appendix D.2 / Table 1] The Gemini semantic-equivalence judge is unvalidated. There is no human-judge agreement measurement, no report of judge calibration on a development set, and no check that the judge does not reward fluent but imprecise answers. Table 1 reports averages across seven length bins without per-bin sample counts or confidence intervals; the >128k bin could contain very few items, so the headline gap of 7.60 vs. 0.16 may not be stable. The paper should report per-bin sample counts and item-level scores, and should calibrate the judge against human scores, ideally with multiple evaluation passes or seeds.
- [Table 2 / Section 5.2] The MMLongBench evidence is selective. At 8k, VLZip scores 25.2 on VRAG versus 43.4 for Qwen2.5-VL-3B and 48.3 for Qwen2.5-VL-7B; on NIAH at 8k the gap is 35.7 versus 56.2 and 56.1. Describing this as a 'modest performance trade-off' understates the short-context degradation. The long-context advantage is concentrated in ICL and in the 128k rows of VRAG and NIAH. The paper should present per-task profiles and make clear that the general long-context reasoning claim is carried primarily by the LongVLBench result and by ICL, not uniformly across MMLongBench.
- [Table 4 / Figures 5-6 / Section 5.2] The 'training up to 120K tokens' and 'inference beyond 280K tokens' claims are supported by memory-fitting measurements, not by correctness measurements at those lengths. Table 4 reports the maximum sequence length before out-of-memory, and Figures 5-6 report memory and time; no experiment evaluates VLZip's accuracy on a 120K or 280K-token reasoning sample. The LongVLBench >128k bin is not further specified, so it is unclear whether the model is actually reasoning at 280K tokens. The paper should explicitly distinguish memory/scalability capacity from demonstrated reasoning accuracy at those lengths, or add accuracy measurements at the claimed lengths.
minor comments (5)
- [Figure 4] The histogram shows the token-length distribution of 26,164 generated documents, but the test set is only 140 samples; the paper should report the per-bin counts for the actual 140 test samples and explain the selection criteria.
- [Table 2] The caption does not explain the '-' entries, and several baselines are missing at many length bins; a short note in the caption would prevent over-interpretation of absent values.
- [Table 1] The header 'A vg' contains a formatting typo and should read 'Avg'.
- [Appendix D.3] The classifier is referred to as 'Gemini-2.5' here but 'Gemini 2.5 Pro' elsewhere; the naming should be consistent.
- [General] The model name is spelled both 'LongLLaVA' and 'LongLLAVA' in the text, tables, and appendix; unify the spelling.
Circularity Check
No circular derivation: VLZip's compression mechanism and reported evaluations are empirical and not forced by construction.
full rationale
VLZip is an empirical compression architecture, and its derivation is self-contained. The compression and injection equations (Eqs. 1-6) define a trainable Q-Former-based compressor with additive layer-wise injection; the reported efficiency, memory, and MMLongBench results are measured quantities, not identities that follow from the definitions. The LongVLBench SOTA is an evaluation outcome rather than a derived consequence: VLZip is not trained on LongVLBench, and the benchmark's construction and Gemini-based judging raise validity concerns (same-team benchmark, unvalidated semantic-equivalence judge, possible selection on the benchmark through the ablation in Table 7), but these are correctness and generalizability risks, not circular reductions of the claimed result to its own inputs. The only self-citations, such as DeepStack as related work, are contextual and not load-bearing. No circular step was found.
Assumptions & free parameters
free parameters (3)
- chunk size C_v = C_t =
100 tokens
- tokens per chunk per layer M_v = M_t =
4
- injection strategy =
full-layer
assumptions (5)
- domain assumption A Q-Former with L*M queries can distill a 100-token chunk into 4 tokens per layer without losing the information needed for downstream reasoning.
- domain assumption Element-wise addition of compressed features into placeholder hidden states at every layer preserves global context sufficiently for self-attention to reason over it.
- domain assumption The Gemini-2.5-judged semantic equivalence rubric yields a valid and consistent measure of reasoning quality for LongVLBench.
- domain assumption The 140 LongVLBench QA pairs genuinely require narrative-level reasoning and are not answerable from a single frame or caption.
- domain assumption The four-stage training curriculum with frozen and unfrozen modules is a valid way to train the compressors without catastrophic forgetting.
Cite this review
Pith. "Pith review of VLZip: Unified Visual and Textual Compression for Interleaved Long-Context Modeling." pith.science (2026). https://pith.science/paper/YIZFMA3W
@misc{pith2026260808630,
author = {Pith},
title = {Pith review of: VLZip: Unified Visual and Textual Compression for Interleaved Long-Context Modeling},
year = {2026},
howpublished = {\url{https://pith.science/paper/YIZFMA3W}},
note = {Machine review of arXiv:2608.08630}
}
read the original abstract
Vision Language Models (VLMs) face significant challenges with ultra-long, interleaved image-text sequences due to the quadratic complexity of self-attention. Current solutions either resort to aggressive token pruning, risking irreversible information loss, or adopt efficient but less precise architectures, while largely ignoring the equally vital textual component. We introduce VLZip, a framework that unifies visual and textual compression for high-fidelity reasoning within a pure Transformer. At its core, VLZip hierarchically distills visual and textual segments into compact, layer-specific "soft prefixes" and injects them into each decoder layer's hidden states, drastically shortening the attention sequence while preserving fine-grained global context. To address deficient evaluations in the field, we also introduce LongVLBench, a new benchmark derived from video narratives that demands holistic, narrative-level reasoning. Extensive experiments show VLZip achieves leading performance on long-context multimodal reasoning, enabling training up to 120K tokens, a 6x increase over the baseline, and inference beyond 280K tokens with significantly reduced memory, while demonstrating the memory scalability to handle up to 2M tokens. By excelling at extreme context lengths where existing methods collapse, VLZip establishes an efficient and powerful new standard for long-context multimodal AI. Code is available at https://github.com/ShareLab-SII/VLZip.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
Alayrac, J., Donahue, J., Luc, P., Miech, A., Barr, I., Hasson, Y., Lenc, K., Men- sch, A., Millican, K., Reynolds, M., Ring, R., Rutherford, E., Cabi, S., Han, T., Gong, Z., Samangooei, S., Monteiro, M., Menick, J.L., Borgeaud, S., Brock, A., 16 Y. Zhang et al. Nematzadeh, A., Sharifzadeh, S., Binkowski, M., Barreira, R., Vinyals, O., Zisser- man, A., Si...
work page 2022
-
[2]
arXiv preprint arXiv:2502.13923 (2025)
Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., et al.: Qwen2.5-vl technical report. arXiv preprint arXiv:2502.13923 (2025)
arXiv 2025
-
[3]
Chen, L., Wei, X., Li, J., Dong, X., Zhang, P., Zang, Y., Chen, Z., Duan, H., Bin, L., Tang, Z., Yuan, L., Qiao, Y., Lin, D., Zhao, F., Wang, J.: Sharegpt4video: Im- proving video understanding and generation with better captions. In: Advances in Neural Information Processing Systems 38: Annual Conference on Neural Informa- tion Processing Systems 2024, N...
work page 2024
-
[4]
CoRR abs/2412.05271(2024).https://doi.org/10.48550/ARXIV.2412.05271
Chen, Z., Wang, W., Cao, Y., Liu, Y., Gao, Z., Cui, E., Zhu, J., Ye, S., Tian, H., Liu, Z., Gu, L., Wang, X., Li, Q., Ren, Y., Chen, Z., Luo, J., Wang, J., Jiang, T., Wang, B., He, C., Shi, B., Zhang, X., Lv, H., Wang, Y., Shao, W., Chu, P., Tu, Z., He, T., Wu, Z., Deng, H., Ge, J., Chen, K., Dou, M., Lu, L., Zhu, X., Lu, T., Lin, D., Qiao, Y., Dai, J., W...
-
[5]
Advances in Neural Information Processing Systems37, 109487–109516 (2024)
Cheng, X., Wang, X., Zhang, X., Ge, T., Chen, S.Q., Wei, F., Zhang, H., Zhao, D.: xrag: Extreme context compression for retrieval-augmented generation with one token. Advances in Neural Information Processing Systems37, 109487–109516 (2024)
work page 2024
-
[6]
Chevalier, A., Wettig, A., Ajith, A., Chen, D.: Adapting language models to com- presscontexts.In:The2023ConferenceonEmpiricalMethodsinNaturalLanguage Processing (2023)
work page 2023
-
[7]
Dao, T.: Flashattention-2: Faster attention with better parallelism and work partitioning. In: The Twelfth International Conference on Learning Represen- tations, ICLR 2024, Vienna, Austria, May 7-11, 2024. OpenReview.net (2024), https://openreview.net/forum?id=mZn2Xyh9Ec, accessed: 2026-06-25
work page 2024
-
[8]
In: The Twelfth International Conference on Learning Representations (2024)
Ge, T., Jing, H., Wang, L., Wang, X., Chen, S.Q., Wei, F.: In-context autoencoder for context compression in a large language model. In: The Twelfth International Conference on Learning Representations (2024)
work page 2024
Show all 45 references
-
[9]
In: Proceedings of the IEEE/CVF confer- ence on computer vision and pattern recognition
Hudson, D.A., Manning, C.D.: Gqa: A new dataset for real-world visual reasoning and compositional question answering. In: Proceedings of the IEEE/CVF confer- ence on computer vision and pattern recognition. pp. 6700–6709 (2019)
2019
-
[10]
Jiang, D., He, X., Zeng, H., Wei, C., Ku, M., Liu, Q., Chen, W.: Mantis: Interleaved multi-image instruction tuning. Trans. Mach. Learn. Res.2024(2024)
2024
-
[11]
In: European conference on computer vision
Kembhavi, A., Salvato, M., Kolve, E., Seo, M., Hajishirzi, H., Farhadi, A.: A di- agram is worth a dozen images. In: European conference on computer vision. pp. 235–251. Springer (2016)
2016
-
[12]
Li, B., Zhang, Y., Guo, D., Zhang, R., Li, F., Zhang, H., Zhang, K., Zhang, P., Li, Y., Liu, Z., Li, C.: Llava-onevision: Easy visual task transfer. Trans. Mach. Learn. Res.2025(2025),https://openreview.net/forum?id=zKv8qULV6n, ac- cessed: 2026-06-25
2025
-
[13]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Li, B., Ge, Y., Ge, Y., Wang, G., Wang, R., Zhang, R., Shan, Y.: Seed- bench: Benchmarking multimodal large language models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 13299– 13308 (2024) VLZip: Unified Visual and Textual Compression 17
2024
-
[14]
In: International Conference on Machine Learning, ICML 2023, 23-29 July 2023, Honolulu, Hawaii, USA.ProceedingsofMachineLearningResearch,vol.202,pp.19730–19742.PMLR (2023)
Li, J., Li, D., Savarese, S., Hoi, S.C.H.: BLIP-2: bootstrapping language-image pre- training with frozen image encoders and large language models. In: International Conference on Machine Learning, ICML 2023, 23-29 July 2023, Honolulu, Hawaii, USA.ProceedingsofMachineLearningR...
2023
-
[15]
In: Bouamor, H., Pino, J., Bali, K
Li, Y., Du, Y., Zhou, K., Wang, J., Zhao, W.X., Wen, J.: Evaluating object hallu- cination in large vision-language models. In: Bouamor, H., Pino, J., Bali, K. (eds.) Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, EMNLP 2023, Singapore,...
2023 doi
-
[16]
Li, Z., Liu, Y., Su, Y., Collier, N.: Prompt compression for large language models: A survey. In: Proceedings of the 2025 Conference of the Nations of the Ameri- cas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers). ...
2025
-
[17]
In: Proceed- ings of the 2025 Conference on Empirical Methods in Natural Language Processing
Liao, Z., Wang, J., Yu, H., Wei, L., Li, J., Zhang, W.: E2llm: Encoder elongated large language models for long-context understanding and reasoning. In: Proceed- ings of the 2025 Conference on Empirical Methods in Natural Language Processing. pp. 19212–19241 (2025)
2025
-
[18]
In: IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2024, Seattle, WA, USA, June 16-22, 2024
Liu, H., Li, C., Li, Y., Lee, Y.J.: Improved baselines with visual instruction tuning. In: IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2024, Seattle, WA, USA, June 16-22, 2024. pp. 26286–26296. IEEE (2024)
2024
-
[19]
Liu, H., Li, C., Wu, Q., Lee, Y.J.: Visual instruction tuning. In: Advances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIPS 2023, New Orleans, LA, USA, December 10 - 16, 2023 (2023)
2023
-
[20]
Liu, Y., Duan, H., Zhang, Y., Li, B., Zhang, S., Zhao, W., Yuan, Y., Wang, J., He, C., Liu, Z., et al.: Mmbench: Is your multi-modal model an all-around player? In: European conference on computer vision. pp. 216–233. Springer (2024)
2024
-
[21]
In: The 36th Conference on Neural Information Processing Systems (NeurIPS) (2022)
Lu, P., Mishra, S., Xia, T., Qiu, L., Chang, K.W., Zhu, S.C., Tafjord, O., Clark, P., Kalyan, A.: Learn to explain: Multimodal reasoning via thought chains for science question answering. In: The 36th Conference on Neural Information Processing Systems (NeurIPS) (2022)
2022
-
[22]
arXiv:2405.20797 (2024)
Lu, S., Li, Y., Chen, Q.G., Xu, Z., Luo, W., Zhang, K., Ye, H.J.: Ovis: Struc- tural embedding alignment for multimodal large language model. arXiv:2405.20797 (2024)
2024 arXiv
-
[23]
In: Proceedings of the IEEE/cvf conference on computer vision and pattern recognition
Marino,K.,Rastegari,M.,Farhadi,A.,Mottaghi,R.:Ok-vqa:Avisualquestionan- swering benchmark requiring external knowledge. In: Proceedings of the IEEE/cvf conference on computer vision and pattern recognition. pp. 3195–3204 (2019)
2019
-
[24]
Ad- vances in Neural Information Processing Systems37, 23464–23487 (2024)
Meng, L., Yang, J., Tian, R., Dai, X., Wu, Z., Gao, J., Jiang, Y.G.: Deepstack: Deeply stacking visual tokens is surprisingly simple and effective for lmms. Ad- vances in Neural Information Processing Systems37, 23464–23487 (2024)
2024
-
[25]
Advances in Neural Information Processing Systems36, 19327–19352 (2023)
Mu, J., Li, X., Goodman, N.: Learning to compress prompts with gist tokens. Advances in Neural Information Processing Systems36, 19327–19352 (2023)
2023
-
[26]
In: Proceedings of the 38th In- ternational Conference on Machine Learning, ICML 2021, 18-24 July 2021, Virtual Event
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., Sutskever, I.: Learning transferable visual models from natural language supervision. In: Proceedings of the 38th In- ternational Conference on M...
2021
-
[27]
Shen, Y., Fu, C., Dong, S., Wang, X., Zhang, Y.F., Chen, P., Zhang, M., Cao, H., Li, K., Zheng, X., et al.: Long-vita: Scaling large multi-modal models to 1 million tokenswithleadingshort-contextaccuracy.arXivpreprintarXiv:2502.05177(2025)
2025
-
[28]
CoRRabs/2404.18532(2024)
Song, D., Chen, S., Chen, G.H., Yu, F., Wan, X., Wang, B.: Milebench: Bench- marking mllms in long context. CoRRabs/2404.18532(2024)
2024 arXiv
-
[29]
In: Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Sys- tems 2017, December 4-9, 2017, Long Beach, CA, USA
Vaswani,A.,Shazeer,N.,Parmar,N.,Uszkoreit,J.,Jones,L.,Gomez,A.N.,Kaiser, L., Polosukhin, I.: Attention is all you need. In: Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Sys- tems 2017, December 4-9, 2017, Long Beach, ...
2017
-
[30]
Wang, W., Zhang, S., Ren, Y., Duan, Y., Li, T., Liu, S., Hu, M., Chen, Z., Zhang, K., Lu, L., Zhu, X., Luo, P., Qiao, Y., Dai, J., Shao, W., Wang, W.: Needle in A multimodal haystack. In: Advances in Neural Information Processing Systems 38: Annual Conference on Neural Informa...
2024
-
[31]
CoRRabs/2409.02889 (2024)
Wang, X., Song, D., Chen, S., Zhang, C., Wang, B.: Longllava: Scaling multi-modal llms to 1000 images efficiently via hybrid architecture. CoRRabs/2409.02889 (2024)
2024
-
[32]
Wang, Z., Yu, W., Ren, X., Zhang, J., Zhao, Y., Saxena, R., Cheng, L., Wong, G., See, S., Minervini, P., Song, Y., Steedman, M.: Mmlongbench: Benchmarking long-contextvision-languagemodelseffectivelyandthoroughly.In:The39th(2025) Annual Conference on Neural Information Process...
2025
-
[33]
In: The Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28, 2025
Xu, P., Ping, W., Wu, X., Xu, C., Liu, Z., Shoeybi, M., Catanzaro, B.: Chatqa 2: Bridging the gap to proprietary llms in long context and RAG capabilities. In: The Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28, 2025. OpenRev...
2025
-
[34]
In: IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2025, Nashville, TN, USA, June 11-15, 2025
Yang, S., Chen, Y., Tian, Z., Wang, C., Li, J., Yu, B., Jia, J.: Visionzip: Longer is better but not necessary in vision language models. In: IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR 2025, Nashville, TN, USA, June 11-15, 2025. pp. 19792–19802. Compu...
2025
-
[35]
In: The Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28, 2025
Ye, Z., Xia, K., Fu, Y., Dong, X., Hong, J., Yuan, X., Diao, S., Kautz, J., Molchanov, P., Lin, Y.C.: Longmamba: Enhancing mamba’s long-context capabil- ities via training-free receptive field enlargement. In: The Thirteenth International Conference on Learning Representations...
2025
-
[36]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Yue, X., Ni, Y., Zhang, K., Zheng, T., Liu, R., Zhang, G., Stevens, S., Jiang, D., Ren, W., Sun, Y., et al.: Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Patt...
2024
-
[37]
CoRR abs/2508.01548(2025)
Zeng, Q., Li, Y., Wang, Q., Jiang, P., Wu, Z., Cheng, M., Hou, Q.: A glimpse to compress: Dynamic visual token pruning for large vision-language models. CoRR abs/2508.01548(2025)
2025 arXiv
-
[38]
In: Findings of the Association for Computational Linguis- tics: NAACL 2025
Zhang, K., Li, B., Zhang, P., Pu, F., Cahyono, J.A., Hu, K., Liu, S., Zhang, Y., Yang, J., Li, C., Liu, Z.: Lmms-eval: Reality check on the evaluation of large multimodal models. In: Findings of the Association for Computational Linguis- tics: NAACL 2025. p. 881–916. Associati...
2025 doi
-
[39]
In: The Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28, 2025
Zhou, C., Zhang, M., Chen, P., Fu, C., Shen, Y., Zheng, X., Sun, X., Ji, R.: Learning interleaved image-text comprehension in vision-language large models. In: The Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28, 2025. OpenRev...
2025
-
[40]
prune-and-forget
Zhou, K., Tang, Z., Ming, L., Zhou, G., Chen, Q., Qiao, D., Yang, Z., Qin, L., Qiu, M., Li, J., Zhang, M.: Mmlongcite: A benchmark for evaluating fidelity of long-context vision-language models. CoRRabs/2510.13276(2025) 20 Y. Zhang et al. A Extended Related Work The advancemen...
2025
-
[41]
Analyze the [Question]
-
[42]
Identify the core, specific information in the [Ground Truth Answer]
-
[43]
Determine if the [Model’s Response] contains this exact same core information, with the same level of precision
-
[44]
half right
Assign aninteger score from 0 to 10based on the followingFine-Grained Semantic Rubric: •10 (Perfect):Semantically identical to the ground truth. Conveys the exact information with the same precision. •9 (Excellent):Correctly includes the entire ground truth but adds minor, non...
-
[45]
score" (an integer from 0 to 10) and “justification
Provide your outputONLYin a valid JSON format with two keys: “score" (an integer from 0 to 10) and “justification" (a concise string explaining your reasoning). Do not add any text before or after the JSON object. — [Question] {question} — [Ground Truth Answer] {answer} — [Mod...
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.