paper-with-me

홈 › Papers

DATETIME: A new benchmark to measure LLM translation and reasoning capabilities

2025-04-22 · Edward Gaere, Florian Wangenheim

This paper introduces DATETIME, a new high-quality benchmark designed to evaluate the translation and reasoning abilities of a Large Language Model (LLM) on datetimes. A datetime is simply a date and a time, for example '11th.february.2023 ,1:12:31'. Datetimes are an interesting domain because they are intuitive and straightforward for humans to process but present significant challenges for LLMs. At the time of writing, no publicly available benchmark exists for systematically evaluating LLMs on datetime processing. Our experiments show that state-of-the-art models exhibit significant difficulty with tasks involving reasoning on datetimes, and that General Artificial Intelligence is still a distant aspiration. We hypothesize that working with datetimes necessitates translation and/or computation capabilities, and the tasks of the benchmark are organized accordingly. Significant dispersion in performance across models is observed with surprisingly poor performance even on apparently trivial tasks. Whilst frontier models such as ChatGPT, Claude and Llama3.1 have evidently been built and trained with datetime reasoning abilities, significant improvement is required for the open-source models.

📄 PDF Abstract BibTeX arXiv:2504.16155

Code (1)

edgaere/datetime 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelTranslation

Similar Papers 제목 키워드 기반

An Open Source Library for Semantic-Based Datetime Resolution

2016-12-01 · COLING 2016 12 · Aur{\'e}lie Merlo, Denis Pasin

In this paper, we introduce an original Python implementation of datetime resolution in french, which we make available as open-source library. Our approach is based on Frame Semantics and Corpus Pattern Analysis in orde…

Round-Trip Translation Reveals What Frontier Multilingual Benchmarks Miss

2026-04-14 · Ronald Skorobogat, Ameya Prabhu, Matthias Bethge arxiv

Multilingual benchmarks guide the development of frontier models. Yet multilingual evaluations reported by frontier models are structured similar to popular reasoning and knowledge benchmarks, but across many languages. …

Mathematical Reasoning

CGBench: Benchmarking Language Model Scientific Reasoning for Clinical Genetics Research

2025-10-13 · Owen Queen, Harrison G. Zhang, James Zou arxiv

Variant and gene interpretation are fundamental to personalized medicine and translational biomedicine. However, traditional approaches are manual and labor-intensive. Generative language models (LMs) can facilitate this…

UrduBench: An Urdu Reasoning Benchmark using Contextually Ensembled Translations with Human-in-the-Loop

2026-01-28 · Muhammad Ali Shafique, Areej Mehboob, Layba Fiaz, Muhammad Usman Qadeer 외 arxiv

Recent advances in large language models (LLMs) have led to strong reasoning capabilities; however, evaluating such models in low-resource languages remains challenging due to the lack of standardized benchmarks. In part…

Machine Translation

Hi-Phy: A Benchmark for Hierarchical Physical Reasoning

2021-06-17 · Cheng Xue, Vimukthini Pinto, Chathura Gamage, Peng Zhang 외

Reasoning about the behaviour of physical objects is a key capability of agents operating in physical worlds. Humans are very experienced in physical reasoning while it remains a major challenge for AI. To facilitate res…