PulseAugur
EN
LIVE 06:31:17

New benchmark reveals LLMs struggle with interactive programming problems

Researchers have introduced InteractBench, a new benchmark designed to evaluate the algorithmic reasoning capabilities of large language models (LLMs) on interactive problems. These problems, common in competitive programming, require models to dynamically acquire information through queries rather than having all inputs provided upfront. The benchmark includes 322 problems from platforms like Codeforces and AtCoder, along with local interactors for offline evaluation. Initial results show a significant gap in performance, with current advanced models struggling with interactive tasks, often failing due to protocol violations or exceeding query budgets, in addition to algorithmic logic errors. AI

IMPACT Highlights a new frontier for LLM evaluation, pushing beyond static problem-solving to dynamic, interactive reasoning.

RANK_REASON The cluster contains a research paper introducing a new benchmark for evaluating LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New benchmark reveals LLMs struggle with interactive programming problems

How we ranked this

Signal score
29 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster contains a research paper introducing a new benchmark for evaluating LLMs. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Jiaze Li, Aocheng Shen, Bing Liu, Boyu Zhang, Xiaoxuan Fan, Qiankun Zhang, Xianjun Deng ·

    InteractBench: Benchmarking LLMs on Competitive Programming under Unrevealed Information

    arXiv:2608.29632v1 Announce Type: cross Abstract: Competitive programming is increasingly being used to evaluate the algorithmic reasoning capabilities of large language models (LLMs). However, existing benchmarks primarily focus on full-information tasks where all problem inputs…