paper-with-me

Papers

Infusing Knowledge into Large Language Models with Contextual Prompts

2024-03-03 · Kinshuk Vasisht, Balaji Ganesan, Vikas Kumar, Vasudha Bhatnagar

Knowledge infusion is a promising method for enhancing Large Language Models for domain-specific NLP tasks rather than pre-training models over large data from scratch. These augmented LLMs typically depend on additional pre-training or knowledge prompts from an existing knowledge graph, which is impractical in many applications. In contrast, knowledge infusion directly from relevant documents is more generalisable and alleviates the need for structured knowledge graphs while also being useful for entities that are usually not found in any knowledge graph. With this motivation, we propose a simple yet generalisable approach for knowledge infusion by generating prompts from the context in the input text. Our experiments show the effectiveness of our approach which we evaluate by probing the fine-tuned LLMs.

📄 PDF Abstract BibTeX arXiv:2403.01481

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

KI-BERT: Infusing Knowledge Context for Better Language and Domain Understanding

2021-04-09 · Keyur Faldu, Amit Sheth, Prashant Kikani, Hemang Akbari

Contextualized entity representations learned by state-of-the-art transformer-based language models (TLMs) like BERT, GPT, T5, etc., leverage the attention mechanism to learn the data context from training data corpus. H…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+2

Mixture-of-Partitions: Infusing Large Biomedical Knowledge Graphs into BERT

2021-09-10 · EMNLP 2021 11 · Zaiqiao Meng, Fangyu Liu, Thomas Hikaru Clark, Ehsan Shareghi 외

Infusing factual knowledge into pre-trained models is fundamental for many knowledge-intensive tasks. In this paper, we proposed Mixture-of-Partitions (MoP), an infusion approach that can handle a very large knowledge gr…

Knowledge Graphs

Enhancing Speaker Diarization with Large Language Models: A Contextual Beam Search Approach

2023-09-11 · Tae Jin Park, Kunal Dhawan, Nithin Koluguri, Jagadeesh Balam

Large language models (LLMs) have shown great promise for capturing contextual information in natural language processing tasks. We propose a novel approach to speaker diarization that incorporates the prowess of LLMs to…

speaker-diarizationSpeaker Diarization

ContextGPT: Infusing LLMs Knowledge into Neuro-Symbolic Activity Recognition Models

2024-03-11 · Luca Arrotta, Claudio Bettini, Gabriele Civitarese, Michele Fiori

Context-aware Human Activity Recognition (HAR) is a hot research area in mobile computing, and the most effective solutions in the literature are based on supervised deep learning models. However, the actual deployment o…

Activity RecognitionCommon Sense ReasoningHuman Activity RecognitionPrompt Engineering

KSAM: Infusing Multi-Source Knowledge into Dialogue Generation via Knowledge Source Aware Multi-Head Decoding

2022-05-01 · Findings (ACL) 2022 5 · Sixing Wu, Ying Li, Dawei Zhang, Zhonghai Wu

Knowledge-enhanced methods have bridged the gap between human beings and machines in generating dialogue responses. However, most previous works solely seek knowledge from a single source, and thus they often fail to obt…

DecoderDialogue GenerationDiversity