ACL 2021long29 citations

De-Confounded Variational Encoder-Decoder for Logical Table-to-Text Generation

Wenqing Chen, Jidong Tian, Yitian Li, Hao He, Yaohui Jin

Abstract

Logical table-to-text generation aims to automatically generate fluent and logically faithful text from tables. The task remains challenging where deep learning models often generated linguistically fluent but logically inconsistent text. The underlying reason may be that deep learning models often capture surface-level spurious correlations rather than the causal relationships between the table x and the sentence y. Specifically, in the training stage, a model can get a low empirical loss without understanding x and use spurious statistical cues instead. In this paper, we propose a de-confounded variational encoder-decoder (DCVED) based on causal intervention, learning the objective p(y|do(x)). Firstly, we propose to use variational inference to estimate the confounders in the latent space and cooperate with the causal intervention based on Pearl’s do-calculus to alleviate the spurious correlations. Secondly, to make the latent confounder meaningful, we propose a back-prediction process to predict the not-used entities but linguistically similar to the exactly selected ones. Finally, since our variational model can generate multiple candidates, we train a table-text selector to find out the best candidate sentence for the given table. An extensive set of experiments show that our model outperforms the baselines and achieves new state-of-the-art performance on two logical table-to-text datasets in terms of logical fidelity.

BibTeX
@inproceedings{chen-etal-2021-de,
    title = "De-Confounded Variational Encoder-Decoder for Logical Table-to-Text Generation",
    author = "Chen, Wenqing  and
      Tian, Jidong  and
      Li, Yitian  and
      He, Hao  and
      Jin, Yaohui",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.430/",
    doi = "10.18653/v1/2021.acl-long.430",
    pages = "5532--5542"
}
De-Confounded Variational Encoder-Decoder for Logical Table-to-Text Generation · ACL 2021