paper-with-me

Papers

SortBench: Benchmarking LLMs based on their ability to sort lists

2025-04-11 · Steffen Herbold

Sorting is a tedious but simple task for human intelligence and can be solved fairly easily algorithmically. However, for Large Language Models (LLMs) this task is surprisingly hard, as some properties of sorting are among known weaknesses of LLMs: being faithful to the input data, logical comparisons between values, and strictly differentiating between syntax (used for sorting) and semantics (typically learned by embeddings). Within this paper, we describe the new SortBench benchmark for LLMs that comes with different difficulties and that can be easily scaled in terms of difficulty. We apply this benchmark to seven state-of-the-art LLMs, including current test-time reasoning models. Our results show that while the o3-mini model is very capable at sorting in general, even this can be fooled if strings are defined to mix syntactical and semantical aspects, e.g., by asking to sort numbers written-out as word. Furthermore, all models have problems with the faithfulness to the input of long lists, i.e., they drop items and add new ones. Our results also show that test-time reasoning has a tendency to overthink problems which leads to performance degradation. Finally, models without test-time reasoning like GPT-4o are not much worse than reasoning models.

📄 PDF Abstract BibTeX arXiv:2504.08312

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

MLLM-DataEngine: An Iterative Refinement Approach for MLLM

2023-08-25 · Zhiyuan Zhao, Linke Ouyang, Bin Wang, Siyuan Huang 외

Despite the great advance of Multimodal Large Language Models (MLLMs) in both instruction dataset building and benchmarking, the independence of training and evaluation makes current MLLMs hard to further improve their c…

Benchmarking

A Scale-Invariant Sorting Criterion to Find a Causal Order in Additive Noise Models

2023-03-31 · NeurIPS 2023 11 · Alexander G. Reisach, Myriam Tami, Christof Seiler, Antoine Chambaz 외

Additive Noise Models (ANMs) are a common model class for causal discovery from observational data and are often used to generate synthetic data for causal discovery benchmarking. Specifying an ANM requires choosing all …

BenchmarkingCausal Discovery

Validation of neural spike sorting algorithms without ground-truth information

2015-08-27 · Alex H. Barnett, Jeremy F. Magland, Leslie F. Greengard

We describe a suite of validation metrics that assess the credibility of a given automatic spike sorting algorithm applied to a given electrophysiological recording, when ground-truth is unavailable. By rerunning the spi…

BenchmarkingSpike Sorting

Standardizing Structural Causal Models

2024-06-17 · Weronika Ormaniec, Scott Sussex, Lars Lorch, Bernhard Schölkopf 외

Synthetic datasets generated by structural causal models (SCMs) are commonly used for benchmarking causal structure learning algorithms. However, the variances and pairwise correlations in SCM data tend to increase along…

BenchmarkingCausal Inference

SpaceTx: A Roadmap for Benchmarking Spatial Transcriptomics Exploration of the Brain

2023-01-20 · Brian Long, Jeremy Miller, The SpaceTx Consortium

Mapping spatial distributions of transcriptomic cell types is essential to understanding the brain, with its exceptional cellular heterogeneity and the functional significance of its spatial organization. Spatial transcr…

BenchmarkingCell Segmentation