paper-with-me

Papers

Benchmarking Real-Time Question Answering via Executable Code Workflows

2026-03-16 · Wenjie Zhou, Yuan Gao, Xin Zhou, Hao Fu, Zhongjian Miao, Wei Chen, Bo Chen, Xiaobing Zhao arxiv

Retrieving real-time information is a fundamental capability for search-integrated agents in real-world applications. However, existing benchmarks are predominantly static and therefore fail to capture the temporal dynamics of information and the continuously evolving nature of real-world knowledge. To address this limitation, we propose RT-QA, a dynamic evaluation framework that leverages executable code workflows to retrieve up-to-date answers at evaluation time. Specifically, we construct an agent-driven pipeline that autonomously generates code for web crawling and DOM-based answer extraction to produce real-time ground truth. To ensure robust evaluation over time, the pipeline further incorporates a self-repair mechanism to adapt to changes in web page structures. RT-QA spans 12 domains (e.g., Finance, Sports) with 320 Chinese questions categorized into three difficulty levels. Extensive evaluations of state-of-the-art models (e.g., GPT-5.2, GLM-4.7) reveal significant limitations in real-time adaptability: even the best models achieve only 46% accuracy. Our analysis highlights two primary failure modes: (1) Lazy Retrieval, where agents rely on search snippets instead of deeply scanning specific websites for information (20% of failures); and (2) Temporal Confusion, a cognitive error where agents retrieve a historical date (e.g., an event in 2024) and fail to re-anchor to the current time (2026) for subsequent reasoning. These findings suggest that future agents require not just better retrieval strategies, but robust temporal state management.

📄 PDF Abstract BibTeX arXiv:2604.16349

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Benchmarking Geospatial Question Answering Engines using the Dataset GeoQuestions1089

2023-11-06 · International Semantic Web Conference 2023 11 · Sergios-Anestis Kefalidis, Dharmen Punjani, Eleni Tsalapati, Konstantinos Plas 외

We present the dataset GeoQuestions1089 for benchmarking geospatial question answering engines. GeoQuestions1089 is the largest such dataset available presently and it contains 1089 questions, their corresponding GeoSPA…

BenchmarkingKnowledge Base Question AnsweringQuestion Answering

Time-MQA: Time Series Multi-Task Question Answering with Context Enhancement

2025-02-26 · Yaxuan Kong, Yiyuan Yang, Yoontae Hwang, Wenjie Du 외

Time series data are foundational in finance, healthcare, and energy domains. However, most existing methods and datasets remain focused on a narrow spectrum of tasks, such as forecasting or anomaly detection. To bridge …

Anomaly DetectionNatural Language QueriesOpen-Ended Question AnsweringQuestion Answering+1

Frontier-Eng: Benchmarking Self-Evolving Agents on Real-World Engineering Tasks with Generative Optimization

2026-04-14 · Yizhe Chi, Deyao Hong, Dapeng Jiang, Tianwei Luo 외 arxiv

Current LLM agent benchmarks, which predominantly focus on binary pass/fail tasks such as code generation or search-based question answering, often neglect the value of real-world engineering that is often captured throu…

Question AnsweringCode Generation

Chart Question Answering from Real-World Analytical Narratives

2025-07-02 · Maeve Hutchinson, Radu Jianu, Aidan Slingsby, Jo Wood 외 arxiv

We present a new dataset for chart question answering (CQA) constructed from visualization notebooks. The dataset features real-world, multi-view charts paired with natural language questions grounded in analytical narra…

Chart Question Answering

Latent Variable Models for Visual Question Answering

2021-01-16 · Zixu Wang, Yishu Miao, Lucia Specia

Current work on Visual Question Answering (VQA) explore deterministic approaches conditioned on various types of image and question features. We posit that, in addition to image and question pairs, other modalities are u…

BenchmarkingQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)