paper-with-me

홈 › Papers

TartuNLP @ AXOLOTL-24: Leveraging Classifier Output for New Sense Detection in Lexical Semantics

2024-07-04 · Aleksei Dorkin, Kairit Sirts

We present our submission to the AXOLOTL-24 shared task. The shared task comprises two subtasks: identifying new senses that words gain with time (when comparing newer and older time periods) and producing the definitions for the identified new senses. We implemented a conceptually simple and computationally inexpensive solution to both subtasks. We trained adapter-based binary classification models to match glosses with usage examples and leveraged the probability output of the models to identify novel senses. The same models were used to match examples of novel sense usages with Wiktionary definitions. Our submission attained third place on the first subtask and the first place on the second subtask.

📄 PDF Abstract BibTeX arXiv:2407.03861

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

AXOLOTL: Fairness through Assisted Self-Debiasing of Large Language Model Outputs

2024-03-01 · Sana Ebrahimi, Kaiwen Chen, Abolfazl Asudeh, Gautam Das 외

Pre-trained Large Language Models (LLMs) have significantly advanced natural language processing capabilities but are susceptible to biases present in their training data, leading to unfair outcomes in various applicatio…

FairnessLanguage ModelingLanguage ModellingLarge Language Model+1

AXOLOTL'24 Shared Task on Multilingual Explainable Semantic Change Modeling

2024-07-04 · Mariia Fedorova, Timothee Mickus, Niko Partanen, Janine Siewert 외

This paper describes the organization and findings of AXOLOTL'24, the first multilingual explainable semantic change modeling shared task. We present new sense-annotated diachronic semantic change datasets for Finnish an…

Deep-change at AXOLOTL-24: Orchestrating WSD and WSI Models for Semantic Change Modeling

2024-08-09 · Denis Kokosinskii, Mikhail Kuklin, Nikolay Arefyev

This paper describes our solution of the first subtask from the AXOLOTL-24 shared task on Semantic Change Modeling. The goal of this subtask is to distribute a given set of usages of a polysemous word from a newer time p…

Presence or Absence: Are Unknown Word Usages in Dictionaries?

2024-06-02 · Xianghe Ma, Dominik Schlechtweg, Wei Zhao

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

Change DetectionClustering

Explaining novel senses using definition generation with open language models

2025-09-30 · Mariia Fedorova, Andrey Kutuzov, Francesco Periti, Yves Scherrer arxiv

We apply definition generators based on open-weights large language models to the task of creating explanations of novel senses, taking target word usages as an input. To this end, we employ the datasets from the AXOLOTL…