ACL-OCL / Base_JSON /prefixS /json /smm4h /2020.smm4h-1.9.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T15:35:13.565725Z"
},
"title": "SMM4H Shared Task 2020 -A Hybrid Pipeline for Identifying Prescription Drug Abuse from Twitter: Machine Learning, Deep Learning, and Post-Processing",
"authors": [
{
"first": "Isabel",
"middle": [],
"last": "Metzger",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Sumitovant Biopharma, Inc",
"location": {
"settlement": "New York",
"region": "NY"
}
},
"email": "isabel.metzger@sumitovant.com"
},
{
"first": "Y",
"middle": [],
"last": "Haskovic",
"suffix": "",
"affiliation": {},
"email": "emir.haskovic@lokavant.com"
},
{
"first": "Allison",
"middle": [],
"last": "Black",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Roivant Sciences, Inc",
"location": {
"settlement": "New York",
"region": "NY"
}
},
"email": "allison.black@roivant.com"
},
{
"first": "Whitley",
"middle": [
"M"
],
"last": "Yi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Colorado",
"location": {
"region": "CO"
}
},
"email": "whitley.yi@ucdenver.edu"
},
{
"first": "Rajat",
"middle": [
"S"
],
"last": "Chandra",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Sumitovant Biopharma, Inc",
"location": {
"settlement": "New York",
"region": "NY"
}
},
"email": "rajat.chandra@sumitovant.com"
},
{
"first": "Mark",
"middle": [
"T"
],
"last": "Rutledge",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Sumitovant Biopharma, Inc",
"location": {
"settlement": "New York",
"region": "NY"
}
},
"email": "mark.rutledge@sumitovant.com"
},
{
"first": "William",
"middle": [],
"last": "Mcmahon",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Sumitovant Biopharma, Inc",
"location": {
"settlement": "New York",
"region": "NY"
}
},
"email": "bill.mcmahon@sumitovant.com"
},
{
"first": "Yindalon",
"middle": [],
"last": "Aphinyanaphongs",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "NYU Langone Health",
"location": {
"settlement": "New York",
"region": "NY"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper presents our approach to multi-class text categorization of tweets mentioning prescription medications as being indicative of potential abuse/misuse (A), consumption/non-abuse (C), mention-only (M), or an unrelated reference (U) using natural language processing techniques. Data augmentation increased our training and validation corpora from 13,172 tweets to 28,094 tweets. We also created word-embeddings on domain-specific social media and medical corpora. Our hybrid pipeline of an attention-based CNN with post-processing was the best performing system in task 4 of SMM4H 2020, with an F1 score of 0.51 for class A.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper presents our approach to multi-class text categorization of tweets mentioning prescription medications as being indicative of potential abuse/misuse (A), consumption/non-abuse (C), mention-only (M), or an unrelated reference (U) using natural language processing techniques. Data augmentation increased our training and validation corpora from 13,172 tweets to 28,094 tweets. We also created word-embeddings on domain-specific social media and medical corpora. Our hybrid pipeline of an attention-based CNN with post-processing was the best performing system in task 4 of SMM4H 2020, with an F1 score of 0.51 for class A.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Substance abuse is a major public health crisis in the United States (Substance Abuse and Mental Health Services Administration, 2019). Use of natural language processing (NLP) for automatic detection of prescription abuse or misuse in social media posts holds promise as a toxicovigilance strategy for near real-time monitoring of prescription abuse patterns and emerging trends (Hu et al., 2019; . Research has shown that abuse-indicating social media posts correlate with opioid-related overdose deaths at a geographical level (Sarker et al., 2019) . Despite its potential, social media poses significant challenges for detection of self-reported abuse or misuse of prescriptions, including colloquial use of drug names, sparse information, and figurative language. The Social Media Mining for Health Applications (SMM4H) Task 4 challenges participants to classify tweets' mentions of opioids, benzodiazepines, atypical antipsychotics, central nervous system (CNS) stimulants or GABA analogues as potential abuse/misuse (A), consumption (C), mention-only (M) or unrelated (U) (Klein et al., 2020) . As patterns of abuse and misuse can vary based on drug class and mechanism of action, our team collaborated with clinical subject matter experts (SMEs) to complete the task.",
"cite_spans": [
{
"start": 380,
"end": 397,
"text": "(Hu et al., 2019;",
"ref_id": null
},
{
"start": 530,
"end": 551,
"text": "(Sarker et al., 2019)",
"ref_id": "BIBREF13"
},
{
"start": 1079,
"end": 1099,
"text": "(Klein et al., 2020)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Publicly available tweets were pre-processed using the ekphrasis (Baziotis et al., 2017) python package to normalize url, email, percent, money, phone, user, time, and date terms and to annotate hashtags, allcaps, elongated, repeated, emphasis, and censored terms.",
"cite_spans": [
{
"start": 65,
"end": 88,
"text": "(Baziotis et al., 2017)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Pre-processing",
"sec_num": "2.1"
},
{
"text": "We used fastText (Bojanowski et al., 2017) to train a 300 dimensional skip-gram model on a domainspecific corpus of over 6.5 million unique sentences for 500 epochs at a learning rate of 0.025 and a negative sampling loss. Subword character n-gram length were set between 3 and 6 (Bojanowski et al., 2017) . Other parameters were set to the suggested values. 1",
"cite_spans": [
{
"start": 17,
"end": 42,
"text": "(Bojanowski et al., 2017)",
"ref_id": "BIBREF1"
},
{
"start": 280,
"end": 305,
"text": "(Bojanowski et al., 2017)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Word Representations",
"sec_num": "2.2"
},
{
"text": "Number of Tweets/Sentences Twitter Stream Archive (archive.org) 3,106,783 Tweets pulled using original drug terms listed in 85,188 UCI Drug Review datasets (Gr\u00e4\u00dfer et al., 2018) 1,313,299 Consumer Health Question Answer (CHQA) Corpus (Kilicoglu et al., 2018) 2,595 First 1 billion bytes of English Wikipedia 2 5,244,360 ",
"cite_spans": [
{
"start": 156,
"end": 177,
"text": "(Gr\u00e4\u00dfer et al., 2018)",
"ref_id": "BIBREF4"
},
{
"start": 234,
"end": 258,
"text": "(Kilicoglu et al., 2018)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Source",
"sec_num": null
},
{
"text": "A gazetteer of drug terms was produced in collaboration with SMEs to aid in feature engineering and data augmentation. We began by selecting the drug terms listed in , and supplemented these with clinically relevant drugs within the same Established Pharmacologic Classes (U.S. Food and Drug Administration, 2018), as well as with other drug classes commonly known to be misused. For each drug term, we compiled a list of its generic and proprietary names along with common misspellings. Additional synonyms and street names for the individual drugs and drug classes (e.g. \"benzo\" for benzodiazepine) were also identified. Generic and proprietary terms were sourced via SMEs and misspellings were sourced from (Drugs.com, 2020). Select street names were sourced from (Drug Enforcement Administration, 2020). The final gazetteer was composed of 258 terms, representing 54 drugs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Drug Lexicon Construction",
"sec_num": "2.3"
},
{
"text": "The original training and validation sets were mixed and split into new train and validation sets in a 4:1 ratio. Data augmentation was performed on the new training set with Snorkel 3 , which uses a matrix completion-style modeling approach as described in (Ratner et al., 2018) . Functions were created following the methods described in (Wei and Zou, 2019) , including randomly replacing person names, switching adjectives, and replacing nouns, verbs, and adjectives with synonyms. Additional functions include adding or deleting a random character from tweets and replacing references to family members (e.g. swapping \"brother\" with \"father\"). Lastly, functions specific to this use case were also implemented, including replacing a drug name with one from a similar class, replacing verbs that are commonly associated with abuse (e.g switching \"inject\" with \"shoot up\"), and replacing verbs that are related to non-abusive consumption (e.g. swapping \"prescribe\" with \"refill\"). A random policy was used such that up to four of these transformation functions were applied uniformly at random per tweet if the rule was applicable.",
"cite_spans": [
{
"start": 258,
"end": 279,
"text": "(Ratner et al., 2018)",
"ref_id": "BIBREF12"
},
{
"start": 340,
"end": 359,
"text": "(Wei and Zou, 2019)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data Augmentation",
"sec_num": "2.4"
},
{
"text": "SVMs have been successfully applied to automated classification of text, and are commonly used as baseline for evaluating the effectiveness of new model development (Kowsari et al., 2019) . For our baseline we trained an SVM using a linear kernel along with a \"one-vs-rest\" decision boundary scheme and the following features:",
"cite_spans": [
{
"start": 165,
"end": 187,
"text": "(Kowsari et al., 2019)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Support Vector Machine with Feature Engineering",
"sec_num": "2.5"
},
{
"text": "\u2022 Vader Sentiment Score 4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Support Vector Machine with Feature Engineering",
"sec_num": "2.5"
},
{
"text": "\u2022 Binary flag features including presence of commonly abused drug terms, (see 2.3) and presence of emojis commonly associated with drug abuse \u2022 Count-based features such as number of hashtags, username mentions, emojis/emoticons and number of drug terms identified (see 2.3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Support Vector Machine with Feature Engineering",
"sec_num": "2.5"
},
{
"text": "\u2022 Co-occurrence of chemical and disease entities, where entity extraction was performed using en ner bc5cdr md 5",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Support Vector Machine with Feature Engineering",
"sec_num": "2.5"
},
{
"text": "\u2022 tf-idf of tokens (unigrams and bigrams)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Support Vector Machine with Feature Engineering",
"sec_num": "2.5"
},
{
"text": "Convolutional neural networks (CNNs) have shown success in short text classification, especially when orthology is important, and is computationally efficient (Kim, 2014; Minaee et al., 2020) . Pre-training was performed with the following parameters (conv depth of 4, cosine loss function, drop out of 0.4, and batch size of 64) on the raw Task 4 dataset with the word embeddings from section 2.2 to build \"token to vector\" (tok2vec) weights. The tok2vec layer initializes the embedding matrix. The embedding layer also embeds linguistic features such as shape, suffix and prefix. We initially investigated using a 4layer CNN with mean-pooling and softmax. In our final and winning system, we replaced the 4-layer CNN with a 2-layer hierarchical CNN and used a parametric attention layer as described in (Yang et al., 2016) . The resulting weighted summary vector was then passed through a multi-layer perceptron, where each neuron was stacked with a unigram logistic regression to produce four label predicted probabilities similar to the output layer in the attention-based CNN in (Yin et al., 2015) . The final classification model architecture is illustrated in figure 1. Replacing a non-linearity with a logistic regression has been shown to be effective (Zhining et al., 2016; Yin et al., 2015) . We used a compounding batch size that was trained for 32 epochs. Our post-processing pipeline (2.7) was then applied to the predictions to produce the final submission. Heuristic post-processing rules were created in conjunction with SMEs and transcribed into Snorkel 3 labelling functions. Rule performance was evaluated on the validation data, and a subset of rules with an empirical accuracy of 0.65 or above were selected and ordered by relative precision. These were then applied to tweets after being fed through the text classifier. For each tweet the rules are applied in succession until a rule \"votes\" to set the prediction label, at which point no further rules are applied and the tweet's label is updated. If no rules vote then the label provided by the classifier is unchanged. Our hybrid pipeline commonly labeled abuse (A) tweets as mentions (M) and to a lesser degree as consumption (C). Manual review showed the model struggled to detect abuse when the subject of the abuse was of a relative or close friend, which was included as a criteria for the definition of abuse. This may be due to the low prevalence of family member-or relative-related abuse in the training dataset. Among abuse tweets mislabeled as mention from a subset of the Task 4 validation set, the most common medication class was benzodiazepines (33/78), followed by opioids (20/78) and then CNS stimulants (19/78). Of the benzodiazepines, the most common drug among the mislabeled abuse tweets was Xanax, which could be due to its popularity in everyday vernacular, making it more challenging for an NLP model to delineate subtle differences in tweets' semantic meaning. For example, \"xanax\" has been used as an adjective to describe individuals or a group or used as a figure of speech to express the need to calm down (see examples below).",
"cite_spans": [
{
"start": 159,
"end": 170,
"text": "(Kim, 2014;",
"ref_id": "BIBREF7"
},
{
"start": 171,
"end": 191,
"text": "Minaee et al., 2020)",
"ref_id": null
},
{
"start": 805,
"end": 824,
"text": "(Yang et al., 2016)",
"ref_id": "BIBREF18"
},
{
"start": 1084,
"end": 1102,
"text": "(Yin et al., 2015)",
"ref_id": "BIBREF19"
},
{
"start": 1261,
"end": 1283,
"text": "(Zhining et al., 2016;",
"ref_id": "BIBREF20"
},
{
"start": 1284,
"end": 1301,
"text": "Yin et al., 2015)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Convolutional Neural Network Architectures",
"sec_num": "2.6"
},
{
"text": "\u2022 If one more entitled Xanax mom yells at me to honor a coupon that expired 3 years ago I'm jumping off a cliff Opportunities to improve upon current work include development of additional post-processing rules to improve labeling for edge cases and further refinement of the heuristics with the guidance of SMEs. Directions for future work in the field of NLP and prescription drug abuse include exploration of alternative methods to disambiguate ground truth labels. Due to the sparsity of contextual information available to confirm the suspicion of abuse or misuse in an individual tweet, a future strategy is to consider the creation of confidence levels for ground truth abuse/misuse labels to differentiate between high confidence of abuse versus subjective hints of abuse.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Convolutional Neural Network Architectures",
"sec_num": "2.6"
},
{
"text": "https://fasttext.cc/docs/en/options.html 2 https://github.com/facebookresearch/fastText/blob/master/get-wikimedia.sh 3 https://www.snorkel.org 4 Vader compound score was used to measure sentiment https://github.com/cjhutto/vaderSentiment",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "https://allenai.github.io/scispacy/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "DataStories at SemEval-2017 task 4: Deep LSTM with attention for message-level and topic-based sentiment analysis",
"authors": [
{
"first": "Christos",
"middle": [],
"last": "Baziotis",
"suffix": ""
},
{
"first": "Nikos",
"middle": [],
"last": "Pelekis",
"suffix": ""
},
{
"first": "Christos",
"middle": [],
"last": "Doulkeridis",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 11th International Workshop on Semantic Evaluation (SemEval-2017)",
"volume": "",
"issue": "",
"pages": "747--754",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christos Baziotis, Nikos Pelekis, and Christos Doulkeridis. 2017. DataStories at SemEval-2017 task 4: Deep LSTM with attention for message-level and topic-based sentiment analysis. In Proceedings of the 11th In- ternational Workshop on Semantic Evaluation (SemEval-2017), pages 747-754, Vancouver, Canada, August. Association for Computational Linguistics.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Enriching word vectors with subword information",
"authors": [
{
"first": "Piotr",
"middle": [],
"last": "Bojanowski",
"suffix": ""
},
{
"first": "Edouard",
"middle": [],
"last": "Grave",
"suffix": ""
},
{
"first": "Armand",
"middle": [],
"last": "Joulin",
"suffix": ""
},
{
"first": "Tomas",
"middle": [],
"last": "Mikolov",
"suffix": ""
}
],
"year": 2017,
"venue": "Transactions of the Association for Computational Linguistics",
"volume": "5",
"issue": "",
"pages": "135--146",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Piotr Bojanowski, Edouard Grave, Armand Joulin, and Tomas Mikolov. 2017. Enriching word vectors with subword information. Transactions of the Association for Computational Linguistics, 5:135-146.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Drug Enforcement Administration. 2020. Drugs of Abuse, A DEA Resource Guide. Drug Enforcement Administration",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Drug Enforcement Administration. 2020. Drugs of Abuse, A DEA Resource Guide. Drug Enforcement Adminis- tration.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Phonetic and wildcard search at drugs",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Drugs.com. 2020. Phonetic and wildcard search at drugs.com. https://www.drugs.com/ search-wildcard-phonetic.html.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Aspect-based sentiment analysis of drug reviews applying cross-domain and cross-data learning",
"authors": [
{
"first": "Felix",
"middle": [],
"last": "Gr\u00e4\u00dfer",
"suffix": ""
},
{
"first": "Surya",
"middle": [],
"last": "Kallumadi",
"suffix": ""
},
{
"first": "Hagen",
"middle": [],
"last": "Malberg",
"suffix": ""
},
{
"first": "Sebastian",
"middle": [],
"last": "Zaunseder",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 International Conference on Digital Health, DH '18",
"volume": "",
"issue": "",
"pages": "121--125",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Felix Gr\u00e4\u00dfer, Surya Kallumadi, Hagen Malberg, and Sebastian Zaunseder. 2018. Aspect-based sentiment analysis of drug reviews applying cross-domain and cross-data learning. In Proceedings of the 2018 International Con- ference on Digital Health, DH '18, page 121-125, New York, NY, USA. Association for Computing Machinery.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Kele Ding, Deric Kenne, and Dejing Dou. 2019. An insight analysis and detection of drug-abuse risk behavior on twitter with self-taught deep learning",
"authors": [
{
"first": "Han",
"middle": [],
"last": "Hu",
"suffix": ""
},
{
"first": "Nhathai",
"middle": [],
"last": "Phan",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Soon",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Chun",
"suffix": ""
},
{
"first": "Huy",
"middle": [],
"last": "Geller",
"suffix": ""
},
{
"first": "Xinyue",
"middle": [],
"last": "Vo",
"suffix": ""
},
{
"first": "Ruoming",
"middle": [],
"last": "Ye",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Jin",
"suffix": ""
}
],
"year": null,
"venue": "Computational Social Networks",
"volume": "6",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Han Hu, Nhathai Phan, Soon A Chun, James Geller, Huy Vo, Xinyue Ye, Ruoming Jin, Kele Ding, Deric Kenne, and Dejing Dou. 2019. An insight analysis and detection of drug-abuse risk behavior on twitter with self-taught deep learning. Computational Social Networks, 6(1):10, November.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Semantic annotation of consumer health questions",
"authors": [
{
"first": "Halil",
"middle": [],
"last": "Kilicoglu",
"suffix": ""
},
{
"first": "Asma",
"middle": [],
"last": "Ben Abacha",
"suffix": ""
},
{
"first": "Yassine",
"middle": [],
"last": "Mrabet",
"suffix": ""
},
{
"first": "Sonya",
"middle": [
"E"
],
"last": "Shooshan",
"suffix": ""
},
{
"first": "Laritza",
"middle": [],
"last": "Rodriguez",
"suffix": ""
},
{
"first": "Kate",
"middle": [],
"last": "Masterton",
"suffix": ""
},
{
"first": "Dina",
"middle": [],
"last": "Demner-Fushman",
"suffix": ""
}
],
"year": 2018,
"venue": "BMC Bioinformatics",
"volume": "",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halil Kilicoglu, Asma Ben Abacha, Yassine Mrabet, Sonya E. Shooshan, Laritza Rodriguez, Kate Masterton, and Dina Demner-Fushman. 2018. Semantic annotation of consumer health questions. BMC Bioinformatics, 19(1).",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Convolutional neural networks for sentence classification",
"authors": [
{
"first": "Yoon",
"middle": [],
"last": "Kim",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yoon Kim. 2014. Convolutional neural networks for sentence classification.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Overview of the fifth Social Media Mining for Health Applications (#SMM4H) Shared Tasks at COLING 2020",
"authors": [
{
"first": "Ari",
"middle": [
"Z"
],
"last": "Klein",
"suffix": ""
},
{
"first": "Ilseyar",
"middle": [],
"last": "Alimova",
"suffix": ""
},
{
"first": "Ivan",
"middle": [],
"last": "Flores",
"suffix": ""
},
{
"first": "Arjun",
"middle": [],
"last": "Magge",
"suffix": ""
},
{
"first": "Zulfat",
"middle": [],
"last": "Miftahutdinov",
"suffix": ""
},
{
"first": "Anne-Lyse",
"middle": [],
"last": "Minard",
"suffix": ""
},
{
"first": "Karen",
"middle": [
"O"
],
"last": "Connor",
"suffix": ""
},
{
"first": "Abeed",
"middle": [],
"last": "Sarker",
"suffix": ""
},
{
"first": "Elena",
"middle": [],
"last": "Tutubalina",
"suffix": ""
},
{
"first": "Davy",
"middle": [],
"last": "Weissenbacher",
"suffix": ""
},
{
"first": "Graciela",
"middle": [],
"last": "Gonzalez-Hernandez",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the Fifth Social Media Mining for Health Applications (#SMM4H) Workshop Shared Task",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ari Z. Klein, Ilseyar Alimova, Ivan Flores, Arjun Magge, Zulfat Miftahutdinov, Anne-Lyse Minard, Karen O'Connor, Abeed Sarker, Elena Tutubalina, Davy Weissenbacher, and Graciela Gonzalez-Hernandez. 2020. Overview of the fifth Social Media Mining for Health Applications (#SMM4H) Shared Tasks at COLING 2020. In Proceedings of the Fifth Social Media Mining for Health Applications (#SMM4H) Workshop Shared Task.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Text classification algorithms: A survey",
"authors": [
{
"first": "Jafari",
"middle": [],
"last": "Kowsari",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Meimandi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Heidarysafa",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mendu",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Barnes",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Brown",
"suffix": ""
}
],
"year": 2019,
"venue": "Information",
"volume": "10",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kowsari, Jafari Meimandi, Heidarysafa, Mendu, Barnes, and Brown. 2019. Text classification algorithms: A survey. Information, 10(4):150, Apr.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Narjes Nikzad, Meysam Chenaghlu, and Jianfeng Gao. 2020. Deep learning based text classification: A comprehensive review",
"authors": [
{
"first": "Shervin",
"middle": [],
"last": "Minaee",
"suffix": ""
},
{
"first": "Nal",
"middle": [],
"last": "Kalchbrenner",
"suffix": ""
},
{
"first": "Erik",
"middle": [],
"last": "Cambria",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shervin Minaee, Nal Kalchbrenner, Erik Cambria, Narjes Nikzad, Meysam Chenaghlu, and Jianfeng Gao. 2020. Deep learning based text classification: A comprehensive review.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Promoting reproducible research for characterizing nonmedical use of medications through data annotation: Description of a twitter corpus and guidelines",
"authors": [
{
"first": "O'",
"middle": [],
"last": "Karen",
"suffix": ""
},
{
"first": "Abeed",
"middle": [],
"last": "Connor",
"suffix": ""
},
{
"first": "Jeanmarie",
"middle": [],
"last": "Sarker",
"suffix": ""
},
{
"first": "Graciela",
"middle": [
"Gonzalez"
],
"last": "Perrone",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hernandez",
"suffix": ""
}
],
"year": 2020,
"venue": "J Med Internet Res",
"volume": "22",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karen O'Connor, Abeed Sarker, Jeanmarie Perrone, and Graciela Gonzalez Hernandez. 2020. Promoting repro- ducible research for characterizing nonmedical use of medications through data annotation: Description of a twitter corpus and guidelines. J Med Internet Res, 22(2):e15861, Feb.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Training complex models with multi-task weak supervision",
"authors": [
{
"first": "Alexander",
"middle": [],
"last": "Ratner",
"suffix": ""
},
{
"first": "Braden",
"middle": [],
"last": "Hancock",
"suffix": ""
},
{
"first": "Jared",
"middle": [],
"last": "Dunnmon",
"suffix": ""
},
{
"first": "Frederic",
"middle": [],
"last": "Sala",
"suffix": ""
},
{
"first": "Shreyash",
"middle": [],
"last": "Pandey",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "R\u00e9",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Alexander Ratner, Braden Hancock, Jared Dunnmon, Frederic Sala, Shreyash Pandey, and Christopher R\u00e9. 2018. Training complex models with multi-task weak supervision.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Machine learning and natural language processing for geolocation-centric monitoring and characterization of opioid-related social media chatter",
"authors": [
{
"first": "Abeed",
"middle": [],
"last": "Sarker",
"suffix": ""
},
{
"first": "Graciela",
"middle": [],
"last": "Gonzalez-Hernandez",
"suffix": ""
},
{
"first": "Yucheng",
"middle": [],
"last": "Ruan",
"suffix": ""
},
{
"first": "Jeanmarie",
"middle": [],
"last": "Perrone",
"suffix": ""
}
],
"year": 2019,
"venue": "JAMA Network Open",
"volume": "2",
"issue": "11",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abeed Sarker, Graciela Gonzalez-Hernandez, Yucheng Ruan, and Jeanmarie Perrone. 2019. Machine learning and natural language processing for geolocation-centric monitoring and characterization of opioid-related social media chatter. JAMA Network Open, 2(11).",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Mining social media for prescription medication abuse monitoring: a review and proposal for a data-centric framework",
"authors": [
{
"first": "Abeed",
"middle": [],
"last": "Sarker",
"suffix": ""
},
{
"first": "Annika",
"middle": [],
"last": "Deroos",
"suffix": ""
},
{
"first": "Jeanmarie",
"middle": [],
"last": "Perrone",
"suffix": ""
}
],
"year": 2020,
"venue": "J. Am. Med. Inform. Assoc",
"volume": "27",
"issue": "2",
"pages": "315--329",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abeed Sarker, Annika DeRoos, and Jeanmarie Perrone. 2020. Mining social media for prescription medication abuse monitoring: a review and proposal for a data-centric framework. J. Am. Med. Inform. Assoc., 27(2):315- 329, February.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Key substance use and mental health indicators in the united states: Results from the 2018 national survey on drug use and health (HHS publication no. pep19-5068, nsduh series h-54)",
"authors": [],
"year": 2019,
"venue": "Substance Abuse and Mental Health Services Administration",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Substance Abuse and Mental Health Services Administration. 2019. Key substance use and mental health in- dicators in the united states: Results from the 2018 national survey on drug use and health (HHS publication no. pep19-5068, nsduh series h-54). Technical report, Center for Behavioral Health Statistics and Quality, Substance Abuse and Mental Health Services Administration, Rockville, MD.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Food and Drug Administration",
"authors": [
{
"first": "U",
"middle": [
"S"
],
"last": "",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "U.S. Food and Drug Administration. 2018. Pharmacologic class. https://www.fda.gov/industry/ structured-product-labeling-resources/pharmacologic-class.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "EDA: easy data augmentation techniques for boosting performance on text classification tasks",
"authors": [
{
"first": "Jason",
"middle": [
"W"
],
"last": "Wei",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Zou",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jason W. Wei and Kai Zou. 2019. EDA: easy data augmentation techniques for boosting performance on text classification tasks. CoRR, abs/1901.11196.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Hierarchical attention networks for document classification",
"authors": [
{
"first": "Zichao",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Diyi",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Chris",
"middle": [],
"last": "Dyer",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Alex",
"middle": [],
"last": "Smola",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2016,
"venue": "HLT-NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zichao Yang, Diyi Yang, Chris Dyer, X. He, Alex Smola, and E. Hovy. 2016. Hierarchical attention networks for document classification. In HLT-NAACL.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "ABCNN: attention-based convolutional neural network for modeling sentence pairs",
"authors": [
{
"first": "Wenpeng",
"middle": [],
"last": "Yin",
"suffix": ""
},
{
"first": "Hinrich",
"middle": [],
"last": "Sch\u00fctze",
"suffix": ""
},
{
"first": "Bing",
"middle": [],
"last": "Xiang",
"suffix": ""
},
{
"first": "Bowen",
"middle": [],
"last": "Zhou",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wenpeng Yin, Hinrich Sch\u00fctze, Bing Xiang, and Bowen Zhou. 2015. ABCNN: attention-based convolutional neural network for modeling sentence pairs. CoRR, abs/1512.05193.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Combining statistics-based and cnn-based information for sentence classification",
"authors": [
{
"first": "Lang",
"middle": [],
"last": "Zhining",
"suffix": ""
},
{
"first": "Gu",
"middle": [],
"last": "Xiaozhuo",
"suffix": ""
},
{
"first": "Zhou",
"middle": [],
"last": "Quan",
"suffix": ""
},
{
"first": "Xu",
"middle": [],
"last": "Taizhong",
"suffix": ""
}
],
"year": 2016,
"venue": "IEEE 28th International Conference on Tools with Artificial Intelligence (ICTAI)",
"volume": "",
"issue": "",
"pages": "1012--1018",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lang Zhining, Gu Xiaozhuo, Zhou Quan, and Xu Taizhong. 2016. Combining statistics-based and cnn-based information for sentence classification. 2016 IEEE 28th International Conference on Tools with Artificial Intel- ligence (ICTAI), pages 1012-1018.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "Attention Based CNN with Output Layer Figure 2: Processing pipeline 2.7 Label Functions and Post-processing",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "Figure 3: Labelling functions evaluated for post-processing",
"num": null
},
"TABREF0": {
"content": "<table><tr><td>: Corpora -Text Sources for Unsupervised fastText Word-Embeddings Models</td></tr></table>",
"text": "",
"num": null,
"type_str": "table",
"html": null
},
"TABREF2": {
"content": "<table><tr><td>model system</td><td colspan=\"3\">F1 Score Precision Recall</td></tr><tr><td>SVM + Feature engineering</td><td>0.49</td><td>0.5276</td><td>0.4553</td></tr><tr><td colspan=\"2\">CNN with Attention and stacked Linear + post-processing 0.51</td><td>0.5306</td><td>0.4831</td></tr></table>",
"text": "Detailed Performance of final CNN architecture on validation split + augmented validation data4 Results and ConclusionIn this paper, we evaluate two systems as shown inTable 3.",
"num": null,
"type_str": "table",
"html": null
},
"TABREF3": {
"content": "<table/>",
"text": "System performance on official test data",
"num": null,
"type_str": "table",
"html": null
}
}
}
}