paper-with-me

Papers

TaskBench: Benchmarking Large Language Models for Task Automation

2023-11-30 · Yongliang Shen, Kaitao Song, Xu Tan, Wenqi Zhang, Kan Ren, Siyu Yuan, Weiming Lu, Dongsheng Li, Yueting Zhuang

In recent years, the remarkable progress of large language models (LLMs) has sparked interest in task automation, which involves decomposing complex tasks described by user instructions into sub-tasks and invoking external tools to execute them, playing a central role in autonomous agents. However, there is a lack of systematic and standardized benchmarks to promote the development of LLMs in task automation. To address this, we introduce TaskBench, a comprehensive framework to evaluate the capability of LLMs in task automation. Specifically, task automation can be divided into three critical stages: task decomposition, tool selection, and parameter prediction. To tackle the complexities inherent in these stages, we introduce the concept of Tool Graph to represent decomposed tasks and adopt a back-instruct method to generate high-quality user instructions. We propose TaskEval, a multi-faceted evaluation methodology that assesses LLM performance across these three stages. Our approach combines automated construction with rigorous human verification, ensuring high consistency with human evaluation. Experimental results demonstrate that TaskBench effectively reflects the capabilities of various LLMs in task automation. It provides insights into model performance across different task complexities and domains, pushing the boundaries of what current models can achieve. TaskBench offers a scalable, adaptable, and reliable benchmark for advancing LLM-based autonomous agents.

📄 PDF Abstract BibTeX arXiv:2311.18760

Code (1)

microsoft/JARVIS 공식 구현 pytorch

Tasks

BenchmarkingParameter Prediction

Similar Papers 제목 키워드 기반

GitTaskBench: A Benchmark for Code Agents Solving Real-World Tasks Through Code Repository Leveraging

2025-08-26 · Ziyi Ni, Huacan Wang, Shuo Zhang, Shuo Lu 외 arxiv

Beyond scratch coding, exploiting large-scale code repositories (e.g., GitHub) for practical tasks is vital in real-world software development, yet current benchmarks rarely evaluate code agents in such authentic, workfl…

Quantifying Adaptability in Pre-trained Language Models with 500 Tasks

2021-12-06 · NAACL 2022 7 · Belinda Z. Li, Jane Yu, Madian Khabsa, Luke Zettlemoyer 외

When a neural language model (LM) is adapted to perform a new task, what aspects of the task predict the eventual performance of the model? In NLP, systematic features of LM generalization to individual examples are well…

Language ModelingLanguage ModellingLogical ReasoningMemorization+1

Quantifying Adaptability in Pre-trained Language Models with 500 Tasks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

When a neural language model (LM) is adapted to perform a new task, what aspects of the task predict the eventual performance of the model? In NLP, systematic features of LM generalization to individual examples are well…

Language ModelingLanguage ModellingLogical ReasoningMemorization+1

Bench4KE: Benchmarking Automated Competency Question Generation

2025-05-30 · Anna Sofia Lippolis, Minh Davide Ragagni, Paolo Ciancarini, Andrea Giovanni Nuzzolese 외

The availability of Large Language Models (LLMs) presents a unique opportunity to reinvigorate research on Knowledge Engineering (KE) automation, a trend already evident in recent efforts developing LLM-based methods and…

BenchmarkingQuestion GenerationQuestion-Generation

EnvX: Agentize Everything with Agentic AI

2025-09-09 · Linyao Chen, Zimian Peng, Yingxuan Yang, Yikun Wang 외 arxiv

The widespread availability of open-source repositories has led to a vast collection of reusable software components, yet their utilization remains manual, error-prone, and disconnected. Developers must navigate document…

Speech RecognitionCode Generation