Enhancing Dialogue Generation with Conversational Concept Flows (2023.findings-eacl)
Copied to clipboard
| Challenge: | Existing studies show that explicitly modeling concept flows with a large commonsense knowledge graph improves response quality, but there is a gap between the knowledge graph and the conversation. |
| Approach: | They propose to model human conversational concept flows with a commonsense knowledge graph . they extract abundant concepts and relations from natural conversations and build a conversation-aware knowledge graph. |
| Outcome: | The proposed method performs better than baselines on a large-scale reddit conversation dataset. |
Similar Papers
Grounded Conversation Generation as Guided Traverses in Commonsense Knowledge Graphs (2020.acl-main)
Copied to clipboard
| Challenge: | Existing models that generate natural language responses for conversations degenerate dull and repetitive contents, leading to off-topic and useless responses. |
| Approach: | They propose a conversation generation model which leverages commonsense knowledge graphs to explicitly model conversation flows by grounding conversations to the concept space. |
| Outcome: | Experiments on Reddit conversations show that the proposed model generates more semantic and informative responses while using 70% fewer parameters. |
Controllable Conversation Generation with Conversation Structures via Diffusion Models (2023.findings-acl)
Copied to clipboard
| Challenge: | Current generation models fail to effectively utilize rich linguistic and world knowledge to generate coherent long text. |
| Approach: | They propose a conversation generation framework that incorporates human knowledge and conversation structures with both controllability and interpretability for better conversation generation. |
| Outcome: | The proposed framework incorporates human knowledge and conversation structures with both controllability and interpretability for better conversation generation. |
Knowledge Enhanced Reflection Generation for Counseling Dialogues (2022.acl-long)
Copied to clipboard
| Challenge: | Using retrieval and generative methods, we generate responses using commonsense and domain knowledge. |
| Approach: | They propose a pipeline that collects domain knowledge through web mining and a model that incorporates knowledge generated by COMET using soft positional encoding and masked self-attention. |
| Outcome: | The proposed pipeline collects domain knowledge through web mining and incorporates knowledge generated by COMET using soft positional encoding and masked self-attention. |
C3KG: A Chinese Commonsense Conversation Knowledge Graph (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing commonsense knowledge bases organize tuples in an isolated manner, causing problems for chatbots . |
| Approach: | They create a Chinese commonsense conversation knowledge graph which integrates social commonsensm and dialog flow information. |
| Outcome: | The proposed graph incorporates social commonsense knowledge and dialog flow information. |
Enhancing Dialogue Generation via Dynamic Graph Knowledge Aggregation (2023.acl-long)
Copied to clipboard
| Challenge: | Existing graph neural networks (GNNs) teach message passing on a graph from text, resulting in a semantic gap between graph knowledge and text. |
| Approach: | They propose a framework to integrate external graph knowledge into chatbots by coagulating representations of both text and graph knowledge. |
| Outcome: | The proposed framework outperforms state-of-the-art (SOTA) baselines on dialogue generation. |
MP2D: An Automated Topic Shift Dialogue Generation Framework Leveraging Knowledge Graphs (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods to manage topic shifts within on-topic dialogues are limited in their ability to generate training datasets. |
| Approach: | They propose a data generation framework that automatically generates conversational question-answering datasets with natural topic transitions by leveraging relationships between entities in a knowledge graph. |
| Outcome: | The proposed framework generates conversational question-answering datasets with natural topic transitions and proves its effectiveness in generating dialogues with topic shifts. |
Towards Exploiting Background Knowledge for Building Conversation Systems (D18-1)
Copied to clipboard
| Challenge: | Existing dialog datasets contain a sequence of utterances without any explicit background knowledge associated with them. |
| Approach: | They propose to use movie chats to generate responses by copying unstructured background knowledge . they use a dataset of 9K conversations to test whether responses are generated by copy-and-modify models . |
| Outcome: | The proposed model mimics human process of conversing by copying and/or modifying sentences from unstructured background knowledge. |
Knowledge-Grounded Dialogue Generation with a Unified Knowledge Representation (2022.naacl-main)
Copied to clipboard
| Challenge: | Existing knowledge-grounded dialogue systems perform poorly on unseen topics due to limited topics covered in training data. |
| Approach: | They propose a language model that homogenizes different knowledge sources to a unified knowledge representation for knowledge-grounded dialogue generation tasks. |
| Outcome: | The proposed language model generalizes well across knowledge-grounded dialogue tasks. |
Diverse and Informative Dialogue Generation with Context-Specific Commonsense Knowledge Awareness (2020.acl-main)
Copied to clipboard
| Challenge: | Generative dialogue systems tend to produce generic and boring responses, causing boring conversations . a novel commonsense knowledge-aware dialogue generation model is proposed to solve this problem . |
| Approach: | They propose to retrieve and introduce knowledge facts from knowledge graphs to reduce boring conversations . they use a Felicitous Fact mechanism to help the model focus on context-relevant knowledge facts . |
| Outcome: | The proposed model outperforms the state-of-the-art approach in most experiments. |
Mind the Gap! Injecting Commonsense Knowledge for Abstractive Dialogue Summarization (2022.coling-1)
Copied to clipboard
| Challenge: | Existing frameworks that use commonsense as supervision only use input knowledge, but it generates more informative and consistent summaries. |
| Approach: | They propose to leverage the unique characteristics of dialogues sharing commonsense knowledge to solve the difficulties in summarizing them. |
| Outcome: | The proposed framework generates more informative and consistent summaries with injected commonsense knowledge than existing methods. |