paper-with-me

홈 › Papers

LCP-RIT at SemEval-2021 Task 1: Exploring Linguistic Features for Lexical Complexity Prediction

2021-05-18 · SEMEVAL 2021 · Abhinandan Desai, Kai North, Marcos Zampieri, Christopher M. Homan

This paper describes team LCP-RIT's submission to the SemEval-2021 Task 1: Lexical Complexity Prediction (LCP). The task organizers provided participants with an augmented version of CompLex (Shardlow et al., 2020), an English multi-domain dataset in which words in context were annotated with respect to their complexity using a five point Likert scale. Our system uses logistic regression and a wide range of linguistic features (e.g. psycholinguistic features, n-grams, word frequency, POS tags) to predict the complexity of single words in this dataset. We analyze the impact of different linguistic features in the classification performance and we evaluate the results in terms of mean absolute error, mean squared error, Pearson correlation, and Spearman correlation.

📄 PDF Abstract BibTeX arXiv:2105.08780

Code (0)

등록된 구현이 없습니다.

Tasks

Lexical Complexity PredictionPOSregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

archer at SemEval-2021 Task 1: Contextualising Lexical Complexity

2021-08-01 · SEMEVAL 2021 · Irene Russo

Evaluating the complexity of a target word in a sentential context is the aim of the Lexical Complexity Prediction task at SemEval-2021. This paper presents the system created to assess single words lexical complexity, c…

LEMMALexical Complexity Prediction

JCT at SemEval-2021 Task 1: Context-aware Representation for Lexical Complexity Prediction

2021-08-01 · SEMEVAL 2021 · Chaya Liebeskind, Otniel Elkayam, Shmuel Liebeskind

In this paper, we present our contribution in SemEval-2021 Task 1: Lexical Complexity Prediction, where we integrate linguistic, statistical, and semantic properties of the target word and its context as features within …

Lexical Complexity PredictionWord Embeddings

RS\_GV at SemEval-2021 Task 1: Sense Relative Lexical Complexity Prediction

2021-08-01 · SEMEVAL 2021 · Regina Stodden, Gayatri Venugopal

We present the technical report of the system called RS{\_}GV at SemEval-2021 Task 1 on lexical complexity prediction of English words. RS{\_}GV is a neural network using hand-crafted linguistic features in combination w…

Lexical Complexity PredictionPredictionWord Embeddings

CLaC at SemEval-2016 Task 11: Exploring linguistic and psycho-linguistic Features for Complex Word Identification

2017-09-08 · SEMEVAL 2016 6 · Elnaz Davoodi, Leila Kosseim

This paper describes the system deployed by the CLaC-EDLK team to the "SemEval 2016, Complex Word Identification task". The goal of the task is to identify if a given word in a given context is "simple" or "complex". Our…

Complex Word Identification

TUDA-CCL at SemEval-2021 Task 1: Using Gradient-boosted Regression Tree Ensembles Trained on a Heterogeneous Feature Set for Predicting Lexical Complexity

2021-08-01 · SEMEVAL 2021 · Sebastian Gombert, Sabine Bartsch

In this paper, we present our systems submitted to SemEval-2021 Task 1 on lexical complexity prediction.The aim of this shared task was to create systems able to predict the lexical complexity of word tokens and bigram m…

SentenceWord Embeddings