← Latest papers
🤖 AI

Atomic Intent Reasoning: Bringing LLM Semantics to Industrial Cross-Domain Recommendations

This paper presents AIR (Atomic Intent Reasoning), an industrial-grade cross-domain recommendation framework that bridges the semantic gap between content and e-commerce by leveraging offline LLM inference and efficient online retrieval to achieve significant inference acceleration and substantial GMV improvements in Kuaishou's real-world deployment.

Original authors: Zhuohang Jiang, Yuxin Chen, Shijie Wang, Haohao Qu, Zhou Jindong, Wenqi Fan, Li Qing, Dongxu Liang, Jun Wang

Published 2026-06-10
📖 4 min read☕ Coffee break read

Original authors: Zhuohang Jiang, Yuxin Chen, Shijie Wang, Haohao Qu, Zhou Jindong, Wenqi Fan, Li Qing, Dongxu Liang, Jun Wang

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 very smart, but incredibly slow and expensive, personal shopper named "LLM." This shopper is brilliant at understanding human desires. If you tell them, "I watched a video of a cute cat and then bought cat food," they can instantly deduce, "Ah, this person loves cats and might want a cat tree next."

However, there's a problem: This shopper takes 8 seconds to give you an answer. In the world of online shopping (like on Kuaishou, a massive Chinese app), you need an answer in milliseconds. If the shopper is too slow, the customer has already left the store. Also, hiring this shopper for every single user interaction costs a fortune.

The paper introduces a new system called AIR (Atomic Intent Reasoning) to solve this. Think of AIR as a brilliant architect and librarian who works before the customer arrives, so the actual shopping happens instantly.

Here is how AIR works, broken down into simple steps:

1. The "Pre-Game" Prep (Offline Phase)

Instead of asking the slow "LLM shopper" to think in real-time, AIR does all the heavy thinking offline (when no one is watching).

  • The Atomic Breakdown: The system takes a user's messy history (watching videos, clicking ads, buying things) and asks the LLM to break it down into tiny, clear "intent atoms."
    • Analogy: Instead of saying, "I watched a cat video, then a car video, then bought cat food," the system translates this into specific, labeled cards: [Action: Watch] + [Object: Cat Video] = Intent: Cat Lover.
  • The Library: These "intent cards" are organized into a massive, highly organized library (an Intent Tree) and stored away. This is like pre-cooking a meal and freezing it, so you don't have to cook from scratch when a customer orders.

2. The "Flash" Service (Online Phase)

When a user actually visits the app, the system doesn't call the slow LLM. Instead, it acts like a super-fast librarian.

  • The Search: The system looks at what the user is doing right now (e.g., they are looking at a "Badminton" racket).
  • The Retrieval: It instantly runs to the library and pulls out only the "intent cards" that match Badminton. It ignores the irrelevant stuff (like the cat videos the user watched last month, unless they are relevant).
  • The Assembly: It quickly stacks these relevant cards together to form a clear picture of what the user wants right now.

3. The "Noise Filter"

User behavior data is often messy and huge (like a library with millions of books, most of which are irrelevant to the current customer).

  • The Metaphor: Imagine trying to find a specific needle in a haystack. The old way was to look at the whole haystack. AIR uses a magnet (Target-Aware Retrieval) that only pulls out the needles (relevant intents) and ignores the hay (noise).
  • This allows the system to handle massive amounts of data without getting confused or slow.

4. The Result: Speed and Smarts

By doing the "thinking" beforehand and the "retrieving" instantly, AIR achieves two amazing things:

  • Speed: It is 400 times faster than calling the LLM directly. It goes from taking 8 seconds to just 20 milliseconds.
  • Accuracy: Because it uses the LLM's "brain" to understand the meaning behind the actions (not just the numbers), it predicts what users want to buy much better than older systems.

Real-World Proof

The authors tested this on Kuaishou, a giant platform with hundreds of millions of users.

  • The Test: They ran a real-world experiment (A/B test) where half the users got the old system and half got AIR.
  • The Win: The AIR group made 3.4% more money (GMV) for the company. In the world of big business, that is a massive victory. It also helped users who didn't have much history (the "cold start" problem) by guessing their interests based on the "intent cards" created by the LLM.

In Summary:
AIR is a clever trick that lets companies use the "super-smart" brain of a Large Language Model without paying the "slow and expensive" price. It pre-digests user data into easy-to-read cards, so when a user clicks, the system can instantly say, "I know exactly what you want," in the blink of an eye.

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 →