ACL-OCL / Base_JSON /prefixL /json /ltedi /2021.ltedi-1.24.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2021",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T12:12:07.792325Z"
},
"title": "Hopeful NLP@LT-EDI-EACL2021: Finding Hope in YouTube Comment Section",
"authors": [
{
"first": "Vasudev",
"middle": [],
"last": "Awatramani",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Agrasen Institute of Technology New Delhi",
"location": {}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The proliferation of Hate Speech and misinformation in social media is fast becoming a menace to society. In compliment, the dissemination of hate-diffusing, promising and anti-oppressive messages become a unique alternative. Unfortunately, due to its complex nature as well as the relatively limited manifestation in comparison to hostile and neutral content, the identification of Hope Speech becomes a challenge. This work revolves around the detection of Hope Speech in Youtube comments, for the Shared Task on Hope Speech Detection for Equality, Diversity, and Inclusion (Chakravarthi and Muralidaran, 2021). We achieve an f-score of 0.93, ranking 1 st on the leaderboard for English comments.",
"pdf_parse": {
"paper_id": "2021",
"_pdf_hash": "",
"abstract": [
{
"text": "The proliferation of Hate Speech and misinformation in social media is fast becoming a menace to society. In compliment, the dissemination of hate-diffusing, promising and anti-oppressive messages become a unique alternative. Unfortunately, due to its complex nature as well as the relatively limited manifestation in comparison to hostile and neutral content, the identification of Hope Speech becomes a challenge. This work revolves around the detection of Hope Speech in Youtube comments, for the Shared Task on Hope Speech Detection for Equality, Diversity, and Inclusion (Chakravarthi and Muralidaran, 2021). We achieve an f-score of 0.93, ranking 1 st on the leaderboard for English comments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "With the rampant adoption of social media, problems like hostile speech detection have caught extensive attention in Natural Language Processing (NLP) research Suryawanshi and Chakravarthi, 2021) . However, there has been little work on the identification of text that promotes positivity and social well-being. As social media becomes predominant in the daily lives of people, it is crucial, not only to protect users from hateful and discriminative content but also encourage communication that triggers optimism and hope. Such expression in a narrow sense may be referred to as Hope Speech and its identification in the digital space as Hope Speech Detection (Puranik et al., 2021; Ghanghor et al., 2021) . However, such a task is further challenging as the definition is highly subjective and evolving. Neutral or Positive content with no indication of hostility is not necessarily a sufficient determinant. Advocacy of ideas that promote social well-being, ethics, equality, inclusion, tolerance, diversity, a fair representation of minorities, or either the appreciation or motivation for an individual or a group, are a few indicators of Hope Speech. Moreover, criticism of oppressive or malicious elements of society may also fall under such a category. Furthermore, one does not need to express such beliefs with the present but may incorporate past or future developments.",
"cite_spans": [
{
"start": 160,
"end": 195,
"text": "Suryawanshi and Chakravarthi, 2021)",
"ref_id": "BIBREF15"
},
{
"start": 662,
"end": 684,
"text": "(Puranik et al., 2021;",
"ref_id": "BIBREF14"
},
{
"start": 685,
"end": 707,
"text": "Ghanghor et al., 2021)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Hope Speech Detection is a nascent research task by (Palakodety et al., 2020) . The authors proposed automatic identification of positive web content that may diffuse hostility on social media platforms due to political tensions around the 2019 Pulwama Terror Attack 1 . The authors mined a multilingual (Hindi and English) corpus by scrapping comments from Youtube videos related to the crisis. The authors developed a comprehensive system that took statistical NLP features: n-grams, along with temporal sentiment scores. The system also employed language identification using polyglot FastText (Bojanowski et al., 2017) , to achieve an F1-score of 78.51 and 95.48 AUC. However, the work differs from HopeEDI (Chakravarthi, 2020) as it focuses on alleviation of tension and violence and ignores other aspects of hope.",
"cite_spans": [
{
"start": 52,
"end": 77,
"text": "(Palakodety et al., 2020)",
"ref_id": "BIBREF13"
},
{
"start": 597,
"end": 622,
"text": "(Bojanowski et al., 2017)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The study focuses on HopeEDI dataset as part of the Shared Task on Hope Speech Detection for Equality, Diversity, and Inclusion. We compare our experimental outcomes with the results with (Chakravarthi, 2020) as the baseline. Chakravarthi (2020) employed TFIdf: token frequency-inverse document frequency along with classifiers such as Multinomial Naive Bayes, K-nearest neighbours, Support Vector Machine, Decision Tree and Logistic Regression. Decision tree delivered the highest F-Score for English and Malayalam while Tamil performed well with Logistic Regression. A more thorough comparison occurs in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "The HopeEDI dataset consists of 3 languages: English, Tamil and Malayalam. The task can be addressed as a sequence classification problem with 3 class: Hope Speech, Not Hope Speech and Not belonging to the given language. Weighted F1 score is employed as an evaluation metric over the 3 languages separately. Moreover, Tamil and Malayalam consist of text samples in romanized and native scripts. This section describes the experiments conducted for the task and states their outcomes over the validation set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "3"
},
{
"text": "Customarily, models involving NLP Tasks were trained after random initialization of the network parameters. In Transfer Learning, a neural network is fine-tuned on a particular task after being pretrained on a general task enabling a given neural network to converge faster and lesser amount of data. Originally, transfer learning has been mainly linked with the fine-tuning of deep learning models trained on the ImageNet dataset (Deng et al., 2009) . Recently, the field of NLP has witnessed the emergence of various transfer learning techniques and architectures which considerably improved upon the state-of-the-art on a wide array of NLP tasks. Transfer learning can be employed for applications where there is a lack of availability of sufficient training data. The target dataset should ideally be related to the priorly trained dataset for effective learning. This nature of training is generally attributed as Semi-Supervised training where the network is first trained as a language model on a comprehensive dataset followed by supervised training on a labelled training dataset.",
"cite_spans": [
{
"start": 431,
"end": 450,
"text": "(Deng et al., 2009)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transfer Learning",
"sec_num": "3.1"
},
{
"text": "We evaluate such models for the task of hostilitydiffusing speech detection, trained over a batch size of 128 over 4 epochs. For English, we experiment with BERT (Devlin et al., 2019) and RoBERTa (Liu et al., 2019) .",
"cite_spans": [
{
"start": 162,
"end": 183,
"text": "(Devlin et al., 2019)",
"ref_id": "BIBREF7"
},
{
"start": 196,
"end": 214,
"text": "(Liu et al., 2019)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Transfer Learning",
"sec_num": "3.1"
},
{
"text": "F1-Score BERT-base-cased 0.9230 BERT-large-cased 0.9253 RoBERTa-base 0.9313 RoBERTa-large 0.9261 Adversarial perturbations attempt to fool models by feeding deceptive input. In general, when a data sample is perturbed, they appear to maintain the same fidelity for humans but manage to get the confuse model prediction. The model mispredicts the target for the perturbed sample as opposed to predicting correctly in the original scenario.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "Paraphrasing (Lei et al., 2019) is one such attack that preserves both semantic meaning and syntactically validity as well as transforms text into suitable replacements. However, we apply an earlier variation of sentence-level paraphrasing (Mallinson et al., 2017) as a means for language-targetted data augmentation. In this approach, we consider Dutch as the translating language. Both English and Dutch fall under the West Germanic hierarchy of Proto-Germanic languages, with English being Anglo-Frisian and Dutch being Netherlandic-German. Therefore, by choosing a similar language, the generated paraphrases do not lose much semantic meaning but add variability for effective data augmentation. It may noted, this approach cannot be extended to other languages in the task such as Malayalam and Tamil, because translation method (googletrans) employed cannot handle romanized and transliterated text effectively.",
"cite_spans": [
{
"start": 13,
"end": 31,
"text": "(Lei et al., 2019)",
"ref_id": "BIBREF9"
},
{
"start": 240,
"end": 264,
"text": "(Mallinson et al., 2017)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "F1-Score BERT + Paraphrasing Aug. 0.90 RoBERTa + Paraphrasing Aug. 0.90 ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Approach",
"sec_num": null
},
{
"text": "Following are described results of the task evaluated over the test set. Our system ranked 1 st overall with F1-Score of 0.93 for English, and 4 th for Malayalam with 0.78 F-Score.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "4"
},
{
"text": "F1-Score Baseline (Chakravarthi, 2020) 0.90 roBERTa-base 0.90 BERT-large-cased 0.88 ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "In this work, we present a simple means of Hope Speech Identification using Pre-trained transformers and Paraphrasing Generation for Data Augmentation. Our future work shall concentrate on interpretability, specifically answering questions like what makes a text an instance of Hope Speech. Moreover, we will attempt to couple more modalities with text, such as audio recording and images or even video clips that collectively promote hope speech.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"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": "0",
"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 Associa- tion for Computational Linguistics, 5(0):135-146.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "HopeEDI: A multilingual hope speech detection dataset for equality, diversity, and inclusion",
"authors": [
{
"first": "Chakravarthi",
"middle": [],
"last": "Bharathi Raja",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the Third Workshop on Computational Modeling of People's Opinions, Personality, and Emotion's in Social Media",
"volume": "",
"issue": "",
"pages": "41--53",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharathi Raja Chakravarthi. 2020. HopeEDI: A mul- tilingual hope speech detection dataset for equality, diversity, and inclusion. In Proceedings of the Third Workshop on Computational Modeling of People's Opinions, Personality, and Emotion's in Social Me- dia, pages 41-53, Barcelona, Spain (Online). Asso- ciation for Computational Linguistics.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Overview of the track on HASOC-Offensive Language Identification-DravidianCodeMix",
"authors": [
{
"first": "Anand",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Kumar",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Philip Mccrae",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Premjith",
"suffix": ""
},
{
"first": "K",
"middle": [
"P"
],
"last": "Soman",
"suffix": ""
},
{
"first": "Thomas",
"middle": [],
"last": "Mandl",
"suffix": ""
}
],
"year": 2020,
"venue": "Working Notes of the Forum for Information Retrieval Evaluation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharathi Raja Chakravarthi, M Anand Kumar, John Philip McCrae, Premjith B, Soman KP, and Thomas Mandl. 2020. Overview of the track on HASOC-Offensive Language Identification- DravidianCodeMix. In Working Notes of the Forum for Information Retrieval Evaluation (FIRE 2020).",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "CEUR Workshop Proceedings",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "CEUR Workshop Proceedings. In: CEUR-WS. org, Hyderabad, India.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Findings of the shared task on Hope Speech Detection for Equality, Diversity, and Inclusion",
"authors": [
{
"first": "Vigneshwaran",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Muralidaran",
"suffix": ""
}
],
"year": 2021,
"venue": "Proceedings of the First Workshop on Language Technology for Equality, Diversity and Inclusion",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharathi Raja Chakravarthi and Vigneshwaran Mural- idaran. 2021. Findings of the shared task on Hope Speech Detection for Equality, Diversity, and Inclu- sion. In Proceedings of the First Workshop on Lan- guage Technology for Equality, Diversity and Inclu- sion. Association for Computational Linguistics.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Findings of the shared task on Offensive Language Identification in Tamil, Malayalam, and Kannada",
"authors": [
{
"first": "Ruba",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
},
{
"first": "Navya",
"middle": [],
"last": "Priyadharshini",
"suffix": ""
},
{
"first": "Anand",
"middle": [],
"last": "Jose",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kumar",
"suffix": ""
},
{
"first": "Thomas",
"middle": [],
"last": "Mandl",
"suffix": ""
},
{
"first": "Prasanna",
"middle": [],
"last": "Kumar Kumaresan",
"suffix": ""
},
{
"first": "Rahul",
"middle": [],
"last": "Ponnusamy",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Hariharan",
"suffix": ""
},
{
"first": "Elizabeth",
"middle": [],
"last": "Sherly",
"suffix": ""
},
{
"first": "John",
"middle": [
"Philip"
],
"last": "Mc-Crae",
"suffix": ""
}
],
"year": 2021,
"venue": "Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages. Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharathi Raja Chakravarthi, Ruba Priyadharshini, Navya Jose, Anand Kumar M, Thomas Mandl, Prasanna Kumar Kumaresan, Rahul Ponnusamy, Hariharan V, Elizabeth Sherly, and John Philip Mc- Crae. 2021. Findings of the shared task on Offen- sive Language Identification in Tamil, Malayalam, and Kannada. In Proceedings of the First Workshop on Speech and Language Technologies for Dravid- ian Languages. Association for Computational Lin- guistics.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Imagenet: A large-scale hierarchical image database",
"authors": [
{
"first": "J",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Dong",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Socher",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Kai",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Fei-Fei",
"suffix": ""
}
],
"year": 2009,
"venue": "2009 IEEE Conference on Computer Vision and Pattern Recognition",
"volume": "",
"issue": "",
"pages": "248--255",
"other_ids": {
"DOI": [
"10.1109/CVPR.2009.5206848"
]
},
"num": null,
"urls": [],
"raw_text": "J. Deng, W. Dong, R. Socher, L. Li, Kai Li, and Li Fei-Fei. 2009. Imagenet: A large-scale hierarchical image database. In 2009 IEEE Conference on Com- puter Vision and Pattern Recognition, pages 248- 255.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "BERT: Pre-training of deep bidirectional transformers for language understanding",
"authors": [
{
"first": "Jacob",
"middle": [],
"last": "Devlin",
"suffix": ""
},
{
"first": "Ming-Wei",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "1",
"issue": "",
"pages": "4171--4186",
"other_ids": {
"DOI": [
"10.18653/v1/N19-1423"
]
},
"num": null,
"urls": [],
"raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language under- standing. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 4171-4186, Minneapolis, Minnesota. Associ- ation for Computational Linguistics.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "IIITK@LT-EDI-EACL2021: Hope Speech Detection for Equality, Diversity, and Inclusion in Tamil, Malayalam and English",
"authors": [
{
"first": "Rahul",
"middle": [],
"last": "Nikhil Kumar Ghanghor",
"suffix": ""
},
{
"first": "Prasanna",
"middle": [],
"last": "Ponnusamy",
"suffix": ""
},
{
"first": "Ruba",
"middle": [],
"last": "Kumar Kumaresan",
"suffix": ""
},
{
"first": "Sajeetha",
"middle": [],
"last": "Priyadharshini",
"suffix": ""
},
{
"first": "Bharathi Raja",
"middle": [],
"last": "Thavareesan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Chakravarthi",
"suffix": ""
}
],
"year": 2021,
"venue": "Proceedings of the First Workshop on Language Technology for Equality, Diversity and Inclusion",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nikhil Kumar Ghanghor, Rahul Ponnusamy, Prasanna Kumar Kumaresan, Ruba Priyad- harshini, Sajeetha Thavareesan, and Bharathi Raja Chakravarthi. 2021. IIITK@LT-EDI-EACL2021: Hope Speech Detection for Equality, Diversity, and Inclusion in Tamil, Malayalam and English. In Proceedings of the First Workshop on Language Technology for Equality, Diversity and Inclusion, Online.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Discrete adversarial attacks and submodular optimization with applications to text classification",
"authors": [
{
"first": "Qi",
"middle": [],
"last": "Lei",
"suffix": ""
},
{
"first": "Lingfei",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Pin-Yu",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Alex",
"middle": [],
"last": "Dimakis",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Inderjit",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"J"
],
"last": "Dhillon",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Witbrock",
"suffix": ""
}
],
"year": 2019,
"venue": "Proceedings of Machine Learning and Systems",
"volume": "1",
"issue": "",
"pages": "146--165",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Qi Lei, Lingfei Wu, Pin-Yu Chen, Alex Dimakis, Inder- jit S. Dhillon, and Michael J Witbrock. 2019. Dis- crete adversarial attacks and submodular optimiza- tion with applications to text classification. In Pro- ceedings of Machine Learning and Systems, vol- ume 1, pages 146-165.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Paraphrasing revisited with neural machine translation",
"authors": [
{
"first": "Jonathan",
"middle": [],
"last": "Mallinson",
"suffix": ""
},
{
"first": "Rico",
"middle": [],
"last": "Sennrich",
"suffix": ""
},
{
"first": "Mirella",
"middle": [],
"last": "Lapata",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics",
"volume": "1",
"issue": "",
"pages": "881--893",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jonathan Mallinson, Rico Sennrich, and Mirella Lap- ata. 2017. Paraphrasing revisited with neural ma- chine translation. In Proceedings of the 15th Con- ference of the European Chapter of the Association for Computational Linguistics: Volume 1, Long Pa- pers, pages 881-893, Valencia, Spain. Association for Computational Linguistics.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Overview of the HASOC Track at FIRE 2020: Hate Speech and Offensive Language Identification in Tamil",
"authors": [
{
"first": "Thomas",
"middle": [],
"last": "Mandl",
"suffix": ""
},
{
"first": "Sandip",
"middle": [],
"last": "Modha",
"suffix": ""
},
{
"first": "Anand",
"middle": [],
"last": "Kumar",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Bharathi Raja Chakravarthi ;",
"middle": [],
"last": "Malayalam",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hindi",
"suffix": ""
},
{
"first": "German",
"middle": [],
"last": "English",
"suffix": ""
}
],
"year": 2020,
"venue": "Forum for Information Retrieval Evaluation",
"volume": "2020",
"issue": "",
"pages": "29--32",
"other_ids": {
"DOI": [
"10.1145/3441501.3441517"
]
},
"num": null,
"urls": [],
"raw_text": "Thomas Mandl, Sandip Modha, Anand Kumar M, and Bharathi Raja Chakravarthi. 2020. Overview of the HASOC Track at FIRE 2020: Hate Speech and Offensive Language Identification in Tamil, Malay- alam, Hindi, English and German. In Forum for Information Retrieval Evaluation, FIRE 2020, page 29-32, New York, NY, USA. Association for Com- puting Machinery.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Hope speech detection: A computational analysis of the voice of peace",
"authors": [
{
"first": "Shriphani",
"middle": [],
"last": "Palakodety",
"suffix": ""
},
{
"first": "Ashiqur",
"middle": [
"R"
],
"last": "Khudabukhsh",
"suffix": ""
},
{
"first": "Jaime",
"middle": [
"G"
],
"last": "Carbonell",
"suffix": ""
}
],
"year": 2020,
"venue": "-Including 10th Conference on Prestigious Applications of Artificial Intelligence (PAIS 2020)",
"volume": "",
"issue": "",
"pages": "1881--1889",
"other_ids": {
"DOI": [
"10.3233/FAIA200305"
]
},
"num": null,
"urls": [],
"raw_text": "Shriphani Palakodety, Ashiqur R. KhudaBukhsh, and Jaime G. Carbonell. 2020. Hope speech detection: A computational analysis of the voice of peace. In ECAI 2020 -24th European Conference on Artificial Intelligence, 29 August-8 September 2020, Santiago de Compostela, Spain, August 29 -September 8, 2020 -Including 10th Conference on Prestigious Ap- plications of Artificial Intelligence (PAIS 2020), vol- ume 325 of Frontiers in Artificial Intelligence and Applications, pages 1881-1889. IOS Press.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "IIITT@LT-EDI-EACL2021-Hope Speech Detection: There is always hope in Transformers",
"authors": [
{
"first": "Karthik",
"middle": [],
"last": "Puranik",
"suffix": ""
},
{
"first": "Adeep",
"middle": [],
"last": "Hande",
"suffix": ""
},
{
"first": "Ruba",
"middle": [],
"last": "Priyadharshini",
"suffix": ""
},
{
"first": "Sajeetha",
"middle": [],
"last": "Thavareesan",
"suffix": ""
},
{
"first": "Bharathi Raja",
"middle": [],
"last": "Chakravarthi",
"suffix": ""
}
],
"year": 2021,
"venue": "Proceedings of the First Workshop on Language Technology for Equality, Diversity and Inclusion",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karthik Puranik, Adeep Hande, Ruba Priyad- harshini, Sajeetha Thavareesan, and Bharathi Raja Chakravarthi. 2021. IIITT@LT-EDI-EACL2021- Hope Speech Detection: There is always hope in Transformers. In Proceedings of the First Workshop on Language Technology for Equality, Diversity and Inclusion. Association for Computational Linguistics.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Findings of the shared task on Troll Meme Classification in Tamil",
"authors": [
{
"first": "Shardul",
"middle": [],
"last": "Suryawanshi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
}
],
"year": 2021,
"venue": "Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages. Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shardul Suryawanshi and Bharathi Raja Chakravarthi. 2021. Findings of the shared task on Troll Meme Classification in Tamil. In Proceedings of the First Workshop on Speech and Language Technologies for Dravidian Languages. Association for Compu- tational Linguistics.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Figure 1: Paraphrase Generation",
"uris": null,
"num": null,
"type_str": "figure"
},
"TABREF0": {
"num": null,
"type_str": "table",
"text": "Weighted F1 score over English Validation Set3.2 Paraphrasing is not always Adversarial",
"html": null,
"content": "<table/>"
},
"TABREF1": {
"num": null,
"type_str": "table",
"text": "Weighted F1 score over Test Sets using Paraphrasing Data Augmentation",
"html": null,
"content": "<table/>"
},
"TABREF2": {
"num": null,
"type_str": "table",
"text": "Weighted F1 score over English Test Set",
"html": null,
"content": "<table><tr><td>Model</td><td>F1-Score</td></tr><tr><td colspan=\"2\">Baseline (Chakravarthi, 2020) 0.73</td></tr><tr><td>mBERT-cased</td><td>0.81</td></tr><tr><td>XLM-RobERTa-Large</td><td>0.81</td></tr></table>"
},
"TABREF3": {
"num": null,
"type_str": "table",
"text": "Weighted F1 score over Malayalam Test Set",
"html": null,
"content": "<table/>"
}
}
}
}