ACL-OCL / Base_JSON /prefixW /json /W16 /W16-0325.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W16-0325",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:58:07.776048Z"
},
"title": "Automatic Triage of Mental Health Online Forum Posts CLPsych 2016 System Description",
"authors": [
{
"first": "Hayda",
"middle": [],
"last": "Almeida",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Marc",
"middle": [],
"last": "Queudot",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Marie-Jean",
"middle": [],
"last": "Meurs",
"suffix": "",
"affiliation": {},
"email": "meurs.marie-jean@uqam.ca"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper presents a system capable of performing automatic triage of forum posts from ReachOut.com, a mental health online forum. The system assigns to each post a tag that indicates how urgently moderator attention is needed. The evaluation is based on experiments conducted on the CLPsych 2016 task, and the system is released as an open-source software.",
"pdf_parse": {
"paper_id": "W16-0325",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper presents a system capable of performing automatic triage of forum posts from ReachOut.com, a mental health online forum. The system assigns to each post a tag that indicates how urgently moderator attention is needed. The evaluation is based on experiments conducted on the CLPsych 2016 task, and the system is released as an open-source software.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "This paper describes a system that was presented at the CLPsych Shared Task 2016 1 . The goal of the task is to perform automatic triage of user posts gathered from the ReachOut.com mental health online forum 2 . Posts must be classified into four categories (green, amber, red, and crisis), which indicate how urgently any intervention from forum moderators is required. The automatic triage of Rea-chOut forum posts is a challenging task. First, the targeted documents -from the amber, red, and crisis classes -are highly underrepresented in the data to be analyzed. Second, forum post content can be highly noisy, since posts commonly present symbols, emoticons, pictures, and mispelled words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The objective of an automatic triage of ReachOut posts is to allow forum moderators to quickly identify posts that require urgent intervention. Posts labeled as red or crisis could indicate an imminent dangerous or harmful condition, for example, an author that suggests a possibility of self-harm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To handle the task of ReachOut post automatic triage, we propose a system relying on the combination of two text classification techniques, namely supervised learning and rule-based classification. Our experiments are performed utilizing three classification algorithms, and classification rules designed based on discriminative vocabularies selected from documents of the minority classes. In addition, we studied the use of different feature types and subsets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper is organized as follows: Section 2 describes some related works while Section 3 provides details about our approach, and the system architecture. Experiments and results are reported in Section 4, and we conclude in Section 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The automatic triage of documents can be used to support a variety of data handling processes. It supports professionals and researchers working in the medical (Tuarob et al., 2014; Almeida et al., 2015) or biological fields (Almeida et al., 2014) . Data gathered from forum posts have been used in several related classification tasks. In (Huh et al., 2013) , the triage supports patients handling several health conditions, while it was used to identify mental health issues in (Saleem et al., 2012) , and to recognize user sentiments in (Thelwall et al., 2012) .",
"cite_spans": [
{
"start": 160,
"end": 181,
"text": "(Tuarob et al., 2014;",
"ref_id": "BIBREF18"
},
{
"start": 182,
"end": 203,
"text": "Almeida et al., 2015)",
"ref_id": "BIBREF1"
},
{
"start": 225,
"end": 247,
"text": "(Almeida et al., 2014)",
"ref_id": null
},
{
"start": 340,
"end": 358,
"text": "(Huh et al., 2013)",
"ref_id": "BIBREF8"
},
{
"start": 480,
"end": 501,
"text": "(Saleem et al., 2012)",
"ref_id": "BIBREF16"
},
{
"start": 540,
"end": 563,
"text": "(Thelwall et al., 2012)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Designing efficient automatic approaches for textual data triage can be challenging, especially when documents of interest represent a very small part of the entire dataset. Machine learning approaches are impacted by the class distribution, and many classifiers do not perform well in unbalanced contexts. Support Vector Machines (SVM) (Vapnik, 1995) were previously utilized in forum post triage handling mental health subjects (Saleem et al., 2012) . Models using Sequential Minimal Optimization (SMO) (Platt, 1998) for optimizing SVM, were applied to perform sentiment analysis in forum data, outperforming other methods when used on large datasets (Thelwall et al., 2012) . Logistic Model Trees (LMT) (Landwehr et al., 2005) were shown to outperform other classification algorithms in tasks that handle (highly) imbalanced data (Charton et al., 2013; Almeida et al., 2014) . Previous studies have combined rule-based and supervised classification approaches to handle forum posts (Saleem et al., 2012) , patients medical records (Xu et al., 2012) , or sentiment in social media (Chikersal et al., ) . In these works, combined strategies usually obtained better performance compared to supervised only or rule-based only approaches.",
"cite_spans": [
{
"start": 337,
"end": 351,
"text": "(Vapnik, 1995)",
"ref_id": "BIBREF19"
},
{
"start": 430,
"end": 451,
"text": "(Saleem et al., 2012)",
"ref_id": "BIBREF16"
},
{
"start": 505,
"end": 518,
"text": "(Platt, 1998)",
"ref_id": "BIBREF14"
},
{
"start": 653,
"end": 676,
"text": "(Thelwall et al., 2012)",
"ref_id": "BIBREF17"
},
{
"start": 706,
"end": 729,
"text": "(Landwehr et al., 2005)",
"ref_id": "BIBREF9"
},
{
"start": 833,
"end": 855,
"text": "(Charton et al., 2013;",
"ref_id": "BIBREF5"
},
{
"start": 856,
"end": 877,
"text": "Almeida et al., 2014)",
"ref_id": null
},
{
"start": 985,
"end": 1006,
"text": "(Saleem et al., 2012)",
"ref_id": "BIBREF16"
},
{
"start": 1034,
"end": 1051,
"text": "(Xu et al., 2012)",
"ref_id": "BIBREF20"
},
{
"start": 1083,
"end": 1103,
"text": "(Chikersal et al., )",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The use of lexical features, such as n-grams, Part-Of-Speech (POS) tags, and lemmas, as well as sentiment dictionaries, were shown to perform well in tasks handling forum posts (Biyani et al., 2014) , and mining sentiments or opinion (Thelwall et al., 2012) . Feature selection methods have been studied to choose relevant attribute subsets (Liu et al., 2010; Basu and Murthy, 2012) . Among these methods, Correlation-based Feature Selection (CFS) selects a subset of attributes that are highly correlated with the class, yet uncorrelated with each other (Hall, 1999) . Methods to determine relevant vocabulary for specific class labels were previously studied (Melville et al., 2009; Charton et al., 2013) . Melville et al. (2009) built a discriminative vocabulary to represent sentiment polarity, while Charton et al. (2013) used one to represent minority classes. In both cases, the use of discriminative vocabularies in the classification models improved performance.",
"cite_spans": [
{
"start": 177,
"end": 198,
"text": "(Biyani et al., 2014)",
"ref_id": "BIBREF3"
},
{
"start": 234,
"end": 257,
"text": "(Thelwall et al., 2012)",
"ref_id": "BIBREF17"
},
{
"start": 341,
"end": 359,
"text": "(Liu et al., 2010;",
"ref_id": "BIBREF10"
},
{
"start": 360,
"end": 382,
"text": "Basu and Murthy, 2012)",
"ref_id": "BIBREF2"
},
{
"start": 555,
"end": 567,
"text": "(Hall, 1999)",
"ref_id": "BIBREF7"
},
{
"start": 661,
"end": 684,
"text": "(Melville et al., 2009;",
"ref_id": "BIBREF12"
},
{
"start": 685,
"end": 706,
"text": "Charton et al., 2013)",
"ref_id": "BIBREF5"
},
{
"start": 709,
"end": 731,
"text": "Melville et al. (2009)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "To tackle the task of automatic triage of forum posts, the proposed system combines rule-based and machine learning based classification. Our approach makes use of several feature types, such as n-grams, POS tags, and a sentiment dictionary generated from two sentiment libraries. Various features subsets were filtered using the CFS feature selection method. In the following sections we explain with more details the system pipeline, and the methods ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology",
"sec_num": "3"
},
{
"text": "Prior to performing feature extraction, the forum posts were pre-processed by normalization procedures, which included normalizing HTML characters, symbols, punctuation, smiley pictures, and smiley symbols. Each smiley was replaced by a corresponding word extracted either from the picture URL, or from a concise mapping containing the smiley textual meaning (e.g., :) or =] or :D are all replaced by happy). The features used in our experiments were of type bigrams, POS tags, and sentiments. Extraction of POS tags was performed using the POSTaggerAnnotator from the Stanford CoreNLP suite (Manning et al., 2014) . POS features are composed of forum post words annotated with discriminative POS tags, which were adjective (JJ*), nouns (NN*), predeterminer (PDT), particle (RP), and verbs (VB*). The selection of discriminative POS tags was based on experimental results. Sentiment features are dataset lemmas found within a sentiment dictionary. The dataset lemmas were extracted using the Stanford CoreNLP suite. We built a sentiment dictionary based on a list of feeling words used in mental status exams (see http://psychpage.com/learning/library/ assess/feelings.html), and a conceptual feature (Cambria et al., 2014) . Stopwords were not removed from the data, since they seem to carry relevant discriminative power for the task, as previously demonstrated by (Saif et al., 2014) . All feature lists were separately filtered by the CFS method. Feature distributions by type before and after CFS filtering are reported in Table 2 .",
"cite_spans": [
{
"start": 592,
"end": 614,
"text": "(Manning et al., 2014)",
"ref_id": "BIBREF11"
},
{
"start": 1201,
"end": 1223,
"text": "(Cambria et al., 2014)",
"ref_id": "BIBREF4"
},
{
"start": 1367,
"end": 1386,
"text": "(Saif et al., 2014)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [
{
"start": 1528,
"end": 1535,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Feature Extraction and Selection",
"sec_num": "3.2"
},
{
"text": "We performed experiments utilizing three classification algorithms: Bayesian Network (BN) (Pearl, 1988) , SMO, and LMT. A BN is a probabilistic directed acyclic graph, in which nodes are random variables with arcs representing their conditional dependencies. BN was used as a baseline classifier. SMO-SVM were previously applied in similar tasks as described in Section 2. SMO (Platt, 1998) is an optimization algorithm for training SVMs. SMO is an iterative algorithm that solves the quadratic programming problem of SVM training by breaking it into smaller sub-problems easier to solve. As described in Section 2, LMT previously demonstrated good performance in classification tasks on imbalanced datasets. LMT is an algorithm that produces decision trees with linear logistic models at the leaves.",
"cite_spans": [
{
"start": 90,
"end": 103,
"text": "(Pearl, 1988)",
"ref_id": "BIBREF13"
},
{
"start": 377,
"end": 390,
"text": "(Platt, 1998)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classification Algorithms",
"sec_num": "3.3"
},
{
"text": "For the red and the crisis classes, a discriminative vocabulary was utilized to develop classification rules. The discriminative vocabulary was extracted from red and crisis labeled documents. The extraction of the discriminative vocabulary was implemented with the approach described in (Charton et al., 2013) . The relative frequency of each word is computed for each class. Then, the average difference of word frequencies between the red/crisis classes and the green and amber classes is computed. Each word for which the average difference is above an experimentally set threshold is added to the discriminative vocabulary of a given class. After defining the discriminative vocabularies for the red Table 3 : Results obtained on training set and the crisis classes, we utilized up to the five best ranked vocabulary terms to build classification rules based on the appearance of these words in a forum post. The rules were applied on top of the predictions made by the supervised classifiers.",
"cite_spans": [
{
"start": 288,
"end": 310,
"text": "(Charton et al., 2013)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [
{
"start": 705,
"end": 712,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discriminative Vocabulary Rules",
"sec_num": "3.4"
},
{
"text": "We performed a set of experiments to evaluate the usage of different classifiers, feature sets (combining different feature types), as well as the use of CFS, and finally the integration of classification rules to the supervised approach. The system pipeline is implemented as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "4"
},
{
"text": "1. Dataset pre-processing and normalization 2. POS and lemma annotation 3. Feature extraction (POS tags, bigrams, sentiments) 4. CFS filtering of feature sets 5. Generation of documents versus features matrix using selected feature subsets 6. Output of predictions by machine learning based classifiers 7. Re-evaluation of predictions using classification rules On the CLPsych training data, the best results were obtained by LMT and SMO algorithms trained on bigrams, sentiment features, and specific POS features. Rule-based classification was applied on the predictions, using a subset of 5 discriminative words from the vocabularies of each red and crisis classes. Table 3 presents the results obtained on the training data while Table 4 shows the results obtained on the test data. We submitted 4 runs using the models that performed best on the training data, namely LMT with and without rules (using 5 or 3 words), and a SMO with rules (5 words). None of our approaches found the unique crisis post present in the test. Posts from the crisis class are indeed the most difficult to find since they are rare, but we also explain this by the difference between crisis ratio in the training set (4.18%) and the test set (0.42%). The system performed consistently on the other classes. Our official results are presented in Table 5 , and official results for the 16 teams that participated in the task are provided in Table 6 .",
"cite_spans": [],
"ref_spans": [
{
"start": 669,
"end": 676,
"text": "Table 3",
"ref_id": null
},
{
"start": 734,
"end": 741,
"text": "Table 4",
"ref_id": "TABREF6"
},
{
"start": 1326,
"end": 1333,
"text": "Table 5",
"ref_id": "TABREF7"
},
{
"start": 1420,
"end": 1427,
"text": "Table 6",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "4"
},
{
"text": "We presented a system capable of performing automatic triage of forum posts from a mental health online forum. The system assigns to each post a tag that indicates how urgently moderator attention is needed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "The evaluation is based on experiments conducted on the CLPsych 2016 task, and the system is available as an open-source software in the following repository:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
},
{
"text": "https://github.com/BigMiners/CLPsych2016 Shared Task",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [
{
"text": "The presented system was developed as a Master's student's project. We would like to thank Adrien Appelgren, Antoine Briand, and Sara Zacharie for their contribution.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF1": {
"ref_id": "b1",
"title": "Supporting HIV Literature Screening with Data Sampling and Supervised Learning",
"authors": [
{
"first": "Hayda",
"middle": [],
"last": "Almeida",
"suffix": ""
},
{
"first": "Marie-Jean",
"middle": [],
"last": "Meurs",
"suffix": ""
},
{
"first": "Leila",
"middle": [],
"last": "Kosseim",
"suffix": ""
},
{
"first": "Adrian",
"middle": [],
"last": "Tsang",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of IEEE International Conference on Bioinformatics and Biomedicine (BIBM)",
"volume": "",
"issue": "",
"pages": "491--496",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hayda Almeida, Marie-Jean Meurs, Leila Kosseim, and Adrian Tsang. 2015. Supporting HIV Literature Screening with Data Sampling and Supervised Learn- ing. In Proceedings of IEEE International Conference on Bioinformatics and Biomedicine (BIBM), 2015, pages 491-496, Washington, USA, November, 2015. IEEE.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Effective Text Classification by a Supervised Feature Selection Approach",
"authors": [
{
"first": "Tanmay",
"middle": [],
"last": "Basu",
"suffix": ""
},
{
"first": "C",
"middle": [
"A"
],
"last": "Murthy",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the IEEE 12th International Conference on Data Mining Workshops (ICDMW)",
"volume": "",
"issue": "",
"pages": "918--925",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tanmay Basu and C.A. Murthy. 2012. Effective Text Classification by a Supervised Feature Selection Ap- proach. In Proceedings of the IEEE 12th International Conference on Data Mining Workshops (ICDMW), pages 918-925, Brussels, Belgium, December 2012. IEEE.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Using Non-lexical Features for Identifying Factual and Opinionative Threads in Online Forums. Knowledge-Based Systems",
"authors": [
{
"first": "Prakhar",
"middle": [],
"last": "Biyani",
"suffix": ""
},
{
"first": "Sumit",
"middle": [],
"last": "Bhatia",
"suffix": ""
},
{
"first": "Cornelia",
"middle": [],
"last": "Caragea",
"suffix": ""
},
{
"first": "Prasenjit",
"middle": [],
"last": "Mitra",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "69",
"issue": "",
"pages": "170--178",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prakhar Biyani, Sumit Bhatia, Cornelia Caragea, and Prasenjit Mitra. 2014. Using Non-lexical Features for Identifying Factual and Opinionative Threads in On- line Forums. Knowledge-Based Systems, 69:170-178.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "SenticNet 3: a Common and Commonsense Knowledge Base for Cognition-driven Sentiment Analysis",
"authors": [
{
"first": "Erik",
"middle": [],
"last": "Cambria",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Olsher",
"suffix": ""
},
{
"first": "Dheeraj",
"middle": [],
"last": "Rajagopal",
"suffix": ""
}
],
"year": 2014,
"venue": "28th AAAI conference on artificial intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Erik Cambria, Daniel Olsher, and Dheeraj Rajagopal. 2014. SenticNet 3: a Common and Common- sense Knowledge Base for Cognition-driven Senti- ment Analysis. In 28th AAAI conference on artificial intelligence, Quebec City, Canada, July 2014.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Using Collaborative Tagging for Text Classification",
"authors": [
{
"first": "Eric",
"middle": [],
"last": "Charton",
"suffix": ""
},
{
"first": "Marie-Jean",
"middle": [],
"last": "Meurs",
"suffix": ""
},
{
"first": "Ludovic",
"middle": [],
"last": "Jean-Louis",
"suffix": ""
},
{
"first": "Michel",
"middle": [],
"last": "Gagnon",
"suffix": ""
}
],
"year": 2013,
"venue": "Informatics",
"volume": "",
"issue": "",
"pages": "32--51",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Eric Charton, Marie-Jean Meurs, Ludovic Jean-Louis, and Michel Gagnon. 2013. Using Collaborative Tag- ging for Text Classification. Informatics 2014, pages 32-51.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "SeNTU: Sentiment Analysis of Tweets by Combining a Rule-based Classifier with Supervised Learning",
"authors": [
{
"first": "Prerna",
"middle": [],
"last": "Chikersal",
"suffix": ""
},
{
"first": "Soujanya",
"middle": [],
"last": "Poria",
"suffix": ""
},
{
"first": "Erik",
"middle": [],
"last": "Cambria",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the International Workshop on Semantic Evaluation, SemEval",
"volume": "",
"issue": "",
"pages": "647--651",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prerna Chikersal, Soujanya Poria, and Erik Cambria. SeNTU: Sentiment Analysis of Tweets by Combining a Rule-based Classifier with Supervised Learning. In Proceedings of the International Workshop on Seman- tic Evaluation, SemEval, pages 647-651, Denver, Col- orado, June 2015.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Correlation-based Feature Selection for Machine Learning",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Hall",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Hall. 1999. Correlation-based Feature Selection for Machine Learning. Ph.D. thesis, The University of Waikato.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Text Classification for Assisting Moderators in Online Health Communities",
"authors": [
{
"first": "Jina",
"middle": [],
"last": "Huh",
"suffix": ""
},
{
"first": "Meliha",
"middle": [],
"last": "Yetisgen-Yildiz",
"suffix": ""
},
{
"first": "Wanda",
"middle": [],
"last": "Pratt",
"suffix": ""
}
],
"year": 2013,
"venue": "Journal of Biomedical Informatics",
"volume": "46",
"issue": "6",
"pages": "998--1005",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jina Huh, Meliha Yetisgen-Yildiz, and Wanda Pratt. 2013. Text Classification for Assisting Moderators in Online Health Communities. Journal of Biomedical Informatics, 46(6):998-1005.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Logistic Model Trees",
"authors": [
{
"first": "Niels",
"middle": [],
"last": "Landwehr",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Hall",
"suffix": ""
},
{
"first": "Eibe",
"middle": [],
"last": "Frank",
"suffix": ""
}
],
"year": 2005,
"venue": "Machine Learning",
"volume": "59",
"issue": "",
"pages": "161--205",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Niels Landwehr, Mark Hall, and Eibe Frank. 2005. Lo- gistic Model Trees. Machine Learning, 59(1-2):161- 205.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Feature Selection: An Ever Evolving Frontier in Data Mining",
"authors": [
{
"first": "Huan",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Hiroshi",
"middle": [],
"last": "Motoda",
"suffix": ""
},
{
"first": "Rudy",
"middle": [],
"last": "Setiono",
"suffix": ""
},
{
"first": "Zheng",
"middle": [],
"last": "Zhao",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 4th Workshop on Feature Selection in Data Mining",
"volume": "",
"issue": "",
"pages": "4--13",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Huan Liu, Hiroshi Motoda, Rudy Setiono, and Zheng Zhao. 2010. Feature Selection: An Ever Evolving Frontier in Data Mining. In Proceedings of the 4th Workshop on Feature Selection in Data Mining, pages 4-13, Hyderabad, India, June 2010.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "The Stanford CoreNLP Natural Language Processing Toolkit",
"authors": [
{
"first": "Christopher",
"middle": [
"D"
],
"last": "Manning",
"suffix": ""
},
{
"first": "Mihai",
"middle": [],
"last": "Surdeanu",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Bauer",
"suffix": ""
},
{
"first": "Jenny",
"middle": [],
"last": "Finkel",
"suffix": ""
},
{
"first": "Steven",
"middle": [
"J"
],
"last": "Bethard",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Mcclosky",
"suffix": ""
}
],
"year": 2014,
"venue": "Association for Computational Linguistics (ACL) System Demonstrations",
"volume": "",
"issue": "",
"pages": "55--60",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christopher D. Manning, Mihai Surdeanu, John Bauer, Jenny Finkel, Steven J. Bethard, and David McClosky. 2014. The Stanford CoreNLP Natural Language Pro- cessing Toolkit. In Association for Computational Linguistics (ACL) System Demonstrations, pages 55- 60.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Sentiment Analysis of Blogs by Combining Lexical Knowledge with Text Classification",
"authors": [
{
"first": "Prem",
"middle": [],
"last": "Melville",
"suffix": ""
},
{
"first": "Wojciech",
"middle": [],
"last": "Gryc",
"suffix": ""
},
{
"first": "Richard",
"middle": [
"D"
],
"last": "Lawrence",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD '09",
"volume": "",
"issue": "",
"pages": "1275--1284",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Prem Melville, Wojciech Gryc, and Richard D. Lawrence. 2009. Sentiment Analysis of Blogs by Combining Lexical Knowledge with Text Classifica- tion. In Proceedings of the 15th ACM SIGKDD In- ternational Conference on Knowledge Discovery and Data Mining, KDD '09, pages 1275-1284, New York, NY, USA. ACM.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Probabilistic Reasoning in Intelligent Systems: Networks of Plausible Inference",
"authors": [
{
"first": "Judea",
"middle": [],
"last": "Pearl",
"suffix": ""
},
{
"first": ". ; Morgan",
"middle": [],
"last": "Kaufmann",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Judea Pearl. 1988. Probabilistic Reasoning in Intelli- gent Systems: Networks of Plausible Inference. Mor- gan Kaufmann.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Sequential Minimal Optimization: a Fast Algorithm for Training Support Vector Machines",
"authors": [
{
"first": "John",
"middle": [],
"last": "Platt",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "John Platt. 1998. Sequential Minimal Optimization: a Fast Algorithm for Training Support Vector Machines. Microsoft Research Technical Report MSR-TR-98-14, April 1998.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "On Stopwords, Filtering and Data Sparsity for Sentiment Analysis of Twitter",
"authors": [
{
"first": "Hassan",
"middle": [],
"last": "Saif",
"suffix": ""
},
{
"first": "Miriam",
"middle": [],
"last": "Fern\u00e1ndez",
"suffix": ""
},
{
"first": "Yulan",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Harith",
"middle": [],
"last": "Alani",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of 9th of the Language Resources and Evaluation Conference (LREC)",
"volume": "",
"issue": "",
"pages": "810--817",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hassan Saif, Miriam Fern\u00e1ndez, Yulan He, and Harith Alani. 2014. On Stopwords, Filtering and Data Spar- sity for Sentiment Analysis of Twitter. In Proceedings of 9th of the Language Resources and Evaluation Con- ference (LREC), pages 810-817, Reykjavik, Iceland, May 2014.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Automatic Detection of Psychological Distress Indicators and Severity Assessment from Online Forum Posts",
"authors": [
{
"first": "Shirin",
"middle": [],
"last": "Saleem",
"suffix": ""
},
{
"first": "Rohit",
"middle": [],
"last": "Prasad",
"suffix": ""
},
{
"first": "Shiv Naga Prasad",
"middle": [],
"last": "Vitaladevuni",
"suffix": ""
},
{
"first": "Maciej",
"middle": [],
"last": "Pacula",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Crystal",
"suffix": ""
},
{
"first": "Brian",
"middle": [],
"last": "Marx",
"suffix": ""
},
{
"first": "Denise",
"middle": [],
"last": "Sloan",
"suffix": ""
}
],
"year": 2012,
"venue": "COLING",
"volume": "",
"issue": "",
"pages": "2375--2388",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shirin Saleem, Rohit Prasad, Shiv Naga Prasad Vitalade- vuni, Maciej Pacula, Michael Crystal, Brian Marx, Denise Sloan, Jennifer Vasterling, and Theodore Sper- off. 2012. Automatic Detection of Psychological Dis- tress Indicators and Severity Assessment from Online Forum Posts. In COLING, pages 2375-2388.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Sentiment Strength Detection for the Social Web",
"authors": [
{
"first": "Mike",
"middle": [],
"last": "Thelwall",
"suffix": ""
},
{
"first": "Kevan",
"middle": [],
"last": "Buckley",
"suffix": ""
},
{
"first": "Georgios",
"middle": [],
"last": "Paltoglou",
"suffix": ""
}
],
"year": 2012,
"venue": "Journal of the American Society for Information Science and Technology",
"volume": "63",
"issue": "1",
"pages": "163--173",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mike Thelwall, Kevan Buckley, and Georgios Paltoglou. 2012. Sentiment Strength Detection for the Social Web. Journal of the American Society for Information Science and Technology, 63(1):163-173.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "An Ensemble Heterogeneous Classification Methodology for Discovering Healthrelated Knowledge in Social Media Messages",
"authors": [
{
"first": "Suppawong",
"middle": [],
"last": "Tuarob",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Conrad",
"suffix": ""
},
{
"first": "Marcel",
"middle": [],
"last": "Tucker",
"suffix": ""
},
{
"first": "Nilam",
"middle": [],
"last": "Salathe",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ram",
"suffix": ""
}
],
"year": 2014,
"venue": "Journal of Biomedical Informatics",
"volume": "49",
"issue": "",
"pages": "255--268",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suppawong Tuarob, Conrad S Tucker, Marcel Salathe, and Nilam Ram. 2014. An Ensemble Heterogeneous Classification Methodology for Discovering Health- related Knowledge in Social Media Messages. Jour- nal of Biomedical Informatics, 49:255-268.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "The Nature of Statistical Learning Theory",
"authors": [
{
"first": "Vladimir",
"middle": [],
"last": "Vapnik",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vladimir Vapnik. 1995. The Nature of Statistical Learn- ing Theory. Springer.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Feature Engineering Combined with Machine Learning and Rule-based Methods for Structured Information Extraction from Narrative Clinical Discharge Summaries",
"authors": [
{
"first": "Yan",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Hong",
"suffix": ""
},
{
"first": "Junichi",
"middle": [],
"last": "Tsujii",
"suffix": ""
},
{
"first": "Chao",
"middle": [],
"last": "Eric",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Chang",
"suffix": ""
}
],
"year": 2012,
"venue": "Journal of the American Medical Informatics Association",
"volume": "19",
"issue": "5",
"pages": "824--832",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yan Xu, Kai Hong, Junichi Tsujii, I Eric, and Chao Chang. 2012. Feature Engineering Combined with Machine Learning and Rule-based Methods for Struc- tured Information Extraction from Narrative Clinical Discharge Summaries. Journal of the American Med- ical Informatics Association, 19(5):824-832.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"content": "<table><tr><td>3.1 CLPsych Dataset</td></tr><tr><td>The CLPsych corpus consists of 65024 publicly</td></tr><tr><td>available posts gathered from the ReachOut forum,</td></tr><tr><td>which have been posted between July 2012 and May</td></tr><tr><td>2015. Among these posts, 1188 posts were manually</td></tr><tr><td>annotated with class labels, then split into a training</td></tr><tr><td>and a test set. The training set is composed of 947</td></tr><tr><td>posts while the test set contains 241 posts. The class</td></tr><tr><td>distribution on the training and the test data is shown</td></tr><tr><td>in Table 1.</td></tr></table>",
"type_str": "table",
"num": null,
"text": "Statistics on the CLPsych Shared Task 2016 dataset utilized in each step.",
"html": null
},
"TABREF3": {
"content": "<table/>",
"type_str": "table",
"num": null,
"text": "Number of unique features in CLPsych dataset map from SenticNet",
"html": null
},
"TABREF6": {
"content": "<table><tr><td colspan=\"5\">Our official accuracy non-green non-green</td></tr><tr><td colspan=\"2\">results macro</td><td/><td>v. green</td><td>v. green</td></tr><tr><td>run</td><td>F-m</td><td/><td>macro F-m</td><td>accuracy</td></tr><tr><td>run 1</td><td>0.26</td><td>0.72</td><td>0.72</td><td>0.83</td></tr><tr><td>run 2</td><td>0.27</td><td>0.72</td><td>0.72</td><td>0.83</td></tr><tr><td>run 3</td><td>0.29</td><td>0.74</td><td>0.68</td><td>0.82</td></tr><tr><td>run 4</td><td>0.25</td><td>0.75</td><td>0.75</td><td>0.85</td></tr></table>",
"type_str": "table",
"num": null,
"text": "Results obtained on test set",
"html": null
},
"TABREF7": {
"content": "<table><tr><td>Overall max min</td><td>median</td><td>median</td></tr><tr><td>summary</td><td colspan=\"2\">(all runs) (team bests)</td></tr><tr><td>official score 0.42 0.13</td><td>0.32</td><td>0.335</td></tr><tr><td>accuracy 0.85 0.42</td><td>0.77</td><td>0.775</td></tr><tr><td>non-green</td><td/><td/></tr><tr><td>v. green</td><td/><td/></tr><tr><td>macro F-m 0.87 0.58</td><td>0.765</td><td>0.77</td></tr><tr><td>non-green</td><td/><td/></tr><tr><td>v. green</td><td/><td/></tr><tr><td>accuracy 0.91 0.60</td><td>0.85</td><td>0.85</td></tr></table>",
"type_str": "table",
"num": null,
"text": "Official results for our system",
"html": null
},
"TABREF8": {
"content": "<table/>",
"type_str": "table",
"num": null,
"text": "Overall summary results for all teams",
"html": null
}
}
}
}