paper-with-me

Papers

Word Definitions from Large Language Models

2023-11-10 · Bach Pham, JuiHsuan Wong, Samuel Kim, Yunting Yin, Steven Skiena

Dictionary definitions are historically the arbitrator of what words mean, but this primacy has come under threat by recent progress in NLP, including word embeddings and generative models like ChatGPT. We present an exploratory study of the degree of alignment between word definitions from classical dictionaries and these newer computational artifacts. Specifically, we compare definitions from three published dictionaries to those generated from variants of ChatGPT. We show that (i) definitions from different traditional dictionaries exhibit more surface form similarity than do model-generated definitions, (ii) that the ChatGPT definitions are highly accurate, comparable to traditional dictionaries, and (iii) ChatGPT-based embedding definitions retain their accuracy even on low frequency words, much better than GloVE and FastText word embeddings.

📄 PDF Abstract BibTeX arXiv:2311.06362

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…
fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

GPT Perdetry Test: Generating new meanings for new words

2021-06-01 · NAACL 2021 4 · Nikolay Malkin, Sameera Lanka, Pranav Goel, Sudha Rao 외

Human innovation in language, such as inventing new words, is a challenge for pretrained language models. We assess the ability of one large model, GPT-3, to process new words and decide on their meaning. We create a set…

Does She Wink or Does She Nod? A Challenging Benchmark for Evaluating Word Understanding of Language Models

2021-04-01 · EACL 2021 2 · Lutfi Kerem Senel, Hinrich Sch{\"u}tze

Recent progress in pretraining language models on large corpora has resulted in significant performance gains on many NLP tasks. These large models acquire linguistic knowledge during pretraining, which helps to improve …

Language ModelingLanguage Modelling

Does He Wink or Does He Nod? A Challenging Benchmark for Evaluating Word Understanding of Language Models

2021-02-06 · Lutfi Kerem Senel, Hinrich Schütze

Recent progress in pretraining language models on large corpora has resulted in large performance gains on many NLP tasks. These large models acquire linguistic knowledge during pretraining, which helps to improve perfor…

Language ModelingLanguage Modelling

Definition generation for lexical semantic change detection

2024-06-20 · Mariia Fedorova, Andrey Kutuzov, Yves Scherrer

We use contextualized word definitions generated by large language models as semantic representations in the task of diachronic lexical semantic change detection (LSCD). In short, generated definitions are used as `sense…

Change Detection

Enriching Word Usage Graphs with Cluster Definitions

2024-03-26 · Mariia Fedorova, Andrey Kutuzov, Nikolay Arefyev, Dominik Schlechtweg

We present a dataset of word usage graphs (WUGs), where the existing WUGs for multiple languages are enriched with cluster labels functioning as sense definitions. They are generated from scratch by fine-tuned encoder-de…

Decoder