NAACL 2022long31 citations

Enhancing Knowledge Selection for Grounded Dialogues via Document Semantic Graphs

Sha Li, Mahdi Namazifar, Di Jin, Mohit Bansal, Heng Ji, Yang Liu, Dilek Hakkani-Tur

Abstract

Providing conversation models with background knowledge has been shown to make open-domain dialogues more informative and engaging. Existing models treat knowledge selection as a sentence ranking or classification problem where each sentence is handled individually, ignoring the internal semantic connection between sentences. In this work, we propose to automatically convert the background knowledge documents into document semantic graphs and then perform knowledge selection over such graphs. Our document semantic graphs preserve sentence-level information through the use of sentence nodes and provide concept connections between sentences. We apply multi-task learning to perform sentence-level knowledge selection and concept-level knowledge selection, showing that it improves sentence-level selection. Our experiments show that our semantic graph-based knowledge selection improves over sentence selection baselines for both the knowledge selection task and the end-to-end response generation task on HollE and improves generalization on unseen topics in WoW.

BibTeX
@inproceedings{li-etal-2022-enhancing-knowledge,
    title = "Enhancing Knowledge Selection for Grounded Dialogues via Document Semantic Graphs",
    author = "Li, Sha  and
      Namazifar, Mahdi  and
      Jin, Di  and
      Bansal, Mohit  and
      Ji, Heng  and
      Liu, Yang  and
      Hakkani-Tur, Dilek",
    editor = "Carpuat, Marine  and
      de Marneffe, Marie-Catherine  and
      Meza Ruiz, Ivan Vladimir",
    booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jul,
    year = "2022",
    address = "Seattle, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.naacl-main.202/",
    doi = "10.18653/v1/2022.naacl-main.202",
    pages = "2810--2823"
}