WordNet Is All You Need: A Surprisingly Effective Unsupervised Method for Graded Lexical Entailment (2023.findings-emnlp)
Copied to clipboard
| Challenge: | a simple unsupervised method for predicting graded lexical entailment in English relies on WordNet . despite its simplicity, our method outperforms all previous methods using WordNet as weak supervision. |
| Approach: | They propose an unsupervised method which relies exclusively on WordNet for predicting graded lexical entailment in English. |
| Outcome: | The proposed method outperforms existing methods on the largest GLE dataset using WordNet. |
Similar Papers
Scoring Lexical Entailment with a Supervised Directional Similarity Network (P18-2)
Copied to clipboard
| Challenge: | Existing word embeddings that use supervision only improve the embeddable word embeds of words with annotated lexical relations. |
| Approach: | They propose a supervised directional similarity network for learning task-specific transformation functions on top of general-purpose word embeddings. |
| Outcome: | The proposed model outperforms existing models on the HyperLex dataset on a directional graded lexical entailment task by 25%. |
Embedding WordNet Knowledge for Textual Entailment (C18-1)
Copied to clipboard
| Challenge: | Existing deep learning models for textual entailment do not require any feature engineering or linguistic analysis. |
| Approach: | They propose to embed WordNet-derived lexical entailment relations into specially-learned word vectors and incorporate them into a decomposable attention model for textual enlightment. |
| Outcome: | The proposed model significantly improves on the SICK and SNLI datasets. |
A Survey on Automatically-Constructed WordNets and their Evaluation: Lexical and Word Embedding-based Approaches (L18-1)
Copied to clipboard
| Challenge: | WordNets are lexical databases in which groups of synonyms are stored according to the semantic relationships between them. |
| Approach: | This paper describes various approaches to constructing WordNets automatically by leveraging traditional lexical resources and newer trends such as word embeddings. |
| Outcome: | The proposed methods leverage traditional lexical resources and newer trends such as word embeddings to build and evaluate WordNets. |
Lexical Entailment with Hierarchy Representations by Deep Metric Learning (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing lexical entailment studies cannot be applied to words that are not included in the training dataset. |
| Approach: | They propose a method that learns a mapping from word embeddings to hierarchical embedds to predict hypernymy relations among words. |
| Outcome: | The proposed method achieves state-of-the-art performance and robustness for unknown words. |
Specialising Word Vectors for Lexical Entailment (N18-1)
Copied to clipboard
| Challenge: | Existing word representation learning methods rely on the distributional hypothesis to learn meaningful word representations. |
| Approach: | They propose a method that emphasises the asymmetric relation of lexical entailment by injecting external linguistic constraints into the input word vector space. |
| Outcome: | The proposed method achieves state-of-the-art in the tasks of hypernymy directionality, hypernomia detection, and graded lexical entailment. |
Exploring Category Structure with Contextual Language Models and Lexical Semantic Networks (2023.eacl-main)
Copied to clipboard
| Challenge: | Recent work on word embeddings reports low correlations with human ratings . contextual language models (CLMs) have been successful in acquiring semantic and world knowledge. |
| Approach: | They propose to use BERT to probe contextual language models for predicting typicality scores. |
| Outcome: | The proposed methods improve on previous studies on word embeddings and their ability to predict typicality scores. |
Multilingual and Cross-Lingual Graded Lexical Entailment (P19-1)
Copied to clipboard
| Challenge: | a novel method for capturing graded (and binary) LE is developed for cross-lingual generalisation of lexical entailment . lexicale enlargement is a key principle behind hierarchical structure found in semantic networks . |
| Approach: | They propose a method for cross-lingual generalisation of GR-LE relation using hyperlex and a bilingual dictionary. |
| Outcome: | The proposed method outperforms current state-of-the-art on binary cross-lingual LE detection by a wide margin. |
An Unsupervised Method for Learning Representations of Multi-word Expressions for Semantic Classification (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for learning multi-word expressions have language sparsity and are not supervised. |
| Approach: | They propose an unsupervised approach to learning a compositional representation function for multi-word expressions . they use a Tratz dataset to train the composition function on the word-semantic relation . |
| Outcome: | The proposed method outperforms the previous state-of-the-art method on the Tratz dataset with an F1 score of 50.4%. |
SyntagNet: Challenging Supervised Word Sense Disambiguation with Lexical-Semantic Combinations (D19-1)
Copied to clipboard
| Challenge: | Current research in knowledge-based Word Sense Disambiguation (WSD) indicates that performances depend heavily on the Lexical Knowledge Base (LKB) employed. |
| Approach: | They propose to use a Lexical Knowledge Base to capture syntagmatic relations to enable knowledge-based WSD systems to achieve a new state of the art. |
| Outcome: | The proposed resource captures syntagmatic relations and is the first large-scale manually-curated resource of this kind made available to the community. |
Generalized Tuning of Distributional Word Vectors for Monolingual and Cross-Lingual Lexical Entailment (P19-1)
Copied to clipboard
| Challenge: | Lexical entailment (LE) is a core asymmetric lexical relation that supports tasks like taxonomy induction and text generation. |
| Approach: | They propose a generalized Lexical ENtailment model that captures a specialization function allowing for LE-tuning of the entire distributional vector space and not only the vectors of words seen in lexical constraints. |
| Outcome: | The proposed model improves on graded LE and shows 20% improvement over state-of-the-art LE detection. |