← Latest papers
💬 NLP

Benchmarking Real-Time Question Answering via Executable Code Workflows

This paper introduces RT-QA, a dynamic evaluation framework using executable code workflows to assess real-time question answering, revealing that even state-of-the-art models struggle with temporal adaptability due to lazy retrieval and temporal confusion, achieving only 46% accuracy.

Original authors: Wenjie Zhou, Yuan Gao, Xin Zhou, Hao Fu, Zhongjian Miao, Wei Chen, Bo Chen, Xiaobing Zhao

Published 2026-04-21
📖 5 min read🧠 Deep dive

Original authors: Wenjie Zhou, Yuan Gao, Xin Zhou, Hao Fu, Zhongjian Miao, Wei Chen, Bo Chen, Xiaobing Zhao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

🕵️‍♂️ The Big Problem: The "Yesterday's Newspaper" Trap

Imagine you ask a super-smart librarian (an AI) a question: "What was the headline in the newspaper yesterday?"

Most current AI models are like librarians who have memorized every book in the library up until a certain date, but they haven't stepped outside since then. If you ask them about yesterday, they might:

  1. Guess based on old patterns (Hallucination).
  2. Recall a headline from last year because they think "yesterday" is a fixed memory (Knowledge Obsolescence).
  3. Refuse to answer because they don't have a "live" connection to the newsstand.

Existing tests for these AIs are like pop quizzes using old, static questions. They don't tell us if the AI can actually go out, check the current newsstand, and bring back the real answer for today.

🚀 The Solution: RT-QA (The "Live Agent" Test)

The authors created a new test called RT-QA. Instead of giving the AI a static question with a pre-written answer key, they gave it a mission.

The Analogy: The "Magic Recipe" vs. The "Pre-cooked Meal"

  • Old Way (Static QA): The test gives the AI a pre-cooked meal (the answer) and asks, "Is this tasty?" The AI just has to say "Yes" or "No." It doesn't need to cook anything.
  • New Way (RT-QA): The test gives the AI a Magic Recipe (executable code). The recipe says: "Go to the National Stadium website, look at the schedule for tomorrow, and tell me who is playing."
    • The AI has to run the recipe (execute the code).
    • It visits the website right now.
    • It reads the schedule right now.
    • It generates the answer based on the current reality.

If the website changes its layout (like a restaurant changing its menu font), the AI's "Magic Recipe" might break. The RT-QA system includes a Self-Repair Mechanism—like a robot chef that notices the oven is broken, fixes the wiring, and keeps cooking.

📊 What They Found: The "Lazy Student" and the "Time-Traveler"

The researchers tested top-tier AI models (like GPT-5.2, Claude, and others) on this new test. The results were surprising and a bit embarrassing for the AIs.

1. The Score was Low
Even the smartest models only got about 46% correct. That's barely passing a high school exam. This means current AIs are terrible at handling "live" information.

2. Failure Mode #1: The "Lazy Student" (Lazy Retrieval)

  • The Scenario: The question asks for the stock price of a company.
  • The Mistake: The AI looks at the search engine's summary (the "snippet" at the top of Google) and guesses the answer without actually clicking the link to the stock exchange.
  • The Metaphor: It's like a student who reads the table of contents of a textbook and thinks they know the whole story, without ever reading the actual chapters. They rely on shortcuts and miss the details.

3. Failure Mode #2: The "Time-Traveler" (Temporal Confusion)

  • The Scenario: The question asks, "Who won the concert at the National Stadium yesterday?"
  • The Mistake: The AI searches for "National Stadium concert" and finds a big article about a concert that happened in 2024. It gets excited, grabs that date, and forgets to check what day it is today. It answers with the 2024 winner.
  • The Metaphor: Imagine a time traveler who lands in 2026 but keeps looking at their watch from 2024. They get confused about what "today" means.
  • The Twist: The researchers found that harder questions (Level 3) were sometimes answered better than medium ones (Level 2). Why? Because the hard questions forced the AI to think so hard and plan so carefully that it accidentally fixed its time confusion. The medium questions were "tricky" enough to fool the AI but not hard enough to force it to slow down and double-check the date.

🛠️ How They Built It (The "Agent-in-the-Loop")

To make this test, they didn't write 320 questions by hand. They built a Robot Builder (the RT Agent).

  1. The Builder looks at a website (like a weather site or a sports schedule).
  2. It writes a Python script (a small computer program) to scrape that data.
  3. It tests the script. If the script breaks because the website changed, the Builder fixes the code automatically.
  4. This allows them to create a massive, ever-updating test bank that covers 12 different topics (Finance, Sports, Weather, etc.).

💡 The Takeaway: What's Next?

The paper concludes that simply giving AI better search tools isn't enough. We need to teach them Time Management.

  • Current AI: "I found a fact about 2024. That must be the answer."
  • Future AI: "I found a fact about 2024. Wait, the user asked about yesterday. I need to discard that old fact, find the current date, and look for the new fact."

In short: The internet is a living, breathing thing that changes every second. Our AI assistants are currently like tourists with a map from 1990. RT-QA is the first test that forces them to learn how to use a GPS and navigate the real world, right now.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →