ACL 2023long14 citations

Towards Faithful Dialogues via Focus Learning

Yifan Deng, Xingsheng Zhang, Heyan Huang, Yue Hu

Abstract

Maintaining faithfulness between responses and knowledge is an important research topic for building reliable knowledge-grounded dialogue systems. Existing models heavily rely on elaborate data engineering or increasing the model’s parameters ignoring to track the tokens that significantly influence losses, which is decisive for the optimization direction of the model in each iteration. To address this issue, we propose Focus Learning (FocusL), a novel learning approach that adjusts the contribution of each token to the optimization direction by directly scaling the corresponding objective loss. Specifically, we first introduce a positioning method by utilizing similarity distributions between knowledge and each response token to locate knowledge-aware tokens. Then, we further design a similarity-to-weight transformation to provide dynamic token-level weights for the cross-entropy loss. Finally, we use the weighted loss to encourage the model to pay special attention to the knowledge utilization. Experimental results demonstrate that our method achieves the new state-of-the-art results and generates more reliable responses while maintaining training stability.

BibTeX
@inproceedings{deng-etal-2023-towards,
    title = "Towards Faithful Dialogues via Focus Learning",
    author = "Deng, Yifan  and
      Zhang, Xingsheng  and
      Huang, Heyan  and
      Hu, Yue",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-long.250/",
    doi = "10.18653/v1/2023.acl-long.250",
    pages = "4554--4566"
}
Towards Faithful Dialogues via Focus Learning · ACL 2023