paper-with-me

Papers

Semantic Change Detection for the Romanian Language

2023-08-23 · Ciprian-Octavian Truică, Victor Tudose, Elena-Simona Apostol

Automatic semantic change methods try to identify the changes that appear over time in the meaning of words by analyzing their usage in diachronic corpora. In this paper, we analyze different strategies to create static and contextual word embedding models, i.e., Word2Vec and ELMo, on real-world English and Romanian datasets. To test our pipeline and determine the performance of our models, we first evaluate both word embedding models on an English dataset (SEMEVAL-CCOHA). Afterward, we focus our experiments on a Romanian dataset, and we underline different aspects of semantic changes in this low-resource language, such as meaning acquisition and loss. The experimental results show that, depending on the corpus, the most important factors to consider are the choice of model and the distance to calculate a score for detecting semantic change.

📄 PDF Abstract BibTeX arXiv:2308.12131

Code (1)

ds4ai-upb/semanticchange-ro 공식 구현

Tasks

Change Detection

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…
Focus 설명 없음

Similar Papers 제목 키워드 기반

RED: A Novel Dataset for Romanian Emotion Detection from Tweets

2021-09-01 · RANLP 2021 9 · Alexandra Ciobotaru, Liviu P. Dinu

In Romanian language there are some resources for automatic text comprehension, but for Emotion Detection, not lexicon-based, there are none. To cover this gap, we extracted data from Twitter and created the first datase…

BIG-bench Machine LearningClassificationOpinion MiningReading Comprehension+2

SaRoCo: Detecting Satire in a Novel Romanian Corpus of News Articles

2021-05-13 · ACL 2021 5 · Ana-Cristina Rogoz, Mihaela Gaman, Radu Tudor Ionescu

In this work, we introduce a corpus for satire detection in Romanian news. We gathered 55,608 public news articles from multiple real and satirical news sources, composing one of the largest corpora for satire detection …

ArticlesSatire Detection

RoBERTweet: A BERT Language Model for Romanian Tweets

2023-06-11 · Iulian-Marius Tăiatu, Andrei-Marius Avram, Dumitru-Clementin Cercel, Florin Pop

Developing natural language processing (NLP) systems for social media analysis remains an important topic in artificial intelligence research. This article introduces RoBERTweet, the first Transformer architecture traine…

Language IdentificationLanguage ModelingLanguage Modellingmodel+2

Adding Morpho-semantic Relations to the Romanian Wordnet

2012-05-01 · LREC 2012 5 · Verginica Barbu Mititelu

Keeping pace with other wordnets development, we present the challenges raised by the Romanian derivational system and our methodology for identifying derived words and their stems in the Romanian Wordnet. To attain this…

Information RetrievalQuestion Answering

Reconstructing the Diachronic Morphology of Romanian from Dictionary Citations

2012-05-01 · LREC 2012 5 · Dan Cristea, Radu Simionescu, Gabriela Haja

This work represents a first step in the direction of reconstructing a diachronic morphology for Romanian. The main resource used in this task is the digital version of Romanian Language Dictionary (eDTLR). This resource…