paper-with-me

홈 › Papers

SeekerGym: A Benchmark for Reliable Information Seeking

2026-04-18 · Remy Kim, Minseung Lee, Shuo Li, Osbert Bastani arxiv

Despite their substantial successes, AI agents continue to face fundamental challenges in terms of trustworthiness. Consider deep research agents, tasked with searching for information relevant to a given topic-while AI agents can perform effective information retrieval, there is little guarantee regarding the completeness of this information. Gaps in retrieved information can leave biases that mislead users even if the information they are given is correct and relevant. We introduce SeekerGym, a benchmark designed to evaluate the completeness of information retrieved by AI agents. In addition, SeekerGym also measures how well agents quantify their uncertainty in the completeness of their information; if an agent fails to retrieve all relevant information, it is useful for it to at least quantify how much might be missing. At a high level, each task in SeekerGym is a document (e.g., a Wikipedia article), and the AI agent must issue queries to retrieve passages from that document. Intuitively, the document comprehensively covers a topic, so the ability to retrieve its sections directly measures completeness of information retrieval. In addition to Wikipedia, we also consider machine learning survey papers, where the goal is to retrieve relevant sections of a survey paper. We benchmark several models and algorithms; the best approaches retrieve 42.5% of passages on Wikipedia and 29.2% on ML Surveys, leaving substantial room for improvement.

📄 PDF Abstract BibTeX arXiv:2604.17143

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Uncovering Limitations of Large Language Models in Information Seeking from Tables

2024-06-06 · Chaoxu Pang, Yixuan Cao, ChunHao Yang, Ping Luo

Tables are recognized for their high information density and widespread usage, serving as essential sources of information. Seeking information from tables (TIS) is a crucial capability for Large Language Models (LLMs), …

Single Choice QuestionText Generationtext similarity

Sparse Evidence Can Suffice: Agentic Evidence Seeking for Multimodal Video Misinformation Detection

2026-07-20 · Haochen Zhao, Yongxiu Xu, Xinkui Lin, Dong Xie 외 arxiv

Multimodal video misinformation detection is commonly formulated as a holistic video-understanding task, where the entire video and its associated content are processed and judged in a single pass. However, real-world mi…

Reinforcement LearningMultimodal Reasoning

Distilling Reasoning Without Knowledge: A Framework for Reliable LLMs

2026-03-15 · Auksarapak Kietkajornrit, Jad Tarifi, Nima Asgharbeygi arxiv

Fact-seeking question answering with large language models (LLMs) remains unreliable when answers depend on up-to-date or conflicting information. Although retrieval-augmented and tool-using LLMs reduce hallucinations, t…

Question Answering

Towards Reliable and Factual Response Generation: Detecting Unanswerable Questions in Information-Seeking Conversations

2024-01-21 · Weronika Łajewska, Krisztian Balog

Generative AI models face the challenge of hallucinations that can undermine users' trust in such systems. We approach the problem of conversational information seeking as a two-step process, where relevant passages in a…

answerability predictionResponse Generation

InfoDeepSeek: Benchmarking Agentic Information Seeking for Retrieval-Augmented Generation

2025-05-21 · Yunjia Xi, Jianghao Lin, Menghui Zhu, Yongzhao Xiao 외

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by grounding responses with retrieved information. As an emerging paradigm, Agentic RAG further enhances this process by introducing autonomous L…

BenchmarkingRAGRetrievalRetrieval-augmented Generation