ACL 2024findings3 citations

Strong hallucinations from negation and how to fix them

Nicholas Asher, Swarnadeep Bhar

Abstract

Despite great performance on many tasks, language models (LMs) still struggle with reasoning, sometimes providing responses that cannot possibly be true because they stem from logical incoherence. We call such responses strong hallucinations and prove that they follow from an LM’s computation of its internal representations for logical operators and outputs from those representations. Focusing on negation, we provide a novel solution in which negation is treated not as another element of a latent representation, but as an operation over an LM’s latent representations that constrains how they may evolve. We show that our approach improves model performance in cloze prompting and natural language inference tasks with negation without requiring training on sparse negative data.

BibTeX
@inproceedings{bhar-asher-2024-strong,
    title = "Strong hallucinations from negation and how to fix them",
    author = "Asher, Nicholas  and
      Bhar, Swarnadeep",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.752/",
    doi = "10.18653/v1/2024.findings-acl.752",
    pages = "12670--12687"
}