CLMar 20, 2018

UnibucKernel: A kernel-based learning method for complex word identification

arXiv:1803.07602v41095 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of identifying complex words for natural language processing applications, but it is incremental as it builds on existing kernel methods and features.

The authors tackled the Complex Word Identification (CWI) task by developing a kernel-based method that combines low-level and semantic features, achieving third place in a competition and reporting improved post-competition results.

In this paper, we present a kernel-based learning approach for the 2018 Complex Word Identification (CWI) Shared Task. Our approach is based on combining multiple low-level features, such as character n-grams, with high-level semantic features that are either automatically learned using word embeddings or extracted from a lexical knowledge base, namely WordNet. After feature extraction, we employ a kernel method for the learning phase. The feature matrix is first transformed into a normalized kernel matrix. For the binary classification task (simple versus complex), we employ Support Vector Machines. For the regression task, in which we have to predict the complexity level of a word (a word is more complex if it is labeled as complex by more annotators), we employ v-Support Vector Regression. We applied our approach only on the three English data sets containing documents from Wikipedia, WikiNews and News domains. Our best result during the competition was the third place on the English Wikipedia data set. However, in this paper, we also report better post-competition results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes