paper-with-me

Papers

Exploiting Pairwise Mutual Information for Knowledge-Grounded Dialogue

2022-03-22 · IEEE/ACM Transactions on Audio, Speech, and Language Processing 2022 3 · Bo Zhang, Jian Wang, Hongfei Lin, Hui Ma, Bo Xu

External document knowledge is helpful for dialogue systems to generate high-quality responses. Although several knowledge-grounded dialogue models have been designed, external knowledge cannot be comprehensively exploited due to the complex relationships among dialogue context, knowledge, and responses. To this end, we propose a novel transformer-based model, named TransIKG, which incorporates external document knowledge for dialogue generation. TransIKG comprises a two-step integration mechanism, including correlation integration and overall integration. Correlation integration is designed to fully exploit the pairwise mutual information among dialogue context, knowledge, and responses, while overall integration adopts an integration gate to capture global information. Furthermore, we utilize the positional information of dialogue turns to better represent the dialogue context and enhance the generalization ability of our model on out-of-domain documents. Finally, we propose a novel knowledge-aware pointer network to generate knowledge-enhanced response tokens. Experimental results on two benchmark datasets demonstrate that our model outperforms state-of-the-art models on both open-domain and domain-specific dialogues.

📄 PDF Abstract BibTeX

Code (1)

zhangbo-nlp/TransIKG pytorch

Tasks

Dialogue Generation

Methods 이 논문이 사용한 방법론

[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

Let's Measure Information Step-by-Step: AI-Based Evaluation Beyond Vibes

2025-08-07 · Zachary Robertson, Sanmi Koyejo arxiv

We evaluate artificial intelligence (AI) systems without ground truth by exploiting a link between strategic gaming and information loss. Building on established information theory, we analyze which mechanisms resist adv…

Mutual Learning for Hashing: Unlocking Strong Hash Functions from Weak Supervision

2025-10-09 · Xiaoxu Ma, Runhao Li, Zhenyu Weng arxiv

Deep hashing has been widely adopted for large-scale image retrieval, with numerous strategies proposed to optimize hash function learning. Pairwise-based methods are effective in learning hash functions that preserve lo…

Image Retrieval

A unifying mutual information view of metric learning: cross-entropy vs. pairwise losses

2020-03-19 · ECCV 2020 8 · Malik Boudiaf, Jérôme Rony, Imtiaz Masud Ziko, Eric Granger 외

Recently, substantial research efforts in Deep Metric Learning (DML) focused on designing complex pairwise-distance losses, which require convoluted schemes to ease optimization, such as sample mining or pair weighting. …

Metric Learning

Pairwise Adjusted Mutual Information

2021-03-23 · NeurIPS 2021 12 · Denys Lazarenko, Thomas Bonald

A well-known metric for quantifying the similarity between two clusterings is the adjusted mutual information. Compared to mutual information, a corrective term based on random permutations of the labels is introduced, p…

Clustering

Pairwise Causality Guided Transformers for Event Sequences

2023-09-21 · NeurIPS 2023 11

Although pairwise causal relations have been extensively studied in observational longitudinal analyses across many disciplines, incorporating knowledge of causal pairs into deep learning models for temporal event sequen…