paper-with-me

홈 › Papers

DisSent: Learning Sentence Representations from Explicit Discourse Relations

2019-07-01 · ACL 2019 7 · Allen Nie, Erin Bennett, Noah Goodman

Learning effective representations of sentences is one of the core missions of natural language understanding. Existing models either train on a vast amount of text, or require costly, manually curated sentence relation datasets. We show that with dependency parsing and rule-based rubrics, we can curate a high quality sentence relation task by leveraging explicit discourse relations. We show that our curated dataset provides an excellent signal for learning vector representations of sentence meaning, representing relations that can only be determined when the meanings of two sentences are combined. We demonstrate that the automatically curated corpus allows a bidirectional LSTM sentence encoder to yield high quality sentence embeddings and can serve as a supervised fine-tuning dataset for larger models such as BERT. Our fixed sentence embeddings achieve high performance on a variety of transfer tasks, including SentEval, and we achieve state-of-the-art results on Penn Discourse Treebank{'}s implicit relation prediction task.

📄 PDF Abstract BibTeX

Code (1)

windweller/DisExtract 공식 구현 torch

Tasks

Dependency ParsingNatural Language UnderstandingRelationRelation PredictionSentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

DisSent: Sentence Representation Learning from Explicit Discourse Relations

2017-10-12 · Allen Nie, Erin D. Bennett, Noah D. Goodman

Learning effective representations of sentences is one of the core missions of natural language understanding. Existing models either train on a vast amount of text, or require costly, manually curated sentence relation …

Dependency ParsingNatural Language UnderstandingRelationRelation Prediction+3

Augmenting BERT-style Models with Predictive Coding to Improve Discourse-level Representations

2021-09-10 · EMNLP 2021 11 · Vladimir Araujo, Andrés Villa, Marcelo Mendoza, Marie-Francine Moens 외

Current language models are usually trained using a self-supervised scheme, where the main focus is learning representations at the word or sentence level. However, there has been limited progress in generating useful di…

Relationship DetectionSentence

Entity-Augmented Distributional Semantics for Discourse Relations

2014-12-17 · Yangfeng Ji, Jacob Eisenstein

Discourse relations bind smaller linguistic elements into coherent texts. However, automatically identifying discourse relations is difficult, because it requires understanding the semantics of the linked sentences. A mo…

RelationSentence

Distributed Marker Representation for Ambiguous Discourse Markers and Entangled Relations

2023-06-19 · Dongyu Ru, Lin Qiu, Xipeng Qiu, Yue Zhang 외

Discourse analysis is an important task because it models intrinsic semantic structures between sentences in a document. Discourse markers are natural representations of discourse in our daily language. One challenge is …

Sentence

Memorizing All for Implicit Discourse Relation Recognition

2019-08-29 · Hongxiao Bai, Hai Zhao, Junhan Zhao

Implicit discourse relation recognition is a challenging task due to the absence of the necessary informative clue from explicit connectives. The prediction of relations requires a deep understanding of the semantic mean…

AllRelationSemantic SimilaritySemantic Textual Similarity+1