paper-with-me

Papers

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

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

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 embeddings of word pairs that implicitly represent background knowledge about such relationships. Our pairwise embeddings are computed as a compositional function on word representations, which is learned by maximizing the pointwise mutual information (PMI) with the contexts in which the two words co-occur. We add these representations to the cross-sentence attention layer of existing inference models (e.g. BiDAF for QA, ESIM for NLI), instead of extending or replacing existing word embeddings. Experiments show a gain of 2.7% on the recently released SQuAD2.0 and 1.3% on MultiNLI. Our representations also aid in better generalization with gains of around 6-7% on adversarial SQuAD datasets, and 8.8% on the adversarial entailment test set by Glockner et al. (2018).

📄 PDF Abstract BibTeX arXiv:1810.08854

Code (3)

mandarjoshi90/pair2vec 공식 구현 pytorch
asahi417/relbert
ghlee0304/NLP-with-tensorflow-pytorch tf

Tasks

Common Sense ReasoningSentenceWord Embeddings

Methods 이 논문이 사용한 방법론

ESIM Enhanced Sequential Inference Model or ESIM is a sequential NLI model proposed in Enhanced LSTM for Natural Language Inference

Similar Papers 제목 키워드 기반

Why does PairDiff work? - A Mathematical Analysis of Bilinear Relational Compositional Operators for Analogy Detection

2018-08-01 · COLING 2018 8 · Huda Hakami, Kohei Hayashi, Danushka Bollegala

Representing the semantic relations that exist between two given words (or entities) is an important first step in a wide-range of NLP applications such as analogical reasoning, knowledge base completion and relational i…

Information RetrievalKnowledge Base CompletionRetrievalWord Embeddings

Why PairDiff works? -- A Mathematical Analysis of Bilinear Relational Compositional Operators for Analogy Detection

2017-09-19 · Huda Hakami, Danushka Bollegala, Hayashi Kohei

Representing the semantic relations that exist between two given words (or entities) is an important first step in a wide-range of NLP applications such as analogical reasoning, knowledge base completion and relational i…

Information RetrievalKnowledge Base CompletionRelationRetrieval+1

From Paraphrase Database to Compositional Paraphrase Model and Back

2015-06-10 · TACL 2015 1 · John Wieting, Mohit Bansal, Kevin Gimpel, Karen Livescu 외

The Paraphrase Database (PPDB; Ganitkevitch et al., 2013) is an extensive semantic resource, consisting of a list of phrase pairs with (heuristic) confidence estimates. However, it is still unclear how it can best be use…

Word Embeddings

The Impact of Positional Encodings on Multilingual Compression

2021-09-11 · EMNLP 2021 11 · Vinit Ravishankar, Anders Søgaard

In order to preserve word-order information in a non-autoregressive setting, transformer architectures tend to include positional knowledge, by (for instance) adding positional encodings to token embeddings. Several modi…

Inductive Bias

Learning Phrase Embeddings from Paraphrases with GRUs

2017-10-13 · WS 2017 11 · Zhihao Zhou, Lifu Huang, Heng Ji

Learning phrase representations has been widely explored in many Natural Language Processing (NLP) tasks (e.g., Sentiment Analysis, Machine Translation) and has shown promising improvements. Previous studies either learn…

Machine TranslationSentiment AnalysisTranslation