CLJul 16, 2017

Automated Detection of Non-Relevant Posts on the Russian Imageboard "2ch": Importance of the Choice of Word Representations

arXiv:1707.04860v19 citations
Originality Synthesis-oriented
AI Analysis

This work addresses content moderation challenges for Russian-language web forums, but it is incremental as it focuses on comparing existing embedding methods rather than introducing new techniques.

The study tackled automated detection of irrelevant posts on the Russian imageboard '2ch' by framing it as a semantic relatedness task between posts, and found that performance varied significantly across different word embedding models, with specific models like FastText showing superior results in evaluations.

This study considers the problem of automated detection of non-relevant posts on Web forums and discusses the approach of resolving this problem by approximation it with the task of detection of semantic relatedness between the given post and the opening post of the forum discussion thread. The approximated task could be resolved through learning the supervised classifier with a composed word embeddings of two posts. Considering that the success in this task could be quite sensitive to the choice of word representations, we propose a comparison of the performance of different word embedding models. We train 7 models (Word2Vec, Glove, Word2Vec-f, Wang2Vec, AdaGram, FastText, Swivel), evaluate embeddings produced by them on dataset of human judgements and compare their performance on the task of non-relevant posts detection. To make the comparison, we propose a dataset of semantic relatedness with posts from one of the most popular Russian Web forums, imageboard "2ch", which has challenging lexical and grammatical features.

Code Implementations1 repo
Foundations

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

Your Notes