paper-with-me

Papers

UWB at SemEval-2020 Task 1: Lexical Semantic Change Detection

2020-11-30 · SEMEVAL 2020 · Ondřej Pražák, Pavel Přibáň, Stephen Taylor, Jakub Sido

In this paper, we describe our method for the detection of lexical semantic change, i.e., word sense changes over time. We examine semantic differences between specific words in two corpora, chosen from different time periods, for English, German, Latin, and Swedish. Our method was created for the SemEval 2020 Task 1: \textit{Unsupervised Lexical Semantic Change Detection.} We ranked $1^{st}$ in Sub-task 1: binary change detection, and $4^{th}$ in Sub-task 2: ranked change detection. Our method is fully unsupervised and language independent. It consists of preparing a semantic vector space for each corpus, earlier and later; computing a linear transformation between earlier and later spaces, using Canonical Correlation Analysis and Orthogonal Transformation; and measuring the cosines between the transformed vector for the target word from the earlier corpus and the vector for the target word in the later corpus.

📄 PDF Abstract BibTeX arXiv:2012.00004

Code (1)

pauli31/SemEval2020-task1 공식 구현

Tasks

Change DetectionTask 2

Similar Papers 제목 키워드 기반

EmbLexChange at SemEval-2020 Task 1: Unsupervised Embedding-based Detection of Lexical Semantic Changes

2020-12-01 · SEMEVAL 2020 · Ehsaneddin Asgari, Christoph Ringlstetter, Hinrich Sch{\"u}tze

This paper describes EmbLexChange, a system introduced by the {``}Life-Language{''} team for SemEval-2020 Task 1, on unsupervised detection of lexical-semantic changes. EmbLexChange is defined as the divergence between t…

Unsupervised Embedding-based Detection of Lexical Semantic Changes

2020-05-16 · Ehsaneddin Asgari, Christoph Ringlstetter, Hinrich Schütze

This paper describes EmbLexChange, a system introduced by the "Life-Language" team for SemEval-2020 Task 1, on unsupervised detection of lexical-semantic changes. EmbLexChange is defined as the divergence between the emb…

DiaSense at SemEval-2020 Task 1: Modeling Sense Change via Pre-trained BERT Embeddings

2020-12-01 · SEMEVAL 2020 · Christin Beck

This paper describes DiaSense, a system developed for Task 1 {`}Unsupervised Lexical Semantic Change Detection{'} of SemEval 2020. In DiaSense, contextualized word embeddings are used to model word sense changes. This al…

Change DetectionWord Embeddings

JCT at SemEval-2020 Task 1: Combined Semantic Vector Spaces Models for Unsupervised Lexical Semantic Change Detection

2020-12-01 · SEMEVAL 2020 · Efrat Amar, Chaya Liebeskind

In this paper, we present our contribution in SemEval-2020 Task 1: Unsupervised Lexical Semantic Change Detection, where we systematically combine existing models for unsupervised capturing of lexical semantic change acr…

Binary ClassificationChange Detection

UiO-UvA at SemEval-2020 Task 1: Contextualised Embeddings for Lexical Semantic Change Detection

2020-04-30 · SEMEVAL 2020 · Andrey Kutuzov, Mario Giulianelli

We apply contextualised word embeddings to lexical semantic change detection in the SemEval-2020 Shared Task 1. This paper focuses on Subtask 2, ranking words by the degree of their semantic drift over time. We analyse t…

Change DetectionWord Embeddings