paper-with-me

Papers

Word Sense Disambiguation as a Game of Neurosymbolic Darts

2023-07-25 · Tiansi Dong, Rafet Sifa

Word Sense Disambiguation (WSD) is one of the hardest tasks in natural language understanding and knowledge engineering. The glass ceiling of 80% F1 score is recently achieved through supervised deep-learning, enriched by a variety of knowledge graphs. Here, we propose a novel neurosymbolic methodology that is able to push the F1 score above 90%. The core of our methodology is a neurosymbolic sense embedding, in terms of a configuration of nested balls in n-dimensional space. The centre point of a ball well-preserves word embedding, which partially fix the locations of balls. Inclusion relations among balls precisely encode symbolic hypernym relations among senses, and enable simple logic deduction among sense embeddings, which cannot be realised before. We trained a Transformer to learn the mapping from a contextualized word embedding to its sense ball embedding, just like playing the game of darts (a game of shooting darts into a dartboard). A series of experiments are conducted by utilizing pre-training n-ball embeddings, which have the coverage of around 70% training data and 75% testing data in the benchmark WSD corpus. The F1 scores in experiments range from 90.1% to 100.0% in all six groups of test data-sets (each group has 4 testing data with different sizes of n-ball embeddings). Our novel neurosymbolic methodology has the potential to break the ceiling of deep-learning approaches for WSD. Limitations and extensions of our current works are listed.

📄 PDF Abstract BibTeX arXiv:2307.16663

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsNatural Language UnderstandingWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Game Theory Meets Embeddings: a Unified Framework for Word Sense Disambiguation

2019-11-01 · IJCNLP 2019 11 · Rocco Tripodi, Roberto Navigli

Game-theoretic models, thanks to their intrinsic ability to exploit contextual information, have shown to be particularly suited for the Word Sense Disambiguation task. They represent ambiguous words as the players of a …

Word Sense Disambiguation

A Game-Theoretic Approach to Word Sense Disambiguation

2016-06-24 · CL 2017 4 · Rocco Tripodi, Marcello Pelillo

This paper presents a new model for word sense disambiguation formulated in terms of evolutionary game theory, where each word to be disambiguated is represented as a node on a graph whose edges represent word relations …

Semantic SimilaritySemantic Textual SimilarityWord Sense Disambiguation

WSD-games: a Game-Theoretic Algorithm for Unsupervised Word Sense Disambiguation

2015-06-01 · SEMEVAL 2015 6 · Rocco Tripodi, Marcello Pelillo
Word Sense Disambiguation

It's All Fun and Games until Someone Annotates: Video Games with a Purpose for Linguistic Annotation

2014-01-01 · TACL 2014 1 · David Jurgens, Roberto Navigli

Annotated data is prerequisite for many NLP applications. Acquiring large-scale annotated corpora is a major bottleneck, requiring significant time and resources. Recent work has proposed turning annotation into a game t…

AllWord Sense Disambiguation

What do Language Models know about word senses? Zero-Shot WSD with Language Models and Domain Inventories

2023-02-07 · Oscar Sainz, Oier Lopez de Lacalle, Eneko Agirre, German Rigau

Language Models are the core for almost any Natural Language Processing system nowadays. One of their particularities is their contextualized representations, a game changer feature when a disambiguation between word sen…

Natural Language InferenceWord Sense Disambiguation