paper-with-me

홈 › Papers

Experiments with Three Approaches to Recognizing Lexical Entailment

2014-01-31 · Peter D. Turney, Saif M. Mohammad

Inference in natural language often involves recognizing lexical entailment (RLE); that is, identifying whether one word entails another. For example, "buy" entails "own". Two general strategies for RLE have been proposed: One strategy is to manually construct an asymmetric similarity measure for context vectors (directional similarity) and another is to treat RLE as a problem of learning to recognize semantic relations using supervised machine learning techniques (relation classification). In this paper, we experiment with two recent state-of-the-art representatives of the two general strategies. The first approach is an asymmetric similarity measure (an instance of the directional similarity strategy), designed to capture the degree to which the contexts of a word, a, form a subset of the contexts of another word, b. The second approach (an instance of the relation classification strategy) represents a word pair, a:b, with a feature vector that is the concatenation of the context vectors of a and b, and then applies supervised learning to a training set of labeled feature vectors. Additionally, we introduce a third approach that is a new instance of the relation classification strategy. The third approach represents a word pair, a:b, with a feature vector in which the features are the differences in the similarities of a and b to a set of reference words. All three approaches use vector space models (VSMs) of semantics, based on word-context matrices. We perform an extensive evaluation of the three approaches using three different datasets. The proposed new approach (similarity differences) performs significantly better than the other two approaches on some datasets and there is no dataset for which it is significantly worse. Our results suggest it is beneficial to make connections between the research in lexical entailment and the research in semantic relation classification.

📄 PDF Abstract BibTeX arXiv:1401.8269

Code (1)

context-mover/HypEval

Tasks

General ClassificationLexical EntailmentRelationRelation Classification

Similar 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 …

ClusteringLexical Entailment

Language Models for Lexical Inference in Context

2021-02-10 · EACL 2021 2 · Martin Schmitt, Hinrich Schütze

Lexical inference in context (LIiC) is the task of recognizing textual entailment between two very similar sentences, i.e., sentences that only differ in one expression. It can therefore be seen as a variant of the natur…

Few-Shot NLINatural Language Inference

A mostly unlexicalized model for recognizing textual entailment

2018-11-01 · WS 2018 11 · Mithun Paul, Rebecca Sharp, Mihai Surdeanu

Many approaches to automatically recognizing entailment relations have employed classifiers over hand engineered lexicalized features, or deep learning models that implicitly capture lexicalization through word embedding…

Fake News DetectionInformation RetrievalmodelNatural Language Inference+3

Talking the Talk Does Not Entail Walking the Walk: On the Limits of Large Language Models in Lexical Entailment Recognition

2024-06-21 · Candida M. Greco, Lucio La Cava, Andrea Tagarelli

Verbs form the backbone of language, providing the structure and meaning to sentences. Yet, their intricate semantic nuances pose a longstanding challenge. Understanding verb relations through the concept of lexical enta…

Lexical EntailmentSentence

Aspectuality Across Genre: A Distributional Semantics Approach

2020-10-31 · COLING 2020 8 · Thomas Kober, Malihe Alikhani, Matthew Stone, Mark Steedman

The interpretation of the lexical aspect of verbs in English plays a crucial role for recognizing textual entailment and learning discourse-level inferences. We show that two elementary dimensions of aspectual class, sta…

Natural Language Inference