paper-with-me

홈 › Papers

Injecting knowledge into language generation: a case study in auto-charting after-visit care instructions from medical dialogue

2023-06-06 · Maksim Eremeev, Ilya Valmianski, Xavier Amatriain, Anitha Kannan

Factual correctness is often the limiting factor in practical applications of natural language generation in high-stakes domains such as healthcare. An essential requirement for maintaining factuality is the ability to deal with rare tokens. This paper focuses on rare tokens that appear in both the source and the reference sequences, and which, when missed during generation, decrease the factual correctness of the output text. For high-stake domains that are also knowledge-rich, we show how to use knowledge to (a) identify which rare tokens that appear in both source and reference are important and (b) uplift their conditional probability. We introduce the ``utilization rate'' that encodes knowledge and serves as a regularizer by maximizing the marginal probability of selected tokens. We present a study in a knowledge-rich domain of healthcare, where we tackle the problem of generating after-visit care instructions based on patient-doctor dialogues. We verify that, in our dataset, specific medical concepts with high utilization rates are underestimated by conventionally trained sequence-to-sequence models. We observe that correcting this with our approach to knowledge injection reduces the uncertainty of the model as well as improves factuality and coherence without negatively impacting fluency.

📄 PDF Abstract BibTeX arXiv:2306.03652

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Injecting Domain Knowledge in Language Models for Task-Oriented Dialogue Systems

2022-12-15 · Denis Emelin, Daniele Bonadiman, Sawsan Alqahtani, Yi Zhang 외

Pre-trained language models (PLM) have advanced the state-of-the-art across NLP applications, but lack domain-specific knowledge that does not naturally occur in pre-training data. Previous studies augmented PLMs with sy…

Knowledge ProbingResponse GenerationTask-Oriented Dialogue Systems

Knowledge Prompts: Injecting World Knowledge into Language Models through Soft Prompts

2022-10-10 · Cicero Nogueira dos santos, Zhe Dong, Daniel Cer, John Nham 외

Soft prompts have been recently proposed as a tool for adapting large frozen language models (LMs) to new tasks. In this work, we repurpose soft prompts to the task of injecting world knowledge into LMs. We introduce a m…

Self-Supervised LearningWorld Knowledge

Injecting Knowledge from Social Science Journals to Improve Indonesian Cultural Understanding by LLMs

2026-01-19 · Adimulya Kartiyasa, Bao Gia Cao, Boyang Li arxiv

Recently there have been intensifying efforts to improve the understanding of Indonesian cultures by large language models (LLMs). An attractive source of cultural knowledge that has been largely overlooked is local jour…

IaC Generation with LLMs: An Error Taxonomy and A Study on Configuration Knowledge Injection

2025-12-16 · Roman Nekrasov, Stefano Fossati, Indika Kumara, Damian Andrew Tamburri 외 arxiv

Large Language Models (LLMs) currently exhibit low success rates in generating correct and intent-aligned Infrastructure as Code (IaC). This research investigated methods to improve LLM-based IaC generation, specifically…

Code Generation

Fact Grounded Attention: Eliminating Hallucination in Large Language Models Through Attention Level Knowledge Integration

2025-09-27 · Aayush Gupta arxiv

"The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge." Large Language Models have conquered natural language but remain prisoners of their own probabilistic nature--confidently hallucinating…