Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.4 KB

Dual Learning of NLU and NLG

The implementation of the papers:

  1. "Dual supervised learning for natural language understanding and generation" (ACL 2019) --> dual training/
  2. "Towards Unsupervised Language Understanding and Generation by Joint Dual Learning" (ACL 2020) --> dual training/
  3. "Dual Inference for Improving Language Understanding and Generation" (Findings of EMNLP 2020) --> dual inference/

References

Main papers to be cited:

@inproceedings{su2019dual,
  title={Dual supervised learning for natural language understanding and generation},
  author={Su, Shang-Yu and Huang, Chao-Wei and Chen, Yun-Nung},
 booktitle = {Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},
    year={2019}
}

@inproceedings{su2020joint,
  title={Towards Unsupervised Language Understanding and Generation by Joint Dual Learning},
  author={Su, Shang-Yu and Huang, Chao-Wei and Chen, Yun-Nung},
 booktitle = {Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
    year={2020}
}

@inproceedings{su2020dual,
  title={Dual Inference for Improving Language Understanding and Generation},
  author={Su, Shang-Yu and Chuang, Yung-Sung and Chen, Yun-Nung},
   booktitle = {Findings of EMNLP 2020},
    year={2020}
}