paper-with-me

Papers

Beyond Static Evaluation: A Dynamic Approach to Assessing AI Assistants' API Invocation Capabilities

2024-03-17 · Honglin Mu, Yang Xu, Yunlong Feng, Xiaofeng Han, Yitong Li, Yutai Hou, Wanxiang Che

With the rise of Large Language Models (LLMs), AI assistants' ability to utilize tools, especially through API calls, has advanced notably. This progress has necessitated more accurate evaluation methods. Many existing studies adopt static evaluation, where they assess AI assistants' API call based on pre-defined dialogue histories. However, such evaluation method can be misleading, as an AI assistant might fail in generating API calls from preceding human interaction in real cases. Instead of the resource-intensive method of direct human-machine interactions, we propose Automated Dynamic Evaluation (AutoDE) to assess an assistant's API call capability without human involvement. In our framework, we endeavor to closely mirror genuine human conversation patterns in human-machine interactions, using a LLM-based user agent, equipped with a user script to ensure human alignment. Experimental results highlight that AutoDE uncovers errors overlooked by static evaluations, aligning more closely with human assessment. Testing four AI assistants using our crafted benchmark, our method further mirrored human evaluation compared to conventional static evaluations.

📄 PDF Abstract BibTeX arXiv:2403.11128

Code (1)

hlmu/autode 공식 구현

Similar Papers 제목 키워드 기반

LLMEval-Fair: A Large-Scale Longitudinal Study on Robust and Fair Evaluation of Large Language Models

2025-08-07 · Ming Zhang, Yujiong Shen, Jingyi Deng, Yuhui Wang 외 arxiv

Existing evaluation of Large Language Models (LLMs) on static benchmarks is vulnerable to data contamination and leaderboard overfitting, critical issues that obscure true model capabilities. To address this, we introduc…

ClinDEF: A Dynamic Evaluation Framework for Large Language Models in Clinical Reasoning

2025-12-29 · Yuqi Tang, Jing Yu, Zichang Su, Kehua Feng 외 arxiv

Clinical diagnosis begins with doctor-patient interaction, during which physicians iteratively gather information, determine examination and refine differential diagnosis through patients' response. This dynamic clinical…

An Empirical Study of Automating Agent Evaluation

2026-05-12 · Kang Zhou, Sangmin Woo, Haibo Ding, Kiran Ramnath 외 arxiv

Agent evaluation requires assessing complex multi-step behaviors involving tool use and intermediate reasoning, making it costly and expertise-intensive. A natural question arises: can frontier coding assistants reliably…

GrandJury: A Collaborative Machine Learning Model Evaluation Protocol for Dynamic Quality Rubrics

2025-08-04 · Arthur Cho arxiv

Generative Machine Learning models have become central to modern systems, powering applications in creative writing, summarization, multi-hop reasoning, and context-aware dialogue. These models underpin large-scale AI as…

Benchmarks are Not Enough: RAMP for Runtime Assessing of Agentic Models in Production Systems

2026-05-26 · Yipeng Ouyang, Xin Huang, Bingjie Liu, Zhongchun Zheng 외 arxiv

LLM agents are rapidly evolving from coding assistants into autonomous software engineering systems. However, existing evaluation methodologies remain largely centered on static, isolated, and short-horizon benchmarks th…