Implicit Discourse Relation Classification

4 papers with code • 0 benchmarks • 1 datasets

Parsing a text into a set of discourse relations between two adjacent or non-adjacent discourse units in the absence of explicit connectives, such as 'but' or 'however', and classifying those relations. (Source: Adapted from https://www.cs.brandeis.edu/~clp/conll15st/intro.html)

Datasets


Most implemented papers

A Latent Variable Recurrent Neural Network for Discourse Relation Language Models

jiyfeng/drlm 7 Mar 2016

This paper presents a novel latent variable recurrent neural network architecture for jointly modeling sequences of words and (possibly latent) discourse relations between adjacent sentences.

Implicit Discourse Relation Identification for Open-domain Dialogues

derekmma/dialogue-discourse-relation ACL 2019

Discourse relation identification has been an active area of research for many years, and the challenge of identifying implicit relations remains largely an unsolved task, especially in the context of an open-domain dialogue system.

Zero-shot transfer for implicit discourse relation classification

MurathanKurfali/multilingual_IDRC 30 Jul 2019

Automatically classifying the relation between sentences in a discourse is a challenging task, in particular when there is no overt expression of the relation.

On the Importance of Word and Sentence Representation Learning in Implicit Discourse Relation Classification

HKUST-KnowComp/BMGF-RoBERTa 27 Apr 2020

Implicit discourse relation classification is one of the most difficult parts in shallow discourse parsing as the relation prediction without explicit connectives requires the language understanding at both the text span level and the sentence level.