login

Syntactic N-grams as machine learning features for natural language processing

Expert Systems with ApplicationsPublished 22 August 2013
Grigori Sidorov, Francisco Velásquez, Efstathios Stamatatos, Alexander Gelbukh, Liliana Chanona-Hernández
Citations319
SJR quartileQ1
SJR score1.85
SNIP2.55

TL;DR

Sn-grams can be applied in any natural language processing (NLP) task where traditional n- grams are used and described how sn-rams were applied to authorship attribution.

Abstract

In this paper we introduce and discuss a concept of syntactic n-grams (sn-grams). Sn-grams differ from traditional n-grams in the manner how we construct them, i.e., what elements are considered neighbors. In case of sn-grams, the neighbors are taken by following syntactic relations in syntactic trees, and not by taking words as they appear in a text, i.e., sn-grams are constructed by following paths in syntactic trees. In this manner, sn-grams allow bringing syntactic knowledge into machine learning methods; still, previous parsing is necessary for their construction. Sn-grams can be applied in any natural language processing (NLP) task where traditional n-grams are used. We describe how sn-grams were applied to authorship attribution. We used as baseline traditional n-grams of words, part of speech (POS) tags and characters; three classifiers were applied: support vector machines (SVM), naive Bayes (NB), and tree classifier J48. Sn-grams give better results with SVM classifier.

Keywords

Computer Science