Skip to content

MiuLab/DuaLUG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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}
}

About

The implementation of the papers on dual learning of natural language understanding and generation. (ACL2019,2020; Findings of EMNLP 2020)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published