paper-with-me

홈 › Papers

Tiered Clustering to Improve Lexical Entailment

2014-12-02 · John Wieting

Many tasks in Natural Language Processing involve recognizing lexical entailment. Two different approaches to this problem have been proposed recently that are quite different from each other. The first is an asymmetric similarity measure designed to give high scores when the contexts of the narrower term in the entailment are a subset of those of the broader term. The second is a supervised approach where a classifier is learned to predict entailment given a concatenated latent vector representation of the word. Both of these approaches are vector space models that use a single context vector as a representation of the word. In this work, I study the effects of clustering words into senses and using these multiple context vectors to infer entailment using extensions of these two algorithms. I find that this approach offers some improvement to these entailment algorithms.

📄 PDF Abstract BibTeX arXiv:1412.0751

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringLexical Entailment

Similar Papers 제목 키워드 기반

Embedding WordNet Knowledge for Textual Entailment

2018-08-01 · COLING 2018 8 · Yunshi Lan, Jing Jiang

In this paper, we study how we can improve a deep learning approach to textual entailment by incorporating lexical entailment relations from WordNet. Our idea is to embed the lexical entailment knowledge contained in Wor…

Feature EngineeringLexical EntailmentNatural Language Inference

UAlberta at SemEval-2020 Task 2: Using Translations to Predict Cross-Lingual Entailment

2020-12-01 · SEMEVAL 2020 · Bradley Hauer, Amir Ahmad Habibi, Yixing Luan, Arnob Mallik 외

We investigate the hypothesis that translations can be used to identify cross-lingual lexical entailment. We propose novel methods that leverage parallel corpora, word embeddings, and multilingual lexical resources. Our …

Lexical EntailmentTask 2Word Embeddings

Generalized Tuning of Distributional Word Vectors for Monolingual and Cross-Lingual Lexical Entailment

2019-07-01 · ACL 2019 7 · Goran Glava{\v{s}}, Ivan Vuli{\'c}

Lexical entailment (LE; also known as hyponymy-hypernymy or is-a relation) is a core asymmetric lexical relation that supports tasks like taxonomy induction and text generation. In this work, we propose a simple and effe…

Lexical EntailmentRelationText Generation

Specialising Word Vectors for Lexical Entailment

2017-10-17 · Ivan Vulić, Nikola Mrkšić

We present LEAR (Lexical Entailment Attract-Repel), a novel post-processing method that transforms any input word vector space to emphasise the asymmetric relation of lexical entailment (LE), also known as the IS-A or hy…

Lexical EntailmentRelationSemantic SimilaritySemantic Textual Similarity

Specialising Word Vectors for Lexical Entailment

2018-06-01 · NAACL 2018 6 · Ivan Vuli{\'c}, Nikola Mrk{\v{s}}i{\'c}

We present LEAR (Lexical Entailment Attract-Repel), a novel post-processing method that transforms any input word vector space to emphasise the asymmetric relation of lexical entailment (LE), also known as the IS-A or hy…

Dialogue State TrackingLexical EntailmentMachine TranslationNatural Language Inference+6