CLMar 28, 2019

Mining Discourse Markers for Unsupervised Sentence Representation Learning

arXiv:1903.11850v11116 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the data sparsity problem in unsupervised NLP for researchers, though it's incremental in leveraging discourse markers more effectively.

The authors tackled the problem of expensive manual annotation in NLP by automatically discovering sentence pairs with discourse markers from massive unannotated data, creating a dataset with 174 discourse markers each having at least 10k examples. They used this data to learn sentence embeddings that achieved state-of-the-art results across transfer tasks, though noting limitations in semantic relation utilization.

Current state of the art systems in NLP heavily rely on manually annotated datasets, which are expensive to construct. Very little work adequately exploits unannotated data -- such as discourse markers between sentences -- mainly because of data sparseness and ineffective extraction methods. In the present work, we propose a method to automatically discover sentence pairs with relevant discourse markers, and apply it to massive amounts of data. Our resulting dataset contains 174 discourse markers with at least 10k examples each, even for rare markers such as coincidentally or amazingly We use the resulting data as supervision for learning transferable sentence embeddings. In addition, we show that even though sentence representation learning through prediction of discourse markers yields state of the art results across different transfer tasks, it is not clear that our models made use of the semantic relation between sentences, thus leaving room for further improvements. Our datasets are publicly available (https://github.com/synapse-developpement/Discovery)

Code Implementations1 repo
Foundations

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

Your Notes