paper-with-me

홈 › Papers

Multiplication in Multimodal LLMs: Computation with Text, Image, and Audio Inputs

2026-04-20 · Samuel G. Balter, Ethan Jerzak, Connor T. Jerzak arxiv

Multimodal LLMs can accurately perceive numerical content across modalities yet fail to perform exact multi-digit multiplication when the identical underlying arithmetic problem is presented as numerals, number words, images, or in audio form. Because existing benchmarks often lack systematically paired instances across modalities, it remains difficult to compare genuine arithmetic limits within and across model families. We therefore introduce a controlled multimodal multiplication benchmark that factorially varies digit length, digit sparsity, representation (e.g., numerals vs. number words), and modality (text, rendered images, audio), with paired instances from a reproducible generator. We also define arithmetic load, C, as the product of the total and non-zero digit count as a compact, mechanistically motivated proxy for operation count. Across evaluations, accuracy falls sharply as C grows, often nearing zero by C > 100. Indeed, C remains predictive of performance across modalities and models, with R-squared often > 0.5, nearing the value from more complex measures of arithmetic load that count the number of intermediate arithmetic steps. A separate perception-versus-computation decomposition shows that multimodal degradation is primarily computational rather than perceptual: on matched-perception checks, models are near-perfect (> 99%) across modalities, even when multiplication accuracy drops. Beyond measuring when models fail, we ask which procedures they are predisposed to follow. We introduce a forced-completion loss probe that scores heuristic-specific reasoning prefixes--including columnar multiplication, distributive decomposition, and rounding/compensation. Here, decomposition is favored in both text and vision modalities; heuristic-specific LoRA adapters produce near-orthogonal updates yet degrade accuracy, indicating the base model maintains a well-tuned internal router.

📄 PDF Abstract BibTeX arXiv:2604.18203

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Integrating Text and Image: Determining Multimodal Document Intent in Instagram Posts

2019-04-19 · IJCNLP 2019 11 · Julia Kruk, Jonah Lubin, Karan Sikka, Xiao Lin 외

Computing author intent from multimodal data like Instagram posts requires modeling a complex relationship between text and image. For example, a caption might evoke an ironic contrast with the image, so neither caption …

Intent Detection

ARMOR v0.1: Empowering Autoregressive Multimodal Understanding Model with Interleaved Multimodal Generation via Asymmetric Synergy

2025-03-09 · Jianwen Sun, Yukang Feng, Chuanhao Li, Fanrui Zhang 외

Unified models (UniMs) for multimodal understanding and generation have recently received much attention in the area of vision and language. Existing UniMs are designed to simultaneously learn both multimodal understandi…

DecoderImage Generationmultimodal generation

LOOK-M: Look-Once Optimization in KV Cache for Efficient Multimodal Long-Context Inference

2024-06-26 · Zhongwei Wan, Ziang Wu, Che Liu, Jinfa Huang 외

Long-context Multimodal Large Language Models (MLLMs) demand substantial computational resources for inference as the growth of their multimodal Key-Value (KV) cache, in response to increasing input lengths, challenges m…

multimodal interaction

Leveraging LLMs for Multimodal Retrieval-Augmented Radiology Report Generation via Key Phrase Extraction

2025-04-10 · Kyoyun Choi, Byungmu Yoon, Soobum Kim, Jonggwon Park

Automated radiology report generation (RRG) holds potential to reduce radiologists' workload, especially as recent advancements in large language models (LLMs) enable the development of multimodal models for chest X-ray …

Contrastive LearningDiagnosticRetrievalRetrieval-augmented Generation

Order Matters: Exploring Order Sensitivity in Multimodal Large Language Models

2024-10-22 · Zhijie Tan, Xu Chu, Weiping Li, Tong Mo

Multimodal Large Language Models (MLLMs) utilize multimodal contexts consisting of text, images, or videos to solve various multimodal tasks. However, we find that changing the order of multimodal input can cause the mod…

In-Context LearningQuestion AnsweringSensitivityVisual Question Answering