paper-with-me

홈 › Papers

Towards Universal Paraphrastic Sentence Embeddings

2015-11-25 · John Wieting, Mohit Bansal, Kevin Gimpel, Karen Livescu

We consider the problem of learning general-purpose, paraphrastic sentence embeddings based on supervision from the Paraphrase Database (Ganitkevitch et al., 2013). We compare six compositional architectures, evaluating them on annotated textual similarity datasets drawn both from the same distribution as the training data and from a wide range of other domains. We find that the most complex architectures, such as long short-term memory (LSTM) recurrent neural networks, perform best on the in-domain data. However, in out-of-domain scenarios, simple architectures such as word averaging vastly outperform LSTMs. Our simplest averaging model is even competitive with systems tuned for the particular tasks while also being extremely efficient and easy to use. In order to better understand how these architectures compare, we conduct further experiments on three supervised NLP tasks: sentence similarity, entailment, and sentiment classification. We again find that the word averaging models perform well for sentence similarity and entailment, outperforming LSTMs. However, on sentiment classification, we find that the LSTM performs very strongly-even recording new state-of-the-art performance on the Stanford Sentiment Treebank. We then demonstrate how to combine our pretrained sentence embeddings with these supervised tasks, using them both as a prior and as a black box feature extractor. This leads to performance rivaling the state of the art on the SICK similarity and entailment tasks. We release all of our resources to the research community with the hope that they can serve as the new baseline for further work on universal sentence embeddings.

📄 PDF Abstract BibTeX arXiv:1511.08198

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationSentenceSentence EmbeddingsSentence SimilaritySentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Learning Paraphrastic Sentence Embeddings from Back-Translated Bitext

2017-06-06 · EMNLP 2017 9 · John Wieting, Jonathan Mallinson, Kevin Gimpel

We consider the problem of learning general-purpose, paraphrastic sentence embeddings in the setting of Wieting et al. (2016b). We use neural machine translation to generate sentential paraphrases via back-translation of…

Machine TranslationSentenceSentence EmbeddingsTranslation

Revisiting Recurrent Networks for Paraphrastic Sentence Embeddings

2017-04-30 · ACL 2017 7 · John Wieting, Kevin Gimpel

We consider the problem of learning general-purpose, paraphrastic sentence embeddings, revisiting the setting of Wieting et al. (2016b). While they found LSTM recurrent networks to underperform word averaging, we present…

SentenceSentence EmbeddingsTransfer Learning

Simple and Effective Paraphrastic Similarity from Parallel Translations

2019-09-30 · ACL 2019 7 · John Wieting, Kevin Gimpel, Graham Neubig, Taylor Berg-Kirkpatrick

We present a model and methodology for learning paraphrastic sentence embeddings directly from bitext, removing the time-consuming intermediate step of creating paraphrase corpora. Further, we show that the resulting mod…

SentenceSentence Embeddings

ParaNMT-50M: Pushing the Limits of Paraphrastic Sentence Embeddings with Millions of Machine Translations

2017-11-15 · ACL 2018 7 · John Wieting, Kevin Gimpel

We describe PARANMT-50M, a dataset of more than 50 million English-English sentential paraphrase pairs. We generated the pairs automatically by using neural machine translation to translate the non-English side of a larg…

Machine TranslationNatural Language UnderstandingParaphrase GenerationSemantic Textual Similarity+3

pair2vec: Compositional Word-Pair Embeddings for Cross-Sentence Inference

2018-10-20 · NAACL 2019 6 · Mandar Joshi, Eunsol Choi, Omer Levy, Daniel S. Weld 외

Reasoning about implied relationships (e.g., paraphrastic, common sense, encyclopedic) between pairs of words is crucial for many cross-sentence inference problems. This paper proposes new methods for learning and using …

Common Sense ReasoningSentenceWord Embeddings