paper-with-me

Papers

Supervised Learning of Universal Sentence Representations from Natural Language Inference Data

2017-05-05 · EMNLP 2017 9 · Alexis Conneau, Douwe Kiela, Holger Schwenk, Loic Barrault, Antoine Bordes

Many modern NLP systems rely on word embeddings, previously trained in an unsupervised manner on large corpora, as base features. Efforts to obtain embeddings for larger chunks of text, such as sentences, have however not been so successful. Several attempts at learning unsupervised representations of sentences have not reached satisfactory enough performance to be widely adopted. In this paper, we show how universal sentence representations trained using the supervised data of the Stanford Natural Language Inference datasets can consistently outperform unsupervised methods like SkipThought vectors on a wide range of transfer tasks. Much like how computer vision uses ImageNet to obtain features, which can then be transferred to other tasks, our work tends to indicate the suitability of natural language inference for transfer learning to other NLP tasks. Our encoder is publicly available.

📄 PDF Abstract BibTeX arXiv:1705.02364

Code (23)

facebookresearch/InferSent 공식 구현 pytorch
facebookresearch/SentEval 공식 구현 pytorch
AmanDaVinci/Universal-Sentence-Representations pytorch
HareeshBahuleyan/size-fit-net pytorch
Jessicak016/lstm_nli tf
MirkoLenz/ReCAP-Argument-Graph-Retrieval tf
ReCAP-UTR/Argument-Graph-Retrieval tf
avinassh/kylo
boknilev/nmt-repr-analysis pytorch
cdpierse/transformers-interpret pytorch
duynguyen158/wann-nlp pytorch
f-data/ADD tf
galkesten/Domestic-Violence-Classifier pytorch
jean-kunz/ml_research_papers tf
jvdbogae/artverc
mario-holubar/ATCS-InferSent pytorch
menajosep/AleatoricSent tf
radoslawkrolikowski/sentiment-analysis-pytorch pytorch
rajatgermany/qa-nlp pytorch
rockandroll123/natural-language-inference
shaanchandra/InferSent pytorch
sidak/SentEval pytorch
wbglaeser/brexit-sentiment pytorch

Tasks

Cross-Lingual Natural Language InferenceNatural Language InferenceSemantic Textual SimilaritySentenceTransfer LearningWord Embeddings

Similar Papers 제목 키워드 기반

SufiSent - Universal Sentence Representations Using Suffix Encodings

2018-02-20 · Siddhartha Brahma

Computing universal distributed representations of sentences is a fundamental task in natural language processing. We propose a method to learn such representations by encoding the suffixes of word sequences in a sentenc…

Natural Language InferenceSentence

DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations

2020-06-05 · ACL 2021 5 · John Giorgi, Osvald Nitski, Bo wang, Gary Bader

Sentence embeddings are an important component of many natural language processing (NLP) systems. Like word embeddings, sentence embeddings are typically learned on large text corpora and then transferred to various down…

ClusteringContrastive LearningLinear-Probe ClassificationMetric Learning+4

Universal Sentence Representations Learning with Conditional Masked Language Model

2021-01-01 · ZiYi Yang, Yinfei Yang, Daniel M Cer, Jax Law 외

This paper presents a novel training method, Conditional Masked Language Modeling (CMLM), to effectively learn sentence representations on large scale unlabeled corpora. CMLM integrates sentence representation learning i…

Language ModelingLanguage ModellingMasked Language ModelingNatural Language Inference+3

Unsupervised Learning of Sentence Representations Using Sequence Consistency

2018-08-10 · Siddhartha Brahma

Computing universal distributed representations of sentences is a fundamental task in natural language processing. We propose ConsSent, a simple yet surprisingly powerful unsupervised method to learn such representations…

FormSentenceTransfer Learning

SentEval: An Evaluation Toolkit for Universal Sentence Representations

2018-03-14 · LREC 2018 5 · Alexis Conneau, Douwe Kiela

We introduce SentEval, a toolkit for evaluating the quality of universal sentence representations. SentEval encompasses a variety of tasks, including binary and multi-class classification, natural language inference and …

General ClassificationMulti-class ClassificationNatural Language InferenceSentence+1