Transforming External Knowledge into Triplets for Enhanced Retrieval in RAG of LLMs
Xudong Wang, Chaoning Zhang, Qigan Sun, Zhenzhen Huang, Chang Lu, Sheng Zheng, Zeyu Ma, Caiyan Qin, Yang Yang, Hengtao Shen

TL;DR
Tri-RAG introduces a structured triplet-based retrieval method for RAG in LLMs, enhancing retrieval precision and reasoning efficiency by transforming external knowledge into logical Condition, Proof, and Conclusion triplets.
Contribution
The paper proposes Tri-RAG, a novel framework that converts external knowledge into structured triplets to improve retrieval accuracy and reasoning in RAG systems.
Findings
Tri-RAG improves retrieval quality across multiple benchmarks.
It achieves better reasoning efficiency and resource utilization.
Results show more stable and accurate generation in complex scenarios.
Abstract
Retrieval-Augmented Generation (RAG) mitigates hallucination in large language models (LLMs) by incorporating external knowledge during generation. However, the effectiveness of RAG depends not only on the design of the retriever and the capacity of the underlying model, but also on how retrieved evidence is structured and aligned with the query. Existing RAG approaches typically retrieve and concatenate unstructured text fragments as context, which often introduces redundant or weakly relevant information. This practice leads to excessive context accumulation, reduced semantic alignment, and fragmented reasoning chains, thereby degrading generation quality while increasing token consumption. To address these challenges, we propose Tri-RAG, a structured triplet-based retrieval framework that improves retrieval efficiency through reasoning-aligned context construction. Tri-RAG…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
