EMNLP 2021finding5 citations

Effect Generation Based on Causal Reasoning

Feiteng Mu, Wenjie Li, Zhipeng Xie

Abstract

Causal reasoning aims to predict the future scenarios that may be caused by the observed actions. However, existing causal reasoning methods deal with causalities on the word level. In this paper, we propose a novel event-level causal reasoning method and demonstrate its use in the task of effect generation. In particular, we structuralize the observed cause-effect event pairs into an event causality network, which describes causality dependencies. Given an input cause sentence, a causal subgraph is retrieved from the event causality network and is encoded with the graph attention mechanism, in order to support better reasoning of the potential effects. The most probable effect event is then selected from the causal subgraph and is used as guidance to generate an effect sentence. Experiments show that our method generates more reasonable effect sentences than various well-designed competitors.

BibTeX
@inproceedings{mu-etal-2021-effect-generation,
    title = "Effect Generation Based on Causal Reasoning",
    author = "Mu, Feiteng  and
      Li, Wenjie  and
      Xie, Zhipeng",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
    month = nov,
    year = "2021",
    address = "Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.findings-emnlp.48/",
    doi = "10.18653/v1/2021.findings-emnlp.48",
    pages = "527--533"
}