C3SL at SemEval-2021 Task 1: Predicting Lexical Complexity of Words in Specific Contexts with Sentence Embeddings
We present our approach to predicting lexical complexity of words in specific contexts, as entered LCP Shared Task 1 at SemEval 2021. The approach consists of separating sentences into smaller chunks, embedding them with Sent2Vec, and reducing the embeddings into a simpler vector used as input to a neural network, the latter for predicting the complexity of words and expressions. Results show that the pre-trained sentence embeddings are not able to capture lexical complexity from the language when applied in cross-domain applications.
Code (0)
등록된 구현이 없습니다.
Tasks
SentenceSentence EmbeddingsSimilar Papers 제목 키워드 기반
ANDI at SemEval-2021 Task 1: Predicting complexity in context using distributional models, behavioural norms, and lexical resources
In this paper we describe our participation in the Lexical Complexity Prediction (LCP) shared task of SemEval 2021, which involved predicting subjective ratings of complexity for English single words and multi-word expre…
Lexical Complexity PredictionJCT at SemEval-2021 Task 1: Context-aware Representation for Lexical Complexity Prediction
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 EmbeddingsComplex words identification using word-level features for SemEval-2020 Task 1
This article describes a system to predict the complexity of words for the Lexical Complexity Prediction (LCP) shared task hosted at SemEval 2021 (Task 1) with a new annotated English dataset with a Likert scale. Located…
Lexical Complexity PredictionAlejandro Mosquera at SemEval-2021 Task 1: Exploring Sentence and Word Features for Lexical Complexity Prediction
This paper revisits feature engineering approaches for predicting the complexity level of English words in a particular context using regression techniques. Our best submission to the Lexical Complexity Prediction (LCP) …
Feature EngineeringLexical Complexity PredictionregressionSentenceRS\_GV at SemEval-2021 Task 1: Sense Relative Lexical Complexity Prediction
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