ACL 2023findings6 citations

Trigger-Argument based Explanation for Event Detection

Yong Guan, Jiaoyan Chen, Freddy Lecue, Jeff Pan, Juanzi Li, Ru Li

Abstract

Event Detection (ED) is a critical task that aims to identify events of certain types in plain text. Neural models have achieved great success on ED, thus coming with a desire for higher interpretability. Existing works mainly exploit words or phrases of the input text to explain models’ inner mechanisms. However, for ED, the event structure, comprising of an event trigger and a set of arguments, are more enlightening clues to explain model behaviors. To this end, we propose a Trigger-Argument based Explanation method (TAE), which can utilize event structure knowledge to uncover a faithful interpretation for the existing ED models at neuron level. Specifically, we design group, sparsity, support mechanisms to construct the event structure from structuralization, compactness, and faithfulness perspectives. We evaluate our model on the large-scale MAVEN and the widely-used ACE 2005 datasets, and observe that TAE is able to reveal the process by which the model predicts. Experimental results also demonstrate that TAE can not only improve the interpretability on standard evaluation metrics, but also effectively facilitate the human understanding.

BibTeX
@inproceedings{guan-etal-2023-trigger,
    title = "Trigger-Argument based Explanation for Event Detection",
    author = "Guan, Yong  and
      Chen, Jiaoyan  and
      Lecue, Freddy  and
      Pan, Jeff  and
      Li, Juanzi  and
      Li, Ru",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.312/",
    doi = "10.18653/v1/2023.findings-acl.312",
    pages = "5046--5058"
}