paper-with-me

홈 › Papers

Def2Vec: Extensible Word Embeddings from Dictionary Definitions

2023-12-16 · ICNLSP 2023 12 · Irene Morazzoni, Vincenzo Scotti, Roberto Tedesco

Def2Vec introduces a novel paradigm for word embeddings, leveraging dictionary definitions to learn semantic representations. By constructing term-document matrices from definitions and applying Latent Semantic Analysis (LSA), Def2Vec generates embeddings that offer both strong performance and extensibility. In evaluations encompassing Part-of-Speech tagging, Named Entity Recognition, chunking, and semantic similarity, Def2Vec often matches or surpasses state-of-the-art models like Word2Vec, GloVe, and fastText. Our model’s second factorised matrix resulting from LSA enables efficient embedding extension for out-of-vocabulary words. By effectively reconciling the advantages of dictionary definitions with LSA-based embeddings, Def2Vec yields informative semantic representations, especially considering its reduced data requirements. This paper advances the understanding of word embedding generation by incorporating structured lexical information and efficient embedding extension.

📄 PDF Abstract BibTeX

Code (2)

IreneMorazzoni/def_2_vec_irene 공식 구현
vincenzo-scotti/def_2_vec

Tasks

Chunkingnamed-entity-recognitionNamed Entity RecognitionNERPart-Of-Speech TaggingPOSSemantic SimilaritySemantic Textual SimilarityWord Embeddings

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Bridging the Defined and the Defining: Exploiting Implicit Lexical Semantic Relations in Definition Modeling

2019-11-01 · IJCNLP 2019 11 · Koki Washio, Satoshi Sekine, Tsuneaki Kato

Definition modeling includes acquiring word embeddings from dictionary definitions and generating definitions of words. While the meanings of defining words are important in dictionary definitions, it is crucial to captu…

Word Embeddings

Auto-Encoding Dictionary Definitions into Consistent Word Embeddings

2018-10-01 · EMNLP 2018 10 · Tom Bosc, Pascal Vincent

Monolingual dictionaries are widespread and semantically rich resources. This paper presents a simple model that learns to compute word embeddings by processing dictionary definitions and trying to reconstruct them. It e…

Document ClassificationMachine TranslationSemantic SimilaritySemantic Textual Similarity+1

Learning Bias-reduced Word Embeddings Using Dictionary Definitions

2022-05-01 · Findings (ACL) 2022 5 · Haozhe An, Xiaojiang Liu, Donald Zhang

Pre-trained word embeddings, such as GloVe, have shown undesirable gender, racial, and religious biases. To address this problem, we propose DD-GloVe, a train-time debiasing algorithm to learn word embeddings by leveragi…

Word Embeddings

Word Definitions from Large Language Models

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

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

Word Embeddings

Extracting Academic Senses: Towards An Academic Writer’s Dictionary

2021-10-01 · ROCLING 2021 10 · Hsin-Yun Chung, Li-Kuang Chen, Jason S Chang

We present a method for determining intended sense definitions of a given academic word in an academic keyword list. In our approach, the keyword list are converted into unigram of all possible Mandarin translations, int…

Translation