TimeSage-MT: A Multi-Turn Benchmark for Evaluating Agentic Time Series Reasoning
This paper introduces TimeSage-MT, a multi-turn benchmark comprising 240 tasks across eight real-world domains to evaluate agentic time series reasoning, revealing significant performance gaps in current LLMs regarding memory, uncertainty handling, and decision-making while providing a foundation for future development.
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 hire a new financial analyst, a weather forecaster, or a hospital data specialist. You don't just want them to look at a spreadsheet and guess a number. You want them to sit down with you, ask clarifying questions, check their work, change their mind if you give them new info, and finally give you a solid plan based on evidence.
This paper introduces TimeSage-MT, a "final exam" designed to test if AI agents (smart computer programs) can actually do this kind of real-world, multi-step time series analysis.
Here is the breakdown in simple terms:
1. The Problem: The "One-Shot" Trap
Most AI tests today are like a pop quiz: "Here is a chart of stock prices. What will it be tomorrow?" The AI guesses, gets a score, and the test is over.
- The Reality: Real life isn't a pop quiz. A real analyst says, "Wait, the data looks weird. Let me check for errors. Oh, there's a holiday effect. Let's adjust. Now, given that, should we buy or sell?"
- The Gap: Current AI models are great at the "pop quiz" but often fail when the conversation gets long, complex, or requires remembering what was said five minutes ago. They might hallucinate numbers or forget the data they just looked at.
2. The Solution: The "TimeSage-MT" Exam
The authors built a massive, realistic test suite called TimeSage-MT. Think of it as a simulation game where the AI has to act as a data detective.
- The Setup: It features 240 different scenarios across 8 real-world worlds (like finance, healthcare, energy, and retail).
- The Conversation: Instead of one question, each scenario is a multi-turn conversation (like a chat) ranging from 3 to 20 messages long.
- The Difficulty Levels:
- Level 1 (Open Exploration): "Hey, what does this data look like?" (Basic profiling).
- Level 2 (Multi-Skill): "Find the weird spikes, then predict the next week." (Chaining tasks).
- Level 3 (Grounded Synthesis): "Combine the forecast and the anomaly check to write a report." (Putting it all together).
- Level 4 (Full Decision): "Based on all that, should we shut down the power grid or keep it running?" (Making a high-stakes decision).
3. How They Built It (The "Factory")
Creating a test where the answers are 100% correct is hard. If you ask an AI to write the test, it might lie.
- The Factory: The authors built a "reproducible pipeline." They took real data, used strict computer code to calculate the true answers (the "gold standard"), and then used an AI to generate the conversation around those answers.
- The Safety Net: They have a "Quality Control" team (both human and automated) that checks every single test to make sure the AI didn't accidentally leak the answer into the question or make up facts.
4. The "TimeSage" Agent
To show how the test works, they built their own AI agent called TimeSage.
- The Toolbox: Instead of just guessing, TimeSage has a library of 226 specific tools (skills) for time series math. It's like giving a mechanic a full set of wrenches instead of asking them to "fix the car" with their hands.
- The Process: TimeSage plans its steps, checks its work, and only speaks when it has code-backed evidence.
5. The Results: What Happened?
They tested the world's smartest AI models (like GPT-5, Claude, and others) against this exam. Here is what they found:
- The "Code" Advantage: When the AI was allowed to write and run Python code to do the math, it got much better. When it tried to just "guess" the numbers from its memory, it failed miserably.
- The "Memory" Drop: As the conversations got longer (moving from Level 1 to Level 4), the AI's performance dropped sharply. They got good at the first few turns but started forgetting earlier facts or making up numbers as the chat went on.
- The "Decision" Gap: The AI was okay at describing data, but terrible at making decisions. It struggled to say, "Because X happened, we should do Y," especially when uncertainty was involved.
- The "Tool" Trade-off: Giving the AI a structured "TimeSage" system (with strict rules and a planner) helped it be more accurate with numbers, but sometimes made it worse at writing natural, flexible reports. It's a trade-off between being a rigid calculator and a flexible conversationalist.
6. The Big Takeaway
The paper concludes that while AI is getting smarter, it still struggles with reliable, long-horizon reasoning in time series data.
- It can't always remember the context.
- It can't always handle uncertainty (saying "I'm not sure" vs. making up a number).
- It struggles to turn data into a real-world decision.
TimeSage-MT is now a public leaderboard where anyone can test their AI agents to see if they can actually handle a real job, not just a pop quiz. It forces developers to stop looking at just the final answer and start looking at how the AI got there.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.