Measuring Iterative Temporal Reasoning with Time Puzzles
This paper introduces "Time Puzzles," a benchmark for evaluating iterative temporal reasoning with tools, revealing that even top LLMs struggle with date inference without explicit constraints and that current tool use remains unreliable for such tasks.
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
Imagine you are a detective trying to solve a mystery, but instead of looking for a stolen diamond, you are looking for a specific date on the calendar.
This paper introduces a new game called "Time Puzzles" designed to test how well modern AI (Large Language Models) can play detective when they are allowed to use tools like a web search engine.
Here is the breakdown of the paper using simple analogies:
1. The Problem: The "Static" vs. "Real World" Gap
Think of most AI tests like a closed-book exam. The AI is given a question and must answer it using only what it memorized during its training.
- The Reality: In the real world, AI doesn't just sit in a library. It has a smartphone. It can Google things, check a calendar app, or look up a historical event.
- The Issue: Current tests don't check if the AI can use its smartphone effectively. They only check if it remembers things. The authors wanted to see: Can the AI use a search engine to solve a puzzle step-by-step, just like a human would?
2. The Solution: "Time Puzzles"
The authors created a new type of riddle. Imagine a puzzle where you have to find a specific day, but you are given clues like a detective's case file:
- Clue 1: "It's the same year Hanns Blaschke was the mayor of Vienna." (You need to search this fact).
- Clue 2: "It's the 6th month of the Chinese Lunar calendar." (You need to convert this to a Gregorian month).
- Clue 3: "It's the second-to-last Sunday of that month."
- Clue 4: "It's after the 5th of the month."
To solve this, the AI can't just "guess." It has to:
- Search for when Blaschke was mayor (finding the year: 1945).
- Translate the Lunar month to July.
- Check a calendar for 1945 to find the second-to-last Sunday (July 22).
- Verify that July 22 is after the 5th.
This is Iterative Reasoning: A chain of small steps where one answer leads to the next, often requiring a tool (like a search engine) at every step.
3. The Experiment: Testing 13 AI Models
The researchers built 600 of these puzzles and tested them on 13 different AI models (including the newest ones like GPT-5). They tested them in two ways:
- The "No-Phone" Test: The AI had to solve it using only its memory.
- The "With-Phone" Test: The AI was allowed to use a web search tool.
4. The Surprising Results
Even though these puzzles seem easy for a human with a Google search, the AI struggled mightily.
- The "No-Phone" Struggle: Even the smartest AI (GPT-5) only got about 55% of the answers right without tools. It's like a genius student who failed the test because they refused to use their calculator.
- The "Tool" Gap: When the AI was allowed to use the web search, it got better, but not as good as it should have been.
- The Twist: When the researchers rewrote the puzzles to give the AI the exact dates instead of asking it to search for them (e.g., changing "Mayor of Vienna" to "The year 1945"), the AI's performance skyrocketed.
- The Conclusion: The AI isn't bad at math or logic. It's bad at connecting the dots. It struggles to take a fact it found on the web ("Blaschke was mayor in 1945") and seamlessly plug that number into the next step of the puzzle. It often gets lost in the middle of the process.
5. The "Code Interpreter" Fail
The researchers also tried giving the AI a "calculator" (Code Interpreter) to do the math. Surprisingly, this sometimes made things worse. The AI got confused trying to use the tool, suggesting that simply handing a tool to an AI doesn't guarantee it knows how to use it correctly.
The Big Takeaway
Think of the current AI as a very smart intern.
- If you give them a clear, step-by-step instruction with all the numbers filled in, they are great.
- But if you say, "Go find out who was mayor in 1945, then figure out what day of the week that was, and tell me the date," they often get lost. They might find the mayor, forget the year, or mix up the calendar.
In short: We have built AIs that are great at remembering facts, but they are still learning how to be effective detectives who can use tools to solve complex, multi-step problems in the real world. The "Time Puzzles" are a new ruler to measure exactly how far they have to go.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.