paper-with-me

홈 › Papers

TurtleBench: Evaluating Top Language Models via Real-World Yes/No Puzzles

2024-10-07 · Qingchen Yu, Shichao Song, Ke Fang, Yunfeng Shi, Zifan Zheng, Hanyu Wang, Simin Niu, Zhiyu Li

As the application of Large Language Models (LLMs) expands, the demand for reliable evaluations increases. Existing LLM evaluation benchmarks primarily rely on static datasets, making it challenging to assess model performance in dynamic interactions with users. Moreover, these benchmarks often depend on specific background knowledge, complicating the measurement of a model's logical reasoning capabilities. Other dynamic evaluation methods based on strong models or manual efforts may introduce biases and incur high costs and time demands, hindering large-scale application. To address these issues, we propose TurtleBench. TurtleBench collects real user guesses from our online Turtle Soup Puzzle platform that we developed. This approach allows for the relatively dynamic generation of evaluation datasets, mitigating the risk of model cheating while aligning assessments more closely with genuine user needs for reasoning capabilities, thus enhancing the reliability of evaluations. TurtleBench includes 1,532 user guesses along with the correctness of guesses after annotation. Using this dataset, we thoroughly evaluated nine of the most advanced LLMs available today. Notably, the OpenAI o1 series models did not achieve leading results in these evaluations. We propose several hypotheses for further research, such as "the latent reasoning of o1 utilizes trivial Chain-of-Thought (CoT) techniques" and "increasing CoT length not only provides reasoning benefits but also incurs noise costs."

📄 PDF Abstract BibTeX arXiv:2410.05262

Code (1)

mazzzystar/TurtleBench 공식 구현

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

TurtleBench: A Visual Programming Benchmark in Turtle Geometry

2024-10-31 · Sina Rismanchian, Yasaman Razeghi, Sameer Singh, Shayan Doroudi

Humans have the ability to reason about geometric patterns in images and scenes from a young age. However, developing large multimodal models (LMMs) capable of similar reasoning remains a challenge, highlighting the need…

Code Generation

The Token Games: Evaluating Language Model Reasoning with Puzzle Duels

2026-02-19 · Simon Henniger, Gabriel Poesia arxiv

Evaluating the reasoning capabilities of Large Language Models is increasingly challenging as models improve. Human curation of hard questions is highly expensive, especially in recent benchmarks using PhD-level domain k…

Recurrent Reasoning on Symbolic Puzzles with Sequence Models

2026-04-19 · Gowrav Mannem, Chowdhury Marzia Mahjabin, Jason Chen, Shivank Garg 외 arxiv

Large language models often appear strong on symbolic and algorithmic tasks, yet this apparent strength can hide brittle behaviour when problems become longer, harder, or slightly out of distribution. A major limitation …

modeLing: A Novel Dataset for Testing Linguistic Reasoning in Language Models

2024-06-24 · Nathan A. Chi, Teodor Malchev, Riley Kong, Ryan A. Chi 외

We introduce modeLing, a novel benchmark of Linguistics Olympiad-style puzzles which tests few-shot reasoning in AI systems. Solving these puzzles necessitates inferring aspects of a language's grammatical structure from…

Memorization

Benchmarking Content-Based Puzzle Solvers on Corrupted Jigsaw Puzzles

2025-07-10 · Richard Dirauf, Florian Wolz, Dario Zanca, Björn Eskofier arxiv

Content-based puzzle solvers have been extensively studied, demonstrating significant progress in computational techniques. However, their evaluation often lacks realistic challenges crucial for real-world applications, …