paper-with-me

Papers

Generative Evaluation of Complex Reasoning in Large Language Models

2025-04-03 · Haowei Lin, Xiangyu Wang, Ruilin Yan, Baizhou Huang, Haotian Ye, Jianhua Zhu, ZiHao Wang, James Zou, Jianzhu Ma, Yitao Liang

With powerful large language models (LLMs) demonstrating superhuman reasoning capabilities, a critical question arises: Do LLMs genuinely reason, or do they merely recall answers from their extensive, web-scraped training datasets? Publicly released benchmarks inevitably become contaminated once incorporated into subsequent LLM training sets, undermining their reliability as faithful assessments. To address this, we introduce KUMO, a generative evaluation framework designed specifically for assessing reasoning in LLMs. KUMO synergistically combines LLMs with symbolic engines to dynamically produce diverse, multi-turn reasoning tasks that are partially observable and adjustable in difficulty. Through an automated pipeline, KUMO continuously generates novel tasks across open-ended domains, compelling models to demonstrate genuine generalization rather than memorization. We evaluated 23 state-of-the-art LLMs on 5,000 tasks across 100 domains created by KUMO, benchmarking their reasoning abilities against university students. Our findings reveal that many LLMs have outperformed university-level performance on easy reasoning tasks, and reasoning-scaled LLMs reach university-level performance on complex reasoning challenges. Moreover, LLM performance on KUMO tasks correlates strongly with results on newly released real-world reasoning benchmarks, underscoring KUMO's value as a robust, enduring assessment tool for genuine LLM reasoning capabilities.

📄 PDF Abstract BibTeX arXiv:2504.02810

Code (1)

linhaowei1/kumo 공식 구현

Tasks

BenchmarkingMemorization

Similar Papers 제목 키워드 기반

Parameterized Argumentation-based Reasoning Tasks for Benchmarking Generative Language Models

2025-05-02 · Cor Steging, Silja Renooij, Bart Verheij

Generative large language models as tools in the legal domain have the potential to improve the justice system. However, the reasoning behavior of current generative models is brittle and poorly understood, hence cannot …

Benchmarking

AutoRubric: Rubric-Based Generative Rewards for Faithful Multimodal Reasoning

2025-10-16 · Mengzhao Jia, Zhihan Zhang, Ignacio Cases, Zheyuan Liu 외 arxiv

Multimodal large language models (MLLMs) have rapidly advanced from perception tasks to complex multi-step reasoning, yet reinforcement learning with verifiable rewards (RLVR) often leads to spurious reasoning since only…

Reinforcement LearningMultimodal Reasoning

Markovian ODE-guided scoring can assess the quality of offline reasoning traces in language models

2026-03-02 · Arghodeep Nandi, Ojasva Saxena, Tanmoy Chakraborty arxiv

Reasoning traces produced by generative language models are increasingly used for tasks ranging from mathematical problem solving to automated fact checking. However, existing evaluation methods remain largely mechanical…

Fact Checking

Large Language Models Meet Symbolic Provers for Logical Reasoning Evaluation

2025-02-10 · Chengwen Qi, Ren Ma, Bowen Li, He Du 외

First-order logic (FOL) reasoning, which involves sequential deduction, is pivotal for intelligent systems and serves as a valuable task for evaluating reasoning capabilities, particularly in chain-of-thought (CoT) conte…

Logical Reasoning

Teaching Probabilistic Logical Reasoning to Transformers

2023-05-22 · Aliakbar Nafar, Kristen Brent Venable, Parisa Kordjamshidi

In this paper, we evaluate the capability of transformer-based language models in making inferences over uncertain text that includes uncertain rules of reasoning. We cover both Pre-trained Language Models (PLMs) and gen…

Logical ReasoningQuestion Answering