paper-with-me

홈 › Papers

LEXpander: applying colexification networks to automated lexicon expansion

2022-05-31 · Anna Di Natale, David Garcia

Recent approaches to text analysis from social media and other corpora rely on word lists to detect topics, measure meaning, or to select relevant documents. These lists are often generated by applying computational lexicon expansion methods to small, manually-curated sets of root words. Despite the wide use of this approach, we still lack an exhaustive comparative analysis of the performance of lexicon expansion methods and how they can be improved with additional linguistic data. In this work, we present LEXpander, a method for lexicon expansion that leverages novel data on colexification, i.e. semantic networks connecting words based on shared concepts and translations to other languages. We evaluate LEXpander in a benchmark including widely used methods for lexicon expansion based on various word embedding models and synonym networks. We find that LEXpander outperforms existing approaches in terms of both precision and the trade-off between precision and recall of generated word lists in a variety of tests. Our benchmark includes several linguistic categories and sentiment variables in English and German. We also show that the expanded word lists constitute a high-performing text analysis method in application cases to various corpora. This way, LEXpander poses a systematic automated solution to expand short lists of words into exhaustive and accurate word lists that can closely approximate word lists generated by experts in psychology and linguistics.

📄 PDF Abstract BibTeX arXiv:2205.15850

Code (1)

annadinatale/lexpander 공식 구현

Similar Papers 제목 키워드 기반

Syn2Vec: Synset Colexification Graphs for Lexical Semantic Similarity

2022-07-01 · NAACL 2022 7 · John Harvill, Roxana Girju, Mark Hasegawa-Johnson

In this paper we focus on patterns of colexification (co-expressions of form-meaning mapping in the lexicon) as an aspect of lexical-semantic organization, and use them to build large scale synset graphs across BabelNet’…

Semantic SimilaritySemantic Textual Similarity

Inference of Partial Colexifications from Multilingual Wordlists

2023-02-01 · Johann-Mattis List

The past years have seen a drastic rise in studies devoted to the investigation of colexification patterns in individual languages families in particular and the languages of the world in specific. Specifically computati…

Crosslingual Transfer Learning for Low-Resource Languages Based on Multilingual Colexification Graphs

2023-05-22 · Yihong Liu, Haotian Ye, Leonie Weissweiler, Renhao Pei 외

In comparative linguistics, colexification refers to the phenomenon of a lexical form conveying two or more distinct meanings. Existing work on colexification patterns relies on annotated word lists, limiting scalability…

Multilingual NLPRetrievalSentenceSentence Classification+2

On Universal Colexifications

2021-01-01 · EACL (GWC) 2021 1 · Hongchang Bao, Bradley Hauer, Grzegorz Kondrak

Colexification occurs when two distinct concepts are lexified by the same word. The term covers both polysemy and homonymy. We posit and investigate the hypothesis that no pair of concepts are colexified in every languag…

ToolExpander: Extending the Frontiers of Tool-Using Reinforcement Learning to Weak LLMs

2025-10-09 · Fu Chen, Peng Wang, Xiyin Li, Wen Li 외 arxiv

Training Large Language Models (LLMs) with Group Relative Policy Optimization (GRPO) encounters a significant challenge: models often fail to produce accurate responses, particularly in small-scale architectures. This li…

Reinforcement Learning