paper-with-me

Papers

Synthetic Knowledge Ingestion: Towards Knowledge Refinement and Injection for Enhancing Large Language Models

2024-10-12 · Jiaxin Zhang, Wendi Cui, Yiran Huang, Kamalika Das, Sricharan Kumar

Large language models (LLMs) are proficient in capturing factual knowledge across various domains. However, refining their capabilities on previously seen knowledge or integrating new knowledge from external sources remains a significant challenge. In this work, we propose a novel synthetic knowledge ingestion method called Ski, which leverages fine-grained synthesis, interleaved generation, and assemble augmentation strategies to construct high-quality data representations from raw knowledge sources. We then integrate Ski and its variations with three knowledge injection techniques: Retrieval Augmented Generation (RAG), Supervised Fine-tuning (SFT), and Continual Pre-training (CPT) to inject and refine knowledge in language models. Extensive empirical experiments are conducted on various question-answering tasks spanning finance, biomedicine, and open-generation domains to demonstrate that Ski significantly outperforms baseline methods by facilitating effective knowledge injection. We believe that our work is an important step towards enhancing the factual accuracy of LLM outputs by refining knowledge representation and injection capabilities.

📄 PDF Abstract BibTeX arXiv:2410.09629

Code (1)

intuit-ai-research/knowledge-infused-ai/tree/main/synthetic-knowledge-ingestion 공식 구현

Tasks

Question AnsweringRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

The Hidden Threat in Plain Text: Attacking RAG Data Loaders

2025-07-07 · Alberto Castagnaro, Umberto Salviati, Mauro Conti, Luca Pajola 외 arxiv

Large Language Models (LLMs) have transformed human-machine interaction since ChatGPT's 2022 debut, with Retrieval-Augmented Generation (RAG) emerging as a key framework that enhances LLM outputs by integrating external …

An Information Extraction and Knowledge Graph Platform for Accelerating Biochemical Discoveries

2019-07-19 · Matteo Manica, Christoph Auer, Valery Weber, Federico Zipoli 외

Information extraction and data mining in biochemical literature is a daunting task that demands resource-intensive computation and appropriate means to scale knowledge ingestion. Being able to leverage this immense sour…

ATA: A Neuro-Symbolic Approach to Implement Autonomous and Trustworthy Agents

2025-10-18 · David Peer, Sebastian Stabinger arxiv

Large Language Models (LLMs) have demonstrated impressive capabilities, yet their deployment in high-stakes domains is hindered by inherent limitations in trustworthiness, including hallucinations, instability, and a lac…

Scaling LLM Knowledge Boundaries via Distribution-Optimized Synthesis

2026-06-22 · Songze Li, Yarong Lan, Zhongpu Bo, Zhaoyang Wang 외 arxiv

Knowledge injection via synthetic data is crucial for enhancing Large Language Models (LLMs). However, current synthesis methods simply stop at preset token counts or fixed data ratios, lacking awareness of knowledge dis…

Injecting New Knowledge into Large Language Models via Supervised Fine-Tuning

2024-03-30 · Nick Mecklenburg, Yiyou Lin, Xiaoxiao Li, Daniel Holstein 외

In recent years, Large Language Models (LLMs) have shown remarkable performance in generating human-like text, proving to be a valuable asset across various applications. However, adapting these models to incorporate new…

Dataset GenerationDomain Adaptation