← Latest papers
🤖 AI

From Long News to Accurate Forecast: Importance-Aware Fusion and PRM-Guided Reflection for Time Series Forecasting

This paper proposes a novel time series forecasting framework that enhances accuracy and efficiency by combining an importance-aware news compression mechanism to handle long contexts with a process reward model-guided retrieval strategy to eliminate redundant updates in LLM-based pipelines.

Original authors: Mingyang Liu, Qingcan Kang, Yuke Wang, Shixiong Kai, Kaichao Liang, Hui-Ling Zhen, Tao Zhong, Mingxuan Yuan, Linqi Song

Published 2026-06-03
📖 5 min read🧠 Deep dive

Original authors: Mingyang Liu, Qingcan Kang, Yuke Wang, Shixiong Kai, Kaichao Liang, Hui-Ling Zhen, Tao Zhong, Mingxuan Yuan, Linqi Song

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 trying to predict the future price of Bitcoin, the flow of traffic, or the demand for electricity. You have a very smart computer (an AI) that is great at looking at past numbers to guess what happens next. But sometimes, the future changes suddenly because of something outside the numbers—like a new law, a natural disaster, or a big company announcement. These events are like "ghosts" that don't show up in the historical data but completely change the outcome.

To fix this, people started feeding the AI news articles. But this created two big problems:

  1. The "Too Much to Read" Problem: News articles can be huge (like a 50-page transcript of a CEO's speech). The AI has a "short-term memory" limit (context window) and can't read everything. If you just chop off the end, you might lose the most important part. If you summarize it poorly, you might lose the details that actually matter for the prediction.
  2. The "Guessing Game" Problem: Some systems try to fix bad predictions by asking the AI, "What did I miss?" and then blindly grabbing more news. This is like a detective asking for more clues without checking if they are good clues. They might grab ten useless articles before finding the one that actually helps, wasting time and money.

This paper proposes a new system to solve both problems. Think of it as hiring a super-efficient editor and a smart detective.

1. The Super-Efficient Editor (Importance-Aware Fusion)

Instead of just cutting long news articles in half or summarizing them randomly, the system trains a special "Editor AI."

  • How it works: Before the news is fed to the prediction model, the Editor reads each article and asks, "How useful is this specific sentence for predicting the future?"
  • The Analogy: Imagine you are packing a suitcase for a trip, but you only have a small bag. A normal person might just throw in random clothes. This Editor, however, knows exactly which items are essential for the weather you are going to. It keeps the "warm coats" (important details) and throws away the "extra socks" (fluff), even if the coat is huge.
  • The Result: It compresses thousands of words of news into a tiny, perfect summary that fits in the AI's memory, keeping only the parts that actually help with the forecast.

2. The Smart Detective (PRM-Guided Reflection)

When the AI makes a mistake, it needs to find the missing piece of the puzzle. Old systems would just grab the first few articles they found that seemed related. This new system uses a Process Reward Model (PRM), which acts like a seasoned detective.

  • How it works: When the AI says, "I missed something," the PRM doesn't just grab a random clue. It looks at a list of potential new news articles and scores them: "If I add this specific article, will it actually lower my error rate?"
  • The Analogy: Imagine you are trying to solve a mystery. A naive detective grabs every file in the office. This Smart Detective looks at the files and says, "File A is just noise. File B is a red herring. But File C? That's the smoking gun." It picks the best file to add, not just any file.
  • The Result: The system finds the right news much faster. The paper claims it reduces the number of "guessing rounds" needed to get a good answer by about 25% on average.

The "Offline Training" Trick

Here is the clever part: The "Editor" and the "Detective" do all their hard work offline (before the system goes live). They practice on historical data where they already know the answers. They learn how to compress news and how to pick the best clues.

Once they are trained, they are "frozen." When the system is used in the real world (online), it doesn't stop to think or re-evaluate. It just uses the rules it learned during practice to instantly compress news and pick the right articles. This makes it fast and reliable.

Does it work?

The authors tested this on four real-world scenarios:

  • Electricity demand
  • Bitcoin prices
  • Traffic flow
  • Currency exchange rates

The Results:

  • Better Accuracy: Their method predicted these values more accurately than other strong AI models, especially in tricky areas like Bitcoin (where news moves markets fast).
  • Faster Learning: It needed fewer attempts to find the right news articles compared to systems that just grab news blindly.
  • Handles Long Text: It worked even when the news articles were thousands of words long, proving that the "Editor" can handle massive amounts of text without losing the important bits.

In short, this paper teaches an AI how to read the news efficiently (keeping only what matters) and search for clues intelligently (picking the best ones), making it much better at predicting the future when unexpected events happen.

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 →