Implicit Discourse Relation Classification

6 papers with code • 0 benchmarks • 2 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)

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.

Transfer and Active Learning for Dissonance Detection: Addressing the Rare-Class Challenge

humanlab/rare-class-AL 3 May 2023

While transformer-based systems have enabled greater accuracies with fewer training examples, data acquisition obstacles still persist for rare-class tasks -- when the class label is very infrequent (e. g. < 5% of samples).

Annotation-Inspired Implicit Discourse Relation Classification with Auxiliary Discourse Connective Generation

liuwei1206/connrel 10 Jun 2023

Implicit discourse relation classification is a challenging task due to the absence of discourse connectives.