paper-with-me

홈 › Papers

Infogent: An Agent-Based Framework for Web Information Aggregation

2024-10-24 · Revanth Gangi Reddy, Sagnik Mukherjee, Jeonghwan Kim, Zhenhailong Wang, Dilek Hakkani-Tur, Heng Ji

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 state that marks task completion. In contrast, our work focuses on web navigation for information aggregation, wherein the agent must explore different websites to gather information for a complex query. We consider web information aggregation from two different perspectives: (i) Direct API-driven Access relies on a text-only view of the Web, leveraging external tools such as Google Search API to navigate the web and a scraper to extract website contents. (ii) Interactive Visual Access uses screenshots of the webpages and requires interaction with the browser to navigate and access information. Motivated by these diverse information access settings, we introduce Infogent, a novel modular framework for web information aggregation involving three distinct components: Navigator, Extractor and Aggregator. Experiments on different information access settings demonstrate Infogent beats an existing SOTA multi-agent search framework by 7% under Direct API-Driven Access on FRAMES, and improves over an existing information-seeking web agent by 4.3% under Interactive Visual Access on AssistantBench.

📄 PDF Abstract BibTeX arXiv:2410.19054

Code (1)

gangiswag/infogent 공식 구현 pytorch

Tasks

Navigate

Similar Papers 제목 키워드 기반

Algorithmic Robust Forecast Aggregation

2024-01-31 · Yongkang Guo, Jason D. Hartline, Zhihuan Huang, Yuqing Kong 외

Forecast aggregation combines the predictions of multiple forecasters to improve accuracy. However, the lack of knowledge about forecasters' information structure hinders optimal aggregation. Given a family of informatio…

Robust forecast aggregation via additional queries

2025-12-04 · Rafael Frongillo, Mary Monroe, Eric Neyman, Bo Waggoner arxiv

We study the problem of robust forecast aggregation: combining expert forecasts with provable accuracy guarantees compared to the best possible aggregation of the underlying information. Prior work shows strong impossibi…

Information Aggregation with AI Agents

2026-04-21 · Spyros Galanis arxiv

Can Large Language Models (AI agents) aggregate dispersed private information through trading and reason about the knowledge of others by observing price movements? We conduct a controlled experiment where AI agents trad…

Agentic Aggregation for Parallel Scaling of Long-Horizon Agentic Tasks

2026-04-13 · Yoonsang Lee, Howard Yen, Xi Ye, Danqi Chen arxiv

We study parallel test-time scaling for long-horizon agentic tasks such as agentic search and deep research, where multiple rollouts are generated in parallel and aggregated into a final response. While such scaling has …

Trust-based Multiagent Consensus or Weightings Aggregation

2020-04-06 · Bruno Yun, Madalina Croitoru

We introduce a framework for reaching a consensus amongst several agents communicating via a trust network on conflicting information about their environment. We formalise our approach and provide an empirical and theore…