Sort:
Open Access Issue
Knit: Toward Alleviating Large Language Model Fact Knowledge Hallucinations in Knowledge Graph Completion
Big Data Mining and Analytics 2026, 9(2): 611-631
Published: 09 February 2026
Abstract PDF (2.2 MB) Collect
Downloads:133

Knowledge Graphs (KGs) are used to organize and understand vast amounts of information. However, they usually suffer from incompleteness which limits their applicability. Knowledge Graph Completion (KGC) is a critical process for augmenting these graphs and is typically achieved through embedding-based and pre-trained language model based methods. Although Large Language Models (LLMs) have demonstrated significant potential for knowledge extraction and reasoning, they face challenges such as fact knowledge hallucinations which adversely affect their KGC performance. We propose Knit, a novel KG-integrated instruction tuning framework to alleviate LLM fact knowledge Hallucinations in KGC. The proposed framework comprises three key components: (1) KG-integrated information adapter, (2) knowledge prompts, and (3) KG-integrated instruction tuning strategy. These components enhance LLMs’ ability to recognize entity relationships, improve embedding interpretability, and ensure response consistency. The experimental results across four public datasets (WN11, FB13, WN18RR, and YAGO3-10) demonstrate that Knit achieves state-of-the-art performance in KGC with significant improvements in all KGC subtasks.

Open Access Issue
Bailicai: A Domain-Optimized Retrieval-Augmented Generation Framework for Medical Applications
Big Data Mining and Analytics 2026, 9(2): 376-392
Published: 09 February 2026
Abstract PDF (2.6 MB) Collect
Downloads:439

Large language models (LLMs) excel in various natural language processing tasks and are increasingly applied in specialized fields like medicine. However, their deployment in the medical domain is challenged by limited domain-specific data and the tendency to generate inaccurate information, known as “hallucinations.” While domainspecific fine-tuning has improved open-source LLMs, they still underperform compared to proprietary models like ChatGPT and PaLM. To address this gap, retrieval-augmented generation (RAG) techniques have been explored to enhance LLMs by integrating external knowledge bases. Nevertheless, the success of RAG depends on the quality of retrieved documents, and its application within the medical field remains in the early stages. In this paper, we introduce the “Bailicai” framework as an exploratory approach to integrating RAG with LLMs in the medical field. The framework employs fine-tuning to improve the RAG process, where “falsely relevant” and “completely irrelevant” interference documents are intentionally included in the training data. This enables Bailicai to develop the ability to assess the quality of retrieved documents and selectively incorporate them. The framework is organized into four modules: (1) medical knowledge injection, (2) self-knowledge boundary identification, (3) directed acyclic graph task decomposition, and (4) retrieval-augmented generation. Through the synergy of these modules, Bailicai achieves superior performance on multiple medical benchmarks, outperforming existing large models in the medical domain, RAG-based methods, and proprietary models such as GPT-3.5. Furthermore, Bailicai effectively mitigates the hallucination problem common in LLMs applied to medical tasks and enhances the robustness of RAG when dealing with irrelevant or misleading documents, enabling more accurate information retrieval and integration.

Total 2