Dual-Path LLM Reasoning for Multimodal Few-Shot Knowledge Graph Completion
The paper proposes DuPLeR, a dual-path LLM reasoning framework that integrates multimodal LLM-derived priors with factual graph structures to achieve robust few-shot knowledge graph completion by mitigating noise and enhancing entity representations through calibrated relation graphs and dual-level structural reasoning.
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 finish a giant, ever-growing puzzle of the world's facts, where every piece is a connection between two things, like "Elvis Presley" and "King of Rock and Roll." This is what scientists call a Knowledge Graph. It's a digital map of how everything relates to everything else, powering smart assistants and search engines. But here's the catch: the real world is messy. New facts pop up every day—new celebrities, new scientific discoveries, new slang words—and the map often doesn't have enough pieces to connect them yet. This is the problem of Knowledge Graph Completion: trying to guess the missing links.
Usually, computers are great at this if they've seen the pieces before. But what if you hand them a brand-new puzzle piece they've never seen, with only one or two other pieces nearby to give a hint? That's the few-shot or zero-shot challenge. It's like being asked to guess the ending of a story you've never read, based on just the first sentence. To help, researchers are now borrowing a trick from Large Language Models (LLMs)—the super-smart AI chatbots that have read almost everything on the internet. These AIs have a "gut feeling" about how things usually connect, even if they haven't seen the specific puzzle before. However, these AIs can sometimes be too confident, making up facts (hallucinations) or getting confused by pictures that don't quite match the text. The big question is: How do we use this AI "gut feeling" to fill in the blanks without letting it make up nonsense?
Enter DuPLeR, a new framework proposed by researchers Jinlan Liu and colleagues that acts like a super-organized detective for these missing puzzle pieces. Instead of just asking the AI "What do you think?" and hoping for the best, DuPLeR uses a clever dual-path strategy to cross-check the AI's guesses against real evidence.
First, the system asks the AI to predict what types of things might be connected (for example, guessing that a "music artist" is likely connected to a "song"). But the AI isn't trusted blindly. The system builds a "calibrated" map, taking the AI's suggestions and scrubbing away the parts that don't match the actual, hard facts already known. It's like a teacher reviewing a student's essay: they keep the good ideas but cross out the made-up details that don't fit the evidence.
Then, the real magic happens with the dual-path multimodal enhancement. Imagine you are trying to identify a suspect in a lineup.
- Path One (The Detective's Focus): As the system looks at the specific clues for the current question, it uses a "query-specific" filter. It asks the AI, "Hey, looking at this specific relationship, which parts of the photo or text description actually matter?" It ignores the background noise and focuses only on the relevant visual or textual hints.
- Path Two (The General Knowledge): After the detective has done their specific work, the system takes a step back and looks at the whole picture again. It grabs the full, unfiltered description and image of the suspect to make sure it hasn't missed any big, general details that the specific filter might have thrown away.
By combining these two paths—one that is laser-focused on the specific question and one that keeps the big picture in mind—the system creates a much stronger, more accurate guess about the missing link.
The researchers tested this on eight different versions of two major knowledge graph benchmarks, simulating scenarios where the computer had to learn from just one or three examples (few-shot) or even zero examples (zero-shot). The results were promising: DuPLeR consistently outperformed older methods and even other AI-assisted approaches. For instance, on the FB15K-IMG-R dataset, DuPLeR achieved a Hits@10 score of 71.77% in a 1-shot setting, significantly beating the previous best of 61.20%. In zero-shot scenarios, where no examples were provided at all, the system still managed to improve predictions, suggesting that this dual-path method helps the AI stay grounded in reality even when it's flying blind.
The study suggests that while AI can provide a helpful starting point for understanding new facts, it needs a "reality check" from actual data and a smart way to balance specific clues with general knowledge. DuPLeR doesn't claim to have solved the puzzle of the universe, but it offers a robust new way to fill in the blanks when information is scarce, ensuring that our digital maps of the world stay complete and reliable.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.