ronaldseoh / unified-coherence-model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Unified Neural Coherence Model

This repository contains the code of our paper A Unified Neural Coherence Model (NAACL-HLT 2019).

Full Model

Requirements

  • Python 3.6 with NumPy/SciPy
  • PyTorch 1.1 or higher
  • Allennlp
  • torchtext

Citation

Please cite our paper if you found the resources in this repository useful.

@inproceedings{moon-etal-2019-unified,
    title = "A Unified Neural Coherence Model",
    author = "Moon, Han Cheol  and
      Mohiuddin, Tasnim  and
      Joty, Shafiq  and
      Xu, Chi",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
    month = nov,
    year = "2019",
    address = "Hong Kong, China",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D19-1231",
    doi = "10.18653/v1/D19-1231",
    pages = "2262--2272"
}

About


Languages

Language:Python 60.4%Language:Jupyter Notebook 39.6%Language:Shell 0.0%