paper-with-me

Papers

ProBench: Benchmarking Large Language Models in Competitive Programming

2025-02-28 · Lei Yang, Renren Jin, Ling Shi, Jianxiang Peng, Yue Chen, Deyi Xiong

With reasoning language models such as OpenAI-o3 and DeepSeek-R1 emerging, large language models (LLMs) have entered a new phase of development. However, existing benchmarks for coding evaluation are gradually inadequate to assess the capability of advanced LLMs in code reasoning. To bridge the gap for high-level code reasoning assessment, we propose ProBench to benchmark LLMs in competitive programming, drawing inspiration from the International Collegiate Programming Contest. ProBench collects a comprehensive set of competitive programming problems from Codeforces, Luogu, and Nowcoder platforms during the period from July to December 2024, obtaining real test results through online submissions to ensure the fairness and accuracy of the evaluation. We establish a unified problem attribute system, including difficulty grading and algorithm tagging. With carefully collected and annotated data in ProBench, we systematically assess 9 latest LLMs in competitive programming across multiple dimensions, including thought chain analysis, error type diagnosis, and reasoning depth evaluation. Experimental results show that QwQ-32B-Preview achieves the best score of 20.93 followed by DeepSeek-V3 with a score of 16.38, suggesting that models trained with specialized reasoning tasks significantly outperform general-purpose models (even larger than reasoning-oriented models) in programming. Further analysis also reveals key areas for programming capability enhancement, e.g., algorithm adaptability and reasoning sufficiency, providing important insights for the future development of reasoning models.

📄 PDF Abstract BibTeX arXiv:2502.20868

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeBenchmarkingFairness

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ProBench: Judging Multimodal Foundation Models on Open-ended Multi-domain Expert Tasks

2025-03-10 · Yan Yang, Dongxu Li, HaoNing Wu, Bei Chen 외

Solving expert-level multimodal tasks is a key milestone towards general intelligence. As the capabilities of multimodal large language models (MLLMs) continue to improve, evaluation of such advanced multimodal intellige…

ProBench: Benchmarking GUI Agents with Accurate Process Information

2025-11-12 · Leyang Yang, Ziwei Wang, Xiaoxuan Tang, Sheng Zhou 외 arxiv

With the deep integration of artificial intelligence and interactive technology, Graphical User Interface (GUI) Agent, as the carrier connecting goal-oriented natural language and real-world devices, has received widespr…

BioProBench: Comprehensive Dataset and Benchmark in Biological Protocol Understanding and Reasoning

2025-05-11 · Yuyang Liu, Liuzhenghao Lv, Xiancheng Zhang, Li Yuan 외

Biological protocols are fundamental to reproducible and safe life science research. While LLMs excel on general tasks, their systematic evaluation on these highly specialized, accuracy-critical, and inherently procedura…

Question Answering

ConfProBench: A Confidence Evaluation Benchmark for MLLM-Based Process Judges

2025-08-06 · Yue Zhou, Yi Chang, Yuan Wu arxiv

Reasoning is a critical capability of multimodal large language models (MLLMs) for solving complex multimodal tasks, and judging the correctness of reasoning steps is crucial for improving this capability. Recently, MLLM…

Fine-tuning LLaMA 2 interference: a comparative study of language implementations for optimal efficiency

2025-01-30 · Sazzad Hossain, Touhidul Alam Seyam, Avijit Chowdhury, Munis Xamidov 외

This paper presents a comparative study aimed at optimizing Llama2 inference, a critical aspect of machine learning and natural language processing (NLP). We evaluate various programming languages and frameworks, includi…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model