paper-with-me

홈 › Papers

Knowledge Card: Filling LLMs' Knowledge Gaps with Plug-in Specialized Language Models

2023-05-17 · Shangbin Feng, Weijia Shi, Yuyang Bai, Vidhisha Balachandran, Tianxing He, Yulia Tsvetkov

By design, large language models (LLMs) are static general-purpose models, expensive to retrain or update frequently. As they are increasingly adopted for knowledge-intensive tasks, it becomes evident that these design choices lead to failures to generate factual, relevant, and up-to-date knowledge. To this end, we propose Knowledge Card, a modular framework to plug in new factual and relevant knowledge into general-purpose LLMs. We first introduce knowledge cards -- specialized language models trained on corpora from specific domains and sources. Knowledge cards serve as parametric repositories that are selected at inference time to generate background knowledge for the base LLM. We then propose three content selectors to dynamically select and retain information in documents generated by knowledge cards, specifically controlling for relevance, brevity, and factuality of outputs. Finally, we propose two complementary integration approaches to augment the base LLM with the (relevant, factual) knowledge curated from the specialized LMs. Through extensive experiments, we demonstrate that Knowledge Card achieves state-of-the-art performance on six benchmark datasets. Ultimately, Knowledge Card framework enables dynamic synthesis and updates of knowledge from diverse domains. Its modularity will ensure that relevant knowledge can be continuously updated through the collective efforts of the research community.

📄 PDF Abstract BibTeX arXiv:2305.09955

Code (2)

bunsenfeng/knowledge_card 공식 구현 pytorch
arthur-heng/nlgraph

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Filling Knowledge Base Gaps for Distant Supervision of Relation Extraction

2013-08-01 · ACL 2013 8 · Wei Xu, Raphael Hoffmann, Le Zhao, Ralph Grishman
Information RetrievalRelationRelation Extraction

Bridging Knowledge Gaps in Neural Entailment via Symbolic Models

2018-08-28 · EMNLP 2018 10 · Dongyeop Kang, Tushar Khot, Ashish Sabharwal, Peter Clark

Most textual entailment models focus on lexical gaps between the premise text and the hypothesis, but rarely on knowledge gaps. We focus on filling these knowledge gaps in the Science Entailment task, by leveraging an ex…

Natural Language Inference

Gap-Filling Prompting Enhances Code-Assisted Mathematical Reasoning

2024-11-08 · Mohammad Ghiasvand Mohammadkhani

Despite the strong performance of large language models (LLMs) in tasks like mathematical reasoning, their practical use is limited by high computational demands and proprietary restrictions. Chain-of-thought (CoT) and p…

Mathematical Reasoning

The Contribution of Knowledge in Visiolinguistic Learning: A Survey on Tasks and Challenges

2023-03-04 · Maria Lymperaiou, Giorgos Stamou

Recent advancements in visiolinguistic (VL) learning have allowed the development of multiple models and techniques that offer several impressive implementations, able to currently resolve a variety of tasks that require…

Knowledge Graphs

A generalizable framework for unlocking missing reactions in genome-scale metabolic networks using deep learning

2024-09-20 · Xiaoyi Liu, Hongpeng Yang, Chengwei Ai, Ruihan Dong 외

Incomplete knowledge of metabolic processes hinders the accuracy of GEnome-scale Metabolic models (GEMs), which in turn impedes advancements in systems biology and metabolic engineering. Existing gap-filling methods typi…

Hyperedge Prediction