CLNov 5, 2018

Learning to Explicitate Connectives with Seq2Seq Network for Implicit Discourse Relation Classification

arXiv:1811.01697v21095 citations
Originality Incremental advance
AI Analysis

This work addresses a key challenge in discourse parsing for natural language processing, offering an incremental improvement over existing methods.

The paper tackles implicit discourse relation classification by proposing a model that combines a classifier with a sequence-to-sequence network to generate refined representations of relational arguments, including predicting implicit connectives. It outperforms previous state-of-the-art systems on the PDTB benchmark in 11-way classification across multiple settings.

Implicit discourse relation classification is one of the most difficult steps in discourse parsing. The difficulty stems from the fact that the coherence relation must be inferred based on the content of the discourse relational arguments. Therefore, an effective encoding of the relational arguments is of crucial importance. We here propose a new model for implicit discourse relation classification, which consists of a classifier, and a sequence-to-sequence model which is trained to generate a representation of the discourse relational arguments by trying to predict the relational arguments including a suitable implicit connective. Training is possible because such implicit connectives have been annotated as part of the PDTB corpus. Along with a memory network, our model could generate more refined representations for the task. And on the now standard 11-way classification, our method outperforms previous state of the art systems on the PDTB benchmark on multiple settings including cross validation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes