TL;DR
This paper introduces StRE, a deep learning model that predicts Wikipedia edit quality using textual content and orthographic similarity, outperforming existing methods significantly.
Contribution
The paper presents a novel deep encoder-based approach for edit quality prediction utilizing textual content, along with a large new dataset of revisions.
Findings
StRE outperforms existing methods by 17% to 103%.
Pretrained models achieve high accuracy with only 20% of edit data.
First application of deep language models for Wikipedia content moderation.
Abstract
Wikipedia can easily be justified as a behemoth, considering the sheer volume of content that is added or removed every minute to its several projects. This creates an immense scope, in the field of natural language processing towards developing automated tools for content moderation and review. In this paper we propose Self Attentive Revision Encoder (StRE) which leverages orthographic similarity of lexical units toward predicting the quality of new edits. In contrast to existing propositions which primarily employ features like page reputation, editor activity or rule based heuristics, we utilize the textual content of the edits which, we believe contains superior signatures of their quality. More specifically, we deploy deep encoders to generate representations of the edits from its text content, which we then leverage to infer quality. We further contribute a novel dataset…
| Resources | Count |
|---|---|
| Pages | 32394 |
| Total edits | 21,848960 |
| Positive edits | 15,791575 |
| Negative edits | 6,057385 |
| Edits | Company | Concept | Technology | Person |
|---|---|---|---|---|
| +ve examples | 813400 | 227308 | 294125 | 79035 |
| -ve Examples | 649078 | 124323 | 169091 | 28505 |
| Total examples | 1462478 | 351631 | 463216 | 107540 |
| Company | Concept | Technology | Person | |
| Models | AUPRC | AUPRC | AUPRC | AUPRC |
| ORES | 0.72 | 0.76 | 0.71 | 0.63 |
| ORES++ | ||||
| Interrank | 0.35 | 0.47 | 0.42 | 0.38 |
| Word+Att | ||||
| Char+Att | ||||
| StRE |
| Category |
|
|
||||
|---|---|---|---|---|---|---|
| Person | 0.81 | 0.85 | ||||
| Concept | 0.77 | 0.91 | ||||
| Company | 0.76 | 0.88 | ||||
| Technology | 0.68 | 0.88 |
| Category |
|
|
||||
|---|---|---|---|---|---|---|
| Person | 0.81 | 0.85 | ||||
| Concept | 0.77 | 0.91 | ||||
| Company | 0.76 | 0.88 | ||||
| Technology | 0.68 | 0.88 |
| Category |
|
|
||||
|---|---|---|---|---|---|---|
| Person | 0.67 | 0.82 | ||||
| Concept | 0.63 | 0.81 | ||||
| Company | 0.71 | 0.82 | ||||
| Technology | 0.72 | 0.89 |
| Category |
|
|
||||
|---|---|---|---|---|---|---|
| Person | 0.71 | 0.83 | ||||
| Concept | 0.85 | 0.90 | ||||
| Company | 0.74 | 0.86 | ||||
| Technology | 0.77 | 0.84 |
| Model |
|
|
||||
|---|---|---|---|---|---|---|
| ORES | ||||||
| Interrank | ||||||
| Word+Att | ||||||
| Char+Att | ||||||
| StRE | 0.95 |
| Original version | Revised version | |||||||
|---|---|---|---|---|---|---|---|---|
|
|
|||||||
|
|
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
StRE: Self Attentive Edit Quality Prediction in Wikipedia
Soumya Sarkar 1, Bhanu Prakash Reddy*2, Sandipan Sikdar3 Animesh Mukherjee4
IIT Kharagpur, India1,2,4,RWTH Aachen, Germany3
[email protected],[email protected]
[email protected], [email protected] *Both authors contributed equally
Abstract
Wikipedia can easily be justified as a behemoth, considering the sheer volume of content that is added or removed every minute to its several projects. This creates an immense scope, in the field of natural language processing toward developing automated tools for content moderation and review. In this paper we propose Self Attentive Revision Encoder (StRE) which leverages orthographic similarity of lexical units toward predicting the quality of new edits. In contrast to existing propositions which primarily employ features like page reputation, editor activity or rule based heuristics, we utilize the textual content of the edits which, we believe contains superior signatures of their quality. More specifically, we deploy deep encoders to generate representations of the edits from its text content, which we then leverage to infer quality. We further contribute a novel dataset containing revisions across Wikipedia pages and demonstrate that StRE outperforms existing methods by a significant margin – at least % and at most %. Our pre-trained model achieves such result after retraining on a set as small as % of the edits in a wikipage. This, to the best of our knowledge, is also the first attempt towards employing deep language models to the enormous domain of automated content moderation and review in Wikipedia.
1 Introduction
Wikipedia is the largest multilingual encyclopedia known to mankind with the current English version consisting of more than articles on highly diverse topics which are segregated into categories, constructed by a large editor base of more than editors Hube and Fetahu (2019). To encourage transparency and openness, Wikipedia allows anyone to edit its pages albeit with certain guidelines for them111en.wikipedia.org/Wikipedia:List of policies.
Problem: The inherent openness of Wikipedia has also made it vulnerable to external agents who intentionally attempt to divert the unbiased, objective discourse to a narrative which is aligned with the interest of the malicious actors. Our pilot study on manually annotated Wikipedia pages of four categories ( pages each category) shows us that at most % of the edits are reverted (See Fig 1). Global average of number of reverted damaging edits is %222stats.wikimedia.org/EN/PlotsPngEditHistoryTop.htm. This makes manual intervention to detect these edits with potential inconsistent content, infeasible. Wikipedia hence deploys machine learning based classifiers West et al. (2010); Halfaker and Taraborelli (2015) which primarily leverage hand-crafted features from three aspects of revision (i) basic text features like repeated characters, long words, capitalized words etc. (ii) temporal features like inter arrival time between events of interest (iii) dictionary based features like presence of any curse words or informal words (e.g., ‘hello’, ‘yolo’). Other feature based approaches include Daxenberger and Gurevych (2013); Bronner and Monz (2012) which generally follow a similar archetype.
Proposed model: In most of the cases, the edits are reverted because they fail to abide by the edit guidelines, like usage of inflammatory wording, expressing opinion instead of fact among others (see Fig 2). These flaws are fundamentally related to the textual content rather than temporal patterns or editor behavior that have been deployed in existing methods. Although dictionary based approaches do look into text to a small extent (swear words, long words etc.), they account for only a small subset of the edit patterns. We further hypothesize that owing to the volume and variety of Wikipedia data, it is impossible to develop a feature driven approach which can encompass the wide array of dependencies present in text. In fact, we show that such approaches are inefficacious in identifying most of the damaging edits owing to these obvious limitations. We hence propose Self Atttentive Revision Encoder (StRE) which extracts rich feature representations of an edit that can be further utilized to predict whether the edit has damaging intent. In specific, we use two stacked recurrent neural networks to encode the semantic information from sequence of characters and sequence of words which serve a twofold advantage. While character embeddings extract information from out of vocabulary tokens, i.e., repeated characters, misspelled words, malicious capitalized characters, unnecessary punctuation etc., word embeddings extract meaningful features from curse words, informal words, imperative tone, facts without references etc. We further employ attention mechanisms Bahdanau et al. (2014) to quantify the importance of a particular character/word. Finally we leverage this learned representation to classify an edit to be damaging or valid. Note that StRE is reminiscent of structured self attentive model proposed in Lin et al. (2017) albeit used in a different setting.
Findings: To determine the effectiveness of our model, we develop an enormous dataset consisting of edits across wikipages. We observe that StRE outperforms the closest baseline by at least 17% and at most 103% in terms of AUPRC. Since it is impossible to develop an universal model which performs equally well for all categories, we develop a transfer learning Howard and Ruder (2018) set up which allows us to deploy our model to newer categories without training from scratch. This further allows us to employ our model to pages with lower number of edits.
Contributions: Our primary contributions in this paper are summarized below -
(i) We propose a deep neural network based model to predict edit quality in Wikipedia which utilizes language modeling techniques, to encode semantic information in natural language.
(ii) We develop a novel dataset consisting of unique edits extracted from Wikipedia pages. In fact our proposed model outperforms all the existing methods in detecting damaging edits on this dataset.
(iii) We further develop a transfer learning set up which allows us to deploy our model to newer categories without the need for training from scratch.
Code and sample data related to the paper are available at https://github.com/bhanu77prakash/StRE.
2 The Model
In this section we give a detailed description of our model. We consider an edit to be a pair of sentences with one representing the original () while the other representing the edited version (). The input to the model is the concatenation of and (say ) separated by a delimiter (‘’). We assume consists of words and characters. Essentially we consider two levels of encoding - (i) character level to extract patterns like repeated characters, misspelled words, unnecessary punctuation etc. and (ii) word level to identify curse words, imperative tone, opinionated phrases etc. In the following we present how we generate a representation of the edit and utilize it to detect malicious edits. The overall architecture of StRE is presented in Fig 3.
2.1 Word encoder
Given an edit with words, we first embed the words through a pre-trained embedding matrix such that . This sequence of embedded words is then provided as an input to a bidirectional LSTM Hochreiter and Schmidhuber (1997) which provides representations of the words by summarizing information from both directions.
[TABLE]
We obtain the representation for each word by concatenating the forward and the backward hidden states . Since not all words contribute equally to the context, we deploy an attention mechanism to quantify the importance of each word. The final representation is then a weighted aggregation of the words.
[TABLE]
To calculate attention weights () for a hidden state , it is first fed through a single layer perceptron and then a softmax function is used to calculate the weights. Note that we use a word context vector which is randomly initialized and is learnt during the training process. The use of context vector as a higher level representation of a fixed query has been argued in Sukhbaatar et al. (2015); Kumar et al. (2016). Note that the attention score calculation is reminiscent of the one proposed in Yang et al. (2016).
2.2 Character encoder
The character encoder module is similar to the word encoder module with minor differences. Formally we consider () as a sequence of characters , . Instead of using pre-trained embeddings as in case of word encoder, we define an embedding module, parameters of which is also learned during training which is basically an MLP. Each embedded character is then passed through a bidirectional LSTM to obtain the hidden states for each character. Formally, we have
[TABLE]
We next calculate the attention scores for each hidden state as
[TABLE]
Note that is a character context vector which is learned during training.
2.3 Edit classification
The edit vector (for an edit ) is the concatenation of character and word level encodings which we then use to classify whether an edit is valid or damaging. Typically, we perform
[TABLE]
Finally we use binary cross entropy between predicted and the true labels as our training loss.
2.4 Transfer learning setup
Note that it is not feasible to train the model from scratch every time a new page in an existing or a new category is introduced. Hence we propose a transfer learning setup whereby, for a new page, we use the pre-trained model and only update the weights of the dense layers during training. The advantages are twofold - (i) the model needs only a limited amount of training data and hence can easily be trained on the new pages and (ii) we benefit significantly on training time.
3 Dataset
Wikipedia provides access to all Wikimedia project pages in the form of xml dumps, which is periodically updated333https://dumps.wikimedia.org/enwiki/20181120. We collect data from dumps made available by English Wikipedia project on June 2017 which contains information about pages.
We extract a subset of pages related to the Computer Science category in Wikipedia. Utilizing the category hierarchy444Dbpedia.org Auer et al. (2007) (typically a directed graph containing parent and child categories), we extract all articles under the Computer Science category up to a depth of four levels which accounts for Wikipedia pages across categories555Typical categories include ‘Computational Science’, ‘Artificial Intelligence’ etc.. We filter out pages with at least edits which leaves us with pages. For each page in our dataset we performed pairwise difference operation666https://docs.python.org/2/library/difflib.html between its current and previous versions to obtain a set of pairs with each consisting of a sentence and its subsequent modified version.
Edit quality: In order to train our model to identify quality edits from damaging edits we need a deterministic score for an edit. Our quality score is based on the intuition that if changes introduced by the edit are preserved, it signals that the edit was beneficial, whereas if the changes are reverted, the edit likely had a negative effect. This idea is adapted from previous work of Adler et al. (2011).
Consider a particular article and denote it by its -th revision (i.e., the state of the article after the -th edit). Let be the Levenshtein distance between two revisions. We define the quality of edit from the perspective of the article’s state after subsequent edits as
[TABLE]
Intuitively, the quantity captures the proportion of work done on edit that remains in revision and it varies between , when the value falls outside this range, it is capped within these two values. We compute the mean quality of the edit by averaging over multiple future revisions as follows
[TABLE]
where is the minimum among the number of subsequent revisions of the article. We have taken , which is consistent with the previous work of Yardım et al. (2018).
Edit label: For each pair of edits we compute the edit quality score. If quality score is we label an edit to be , i.e., done in good faith. However all edits with quality score are labeled 1, i.e., damaging edits. We further check that bad quality edits are indeed damaging edits by calculating what fraction of low score edits are reverted and what fraction of high score edits are not reverted. This result is illustrated in Figure 4. Information whether an edit is reverted or not can be calculated by mining Wikipedia’s revert graph following the same technique illustrated by Kittur et al. (2007). The results clearly show that a large proportion of bad quality edits are indeed reverted by the editors and similarly a large fraction of good quality edits are not reverted. Though bad quality edits are often reverted, all reverted edits are not bad. Malicious agents often engage in interleaving reverts, i.e., edit wars Kiesel et al. (2017) as well as pesudo reverts. Hence we use quality metric to label damaging edits which is well accepted in the literature Adler et al. (2008). We provide a summary of the data in Table 1. Our final data can be represented by a triplet where is the initial sentence, is the modified sentence and indicates the edit label.
4 Experiments
In this section we demonstrate the effectiveness of our model compared to other existing techniques. Typically, we consider two sets of experiments - (i) category level and (ii) page level. In category level experiments (see section 4.3) we first form a random sample of data points belonging to pages in a fixed category. Our objective is to first train on edits related to a fixed page category and test on new edits belonging to pages of the same category. We further show through rigorous experiments that existing approaches of transfer learning and fine tuning Howard and Ruder (2018) can be applied to increase the efficacy of our approach. In page level experiments in section 4.4, we abandon the category constraint (as in case of category level experiments) and train (test) on edits irrespective of the category of the page which it belongs to and demonstrate that our model is equally effective.
4.1 Baseline approaches
We use two variants of our proposed model – word embedding with attention (Word+Att), character embedding with attention (Char+Att) as two baselines to compare to our model. We also compare existing feature based and event based approaches for edit quality prediction. We give a brief description of the other state-of-the-art baselines in the subsequent subsections.
4.1.1 ORES
The Objective Revision Evaluation Service (ORES) Wikimedia (2019) is a web service developed by Wikimedia foundation that provides a machine learning-based scoring system for edits. More specifically, given an edit, ORES infers whether an edit causes damage using linguistic features and edit based features (e.g., size of the revision etc.)
4.1.2 ORES++
In order to make it more competitive, we further augment ORES by adding linguistic quality indicators as additional features obtained from the Empath tool Fast et al. (2016). This tool scores edits on lexical dimensions such as ‘ugliness’, ‘irritability’, ‘violence’ etc. We also use the count of POS tags following Manning et al. (2014) as well as the count of mispelled words as features using aspell dictionary Atkinson (2006).
4.1.3 Interrank
Interrank Yardım et al. (2018) is a recent quality-prediction method which does not use any explicit content-based features but rather predicts quality of an edit by learning editor competence and page reputation from prior edit actions. The performance of Interrank has been revealed to be very close to ORES.
4.2 Model configuration
We use 300 dimensional pre-trained word Glove vector Pennington et al. (2014) and 300 dimensional ASCII character embedding Woolf (2017). We also use 64 dimensional hidden layer in our model, followed by attention layer and three stacks of dense layer. Our context vector in the attention layer is of 64 dimensions and dense layers are 256, 64 and 16 dimensions. We further utilize dropout probability of 0.5 in the dense layers. We also employ binary cross entropy as loss function and Adam Kingma and Ba (2014) optimizer with learning rate and weight decay of to train our model. The batch size is set to 250.
4.3 Category level experiments
In this set of experiments we essentially train and test on pages in the same category.
4.3.1 Page specific model
As a first step towards determining the potential of our model, we train our model on a set of edits of a particular page and predict on the rest. To this aim we manually annotate top 100 pages in terms of total number of edits, into four categories, i.e., company, concept, technology, and person. Such granular level category annotation is not available from Wikipedia hierarchy which directs us towards annotation. In each category we tabulate the count of positive and negative datapoints in Table 2). For each page we randomly select % edits for training, % edits for validation and % edits as held out set. We train our model on % and tune it on the validation set. We finally test on the held out set. The same procedure is followed for Word+Att, Char+Att, ORES++. For all these models the AUPRC (mean,std) across all pages are presented in Table 3. Since ORES is already a pre-trained model we test on the combined held out set of the pages. Note that Interrank is not designed for page level training and further requires large training data. Hence, for Interrank we train on the combined training set of the pages and test on the combined held out set. Results obtained on the held out set are reported in Table 3. Our experiments clearly show that StRE outperforms baselines by a significant margin (at least %). We also see that individual components of our model, i.e., Char+Att and Word+Att do not perform as well as StRE which further validates our architecture. Moreover, Interrank performs poorly despite combined dataset which shows that language modelling is essential in edit quality prediction.
4.3.2 New page: same category
We now explore a more challenging setup for our model whereby instead of training and testing on edits of a specific annotated category, we train on edits of pages of a particular category but test on a previously unseen (during training) page of the same category. Specifically, for a given category, we train our model on 90% of pages and test our models on unseen page edits in the same category from our annotated dataset. The obtained results are tabulated in Table 4(a). Results show that such an approach is indeed fruitful and can be applied on pages which has very few edits utilizing intra-category pages with large edit counts.
Transfer learning results: Our results can be further improved by applying ideas of transfer learning. For each new page, we can initialize our model by pre-trained weights learned from training on other intra-category pages. We can then train the dense layer with only 20% of new datapoints randomly selected from the new page and test on the remaining %. This approach is adapted from the state-of-the-art transfer learning approaches Howard and Ruder (2018); Dehghani et al. (2017) where it has been shown to work on diverse NLP tasks. Such an approach achieves at least % and at most % improvement over prior results.
4.3.3 New page: different category
We now probe into how our model performs when tested on a page belonging to a previously unseen category. As a proof of concept, we train on all pages belonging to three categories (inter-category training) and test on a new page from the fourth category. We perform this experiment considering each of the four categories as unknown one by one in turn. The obtained results are presented in Table 4(b). Clearly, the results are inferior compared to intra-category training which corroborates with our argument that different category of pages have unique patterns of edits.
Transfer learning results: However, we alleviate the above problem by utilizing transfer learning approaches. In specific, we initialize our model with weights pre-trained on inter-category pages and train only the final dense layer on % of the new edits from the fourth category. Results point that we can obtain significant improvements, i.e., at least % and at most %. This is very a promising direction to pursue further investigations, since it is very likely that abundant edits may be present in distant categories while very limited edits may manifest in a niche category that has low visibility.
4.3.4 Multi category training
Finally, we proceed toward a category agnostic training paradigm. Essentially, we hold out 10% pages of the annotated set for each category. We train on all remaining pages irrespective of the category information and test on the held out pages from each category. We report the results in Table 4(c). Since our model learns from edits in all category of pages, we are able to obtain better results from inter category setup. We further employ transfer learning (as in previous sections) on the new page which improves the results significantly (at least 6% and at most ).
To summarize the results in this section, we observe that testing on a previously unseen category leads to under-performance. However, retraining the dense layers with a few training examples drastically improves the performance of our model.
4.4 Page level experiments
We now consider an experimental setup agnostic of any category. In this setting, to train our model we form a set of edits which comprises % of our total edits in the dataset. This edits are taken from the pages which have largest edit count. Quantitatively, we impose a cap on the total number of edits to be % of the entire edit count. Subsequently, we start pooling training data from the largest page, followed by the second largest page and so on until our budget is fulfilled. The whole data so accumulated is divided into 80% training, 10% validation and 10% test sets. Results on this % held out data are reported in Table 5 as training AUPRC. We compare our model against other text based and event based quality predictor baselines. Since ORES is an already pre-trained web based service, we obtained AUPRC on the % held out set. In case of Interrrank, % of the data is used for training and % is used as held out set (as reported in the paper Yardım et al. (2018)). Results show that our model performs significantly better than the baselines (by % in case of ORES and by % in case of Interrank).
Transfer learning results: For each of the remaining pages in our data we first utilize our pre-trained model from the last step. However, we train the dense layers with randomly selected % datapoints from the page to be tested. The remaining data is used for testing. We follow this procedure for all remaining pages and calculate the mean test AUPRC along with standard deviation which we report in Table 5. In case of ORES we evaluate on the % data. In case of Interrrank, we merge all remaining data into a single dataset and use % of the data for training and % for test. We show that transfer learning approach can be useful in this setting and we obtain % improvement compared to ORES and % improvement compared to Interrank.
5 Discussion
Model retraining: We demonstrate in our experiments that a fraction of edits from unseen pages results in the improvement over pretrained models. We further investigate the model performance if we increase the volume of the retraining data (results shown for the intra-category setup, all other setups show exactly similar trend). We vary the unseen data used for fine tuning the model from 5% to 50% and show that growth in AUPRC stabilizes (see Fig 5) which validates our proposal to utilize a smaller fraction.
Anecdotal examples: In order to obtain a deeper understanding of the results, we explore few examples where the general model fails while retraining the dense layers leads to correct classification. In Table 6 we present two such examples. Note that our general model (without retraining the dense layers) wrongly classifies them as damaging edits while retraining leads to correct classification. We believe that retraining the dense layers leads to obtaining superior representation of edits, whereby, page specific words like ‘streetmaps’, ‘route planning’ in Google Maps or ‘privacy complaints’, ‘trusted computing’ in Internet Privacy are more pronounced.
Timing benefits: Another potential benefit is the amount of time saved per epoch as we are only back propagating through the dense layers. To quantify the benefit in terms of time, we select a random sample of pages and train one version of our model end-to-end across all layers and another version only up to the dense layer. For our model, the average time taken per epoch achieves 5x improvement over the traditional approach. The performance in the two cases are almost same. In fact, for some cases the traditional end-to-end training leads to inferior results as LSTM layers fail to learn the best weights with so few examples.
6 Related work
Edit quality prediction in Wikipedia has mostly been pursued in the lines of vandalism detection. Kumar et al. (2015) developed a system which utilized novel patterns embedded in user editing history, to predict potential vandalism. Similar feature based approach has also been applied in both standard Green and Spezzano (2017) and sister projects of Wikipedia such as wikidata Heindorf et al. (2016); Sarabadani et al. (2017). Yuan et al. (2017) propose to use a modified version of LSTM to solve this problem, hence avoiding feature engineering. A complementary direction of investigation has been undertaken by Daxenberger and Gurevych (2013); Bronner and Monz (2012) who bring forth a feature driven approach, to distinguish spam edit from a quality edit. A feature learning based approach has been proposed by Agrawal and Dealfaro (2016); Yardım et al. (2018) which observes all the past edits of a user to predict the quality of the future edits. Temporal traces generated by edit activity has also been shown Tabibian et al. (2017) to be a key indicator toward estimating reliability of edits and page reputation. One of the major problems in these approaches is that they require user level history information which is difficult to obtain because the same user may edit different Wikipedia pages of diverse categories and it will be time consuming to comb through millions of pages for each user. There has also been no work to understand the possibility of predicting edit quality based on edits in pages in a common category. However, there has been no work to leverage advanced machinery developed in language modeling toward predicting edit quality.
Transfer learning: Several works Long et al. (2015b); Sharif Razavian et al. (2014) in computer vision (CV) focus on transfer learning approach as deep learning architectures in CV tend to learn generic to specific tasks from first to last layer. More recently Long et al. (2015a); Donahue et al. (2014) have shown that fine tuning the last or several of the last layers and keeping the rest of the layers frozen can have similar benefits. In natural language processing (NLP) literature, Severyn and Moschitti (2015) showed that unsupervised language model based embedding can be tuned using a distant large corpus and then further applied on a specialized task such as sentiment classification. This approach of weak supervision followed by full supervision to learn a confident model Dehghani et al. (2017); Howard and Ruder (2018); Jan et al. (2016) has been shown to reduce training times in several NLP tasks. In this paper we apply a similar framework for the first time in predicting the edit quality in Wikipedia pages in one category by initializing parameters from a trained model of a different category. This is very effective in cases where the former category page has limited number of data points.
7 Conclusion
In this paper we proposed a novel deep learning based model *StRE * for quality prediction of edits in Wikipedia. Our model combines word level as well as character level signals in the orthography of Wikipedia edits for extracting a rich representation of an edit. We validate our model on a novel data set comprising millions of edits and show efficacy of our approach compared to approaches that utilize handcrafted features and event based modelling. One of the remarkable findings of this study is that only 20% of training data is able to boost the performance of the model by a significant margin.
To the best of our knowledge, this is the first work which attempts to predict edit quality of a page by learning signals from similar category pages as well as cross category pages. We further show applications of recent advances in transfer learning in this problem and obtain significant improvements in accuracy without compromising training times. We believe this work will usher considerable interest in understanding linguistic patterns in Wikipedia edit history and application of deep models in this domain.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Adler et al. (2011) B Thomas Adler, Luca De Alfaro, Santiago M Mola-Velasco, Paolo Rosso, and Andrew G West. 2011. Wikipedia vandalism detection: Combining natural language, metadata, and reputation features. In International Conference on Intelligent Text Processing and Computational Linguistics , pages 277–288. Springer.
- 2Adler et al. (2008) B Thomas Adler, Luca De Alfaro, Ian Pye, and Vishwanath Raman. 2008. Measuring author contributions to the wikipedia. In Proceedings of the 4th International Symposium on Wikis , page 15. ACM.
- 3Agrawal and Dealfaro (2016) Rakshit Agrawal and Luca Dealfaro. 2016. Predicting the quality of user contributions via lstms. In Proceedings of the 12th International Symposium on Open Collaboration , page 19. ACM.
- 4Atkinson (2006) Kevin Atkinson. 2006. Gnu aspell 0.60. 4.
- 5Auer et al. (2007) Sören Auer, Christian Bizer, Georgi Kobilarov, Jens Lehmann, Richard Cyganiak, and Zachary Ives. 2007. Dbpedia: A nucleus for a web of open data. In The semantic web , pages 722–735. Springer.
- 6Bahdanau et al. (2014) Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. 2014. Neural machine translation by jointly learning to align and translate. ar Xiv preprint ar Xiv:1409.0473 .
- 7Bronner and Monz (2012) Amit Bronner and Christof Monz. 2012. User edits classification using document revision histories. In Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics , pages 356–366. Association for Computational Linguistics.
- 8Daxenberger and Gurevych (2013) Johannes Daxenberger and Iryna Gurevych. 2013. Automatically classifying edit categories in wikipedia revisions. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing , pages 578–589.
