| { |
| "paper_id": "L18-1026", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T11:36:56.505165Z" |
| }, |
| "title": "Content-Based Conflict of Interest Detection on Wikipedia", |
| "authors": [ |
| { |
| "first": "Udochukwu", |
| "middle": [], |
| "last": "Orizu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Aston University", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "orizuus@aston.ac.uk" |
| }, |
| { |
| "first": "Yulan", |
| "middle": [], |
| "last": "He", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Aston University", |
| "location": { |
| "country": "UK" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Wikipedia is one of the most visited websites in the world. On Wikipedia, Conflict-of-Interest (CoI) editing happens when an editor uses Wikipedia to advance their interests or relationships. This includes paid editing done by organisations for public relations purposes, etc. CoI detection is highly subjective and though closely related to vandalism and bias detection, it is a more difficult problem. In this paper, we frame CoI detection as a binary classification problem and explore various features which can be used to train supervised classifiers for CoI detection on Wikipedia articles. Our experimental results show that the best F-measure achieved is 0.67 by training SVM from a combination of features including stylometric, bias and emotion features. As we are not certain that our non-CoI set does not contain any CoI articles, we have also explored the use of one-class classification for CoI detection. The results show that using stylometric features outperforms other types of features or a combination of them and gives an F-measure of 0.63. Also, while binary classifiers give higher recall values (0.81\u223c0.94), one-class classifier attains higher precision values (0.69\u223c0.74).", |
| "pdf_parse": { |
| "paper_id": "L18-1026", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Wikipedia is one of the most visited websites in the world. On Wikipedia, Conflict-of-Interest (CoI) editing happens when an editor uses Wikipedia to advance their interests or relationships. This includes paid editing done by organisations for public relations purposes, etc. CoI detection is highly subjective and though closely related to vandalism and bias detection, it is a more difficult problem. In this paper, we frame CoI detection as a binary classification problem and explore various features which can be used to train supervised classifiers for CoI detection on Wikipedia articles. Our experimental results show that the best F-measure achieved is 0.67 by training SVM from a combination of features including stylometric, bias and emotion features. As we are not certain that our non-CoI set does not contain any CoI articles, we have also explored the use of one-class classification for CoI detection. The results show that using stylometric features outperforms other types of features or a combination of them and gives an F-measure of 0.63. Also, while binary classifiers give higher recall values (0.81\u223c0.94), one-class classifier attains higher precision values (0.69\u223c0.74).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "A key feature of Wiki sites is to allow people from all over the world to add or modify articles anonymously and without consequence. This enables people with malicious intentions to use articles to promote or to discredit target products, services, organisations, or individuals. Conflict of Interest (CoI) is defined as a situation in which a person or organisation is involved in multiple interests, financial interest, or otherwise; one of which could possibly corrupt the motivation of the individual or organisation 1 . According to Wikipedia, content on Wikipedia and other Wiki-media projects \"must be written from a neutral point of view (NPOV)\" 2 . NPOV refers to representing neutral and without bias all of the significant views that have been published by reliable sources. CoI editing happens when an editor contributes to Wikipedia about themselves or their relationships such as family, friends, clients, employers, and financial links, etc. Often times, CoI editing does not comply with NPOV. CoI editing is strongly discouraged by Wikipedia as it undermines the public's confidence in it, and causes public embarrassment to the individuals being promoted. It is easy to assume that CoI is just bias; however while it is not possible for CoI to exist without bias, bias can often exist in the absence of a CoI. One's beliefs and desires can lead to biased editing, but that does not constitute a CoI. The growth of Wikipedia makes it increasingly difficult for both Wikipedia users and administrators to manually monitor articles. Taking two example documents from our dataset, one is an article classified as CoI while the other is not:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "\u2022 CoI example: Kaizaad Kotwa, born in Mumbai, India, is an award winning professor and writer, actor,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "1 https://en.wikipedia.org/wiki/Conflict_ of_interest 2 https://en.wikipedia.org/wiki/Wikipedia: Neutral_point_of_view director, producer and designer. Currently he is a professor of theatre and film at Ohio State University in Columbus, Ohio. He recently won the Griffin Society Award for Best Professor and in 2007 was named one of the top professors in Ohio. He is the co-owner and co-Artistic Director of Poor-Box Productions, along with his mother Mahabanoo Mody-Kotwal, a famous actor, director and producer in India.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "\u2022 Non-CoI example: \"Enrica Zunic\" is the pseudonym of \"Enrica Lozito\", an Italian science-fiction writer. She lives and works in Turin. Her work is partly inspired by her activities with Amnesty International. In 2003 she won the Premio Italia award for science fiction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Using our proposed approach, a number of interesting features are identified as shown in Figure 1 . It can be observed that the CoI example when compared to the non-CoI one contains more subjective sentences, bias sentences, emotion and more praise/blame expressions. Our main aim in this work is to detect CoI articles based solely on the content of the articles without relying on any related metadata. We explore a rich set of features including stylometric features, the presentational features by focusing on the existence of Rhetorical Structure Theory's (RST's) presentational relations, various forms of language biases and implicit/explicit emotions. We then investigate using different combinations of features to train supervised binary classifiers for CoI detection. Our results show that the best result of 0.67 in F-measure is obtained when training Support Vector Machines (SVMs) from a combination of all features. Also, further combining various features with document-level representations either in the form of bagof-words or dense representations by combining pre-trained word vectors does not bring any performance gains. As we only have the labeled CoI class, but not the non-CoI class, we have also explored the use of one-class classification for CoI detection. The results show that using stylometric features outperforms other types of features or a combination Kaizaad Kotwal, born in Mumbai, India, is an award winning professor and writer, actor, director, producer and designer.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 89, |
| "end": 97, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Currently he is a professor of theatre and film at Ohio State University in Columbus, Ohio.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "He recently won the Griffin Society Award for Best Professor and in 2007 was named one of the top professors in Ohio.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "He is the co-owner and co-ArJsJc Director of Poor-Box ProducJons, along with his mother Mahabanoo Mody-Kotwal, a famous actor, director and producer in India. Figure 1 : Two sample documents with features identified by our approach. Words/phrases underlined in text are those which be found in an emotion or sentiment lexicon. Due to space constraint, we only show some key features here such as the emotion/sentiment label, bias score, praise/blame indicator, and sentence type.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 159, |
| "end": 167, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "of them. Also, one-class classifier gives higher precision values compared to binary classifiers. To the best of our knowledge, we are the first to carry out automatic CoI detection on Wikipedia articles based solely on text content. Our main contributions are summarised below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "\u2022 We have built a CoI dataset which contains 3,280 CoI articles and 3,450 non-CoI articles, which could be used in future research on CoI detection;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "\u2022 We have proposed a set of features based on our research of existing work close to CoI detection and analysis of the data collected and have identified the most effective features through extensive experiments on our CoI dataset;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "\u2022 We have also investigated the effectiveness of using one-class classification for CoI detection.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The problem of content-based CoI has never been investigated before. We believe that our work will inspire further development of automated systems for CoI detection based on text content.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "There is no prior work on CoI detection from text. But CoI is closely related to vandalism and bias. As such, we review existing work on vandalism and bias detection from textual data, with focus on Wikipedia articles. Vandalism can be defined as any modification of content made in a cautious effort to compromise the integrity of Wikipedia (West et al., 2010) . Early tools consist of bots that would label vandalism using handcrafted rules encoding heuristic vandalism patterns. Such bots include Clue-Bot 3 , MartinBot 4 , etc. These bots' typical rules were limited and some of the features they examined include: the amount of text inserted or deleted, the ratio of capital letters, and the presence of vulgarisms detected. Chin et al. (2010) looked at constructing statistical language models of an article from its revision history. According to their approach, if inappropriate content is added to the article, then the compression level is lower than it would be for text which is similar to existing content. This approach has a drawback that it tends to label as vandalism any large addition of material, regardless of its quality, while overlooking the small additions of vandalism. The idea of using reputation systems to aid in vandalism detection was advanced in (Zeng et al., 2006; Adler and De Alfaro, 2007) . West et al. (2010) applied the concept of reputations to editors and articles. They proved that the broader use of meta-data can be very effective. Potthast et al. (2010) presented a comprehensive overview of what types of features have been employed for vandalism detection. Early approach (Potthast et al., 2008) used manual inspection to construct a feature set based on meta data and content-level properties and built a classifier using logistic regression. They achieved 83% in precision and 77% in recall. Other similar machine learning approaches for vandalism detection include those proposed in (Smets et al., 2008; Itakura and Clarke, 2009; Mola-Velasco, 2012) . Harpalani et al. (2011) hypothesised that vandalism edits have unique linguistic properties in common. They based their approach on stylometric analysis of vandalism edits using probabilistic context-free grammar models. Their approach outperformed features based on shallow patterns and achieved 77% in recall. Recasens et al. (2013) analysed real instances of human edits designed to remove bias from Wikipedia articles. The analysis uncovers two classes of bias: framing bias, such as praising or perspective-specific words link to subjectivity; and epistemological bias, related to whether propositions that are presupposed or entailed in the text are undisputedly accepted as true. They found that features based on subjectivity and sentiment lexicons are very helpful in detecting bias. Callahan and Herring (2011) addresses which belong to real world organisations and returning a list of \"anonymously\" edited articles made from the organisations' IP addresses. Although WikiScanner or WikiWatchdog can be potentially used for CoI detection, they suffer from a number of limitations, for example, they don't analyse the content itself and don't consider edits done by registered users. Also, to avoid the detection by WikiScanner or WikiWatchdog, one would simply make an edit from a IP address not belonging to a real world organisation.", |
| "cite_spans": [ |
| { |
| "start": 342, |
| "end": 361, |
| "text": "(West et al., 2010)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 730, |
| "end": 748, |
| "text": "Chin et al. (2010)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1279, |
| "end": 1298, |
| "text": "(Zeng et al., 2006;", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 1299, |
| "end": 1325, |
| "text": "Adler and De Alfaro, 2007)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1328, |
| "end": 1346, |
| "text": "West et al. (2010)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 1476, |
| "end": 1498, |
| "text": "Potthast et al. (2010)", |
| "ref_id": "BIBREF24" |
| }, |
| { |
| "start": 1619, |
| "end": 1642, |
| "text": "(Potthast et al., 2008)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 1933, |
| "end": 1953, |
| "text": "(Smets et al., 2008;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 1954, |
| "end": 1979, |
| "text": "Itakura and Clarke, 2009;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1980, |
| "end": 1999, |
| "text": "Mola-Velasco, 2012)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 2002, |
| "end": 2025, |
| "text": "Harpalani et al. (2011)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 2314, |
| "end": 2336, |
| "text": "Recasens et al. (2013)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 2795, |
| "end": 2822, |
| "text": "Callahan and Herring (2011)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2." |
| }, |
| { |
| "text": "We address the CoI detection problem as binary classification which determines if a given document belongs to the category of CoI or non-CoI. We make the following hypotheses:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "3." |
| }, |
| { |
| "text": "1. Since CoI is a sub-category of the \"NPOV disputes\" Wikipedia category, CoI articles inherit various linguistic and stylometric characteristics from their parent Wikipedia categories including those typically found in vandalism and bias;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "3." |
| }, |
| { |
| "text": "2. CoI articles contain more subjective sentences than non-CoI articles;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "3." |
| }, |
| { |
| "text": "3. The presentation of content in CoI articles will tend to increase the reader's interest/regard for the subject matter;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "3." |
| }, |
| { |
| "text": "4. Since the choice of words projects opinions and preferences, CoI articles likely contain more expressions of implicit or explicit emotions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "3." |
| }, |
| { |
| "text": "In this section, we explore a rich set of features to test our hypotheses above and to train supervised classifiers for CoI detection.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Approach", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Stylometric features attempt to recognise patterns of style in text. These techniques have been traditionally applied to attribute authorship (Reddy et al., 2016; Stamatatos, 2009; Argamon et al., 2009) , opinion mining (Panicheva et al., 2010) , and forensic linguistics (Turell, 2010; Olsson and Luchjenbroers, 2013) . We create a list of features selected from previous research work in vandalism and bias as mentioned in the Related Work section. Since not all features are relevant to our CoI detection task, We perform feature selection using the implementation of InfoGain and Chi-Square available in Weka 5 to eliminate insignificant features. We also include the nine universal dependency groups 6 , detection of which is done using the Stanford Dependency Parser 7 . The final set of features is listed in Table 1 . This set of features is relating to Hypothesis 1. ", |
| "cite_spans": [ |
| { |
| "start": 142, |
| "end": 162, |
| "text": "(Reddy et al., 2016;", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 163, |
| "end": 180, |
| "text": "Stamatatos, 2009;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 181, |
| "end": 202, |
| "text": "Argamon et al., 2009)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 220, |
| "end": 244, |
| "text": "(Panicheva et al., 2010)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 272, |
| "end": 286, |
| "text": "(Turell, 2010;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 287, |
| "end": 318, |
| "text": "Olsson and Luchjenbroers, 2013)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 816, |
| "end": 824, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Stylometric Features", |
| "sec_num": "3.1." |
| }, |
| { |
| "text": "In (Recasens et al., 2013) , two major classes of bias in Wikipedia edits have been discussed, framing bias and epistemological bias. The former is realised by subjective words or phrases linked with a particular point of view, while the latter is related to linguistic features that subtly focus on the believability of a proposition. We use the same classes of bias as discussed in (Recasens et al., 2013) and identify existence of the classes in a Wikipedia article based on a bias lexicon 8 . We also consider other words/phrases which may introduce bias as illustrated in the Wikipedia's manual of style/Words to Watch 9 . The bias features are shown in Table 2 . This set of features is relating to Hypothesis 1 and 2.", |
| "cite_spans": [ |
| { |
| "start": 3, |
| "end": 26, |
| "text": "(Recasens et al., 2013)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 384, |
| "end": 407, |
| "text": "(Recasens et al., 2013)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 659, |
| "end": 666, |
| "text": "Table 2", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Bias Features", |
| "sec_num": "3.2." |
| }, |
| { |
| "text": "Rhetorical Structure Theory (RST) is a discourse theory, which offers an explanation of the coherence of texts. It provides a way to describe the relations among text and has been used to successfully analyse a variety of text types (Taboada, 2006; Taboada and Mann, 2006) . In RST, presentational relations are those whose intended effect is to increase some inclination in the reader or acceptance of the content (Mann and Thompson, 1987) . We focus our work on identifying the existence of presentational relations 10 using cue words as relation signals. We use 10 presentational relations as shown in Table 3 , as they increase readers' acceptance of text in one form or the other. We built a simple cue phrase detector with phrases provided in various RST research (Taboada, 2006) and relation nucleus/satellite positioning described in (Mann and Thompson, 1987 ). This set of features is relating to Hypothesis 3.", |
| "cite_spans": [ |
| { |
| "start": 233, |
| "end": 248, |
| "text": "(Taboada, 2006;", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 249, |
| "end": 272, |
| "text": "Taboada and Mann, 2006)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 415, |
| "end": 440, |
| "text": "(Mann and Thompson, 1987)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 770, |
| "end": 785, |
| "text": "(Taboada, 2006)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 842, |
| "end": 866, |
| "text": "(Mann and Thompson, 1987", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 605, |
| "end": 612, |
| "text": "Table 3", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Presentational Features", |
| "sec_num": "3.3." |
| }, |
| { |
| "text": "We focus on Ekman's six basic emotions (joy, sadness, anger, surprise, fear, disgust) and implement both explicit and implicit emotions detection. Emotions can be expressed explicitly by using \"emotion-bearing words\" or implicitly without such words. For explicit emotions, we use a simple lexicon-based approach with negation handling based on a modified version of the NRC lexicon (Mohammad and Turney, 2013); and for implicit emotions, we use the rule-based approach (Udochukwu and He, 2015) . In addition, we also perform polarity detection (positive and negative) using majority voting based on the lexicon matching results obtained with three sentiment lexicons, SentiWord-Net (Esuli and Sebastiani, 2005) , AFINN (Hansen et al., 2011) and the Subjectivity Lexicon (Wilson et al., 2005) . We implement a contextual valence shifter as described in (Polanyi and Zaenen, 2006) to detect polarity change in context. Apart from emotion and polarity features, we also consider the expressions of blame and praise as additional features using the method proposed in (Orizu and He, 2016) Feature ", |
| "cite_spans": [ |
| { |
| "start": 470, |
| "end": 494, |
| "text": "(Udochukwu and He, 2015)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 683, |
| "end": 711, |
| "text": "(Esuli and Sebastiani, 2005)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 720, |
| "end": 741, |
| "text": "(Hansen et al., 2011)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 771, |
| "end": 792, |
| "text": "(Wilson et al., 2005)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 853, |
| "end": 879, |
| "text": "(Polanyi and Zaenen, 2006)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 1065, |
| "end": 1085, |
| "text": "(Orizu and He, 2016)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Emotion Features", |
| "sec_num": "3.4." |
| }, |
| { |
| "text": "We construct our dataset by collecting 4,050 articles from Wikipedia which have been categorised as conflict of interest (CoI) items 11 . This CoI category is a sub-category of \"NPOV disputes\". Wikipedia encourages its editors to pick an article from this category and decide whether it meets its notability policy 12 . If one believes the article should be kept, he/she needs to review the text to ensure that it complies with NPOV. This human categorisation of Wikipedia articles will be our basis for evaluating our results. In order to build a dataset containing both CoI and non-CoI articles, for each CoI article, we randomly select non-CoI articles from its first associated Wikipedia category. For example, a CoI article might be associated with two categories, \"1932 births\" and \"Living people\". We randomly select a non-CoI article from the category \"1932 births\". This resulted in a total of 4,600 non-CoI articles selected from over 100 Wikipedia categories. We have considered various criteria for the selection of non-CoI articles such as age of article, number of views, editor information. We found that identifying a threshold on these meta-data that cuts across the various categories and sectors would require a fine-tooth comb. For example, an article maybe older but has fewer views than a newer 11 https://en.wikipedia.org/wiki/Category: Wikipedia_articles_with_possible_conflicts_ of_interest 12 https://en.wikipedia.org/wiki/Wikipedia:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "4.1." |
| }, |
| { |
| "text": "article OR articles from a particular category may have more views than other categories. As a result, we chose the random selection approach as long as the article was from the same category as a CoI article and did not belong to CoI disputes category. We focus on the article content as our means of classification and ignore the meta information provided by Wikipedia such as the editor(s) of a Wikipedia edit, time and date of creation, associated IP address, etc. The dataset is available at https: //www.dropbox.com/s/ivap8zvjpjymfrj/ sql-import-coi-dataset.zip?dl=0.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Notability", |
| "sec_num": null |
| }, |
| { |
| "text": "We pre-process the dataset by removing the top 1% articles and the lower 5% of the articles based on the document length. This reduces the total number of document to 3,280 CoI articles and 3,450 non-CoI articles. The vocabulary size for the dataset is 52,302. We then carry out sentence splitting and tokenisation, stopword removal, stemming and remove words occurred less than ten times. For implicit emotion detection and blame/praise detection, we also perform part-of-speech (POS) tagging using the Stanford POS Tagger 13 , word sense disambiguation (WSD) using the classic Lesk algorithm for WSD in NLTK 14 , and dependency parsing using the Stanford Dependency Parser.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preprocessing", |
| "sec_num": "4.2." |
| }, |
| { |
| "text": "To represent documents, apart from the commonly used bag-of-words approach, we also consider using doc2vec (Le and Mikolov, 2014) which modifies the word2vec algorithm (Mikolov et al., 2013) for unsupervised learning of continuous representations for larger blocks of text, such as sentences, paragraphs or entire documents. Recent work in the area of NLP has shown it to be a strong alternative for both bag-of-words and bag-of-n-grams models. We use Gensim 15 which has an implementation of doc2vec. We ignore words occurred less than 10 times and generate a vector representation of each article using the pre-trained vectors from the Google News dataset 16 with about 100 billion words, 300-dimensional vectors. The size of the context window we use is 3 before and after the predicted word. The final generated document vectors have 100 dimensions.", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 129, |
| "text": "(Le and Mikolov, 2014)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 168, |
| "end": 190, |
| "text": "(Mikolov et al., 2013)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preprocessing", |
| "sec_num": "4.2." |
| }, |
| { |
| "text": "Here we aim to identify the features that are mostly useful for prediction of CoI. We use Correlation-based Feature Subset Selection (CFS) and Information Gain Ratio (IGR) to rank features on all our feature sets from the training set and merge the top 15 features as listed in ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Selection", |
| "sec_num": "4.3." |
| }, |
| { |
| "text": "We train supervised classifiers including Support Vector Machines (SVMs), Maximum Entropy (MaxEnt) and Na\u00efve Bayes (NB) using various feature sets and different combinations of them. Ten-fold cross validation is used and the results are averaged over 10 such runs. We can observe from Table 5 that among the four feature sets, Stylometric gives the best performance followed by Emotion. This is consistent with our feature selection results discussed in Section 4.3.. It also confirms our hypothesis that the writing styles of editors of CoI articles are similar. Bias and Presentational features appear to be less useful. This shows that CoI is more than just bias. Presentational features had no member appeared in the top 20 features ranked by CFS or IGR. Although SVM or Max-Ent trained from Presentational or Bias features give much worse results compared to other feature sets, NB trained from these two types of features sets performs only slightly worse than trained from Stylometric or Emotion features. We have also tried with combinations of different features sets. For both SVM and MaxEnt, the best performance is given by All features. SVM achieves much higher recall than precision with an overall F-measure of 0.67. MaxEnt gives more balanced precision and recall values, but with slightly worse F-measure compared to SVM. We also notice that using Best features as listed in Table 4 ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 285, |
| "end": 292, |
| "text": "Table 5", |
| "ref_id": "TABREF9" |
| }, |
| { |
| "start": 1392, |
| "end": 1399, |
| "text": "Table 4", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Binary Classification Results", |
| "sec_num": "4.4." |
| }, |
| { |
| "text": "In Section 4.4., we train supervised classifiers from a dataset containing both CoI and non-CoI documents for binary classification. One problem we encountered is that there is no-degree of assurance that the items in our non-CoI category are purely non-CoI documents, as they where merely selected randomly from the same Wikipedia categories as CoI articles, with no concrete certainty that they are all non-CoI. Our problem could be potentially solved by one-class classification (Manevitz and Yousef, 2001; Khan and Madden, 2009) , in which one of the target class is well represented by instances in the training data with little or no other class present. The problem of One-class classification is harder than the problem of conventional classification as a result of the one-sided nature of the dataset. One-class classification makes it difficult to decide which attributes should be used to best separate target and non-target (i.e., CoI and non-CoI in our case).", |
| "cite_spans": [ |
| { |
| "start": 482, |
| "end": 509, |
| "text": "(Manevitz and Yousef, 2001;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 510, |
| "end": 532, |
| "text": "Khan and Madden, 2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "One-Class Classification", |
| "sec_num": "4.5." |
| }, |
| { |
| "text": "In (Sch\u00f6lkopf et al., 2001) , adapting SVM to the one-class classification problem has been proposed. Essentially, the input data are first mapped into a high dimensional feature space via a kernel. The origin is considered as the only member of the second class. Then the algorithm iteratively finds the maximal margin hyperplane which best separates the training data from the origin. In our experiments here, we used one-class SVM implementation in the LIBSVM 17 with default parameters. Table 6 : CoI detection results using one-class classification. Table 6 shows the CoI detection results using one-class classification by 10-fold cross validation trained on the CoIrelated documents only. It can be observed that using Sty-17 http://www.csie.ntu.edu.tw/\u02dccjlin/ libsvm/ lometric features gives the best results compared to other feature sets although the improvement in F-measure compared to the Bias or Emotion features is only marginal. We also notice that the precision values, which are in the rage of 0.69 to 0.74, are much higher than those achieved based on binary classification where the typical precision values are between 0.58 and 0.64. However, the recall values are lower (0.52\u223c0.55 cf. 0.81\u223c0.94). This shows that if we aim to achieve high recall values for CoI detection, then binary classification should be used. However, if high precision values are more desirable, then one-class classification should be used instead.", |
| "cite_spans": [ |
| { |
| "start": 3, |
| "end": 27, |
| "text": "(Sch\u00f6lkopf et al., 2001)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 491, |
| "end": 498, |
| "text": "Table 6", |
| "ref_id": null |
| }, |
| { |
| "start": 555, |
| "end": 562, |
| "text": "Table 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "One-Class Classification", |
| "sec_num": "4.5." |
| }, |
| { |
| "text": "There is no prior approach to content-based CoI detection from Wikipedia. Existing work to bias or vandalism detection often made use of metadata such as anonymity, edit frequency, author reputation, etc., and performed classification at the sentence-level. As we do not have the relevant metadata available and there are no sentence-level annotations in our dataset, directly comparing our approach with existing work is difficult. Nevertheless, we re-implemented an approach proposed in (Mola-Velasco, 2012) in which their best F-measure and AUC were achieved using Logit-Boost and Random Forest, respectively, ranking in the first place of the PAN'10 Wikipedia vandalism detection task (Potthast et al., 2010 ). Since we do not have edit histories available, we exclude features relating to edit histories and only extract other stylometric features and features analogous to vulgarism frequency and vulgarism impact and train LogitBoost for 500 iterations. The results in comparison to our best ones are listed in Table 7 . It can be observed that both our binary and one-class classifiers outperform LogitBoost with the performance gain in F-measure ranging from 6% to 10%. ", |
| "cite_spans": [ |
| { |
| "start": 689, |
| "end": 711, |
| "text": "(Potthast et al., 2010", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1018, |
| "end": 1025, |
| "text": "Table 7", |
| "ref_id": "TABREF12" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Comparison with an Existing Approach to Vandalism Detection", |
| "sec_num": "4.6." |
| }, |
| { |
| "text": "Our finding of the importance of stylometric features confirms our original hypothesis in Section 3. that CoI will inherit linguistic and stylometric features from its parent Wikipedia Category. But our hypothesis that presentation relations would affect CoI was not supported by our experimental results. We found that our hypothesis on CoI articles being more subjective holds true based on the experiment results. Also, the hypothesis that CoI articles contain more expressions of implicit and explicit emotions is also supported from our experimental results. Our feature selection results show that Blame, Praise and Polarity Score are discriminative features for the CoI class as they are ranked in the top 3 positions by CFS. However, in binary classification results, using features from the Emotion category gives worse results compare to the Stylometric category, although it outperforms both Presentational and Bias categories. The same observation holds for one-class classification. Using Stylometric features consistently outperform other feature sets for both binary and one-class classification. Also, it seems that articles with a higher rate of coordinating conjunctions and adjectives per sentence have a higher chance of belonging to the CoI category.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "4.7." |
| }, |
| { |
| "text": "The work presented here tackles a unique problem for the automatic detection of Conflict of Interest (CoI) articles in Wikipedia entries based on the content of the articles. We have shown that the CoI detection task is a complex problem but with carefully engineered feature sets, it is possible to identify CoI articles with an F-measure of 0.67 using SVM. We have also found that out of four different sets of features, Stylometric features help the most with CoI detection. In addition to binary classification, we have experimented with one-class classification and shown that while binary classification gives higher recall values, one-class classification attains higher precision values. In future work, we intend to explore other types of features extracted from metadata of Wikipedia articles such as editors' information, editing history and associated IP addresses, and evaluate their impact on the performance of CoI detection. It is possible that articles in different Wikipedia categories might follow different writing styles (e.g., Wikipedia entries about people and about organisations). One possible direction is to build category-specific classifiers for CoI detection. Finally, to avoid expensive feature engineering, it is possible to learn feature representations and classifiers simultaneously by investigating various deep learning architectures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "5." |
| }, |
| { |
| "text": "https://en.wikipedia.org/wiki/User:ClueBot 4 https://en.wikipedia.org/wiki/User:MartinBot", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.mpi-sws.org/\u02dccristian/Biased_ language.html 9 https://en.wikipedia.org/wiki/Wikipedia: Manual_of_Style/Words_to_watch 10 http://www.sfu.ca/rst/01intro/ definitions.html", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A content-driven reputation system for the wikipedia", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [ |
| "T" |
| ], |
| "last": "Adler", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "De Alfaro", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 16th international conference on World Wide Web", |
| "volume": "", |
| "issue": "", |
| "pages": "261--270", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adler, B. T. and De Alfaro, L. (2007). A content-driven reputation system for the wikipedia. In Proceedings of the 16th international conference on World Wide Web, pages 261-270.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Wikipedia vandalism detection: Combining natural language, metadata, and reputation features", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [ |
| "T" |
| ], |
| "last": "Adler", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "De Alfaro", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Mola-Velasco", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Rosso", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "G" |
| ], |
| "last": "West", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "International Conference on Intelligent Text Processing and Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "277--288", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adler, B. T., De Alfaro, L., Mola-Velasco, S. M., Rosso, P., and West, A. G. (2011). Wikipedia vandalism detection: Combining natural language, metadata, and reputation features. In International Conference on Intelligent Text Processing and Computational Linguistics, pages 277- 288.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Automatically profiling the author of an anonymous text", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Argamon", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Koppel", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "W" |
| ], |
| "last": "Pennebaker", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Schler", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Communications of the ACM", |
| "volume": "52", |
| "issue": "2", |
| "pages": "119--123", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Argamon, S., Koppel, M., Pennebaker, J. W., and Schler, J. (2009). Automatically profiling the author of an anony- mous text. Communications of the ACM, 52(2):119-123.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Detecting promotional content in wikipedia", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Bhosale", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Vinicombe", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "J" |
| ], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "1851--1857", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bhosale, S., Vinicombe, H., and Mooney, R. J. (2013). De- tecting promotional content in wikipedia. In EMNLP, pages 1851-1857.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Cultural bias in wikipedia content on famous persons", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "S" |
| ], |
| "last": "Callahan", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "C" |
| ], |
| "last": "Herring", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Journal of the Association for Information Science and Technology", |
| "volume": "62", |
| "issue": "10", |
| "pages": "1899--1915", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Callahan, E. S. and Herring, S. C. (2011). Cultural bias in wikipedia content on famous persons. Journal of the Association for Information Science and Technology, 62(10):1899-1915.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Detecting wikipedia vandalism with active learning and statistical language models", |
| "authors": [ |
| { |
| "first": "S.-C", |
| "middle": [], |
| "last": "Chin", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "N" |
| ], |
| "last": "Street", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Srinivasan", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Eichmann", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 4th workshop on Information credibility", |
| "volume": "", |
| "issue": "", |
| "pages": "3--10", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin, S.-C., Street, W. N., Srinivasan, P., and Eichmann, D. (2010). Detecting wikipedia vandalism with active learning and statistical language models. In Proceedings of the 4th workshop on Information credibility, pages 3- 10.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Determining the semantic orientation of terms through gloss classification", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Esuli", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Sebastiani", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 14th ACM international conference on Information and knowledge management", |
| "volume": "", |
| "issue": "", |
| "pages": "617--624", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Esuli, A. and Sebastiani, F. (2005). Determining the se- mantic orientation of terms through gloss classification. In Proceedings of the 14th ACM international conference on Information and knowledge management, pages 617- 624.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Good friends, bad news-affect and virality in twitter", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "K" |
| ], |
| "last": "Hansen", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Arvidsson", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [ |
| "\u00c5" |
| ], |
| "last": "Nielsen", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Colleoni", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Etter", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Future information technology", |
| "volume": "", |
| "issue": "", |
| "pages": "34--43", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hansen, L. K., Arvidsson, A., Nielsen, F.\u00c5., Colleoni, E., and Etter, M. (2011). Good friends, bad news-affect and virality in twitter. Future information technology, pages 34-43.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Language of vandalism: Improving wikipedia vandalism detection via stylometric analysis", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Harpalani", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hart", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Choi", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: short papers", |
| "volume": "2", |
| "issue": "", |
| "pages": "83--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harpalani, M., Hart, M., Singh, S., Johnson, R., and Choi, Y. (2011). Language of vandalism: Improving wikipedia vandalism detection via stylometric analysis. In Proceedings of the 49th Annual Meeting of the Associ- ation for Computational Linguistics: Human Language Technologies: short papers-Volume 2, pages 83-88.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Using dynamic markov compression to detect vandalism in the wikipedia", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Itakura", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "L" |
| ], |
| "last": "Clarke", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 32nd international ACM SIGIR conference on Research and development in information retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "822--823", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Itakura, K. Y. and Clarke, C. L. (2009). Using dy- namic markov compression to detect vandalism in the wikipedia. In Proceedings of the 32nd international ACM SIGIR conference on Research and development in information retrieval, pages 822-823.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "A survey of recent trends in one class classification", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "S" |
| ], |
| "last": "Khan", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "G" |
| ], |
| "last": "Madden", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Irish Conference on Artificial Intelligence and Cognitive Science", |
| "volume": "", |
| "issue": "", |
| "pages": "188--197", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Khan, S. S. and Madden, M. G. (2009). A survey of recent trends in one class classification. In Irish Conference on Artificial Intelligence and Cognitive Science, pages 188- 197.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Distributed representations of sentences and documents", |
| "authors": [ |
| { |
| "first": "Q", |
| "middle": [], |
| "last": "Le", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 31st International Conference on Machine Learning (ICML-14)", |
| "volume": "", |
| "issue": "", |
| "pages": "1188--1196", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Le, Q. and Mikolov, T. (2014). Distributed representations of sentences and documents. In Proceedings of the 31st International Conference on Machine Learning (ICML- 14), pages 1188-1196.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "One-class svms for document classification", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "M" |
| ], |
| "last": "Manevitz", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Yousef", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "2", |
| "issue": "", |
| "pages": "139--154", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Manevitz, L. M. and Yousef, M. (2001). One-class svms for document classification. Journal of Machine Learn- ing Research, 2(Dec):139-154.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Rhetorical structure theory: A theory of text organization", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "C" |
| ], |
| "last": "Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "A" |
| ], |
| "last": "Thompson", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mann, W. C. and Thompson, S. A. (1987). Rhetorical structure theory: A theory of text organization. Univer- sity of Southern California, Information Sciences Insti- tute.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Rhetorical structure theory: Toward a functional theory of text organization", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "C" |
| ], |
| "last": "Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "A" |
| ], |
| "last": "Thompson", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Text-Interdisciplinary Journal for the Study of Discourse", |
| "volume": "8", |
| "issue": "3", |
| "pages": "243--281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mann, W. C. and Thompson, S. A. (1988). Rhetorical structure theory: Toward a functional theory of text or- ganization. Text-Interdisciplinary Journal for the Study of Discourse, 8(3):243-281.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Efficient estimation of word representations in vector space", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1301.3781" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Crowdsourcing a word-emotion association lexicon", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Mohammad", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "D" |
| ], |
| "last": "Turney", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "29", |
| "issue": "", |
| "pages": "436--465", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohammad, S. M. and Turney, P. D. (2013). Crowdsourc- ing a word-emotion association lexicon. 29(3):436-465.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Wikipedia vandalism detection through machine learning: Feature review and new proposals: Lab report for pan at clef 2010", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Mola-Velasco", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1210.5560" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mola-Velasco, S. M. (2012). Wikipedia vandalism de- tection through machine learning: Feature review and new proposals: Lab report for pan at clef 2010. arXiv preprint arXiv:1210.5560.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Forensic linguistics", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Olsson", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Luchjenbroers", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Olsson, J. and Luchjenbroers, J. (2013). Forensic linguis- tics. A&C Black.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Detecting expressions of blame or praise in text", |
| "authors": [ |
| { |
| "first": "U", |
| "middle": [], |
| "last": "Orizu", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "the 10th edition of the Language Resources and Evaluation Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Orizu, U. and He, Y. (2016). Detecting expressions of blame or praise in text. In the 10th edition of the Lan- guage Resources and Evaluation Conference, Portoro, Slovenia, May, 2016.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Personal sense and idiolect: combining authorship attribution and opinion analysis", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Panicheva", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Cardiff", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Rosso", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "the 7th International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Panicheva, P., Cardiff, J., and Rosso, P. (2010). Personal sense and idiolect: combining authorship attribution and opinion analysis. In the 7th International Conference on Language Resources and Evaluation, Malta, 2010.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Contextual valence shifters. Computing Attitude and Affect in Text", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Polanyi", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Zaenen", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "20", |
| "issue": "", |
| "pages": "1--10", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Polanyi, L. and Zaenen, A. (2006). Contextual valence shifters. Computing Attitude and Affect in Text, 20:1-10.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Automatic vandalism detection in wikipedia", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Potthast", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Stein", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Gerling", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "European Conference on Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "663--668", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Potthast, M., Stein, B., and Gerling, R. (2008). Automatic vandalism detection in wikipedia. In European Confer- ence on Information Retrieval, pages 663-668.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Overview of the 1st international competition on wikipedia vandalism detection", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Potthast", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Stein", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Holfeld", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "CLEF (Notebook Papers/LABs/Workshops)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Potthast, M., Stein, B., and Holfeld, T. (2010). Overview of the 1st international competition on wikipedia vandalism detection. In CLEF (Notebook Pa- pers/LABs/Workshops).", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Linguistic models for analyzing and detecting biased language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Recasens", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Danescu-Niculescu-Mizil", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "ACL (1)", |
| "volume": "", |
| "issue": "", |
| "pages": "1650--1659", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Recasens, M., Danescu-Niculescu-Mizil, C., and Jurafsky, D. (2013). Linguistic models for analyzing and detect- ing biased language. In ACL (1), pages 1650-1659.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "A survey on authorship profiling techniques", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [ |
| "R" |
| ], |
| "last": "Reddy", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "V" |
| ], |
| "last": "Vardhan", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "V" |
| ], |
| "last": "Reddy", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "International Journal of Applied Engineering Research", |
| "volume": "11", |
| "issue": "5", |
| "pages": "3092--3102", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Reddy, T. R., Vardhan, B. V., and Reddy, P. V. (2016). A survey on authorship profiling techniques. International Journal of Applied Engineering Research, 11(5):3092- 3102.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Estimating the support of a high-dimensional distribution", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Sch\u00f6lkopf", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "C" |
| ], |
| "last": "Platt", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Shawe-Taylor", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "J" |
| ], |
| "last": "Smola", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "C" |
| ], |
| "last": "Williamson", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Neural computation", |
| "volume": "13", |
| "issue": "7", |
| "pages": "1443--1471", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sch\u00f6lkopf, B., Platt, J. C., Shawe-Taylor, J., Smola, A. J., and Williamson, R. C. (2001). Estimating the support of a high-dimensional distribution. Neural computation, 13(7):1443-1471.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Automatic vandalism detection in wikipedia: Towards a machine learning approach", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Smets", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Goethals", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Verdonk", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "AAAI workshop on Wikipedia and artificial intelligence: An Evolving Synergy", |
| "volume": "", |
| "issue": "", |
| "pages": "43--48", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Smets, K., Goethals, B., and Verdonk, B. (2008). Au- tomatic vandalism detection in wikipedia: Towards a machine learning approach. In AAAI workshop on Wikipedia and artificial intelligence: An Evolving Syn- ergy, pages 43-48.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "A survey of modern authorship attribution methods", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Stamatatos", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Journal of the Association for Information Science and Technology", |
| "volume": "60", |
| "issue": "3", |
| "pages": "538--556", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stamatatos, E. (2009). A survey of modern authorship at- tribution methods. Journal of the Association for Infor- mation Science and Technology, 60(3):538-556.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Rhetorical structure theory: Looking back and moving ahead", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Taboada", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [ |
| "C" |
| ], |
| "last": "Mann", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Discourse studies", |
| "volume": "8", |
| "issue": "3", |
| "pages": "423--459", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Taboada, M. and Mann, W. C. (2006). Rhetorical struc- ture theory: Looking back and moving ahead. Discourse studies, 8(3):423-459.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Discourse markers as signals (or not) of rhetorical relations", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Taboada", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Journal of pragmatics", |
| "volume": "38", |
| "issue": "4", |
| "pages": "567--592", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Taboada, M. (2006). Discourse markers as signals (or not) of rhetorical relations. Journal of pragmatics, 38(4):567-592.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "The use of textual, grammatical and sociolinguistic evidence in forensic text comparison", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "T" |
| ], |
| "last": "Turell", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "International Journal of Speech", |
| "volume": "17", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Turell, M. T. (2010). The use of textual, grammatical and sociolinguistic evidence in forensic text comparison. In- ternational Journal of Speech, Language & the Law, 17(2).", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "A rule-based approach to implicit emotion detection in text", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Udochukwu", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "International Conference on Applications of Natural Language to Information Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "197--203", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Udochukwu, O. and He, Y. (2015). A rule-based approach to implicit emotion detection in text. In International Conference on Applications of Natural Language to In- formation Systems, pages 197-203.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Detecting wikipedia vandalism via spatio-temporal analysis of revision metadata?", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "G" |
| ], |
| "last": "West", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Kannan", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Third European Workshop on System Security", |
| "volume": "", |
| "issue": "", |
| "pages": "22--28", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "West, A. G., Kannan, S., and Lee, I. (2010). Detecting wikipedia vandalism via spatio-temporal analysis of re- vision metadata? In Proceedings of the Third European Workshop on System Security, pages 22-28.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Recognizing contextual polarity in phrase-level sentiment analysis", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Wilson", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Wiebe", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Hoffmann", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the conference on human language technology and empirical methods in natural language processing", |
| "volume": "", |
| "issue": "", |
| "pages": "347--354", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wilson, T., Wiebe, J., and Hoffmann, P. (2005). Recogniz- ing contextual polarity in phrase-level sentiment analy- sis. In Proceedings of the conference on human language technology and empirical methods in natural language processing, pages 347-354. Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Computing trust from revision history", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Zeng", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Alhossaini", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Ding", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Fikes", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "L" |
| ], |
| "last": "Mcguinness", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zeng, H., Alhossaini, M. A., Ding, L., Fikes, R., and McGuinness, D. L. (2006). Computing trust from revi- sion history. Technical report, Stanford Univ Ca Knowl- edge Systems LAB.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF1": { |
| "num": null, |
| "text": "examined cultural bias based on Wikipedia's NPOV policy.Bhosale et al. (2013) presented work on detecting promotional content in Wikipedia. They looked at the content features, structural features, network features, edit history features, overall sentiment score, trigram language models and PCFG language models. They found that the stylometric features influenced results the most. When an edit is made on Wikipedia, the editor can either register for an account or edit anonymously. When done anonymously, Wikipedia uses the IP address to identify and distinguish", |
| "content": "<table/>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF4": { |
| "num": null, |
| "text": "Bias features and subtypes.", |
| "content": "<table><tr><td colspan=\"2\">Relation Name Intention of W</td></tr><tr><td>Antithesis</td><td>R's positive regard for N is increased</td></tr><tr><td>Background</td><td>R's ability to comprehend N increases</td></tr><tr><td>Concession</td><td>R's positive regard for N is increased</td></tr><tr><td>Enablement</td><td>R's potential ability to perform the action in</td></tr><tr><td/><td>N increases</td></tr><tr><td>Evidence</td><td>R's belief of N is increased</td></tr><tr><td>Justify</td><td>R's readiness to accept W's right to present N</td></tr><tr><td/><td>is increased</td></tr><tr><td>Motivation</td><td>R's desire to perform action in N is increased</td></tr><tr><td>Preparation</td><td>R is more ready, interested or oriented for</td></tr><tr><td/><td>reading N</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF5": { |
| "num": null, |
| "text": "The 10 presentational relations used (N stands for nucleus, R for reader and W for writer).", |
| "content": "<table/>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF6": { |
| "num": null, |
| "text": "more important than others. The Bias Score is also relevant, but less important compared to many Stylometric or some Emotion features. Presentational features do not seem to contribute much to CoI detection.", |
| "content": "<table><tr><td>. Most of</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF7": { |
| "num": null, |
| "text": "", |
| "content": "<table><tr><td>: Merged features from the feature selection results</td></tr><tr><td>from Correlation-based Feature Subset Selection (CFS) and</td></tr><tr><td>Information Gain Ratio (IGR).</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF9": { |
| "num": null, |
| "text": "", |
| "content": "<table><tr><td>: Conflict-of-Interest (CoI) detection results in Precision, Recall and F-measure using SVM, MaxEnt and NB with</td></tr><tr><td>various feature sets.</td></tr><tr><td>port the results here.</td></tr></table>", |
| "type_str": "table", |
| "html": null |
| }, |
| "TABREF12": { |
| "num": null, |
| "text": "Comparison with an existing approach to vandalism detection.", |
| "content": "<table/>", |
| "type_str": "table", |
| "html": null |
| } |
| } |
| } |
| } |