paper-with-me

홈 › Papers

AssistantBench: Can Web Agents Solve Realistic and Time-Consuming Tasks?

2024-07-22 · Ori Yoran, Samuel Joseph Amouyal, Chaitanya Malaviya, Ben Bogin, Ofir Press, Jonathan Berant

Language agents, built on top of language models (LMs), are systems that can interact with complex environments, such as the open web. In this work, we examine whether such agents can perform realistic and time-consuming tasks on the web, e.g., monitoring real-estate markets or locating relevant nearby businesses. We introduce AssistantBench, a challenging new benchmark consisting of 214 realistic tasks that can be automatically evaluated, covering different scenarios and domains. We find that AssistantBench exposes the limitations of current systems, including language models and retrieval-augmented language models, as no model reaches an accuracy of more than 26 points. While closed-book LMs perform well in terms of accuracy, they exhibit low precision and tend to hallucinate facts. State-of-the-art web agents reach a score of near zero. Additionally, we introduce SeePlanAct (SPA), a new web agent that significantly outperforms previous agents, and an ensemble of SPA and closed-book models reaches the best overall performance. Moreover, we analyze failures of current systems and highlight that open web navigation remains a major challenge.

📄 PDF Abstract BibTeX arXiv:2407.15711

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Benchmark for Deep Information Synthesis

2026-02-24 · Debjit Paul, Daniel Murphy, Milan Gritta, Ronald Cardenas 외 arxiv

Large language model (LLM)-based agents are increasingly used to solve complex tasks involving tool use, such as web browsing, code execution, and data analysis. However, current evaluation benchmarks do not adequately a…

Agent Context Protocols Enhance Collective Inference

2025-05-20 · Devansh Bhardwaj, Arjun Beniwal, Shreyas Chaudhari, Ashwin Kalyan 외

AI agents have become increasingly adept at complex tasks such as coding, reasoning, and multimodal understanding. However, building generalist systems requires moving beyond individual agents to collective inference -- …

Learning to Share: Selective Memory for Efficient Parallel Agentic Systems

2026-02-05 · Joseph Fioresi, Parth Parag Kulkarni, Ashmal Vayani, Song Wang 외 arxiv

Agentic systems solve complex tasks by coordinating multiple agents that iteratively reason, invoke tools, and exchange intermediate results. To improve robustness and solution quality, recent approaches deploy multiple …

Reinforcement Learning

MoNaCo: More Natural and Complex Questions for Reasoning Across Dozens of Documents

2025-08-15 · Tomer Wolfson, Harsh Trivedi, Mor Geva, Yoav Goldberg 외 arxiv

Automated agents, powered by Large language models (LLMs), are emerging as the go-to tool for querying information. However, evaluation benchmarks for LLM agents rarely feature natural questions that are both information…

Natural Questions

Infogent: An Agent-Based Framework for Web Information Aggregation

2024-10-24 · Revanth Gangi Reddy, Sagnik Mukherjee, Jeonghwan Kim, Zhenhailong Wang 외

Despite seemingly performant web agents on the task-completion benchmarks, most existing methods evaluate the agents based on a presupposition: the web navigation task consists of linear sequence of actions with an end s…

Navigate