paper-with-me

Papers

CodeAssistBench (CAB): Dataset & Benchmarking for Multi-turn Chat-Based Code Assistance

2025-07-14 · Myeongsoo Kim, Shweta Garg, Baishakhi Ray, Varun Kumar, Anoop Deoras

Programming assistants powered by large language models have transformed software development, yet most benchmarks focus narrowly on code generation tasks. Recent efforts like InfiBench and StackEval attempt to address this gap using Stack Overflow data but remain limited to single-turn interactions in isolated contexts, require significant manual curation, and fail to represent complete project environments. We introduce CodeAssistBench (CAB), the first benchmark framework for evaluating multi-turn programming assistance in realistic settings that address real-world questions about actual codebases. Unlike existing programming Q&A benchmarks, CAB automatically generates scalable datasets from question-related GitHub issues using configurable parameters (e.g., repository creation date, star count, programming languages), and includes automatic containerization of codebases for evaluation. It then evaluates models through simulated users in these containerized environments with full codebase access. Using this framework, we constructed a test set of 3,286 real-world programming questions across 231 repositories, spanning seven programming languages and diverse problem domains. Our evaluation of leading LLMs reveals a substantial capability gap: while models perform well on Stack Overflow questions with success rates of 70-83%, they resolve only up to 16.49% of CAB's recent issues. This discrepancy highlights the challenges of providing assistance in complex, project-specific contexts versus answering standalone questions.

📄 PDF Abstract BibTeX arXiv:2507.10646

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingCode Generation

Similar Papers 제목 키워드 기반

MathChat: Benchmarking Mathematical Reasoning and Instruction Following in Multi-Turn Interactions

2024-05-29 · Zhenwen Liang, Dian Yu, Wenhao Yu, Wenlin Yao 외

Large language models (LLMs) have demonstrated impressive capabilities in mathematical problem solving, particularly in single turn question answering formats. However, real world scenarios often involve mathematical que…

BenchmarkingDialogue UnderstandingInstruction FollowingMath+4

LLM Spirals of Delusion: A Benchmarking Audit Study of AI Chatbot Interfaces

2026-02-20 · Peter Kirgis, Ben Hawriluk, Sherrie Feng, Aslan Bilimer 외 arxiv

People increasingly hold sustained, open-ended conversations with large language models (LLMs). Public reports and early studies suggest that, in such settings, models can reinforce delusional or conspiratorial ideation …

EHRNote-ChatQA: A Benchmark for Evidence-Grounded Multi-Turn Clinical Question Answering over Longitudinal Discharge Summaries

2026-06-14 · Jiyoun Kim, Muhan Yeo, Eunhye Jang, Jeewon Yang 외 arxiv

Discharge summaries are crucial clinical documents containing the context of a patient's overall hospital stay, and are routinely reviewed by medical experts for patient readmission, ongoing care, and diagnostic decision…

Question Answering

MedGPTEval: A Dataset and Benchmark to Evaluate Responses of Large Language Models in Medicine

2023-05-12 · Jie Xu, Lu Lu, Sen yang, Bilin Liang 외

METHODS: First, a set of evaluation criteria is designed based on a comprehensive literature review. Second, existing candidate criteria are optimized for using a Delphi method by five experts in medicine and engineering…

Benchmarking

SAMA: Towards Multi-Turn Referential Grounded Video Chat with Large Language Models

2025-05-24 · Ye Sun, Hao Zhang, Henghui Ding, Tiehua Zhang 외

Achieving fine-grained spatio-temporal understanding in videos remains a major challenge for current Video Large Multimodal Models (Video LMMs). Addressing this challenge requires mastering two core capabilities: video r…

BenchmarkingVideo Grounding