Neural Discourse Segmentation

Abstract

Identifying discourse structures and coherence relations in a piece of text is a fundamental task in natural language processing. The first step of this process is segmenting sentences into clause-like units called elementary discourse units (EDUs). Traditional solutions to discourse segmentation heavily rely on carefully designed features. In this demonstration, we present SegBot, a system to split a given piece of text into sequence of EDUs by using an end-to-end neural segmentation model. Our model does not require hand-crafted features or external knowledge except word embeddings, yet it outperforms state-of-the-art solutions to discourse segmentation.

Cite

Text

Li. "Neural Discourse Segmentation." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/949

Markdown

[Li. "Neural Discourse Segmentation." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/li2019ijcai-neural/) doi:10.24963/IJCAI.2019/949

BibTeX

@inproceedings{li2019ijcai-neural,
  title     = {{Neural Discourse Segmentation}},
  author    = {Li, Jing},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {6539-6541},
  doi       = {10.24963/IJCAI.2019/949},
  url       = {https://mlanthology.org/ijcai/2019/li2019ijcai-neural/}
}