paper-with-me

홈 › Papers

ReasonAudio: A Benchmark for Evaluating Reasoning Beyond Matching in Text-Audio Retrieval

2026-05-05 · Honglei Zhang, Yuting Chen, Chenpeng Hu, Siyue Zhang, Yilei Shi arxiv

As multimodal content continues to expand at a rapid pace, audio retrieval has emerged as a key enabling technology for media search, content organization, and intelligent assistants. However, most existing benchmarks concentrate on semantic matching and fail to capture the fact that real-world queries often demand advanced reasoning abilities, including negation understanding, temporal ordering, concurrent event recognition, and duration discrimination. To address this gap, we introduce ReasonAudio, the first reasoning-intensive benchmark for Text-Audio Retrieval, comprising 1,000 queries and 10,000 composite audio clips across five fundamental reasoning tasks: Negation, Order, Overlap, Duration, and Mix. Despite their intuitive nature for humans and straightforward construction, these tasks pose significant challenges to current models. Our evaluation of ten state-of-the-art models reveals the following findings: All models struggle with reasoning-intensive audio retrieval, performing particularly poorly on Negation and Duration while showing relatively better results on Overlap and Order. Moreover, Multimodal Large Language Model-based embedding models fail to inherit the reasoning capabilities of their backbones through contrastive fine-tuning, suggesting that current training paradigms are insufficient to preserve reasoning capacity in retrieval settings

📄 PDF Abstract BibTeX arXiv:2605.03361

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Static Benchmarks to Dynamic Protocol: Agent-Centric Text Anomaly Detection for Evaluating LLM Reasoning

2026-02-27 · Seungdong Yoa, Sanghyu Yoon, Suhee Yoon, Dongmin Kim 외 arxiv

The evaluation of large language models (LLMs) has predominantly relied on static datasets, which offer limited scalability and fail to capture the evolving reasoning capabilities of recent models. To overcome these limi…

Anomaly Detection

Can MLLMs Reason Beyond Language? VisReason: A Comprehensive Benchmark for Vision-Centric Reasoning

2026-05-25 · Longteng Guo, Yifan Wang, Pengkang Huo, Tailai Chen 외 arxiv

Recent multimodal large language models (MLLMs) achieve strong performance on visual reasoning benchmarks, yet it remains unclear to what extent such performance reflects reasoning directly grounded in visual evidence. W…

Visual Reasoning

Common Sense Beyond English: Evaluating and Improving Multilingual Language Models for Commonsense Reasoning

2021-06-13 · ACL 2021 5 · Bill Yuchen Lin, Seyeon Lee, Xiaoyang Qiao, Xiang Ren

Commonsense reasoning research has so far been limited to English. We aim to evaluate and improve popular multilingual language models (ML-LMs) to help advance commonsense reasoning (CSR) beyond English. We collect the M…

Common Sense ReasoningSentence

Beyond Single Character: Evaluating MLLMs for Sentence-Level Oracle Bone Inscription Understanding

2026-06-30 · Ziqi Li, Zijian Chen, Tingzhu Chen, Guangtao Zhai arxiv

Existing AI-assisted oracle bone inscription (OBI) visual recognition and understanding studies mainly focus on character-level, ignoring the long-form textual coherence and contextual dependencies embedded in complete d…

Beyond Output Correctness: Benchmarking and Evaluating Large Language Model Reasoning in Coding Tasks

2026-04-14 · Yuangang Li, Justin Tian Jin Chen, Ethan Yu, David Hong 외 arxiv

Large language models (LLMs) increasingly rely on explicit reasoning to solve coding tasks, yet evaluating the quality of this reasoning remains challenging. Existing reasoning evaluators are not designed for coding, and…

Code Generation