paper-with-me

Papers

A Comprehensive Evaluation of LLM Reasoning: From Single-Model to Multi-Agent Paradigms

2026-01-19 · Yapeng Li, Jiakuo Yu, Zhixin Liu, Xinnan Liu, Jing Yu, Songze Li, Tonghua Su arxiv

Large Language Models (LLMs) are increasingly deployed as reasoning systems, where reasoning paradigms - such as Chain-of-Thought (CoT) and multi-agent systems (MAS) - play a critical role, yet their relative effectiveness and cost-accuracy trade-offs remain poorly understood. In this work, we conduct a comprehensive and unified evaluation of reasoning paradigms, spanning direct single-model generation, CoT-augmented single-model reasoning, and representative MAS workflows, characterizing their reasoning performance across a diverse suite of closed-form benchmarks. Beyond overall performance, we probe role-specific capability demands in MAS using targeted role isolation analyses, and analyze cost-accuracy trade-offs to identify which MAS workflows offer a favorable balance between cost and accuracy, and which incur prohibitive overhead for marginal gains. We further introduce MIMeBench, a new open-ended benchmark that targets two foundational yet underexplored semantic capabilities - semantic abstraction and contrastive discrimination - thereby providing an alternative evaluation axis beyond closed-form accuracy and enabling fine-grained assessment of semantic competence that is difficult to capture with existing benchmarks. Our results show that increased structural complexity does not consistently lead to improved reasoning performance, with its benefits being highly dependent on the properties and suitability of the reasoning paradigm itself. The codes are released at https://gitcode.com/HIT1920/OpenLLMBench.

📄 PDF Abstract BibTeX arXiv:2601.13243

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-LLM Collaborative Search for Complex Problem Solving

2025-02-26 · Sen yang, Yafu Li, Wai Lam, Yu Cheng

Large language models (LLMs) often struggle with complex reasoning tasks due to their limitations in addressing the vast reasoning space and inherent ambiguities of natural language. We propose the Mixture-of-Search-Agen…

FinMTM: A Multi-Turn Multimodal Benchmark for Financial Reasoning and Agent Evaluation

2026-02-03 · Chenxi Zhang, Ziliang Gan, Liyun Zhu, Youwei Pang 외 arxiv

The financial domain poses substantial challenges for vision-language models (VLMs) due to specialized chart formats and knowledge-intensive reasoning requirements. However, existing financial benchmarks are largely sing…

LLM-based Agentic Reasoning Frameworks: A Survey from Methods to Scenarios

2025-08-25 · Bingxi Zhao, Lin Geng Foo, Ping Hu, Christian Theobalt 외 arxiv

Recent advances in the intrinsic reasoning capabilities of large language models (LLMs) have given rise to LLM-based agent systems that exhibit near-human performance on a variety of automated tasks. However, although th…

Latent Collaboration in Multi-Agent Systems

2025-11-25 · Jiaru Zou, Ruizhong Qiu, Gaotang Li, Xiyuan Yang 외 arxiv

Multi-agent systems (MAS) extend large language models (LLMs) from independent single-model reasoning to coordinative system-level intelligence. While existing LLM agents depend on text-based mediation for reasoning and …

Code Generation

DixitWorld: Evaluating Multimodal Abductive Reasoning in Vision-Language Models with Multi-Agent Dixit Gameplay

2025-10-11 · Yunxiang Mo, Tianshi Zheng, Qing Zong, Jiayu Liu 외 arxiv

Multimodal abductive reasoning--the generation and selection of explanatory hypotheses from partial observations--is a cornerstone of intelligence. Current evaluations of this ability in vision-language models (VLMs) are…