paper-with-me

Papers

Lexical Knowledge Internalization for Neural Dialog Generation

2022-05-04 · ACL 2022 5 · Zhiyong Wu, Wei Bi, Xiang Li, Lingpeng Kong, Ben Kao

We propose knowledge internalization (KI), which aims to complement the lexical knowledge into neural dialog models. Instead of further conditioning the knowledge-grounded dialog (KGD) models on externally retrieved knowledge, we seek to integrate knowledge about each input token internally into the model's parameters. To tackle the challenge due to the large scale of lexical knowledge, we adopt the contrastive learning approach and create an effective token-level lexical knowledge retriever that requires only weak supervision mined from Wikipedia. We demonstrate the effectiveness and general applicability of our approach on various datasets and diversified model structures.

📄 PDF Abstract BibTeX arXiv:2205.01941

Code (1)

lividwo/ki 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Multi-level Adaptive Contrastive Learning for Knowledge Internalization in Dialogue Generation

2023-10-13 · Chenxu Yang, Zheng Lin, Lanrui Wang, Chong Tian 외

Knowledge-grounded dialogue generation aims to mitigate the issue of text degeneration by incorporating external knowledge to supplement the context. However, the model often fails to internalize this information into re…

Contrastive LearningDialogue Generation

Natural Language Generation in Dialogue using Lexicalized and Delexicalized Data

2016-06-11 · Shikhar Sharma, Jing He, Kaheer Suleman, Hannes Schulz 외

Natural language generation plays a critical role in spoken dialogue systems. We present a new approach to natural language generation for task-oriented dialogue using recurrent neural networks in an encoder-decoder fram…

DecoderSentenceSpoken Dialogue SystemsText Generation

Knowledge Bridging for Empathetic Dialogue Generation

2020-09-21 · Qintong Li, Piji Li, Zhaochun Ren, Pengjie Ren 외

Lack of external knowledge makes empathetic dialogue systems difficult to perceive implicit emotions and learn emotional interactions from limited dialogue history. To address the above problems, we propose to leverage e…

Dialogue Generation

From Exposure to Internalization: Dual-Stream Calibration for In-context Clinical Reasoning

2026-04-07 · Chuang Zhao, Hongke Zhao, Xiaofang Zhou, Xiaomeng Li arxiv

Contextual clinical reasoning demands robust inference grounded in complex, heterogeneous clinical records. While state-of-the-art fine-tuning, in-context learning (ICL), and retrieval-augmented generation (RAG) enable k…

Evaluating Task-Oriented Dialogue Consistency through Constraint Satisfaction

2024-07-16 · Tiziano Labruna, Bernardo Magnini

Task-oriented dialogues must maintain consistency both within the dialogue itself, ensuring logical coherence across turns, and with the conversational domain, accurately reflecting external knowledge. We propose to conc…