paper-with-me

홈 › Papers

Learned in Translation: Contextualized Word Vectors

2017-08-01 · NeurIPS 2017 12 · Bryan McCann, James Bradbury, Caiming Xiong, Richard Socher

Computer vision has benefited from initializing multiple deep layers with weights pretrained on large supervised training sets like ImageNet. Natural language processing (NLP) typically sees initialization of only the lowest layer of deep models with pretrained word vectors. In this paper, we use a deep LSTM encoder from an attentional sequence-to-sequence model trained for machine translation (MT) to contextualize word vectors. We show that adding these context vectors (CoVe) improves performance over using only unsupervised word and character vectors on a wide variety of common NLP tasks: sentiment analysis (SST, IMDb), question classification (TREC), entailment (SNLI), and question answering (SQuAD). For fine-grained sentiment analysis and entailment, CoVe improves performance of our baseline models to the state of the art.

📄 PDF Abstract BibTeX arXiv:1708.00107

Code (5)

salesforce/cove 공식 구현 pytorch
adi2103/AML-CoVe tf
cove-adml/adml-anon pytorch
menajosep/AleatoricSent tf
richinkabra/CoVe-BCN pytorch

Tasks

General ClassificationMachine TranslationQuestion AnsweringSentiment AnalysisText ClassificationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
Location-based Attention 설명 없음
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…
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 제목 키워드 기반

Context-Aware Cross-Lingual Mapping

2019-03-08 · NAACL 2019 6 · Hanan Aldarmaki, Mona Diab

Cross-lingual word vectors are typically obtained by fitting an orthogonal matrix that maps the entries of a bilingual dictionary from a source to a target vector space. Word vectors, however, are most commonly used for …

RetrievalSentenceSentence EmbeddingsTranslation+2

Grounding and Distinguishing Conceptual Vocabulary Through Similarity Learning in Embodied Simulations

2023-05-23 · Sadaf Ghaffari, Nikhil Krishnaswamy

We present a novel method for using agent experiences gathered through an embodied simulation to ground contextualized word vectors to object representations. We use similarity learning to make comparisons between differ…

AttributeObject

SNU_IDS at SemEval-2018 Task 12: Sentence Encoder with Contextualized Vectors for Argument Reasoning Comprehension

2018-05-18 · SEMEVAL 2018 6 · Taeuk Kim, Jihun Choi, Sang-goo Lee

We present a novel neural architecture for the Argument Reasoning Comprehension task of SemEval 2018. It is a simple neural network consisting of three parts, collectively judging whether the logic built on a set of give…

Machine TranslationSentenceTransfer LearningTranslation

SNU\_IDS at SemEval-2018 Task 12: Sentence Encoder with Contextualized Vectors for Argument Reasoning Comprehension

2018-06-01 · SEMEVAL 2018 6 · Taeuk Kim, Jihun Choi, Sang-goo Lee

We present a novel neural architecture for the Argument Reasoning Comprehension task of SemEval 2018. It is a simple neural network consisting of three parts, collectively judging whether the logic built on a set of give…

Machine TranslationSentenceTransfer LearningTranslation

Augmenting Chinese WordNet semantic relations with contextualized embeddings

2019-07-01 · GWC 2019 7 · Yu-Hsiang Tseng, Shu-Kai Hsieh

Constructing semantic relations in WordNet has been a labour-intensive task, especially in a dynamic and fast-changing language environment. Combined with recent advancements of contextualized embeddings, this paper prop…