paper-with-me

홈 › Papers

LLM2KB: Constructing Knowledge Bases using instruction tuned context aware Large Language Models

2023-08-25 · Anmol Nayak, Hari Prasad Timmapathini

The advent of Large Language Models (LLM) has revolutionized the field of natural language processing, enabling significant progress in various applications. One key area of interest is the construction of Knowledge Bases (KB) using these powerful models. Knowledge bases serve as repositories of structured information, facilitating information retrieval and inference tasks. Our paper proposes LLM2KB, a system for constructing knowledge bases using large language models, with a focus on the Llama 2 architecture and the Wikipedia dataset. We perform parameter efficient instruction tuning for Llama-2-13b-chat and StableBeluga-13B by training small injection models that have only 0.05 % of the parameters of the base models using the Low Rank Adaptation (LoRA) technique. These injection models have been trained with prompts that are engineered to utilize Wikipedia page contexts of subject entities fetched using a Dense Passage Retrieval (DPR) algorithm, to answer relevant object entities for a given subject entity and relation. Our best performing model achieved an average F1 score of 0.6185 across 21 relations in the LM-KBC challenge held at the ISWC 2023 conference.

📄 PDF Abstract BibTeX arXiv:2308.13207

Code (1)

anmoln94/Team_LLM2KB_LM-KBC-2023 공식 구현

Tasks

Information RetrievalPassage RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Knowledge-tuning Large Language Models with Structured Medical Knowledge Bases for Reliable Response Generation in Chinese

2023-09-08 · Haochun Wang, Sendong Zhao, Zewen Qiang, Zijian Li 외

Large Language Models (LLMs) have demonstrated remarkable success in diverse natural language processing (NLP) tasks in general domains. However, LLMs sometimes generate responses with the hallucination about medical fac…

Domain AdaptationHallucinationQuestion AnsweringResponse Generation

Tuna: Instruction Tuning using Feedback from Large Language Models

2023-10-20 · Haoran Li, Yiran Liu, Xingxing Zhang, Wei Lu 외

Instruction tuning of open-source large language models (LLMs) like LLaMA, using direct outputs from more powerful LLMs such as Instruct-GPT and GPT-4, has proven to be a cost-effective way to align model behaviors with …

INSTRUCTIR: A Benchmark for Instruction Following of Information Retrieval Models

2024-02-22 · Hanseok Oh, Hyunji Lee, Seonghyeon Ye, Haebin Shin 외

Despite the critical need to align search targets with users' intention, retrievers often only prioritize query information without delving into the users' intended search context. Enhancing the capability of retrievers …

Information RetrievalInstruction FollowingLanguage ModelingLanguage Modelling+1

Log Probabilities Are a Reliable Estimate of Semantic Plausibility in Base and Instruction-Tuned Language Models

2024-03-21 · Carina Kauf, Emmanuele Chersoni, Alessandro Lenci, Evelina Fedorenko 외

Semantic plausibility (e.g. knowing that "the actor won the award" is more likely than "the actor won the battle") serves as an effective proxy for general world knowledge. Language models (LMs) capture vast amounts of w…

SentenceWorld Knowledge

The Construction of Instruction-tuned LLMs for Finance without Instruction Data Using Continual Pretraining and Model Merging

2024-09-30 · Masanori Hirano, Kentaro Imajo

This paper proposes a novel method for constructing instruction-tuned large language models (LLMs) for finance without instruction data. Traditionally, developing such domain-specific LLMs has been resource-intensive, re…

Continual Pretraining