CLJun 2, 2024

Presence or Absence: Are Unknown Word Usages in Dictionaries?

arXiv:2406.00656v227 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work bridges lexical semantic change detection and lexicography, offering a tool for updating dictionaries with novel word senses, though it is incremental as it applies existing methods to a new problem.

The paper addresses whether word senses detected through computational modeling are covered by dictionaries, by comparing detected senses with dictionary inventories for Finnish, Russian, and German. It uses an unsupervised graph-based clustering approach for mapping and LLMs for definition generation, achieving top rankings in shared tasks and outperforming baselines.

There has been a surge of interest in computational modeling of semantic change. The foci of previous works are on detecting and interpreting word senses gained over time; however, it remains unclear whether the gained senses are covered by dictionaries. In this work, we aim to fill this research gap by comparing detected word senses with dictionary sense inventories in order to bridge between the communities of lexical semantic change detection and lexicography. We evaluate our system in the AXOLOTL-24 shared task for Finnish, Russian and German languages \cite{fedorova-etal-2024-axolotl}. Our system is fully unsupervised. It leverages a graph-based clustering approach to predict mappings between unknown word usages and dictionary entries for Subtask 1, and generates dictionary-like definitions for those novel word usages through the state-of-the-art Large Language Models such as GPT-4 and LLaMA-3 for Subtask 2. In Subtask 1, our system outperforms the baseline system by a large margin, and it offers interpretability for the mapping results by distinguishing between matched and unmatched (novel) word usages through our graph-based clustering approach. Our system ranks first in Finnish and German, and ranks second in Russian on the Subtask 2 test-phase leaderboard. These results show the potential of our system in managing dictionary entries, particularly for updating dictionaries to include novel sense entries. Our code and data are made publicly available\footnote{\url{https://github.com/xiaohemaikoo/axolotl24-ABDN-NLP}}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes