paper-with-me

Papers

HackerRank-ASTRA: Evaluating Correctness & Consistency of Large Language Models on cross-domain multi-file project problems

2025-01-31 · Jun Xing, Mayur Bhatia, Sahil Phulwani, Darshan Suresh, Rafik Matta

Evaluating the real-world applicability of large language models (LLMs) provides valuable insights for their development and use in software development tasks. Existing benchmarks often focus on standalone coding problems or specific libraries, overlooking multi-file, project-based scenarios and lacking a rigorous evaluation of consistency. The HackerRank-ASTRA Benchmark introduces project-based coding problems that mirror real-world scenarios. It evaluates model consistency through 32 runs (k = 32) and median standard deviation while incorporating taxonomy-level analysis to assess sub-skill capabilities. Initial evaluations on 65 problems show that the top three models -- o1, o1-preview, and Claude-3.5-Sonnet-1022 -- achieved comparable average scores of 75%, with no statistically significant differences in performance. Notably, Claude-3.5-Sonnet-1022 demonstrated the highest consistency across problems, with low variability (SD = 0.0497), which was statistically significant compared to other models, highlighting its reliability for real-world software development tasks.

📄 PDF Abstract BibTeX arXiv:2502.00226

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Thinking with Imagination: Agentic Visual Spatial Reasoning with World Simulators

2026-06-04 · Chenming Zhu, Jingli Lin, Yilin Long, Peizhou Cao 외 arxiv

While Vision-Language Models (VLMs) have shown strong visual reasoning capabilities, their spatial reasoning abilities remain largely constrained to the observed images and text-oriented chain-of-thought. They often stru…

Spatial ReasoningVisual Reasoning

BiasTrace: Linking Reasoning Behaviours to Biased Outputs in LLMs

2026-08-14 · Varsha Ramineni, Hossein A. Rahmani, Jerome Ramos, Karin Sevegnani 외 arxiv

LLMs exhibit social biases that can produce inaccurate and discriminatory inferences, posing risks in high-stakes applications. While prior work has made progress in measuring and mitigating bias, it largely focuses on f…

Bias Detection

Codex Hacks HackerRank: Memorization Issues and a Framework for Code Synthesis Evaluation

2022-12-06 · Anjan Karmakar, Julian Aron Prenner, Marco D'Ambros, Romain Robbes

The Codex model has demonstrated extraordinary competence in synthesizing code from natural language problem descriptions. However, in order to reveal unknown failure modes and hidden biases, such large-scale models must…

Memorization

AstraAI: LLMs, Retrieval, and AST-Guided Assistance for HPC Codebases

2026-03-28 · Mahesh Natarajan, Xiaoye Li, Weiqun Zhang arxiv

We present AstraAI, a command-line interface (CLI) coding framework for high-performance computing (HPC) software development. AstraAI operates directly within a Linux terminal and integrates large language models (LLMs)…

Code Generation

Astra: a generalizable report generation foundation model for 3D computed tomography

2026-05-29 · Zhuhao Wang, Fang Chen, Chaohui Yu, Zihan Li 외 arxiv

Interpreting computed tomography (CT) requires review of hundreds of volumetric slices and remains time-intensive and expertise-dependent. Automated CT report generation offers a promising route to improving clinical eff…

Reinforcement Learning