← Latest papers
💬 NLP

Relational Probing: LM-to-Graph Adaptation for Financial Prediction

This paper introduces "Relational Probing," a method that replaces standard language model heads with a relation head to directly induce relational graphs from hidden states for joint training with downstream stock-trend prediction tasks, demonstrating consistent performance improvements with competitive inference costs using small language models.

Original authors: Yingjie Niu, Changhong Jin, Rian Dolphin, Ruihai Dong

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

Original authors: Yingjie Niu, Changhong Jin, Rian Dolphin, Ruihai Dong

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 Picture: Predicting the Stock Market

Imagine you are trying to predict which stocks will go up or down tomorrow. You know that stocks don't move in a vacuum; they are like people at a party. If a big tech company like Nvidia sneezes, its friends (like AMD or Microsoft) might catch a cold, too.

For a long time, financial experts tried to map these connections using static rules (e.g., "These two companies are in the same industry, so they are friends"). But the market changes fast. A static map is like using a paper map from 1990 to navigate today's traffic; it's outdated and full of wrong turns.

Recently, people started using AI (Language Models) to read news and figure out who is talking to whom. But there was a problem: the AI was too chatty. It would write out long paragraphs of text explaining the relationships, which is slow, expensive, and hard to turn into a math problem for a computer to solve quickly.

The Solution: "Relational Probing"

The authors of this paper invented a new method called Relational Probing.

Think of the AI (the Language Model) as a super-smart translator who has read every news article ever written.

  • The Old Way: You ask the translator, "Who is friends with whom?" and they write you a 5-page essay. Then, a human has to read that essay, highlight the names, and draw lines on a whiteboard. This is slow and prone to human error.
  • The New Way (Relational Probing): Instead of asking the translator to write an essay, you install a special "Connection Lens" directly onto their eyes. As the translator reads the news, this lens instantly sees the invisible threads connecting the companies and draws a digital map (a graph) directly in their mind.

This map is created while the translator is reading, not after. It's instant, automatic, and perfectly shaped for the next step: predicting the stock price.

How It Works (The Three-Step Dance)

  1. Reading the News (The Input): The AI reads a batch of financial news articles.
  2. The Magic Lens (The Relation Head): Instead of outputting text, a special, lightweight part of the AI (the "Relation Head") looks at the hidden thoughts of the AI and instantly says, "Ah, this article mentions Nvidia and AMD together in a negative context. Let's draw a red line between them." It does this for every company mentioned, creating a daily map of who is influencing whom.
  3. The Prediction (The GAT): A second computer (a Graph Attention Network) looks at this map and the stock prices. It says, "Okay, the map shows Nvidia is connected to AMD, and Nvidia is dropping. Therefore, AMD is likely to drop too." It makes the final prediction.

The Secret Sauce: The best part is that the "Lens" and the "Predictor" are trained together. They learn from each other. If the Predictor makes a mistake, it sends a signal back to the Lens to say, "Hey, you drew the wrong line there; try again." This makes the whole system smarter over time.

Why "Small" Models?

The paper focuses on Small Language Models (SLMs).

  • The Analogy: Think of a massive AI (like a giant supercomputer) as a Olympic swimmer. They are incredibly strong but require a massive pool, a huge team of coaches, and millions of dollars to train.
  • The SLM: The authors use "Small" models (like the Qwen3 series). Think of these as fit local swimmers. They aren't as powerful as the Olympians, but they are fast, cheap, and can be trained in a standard backyard pool (a single computer graphics card).
  • The Result: The paper shows that these "local swimmers" are actually perfect for this job. They are fast enough to process news in real-time and smart enough to draw the connection maps accurately, without needing a supercomputer.

What Did They Find?

  1. Better Maps: The maps drawn by their "Connection Lens" were much better than maps made by just counting how often two stocks appeared in the same sentence (the old "co-occurrence" method). The Lens understood context (e.g., knowing that two companies mentioned together might be rivals, not friends).
  2. Size Matters (But Only a Little): Bigger models (4 Billion parameters) did slightly better than smaller ones (0.6 Billion), but the difference wasn't huge. This is great news because it means you don't need the most expensive AI to get good results.
  3. Speed and Cost: By skipping the "write an essay" step and going straight to "draw a map," the system is much faster and cheaper to run.

The Takeaway

This paper is about making AI less chatty and more practical for finance. Instead of having an AI write a story about the market, they taught it to instantly draw a relationship map that helps predict stock trends. It's like upgrading from a slow, manual cartographer to a GPS that updates the map in real-time as you drive.

In short: They built a system that reads financial news, instantly figures out how companies are connected, and uses that knowledge to guess where the stock market is going—all without needing a supercomputer or waiting for the AI to finish writing a novel.

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 →