Table of Contents
Fetching ...

AgentIF-OneDay: A Task-level Instruction-Following Benchmark for General AI Agents in Daily Scenarios

Kaiyuan Chen, Qimin Wu, Taiyu Hou, Tianhao Tang, Xueyu Hu, Yuchen Hou, Bikun Li, Chengming Qian, Guoyin Wang, Haolin Chen, Haotong Tian, Haoye Zhang, Haoyu Bian, Hongbing Pan, Hongkang Zhang, Hongyi Zhou, Jiaqi Cai, Jiewu Rao, Jiyuan Ren, Keduan Huang, Lucia Zhu Huang, Mingyu Yuan, Naixu Guo, Qicheng Tang, Qinyan Zhang, Shuai Chen, Siheng Chen, Ting Ting Li, Xiaoxing Guo, Yaocheng Zuo, Yaoqi Guo, Yinan Wang, Yinzhou Yu, Yize Wang, Yuan Jiang, Yuan Tian, Yuanshuo Zhang, Yuxuan Liu, Yvette Yan Zeng, Zenyu Shan, Zihan Yin, Xiaobo Hu, Yang Liu, Yixin Ren, Yuan Gong

TL;DR

AgentIF-OneDay addresses the gap between perceived AI-agent prowess and real-world daily-use needs by introducing a task-level benchmark with 104 tasks (767 scoring points) across Open Workflow Execution, Latent Instruction Inference, and Iterative Refinement. The framework combines instance-level rubrics, LLM-based verification, and a File-centered data-generation pipeline to produce diverse, attachment-rich tasks and robust end-to-end evaluation. Four leading agents (ChatGPT-Agent, Genspark, Manus, Minimax-Agent) are evaluated with Gemini-3-Pro as judge, revealing competitive parity between API-driven and RL-based systems and highlighting strengths and bottlenecks across rubrics and attachments; Manus achieves the highest overall score. Beyond benchmarking, AgentIF-OneDay provides scalable data-generation and evaluation methods that can inform training data for reinforcement learning and steer future agent design toward reliable, user-aligned daily assistance.

Abstract

The capacity of AI agents to effectively handle tasks of increasing duration and complexity continues to grow, demonstrating exceptional performance in coding, deep research, and complex problem-solving evaluations. However, in daily scenarios, the perception of these advanced AI capabilities among general users remains limited. We argue that current evaluations prioritize increasing task difficulty without sufficiently addressing the diversity of agentic tasks necessary to cover the daily work, life, and learning activities of a broad demographic. To address this, we propose AgentIF-OneDay, aimed at determining whether general users can utilize natural language instructions and AI agents to complete a diverse array of daily tasks. These tasks require not only solving problems through dialogue but also understanding various attachment types and delivering tangible file-based results. The benchmark is structured around three user-centric categories: Open Workflow Execution, which assesses adherence to explicit and complex workflows; Latent Instruction, which requires agents to infer implicit instructions from attachments; and Iterative Refinement, which involves modifying or expanding upon ongoing work. We employ instance-level rubrics and a refined evaluation pipeline that aligns LLM-based verification with human judgment, achieving an 80.1% agreement rate using Gemini-3-Pro. AgentIF-OneDay comprises 104 tasks covering 767 scoring points. We benchmarked four leading general AI agents and found that agent products built based on APIs and ChatGPT agents based on agent RL remain in the first tier simultaneously. Leading LLM APIs and open-source models have internalized agentic capabilities, enabling AI application teams to develop cutting-edge Agent products.

AgentIF-OneDay: A Task-level Instruction-Following Benchmark for General AI Agents in Daily Scenarios

TL;DR

AgentIF-OneDay addresses the gap between perceived AI-agent prowess and real-world daily-use needs by introducing a task-level benchmark with 104 tasks (767 scoring points) across Open Workflow Execution, Latent Instruction Inference, and Iterative Refinement. The framework combines instance-level rubrics, LLM-based verification, and a File-centered data-generation pipeline to produce diverse, attachment-rich tasks and robust end-to-end evaluation. Four leading agents (ChatGPT-Agent, Genspark, Manus, Minimax-Agent) are evaluated with Gemini-3-Pro as judge, revealing competitive parity between API-driven and RL-based systems and highlighting strengths and bottlenecks across rubrics and attachments; Manus achieves the highest overall score. Beyond benchmarking, AgentIF-OneDay provides scalable data-generation and evaluation methods that can inform training data for reinforcement learning and steer future agent design toward reliable, user-aligned daily assistance.

Abstract

The capacity of AI agents to effectively handle tasks of increasing duration and complexity continues to grow, demonstrating exceptional performance in coding, deep research, and complex problem-solving evaluations. However, in daily scenarios, the perception of these advanced AI capabilities among general users remains limited. We argue that current evaluations prioritize increasing task difficulty without sufficiently addressing the diversity of agentic tasks necessary to cover the daily work, life, and learning activities of a broad demographic. To address this, we propose AgentIF-OneDay, aimed at determining whether general users can utilize natural language instructions and AI agents to complete a diverse array of daily tasks. These tasks require not only solving problems through dialogue but also understanding various attachment types and delivering tangible file-based results. The benchmark is structured around three user-centric categories: Open Workflow Execution, which assesses adherence to explicit and complex workflows; Latent Instruction, which requires agents to infer implicit instructions from attachments; and Iterative Refinement, which involves modifying or expanding upon ongoing work. We employ instance-level rubrics and a refined evaluation pipeline that aligns LLM-based verification with human judgment, achieving an 80.1% agreement rate using Gemini-3-Pro. AgentIF-OneDay comprises 104 tasks covering 767 scoring points. We benchmarked four leading general AI agents and found that agent products built based on APIs and ChatGPT agents based on agent RL remain in the first tier simultaneously. Leading LLM APIs and open-source models have internalized agentic capabilities, enabling AI application teams to develop cutting-edge Agent products.
Paper Structure (25 sections, 2 equations, 5 figures, 7 tables)

This paper contains 25 sections, 2 equations, 5 figures, 7 tables.

Figures (5)

  • Figure 1: AgentIF-OneDay categorizes tasks into three types based on how users interact with agent products.
  • Figure 2: Evaluation pipeline in AgentIF-OneDay.
  • Figure 3: Statistical overview of AgentIF-OneDay: (a) task category distribution, (b) rubric score polarity, (c) domain distribution, (d) file extension frequency, (e) attachment count per task, and (f) rubric categories.
  • Figure 4: Workflow of synthesizing instances in AgentIF-OneDay.
  • Figure 5: Case study of latent instruction inference tasks.