← Latest papers
💻 computer science

LLM-Augmented Knowledge Graph Reasoning with Disentangled Multimodal Fusion for Explainable E-Commerce Conversion Predictio

This paper proposes LADMF, a unified framework that integrates LLM-augmented knowledge graph reasoning with disentangled multimodal fusion and counterfactual causal attention to significantly improve e-commerce conversion prediction accuracy and generate human-readable, faithful explanations.

Original authors: Meili Zhang, Weibo Shi

Published 2026-07-08
📖 4 min read☕ Coffee break read

Original authors: Meili Zhang, Weibo Shi

Original paper licensed under CC BY 4.0 (https://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 running a massive online store. Your goal is to guess which customer will buy which product. But you have a problem: you have too much information. You have photos of the items, descriptions, customer reviews, what the customer clicked on, and a giant map of how products are related to each other.

The old way of doing this was like trying to drink from a firehose. The computer would mix all these different types of information together into one big, messy pile. It might guess you'll buy a toaster because you clicked on a picture of bread, but it couldn't tell you why it made that guess, or if it was just a lucky accident.

This paper introduces a new system called LADMF. Think of it as a super-smart, organized detective for your online store. Here is how it works, broken down into three simple tricks:

1. The "Sorting Hat" (Disentangled Multimodal Fusion)

Imagine you have a basket of laundry. Some clothes are red, some are blue, some are wool, and some are cotton. If you just throw them all in a pile, you can't find anything.
LADMF uses a "Sorting Hat" to separate the laundry into two piles:

  • The "Real Reasons" Pile: Things that actually matter for the purchase, like "I love this brand" or "I need this specific feature." These are the shared signals that work across photos, text, and history.
  • The "Noise" Pile: Things that are just coincidental, like "The photo was taken in bright sunlight" or "The font was blue." These are specific to one type of data and might trick the computer.

By separating the "real reasons" from the "noise," the system stops getting confused by accidental patterns.

2. The "Librarian" (LLM-Augmented Knowledge Graph)

Now, imagine the store has a giant library of facts (a Knowledge Graph) connecting products. But the library is missing pages. It knows "Sony makes headphones" but it doesn't know "Sony also makes speakers" because that data is missing.
LADMF hires a Librarian (a Large Language Model, or AI that reads books) to fill in the missing pages.

  • The Librarian reads the context and suggests new connections, like "This USB cable is compatible with this speaker."
  • Crucially, the Librarian doesn't just guess; it acts like a fact-checker. It looks at the paths between products and says, "This path makes sense logically," or "This path is a hallucination; ignore it." This ensures the system only follows logical trails.

3. The "What-If" Detective (Cross-Modal Causal Attention)

This is the most clever part. Old systems say, "I saw a click, so I predict a buy." They are like a weatherman who says, "It rained because the grass is wet."
LADMF plays a game of "What If?" (Counterfactuals).

  • It asks: "If I removed the photo of the item, would the customer still buy it?"
  • If the answer is "No," then the photo was the real reason.
  • If the answer is "Yes," then the photo was just a distraction.

This allows the system to give you a faithful explanation. Instead of just saying "You will buy this," it can say, "You will buy this because you love the Sony brand, not just because the picture looked nice."

The Results

The authors tested this new detective system on three huge online shopping datasets (Amazon, Taobao, and JD).

  • Better Guesses: It predicted purchases more accurately than any previous method (improving accuracy by about 3%).
  • Better Explanations: When humans read the reasons the system gave for its predictions, they rated them as much more trustworthy and useful than the reasons given by older systems.
  • Robustness: Even when the system didn't have much data about a user (like a new customer), it still performed well because it didn't get confused by the "noise."

In Summary

LADMF is a new way to predict online shopping that:

  1. Sorts the good clues from the bad noise.
  2. Uses an AI Librarian to fill in missing facts and check for logic.
  3. Asks "What If?" to prove exactly why a purchase is likely, giving the store owner a clear, honest reason for the prediction.

The paper claims this makes the system more accurate and, most importantly, more honest about why it makes its decisions.

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 →