ACL-OCL / Base_JSON /prefixD /json /dravidianlangtech /2021.dravidianlangtech-1.49.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2021",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T16:20:59.598494Z"
},
"title": "SSNCSE NLP@DravidianLangTech-EACL2021: Meme classification for Tamil using machine learning approach",
"authors": [
{
"first": "B",
"middle": [],
"last": "Bharathi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nadar College of Engineering Kalavakkam -603110",
"location": {}
},
"email": "bharathib@ssn.edu.in"
},
{
"first": "Agnusimmaculate",
"middle": [],
"last": "Silvia",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nadar College of Engineering Kalavakkam -603110",
"location": {}
},
"email": "agnusimmaculate18011@cse.ssn.edu.in"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Social network is the place for the creation or sharing of information, ideas or other forms of expression among people. This exchange of information may contain offensive, trolling or malicious contents targeting users or communities. The memes is one of the way to include trolling. A meme is an image or video that represents the thoughts and feelings of a specific audience. The challenge of dealing with memes is that they are region-specific and their meaning is often obscured in humour or sarcasm. A meme is a form of media that spreads an idea or emotion across the internet. The multi modal nature of memes, postings of hateful memes or related events like trolling, cyberbullying are increasing day by day. Memes make it even more challenging since they express humour and sarcasm in an implicit way, because of which the meme may not be offensive if we only consider the text or the image. In this paper we proposed a approach for meme classification for Tamil language that considers only the text present in the meme. This work explains the submissions made by SSNCSE NLP in DravidanLangTech-EACL2021 task for meme classification in Tamil language. We achieve F1 scores of 0.50 using the proposed approach using the test-set.",
"pdf_parse": {
"paper_id": "2021",
"_pdf_hash": "",
"abstract": [
{
"text": "Social network is the place for the creation or sharing of information, ideas or other forms of expression among people. This exchange of information may contain offensive, trolling or malicious contents targeting users or communities. The memes is one of the way to include trolling. A meme is an image or video that represents the thoughts and feelings of a specific audience. The challenge of dealing with memes is that they are region-specific and their meaning is often obscured in humour or sarcasm. A meme is a form of media that spreads an idea or emotion across the internet. The multi modal nature of memes, postings of hateful memes or related events like trolling, cyberbullying are increasing day by day. Memes make it even more challenging since they express humour and sarcasm in an implicit way, because of which the meme may not be offensive if we only consider the text or the image. In this paper we proposed a approach for meme classification for Tamil language that considers only the text present in the meme. This work explains the submissions made by SSNCSE NLP in DravidanLangTech-EACL2021 task for meme classification in Tamil language. We achieve F1 scores of 0.50 using the proposed approach using the test-set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "More recently, as memes and GIFs dominate the social feeds; typo-graphic visual content has become a considerable element of social media. 'Meme' is a viral image or video often altered by internet users for humorous effect. These convey human expressions but with a wide range of emotions, and often require context to fully understand humor and sarcasm. \"Sarcasm is a type of sentiment where people express their negative feelings using positive or intensified positive words in the text (Bharti et al., 2016) \". The meme classification is handled by considering both the linguistic features as well as visual features. This task will be considered as multi modal approach. The approaches of natural language processing and computer vision are to be used for the meme classification task. Using this idea, a model has to be designed which deals with the challenges associated with the semantic nature of text and image, and performs classification on the emotional responses obtained.",
"cite_spans": [
{
"start": 490,
"end": 511,
"text": "(Bharti et al., 2016)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Tamil language is official language of Tamil Nadu, Singapore, and Sri Lanka (Chakravarthi, 2020b,a; Chakravarthi and Muralidaran, 2021) . From the 6th century BCE to the 3rd century CE, the Sangam (koodal) period encompassed ancient Tamil Nadu, Kerala, and portions of Sri Lanka (then known as Tamilakam). It was named after the illustrious Madurai-based Sangam (koodal) academies of poets and scholars. Tamil was the first Indian classical language to be listed as classical language, and it is one of the world's oldest classical languages still in use by common people. Inscriptions in the Tamil language written in Tamili (Tamil-Bharmi) script have been found in Sri Lanka, Thailand, and Egypt. This work explains the submissions made by SSNCSE NLP in DravidanLangTech-EACL2021 task for meme classification in Tamil language.",
"cite_spans": [
{
"start": 76,
"end": 99,
"text": "(Chakravarthi, 2020b,a;",
"ref_id": null
},
{
"start": 100,
"end": 135,
"text": "Chakravarthi and Muralidaran, 2021)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The remainder of the paper is organized as follows. Section 2 discusses the related work on meme classification and related tasks using text and images. The dataset about the shared task is described in Section . Section 4 outlines the features and machine learning algorithms used for this task. Results are discussed in Section 5. Section 6 concludes the paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Researchers experimented with few approaches used in the text sentiment classification task as well as emotion classification task using images. Sentiment analysis from the text is essential in understanding the idea behind the meme. The authors of (Wang and Wen, 2015) concentrate on generating meme descriptions through non parametric estimation approaches which uses lexical features, POS features, named-entity features, frame-semantics features and dependency triples. In (Amalia et al., 2018) , the memes are classified by applying image processing and OCR Tesseract which are combined with Na\u00efve Bayes Algorithm. The survey of using visual linguistic information used for meme classification, image capationed are discussed in (Afridi et al., 2020). The MultiOFF multimodal meme data set for offensive content detection data set was developed by (Suryawanshi et al., 2020a ) (Suryawanshi et al., 2020b) . Most of the research work on meme classification uses both linguistic and visual features for better performance. In our proposed approach, only text based features were used. The proposed work have been described in the next section.",
"cite_spans": [
{
"start": 477,
"end": 498,
"text": "(Amalia et al., 2018)",
"ref_id": "BIBREF1"
},
{
"start": 853,
"end": 879,
"text": "(Suryawanshi et al., 2020a",
"ref_id": "BIBREF10"
},
{
"start": 882,
"end": 909,
"text": "(Suryawanshi et al., 2020b)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "3 Data-set Analysis ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "From the given text transcription, n-gram and TFIDF and BERT embeddings are extracted as features. As the content of the memes is a mix of Dravidian language grammar in Roman lexicons along with English grammar, it becomes challenging to find pre-trained models for this context. So a simple n-gram approach is considered. Also, the advancements done by the transformer model for pretraining and the availability of multilingual trained models encourage to experiment with BERT pretrained embeddings. The extracted features are used to train machine learning models such as Multi-Layer Perceptron, Random Forest, K-nearest neighbour, and the performance of these models are compared. For shared task for meme classification is provided only with training set. To analyze the performance of the proposed approach, 5 fold cross validation is used. The metrics such as accuracy and weighted average F1 score are analyzed. The machine learning model implementations and the metrics of comparison is used from Scikit-learn 1 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental setup and features",
"sec_num": "4"
},
{
"text": "As the data-set consists of sentences in Tamil as well few colloquial words. So the n-gram model trained from scratch is considered for the tasks and this strategy has shown good results with HI-EN and BN-HI-EN datasets (Mishra et al., 2018) . Basic count-based and Term Frequency Inverse Document Frequency-based models are compared for feature extraction. The char TFIDF is calculated as explained in equation 1.",
"cite_spans": [
{
"start": 220,
"end": 241,
"text": "(Mishra et al., 2018)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Count and TFIDF n-grams",
"sec_num": "4.1"
},
{
"text": "For each char t in a document d from the document set D TD-IDF is calculated as: N is the total number of documents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Count and TFIDF n-grams",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "tf idf (t, d, D) = tf (t, d).idf (t, D)",
"eq_num": "(1)"
}
],
"section": "Count and TFIDF n-grams",
"sec_num": "4.1"
},
{
"text": "where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Count and TFIDF n-grams",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "tf (t, d) = log(1 + f req(t, d)) (2) idf (t, D) = log(N count(d D : t d))",
"eq_num": "(3)"
}
],
"section": "Count and TFIDF n-grams",
"sec_num": "4.1"
},
{
"text": "Different character n-gram are constructed with n-gram range varying from 1 to 7. Out of which n-gram range of 1-5 showed good results for meme classification task in Tamil.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Count and TFIDF n-grams",
"sec_num": "4.1"
},
{
"text": "The memes are given in Tamil language with few colloquial words. For experimental purpose BERT multilingual model is used for this task. BERT multilingual model trained on a large corpus from 104 different languages (Devlin et al., 2018) , which includes Malayalam, Tamil, and English could be considered. A fixed dimension embedding is generated by sentence-transformers, with the pre-trained base-multilingual-cased model implementation as explained in (Reimers and Gurevych, 2020) .",
"cite_spans": [
{
"start": 216,
"end": 237,
"text": "(Devlin et al., 2018)",
"ref_id": "BIBREF6"
},
{
"start": 455,
"end": 483,
"text": "(Reimers and Gurevych, 2020)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "BERT Embedding",
"sec_num": "4.2"
},
{
"text": "These embeddings are then used to classify as Troll or Not-troll by training a machine learning model. Different models such as Random Forest, K-nearest, and Multi Layer Perceptron (MLP) are compared, out of which the MLP with 512 hidden layers, generated the best results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "BERT Embedding",
"sec_num": "4.2"
},
{
"text": "The output from n-gram embedding is a sparse matrix of high dimension. And as the total number of training samples is limited, it is observed that the Random Forest model and MLP model is producing the same performance for this task. Whereas the embedding generated by the BERT model is of 512 dimensions for each meme. The model comparison based on train-set evaluation for the meme classification and cross-validation with k = is shown in table 2. As we can see that the overall performance of the TFIDF model is slightly better than the sentence transformers. This maybe is due to the difference in the base corpus the BERT model is trained on, which is conflicting with the given colloquial Tamil corpus. Whereas the TFIDF and the Count vectorization yielded similar results because of the short length of the meme and containing varied usage of words by different users. The performance of the cross validation scores for the different machine learning approaches are tabulated in Table 2 . From the Table 2 , it has been noted that Tfidf and n-gram features giving almost the same performance. The sentence transformer is slightly lower performance than the others, this may be because of the colloquial words used in the transcription.",
"cite_spans": [],
"ref_spans": [
{
"start": 986,
"end": 993,
"text": "Table 2",
"ref_id": "TABREF1"
},
{
"start": 1005,
"end": 1012,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Observations",
"sec_num": "5"
},
{
"text": "Performance of the test set is given in Table 3 . In Table 3 , the results of other participating teams are listed. ",
"cite_spans": [],
"ref_spans": [
{
"start": 40,
"end": 47,
"text": "Table 3",
"ref_id": "TABREF2"
},
{
"start": 53,
"end": 60,
"text": "Table 3",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Observations",
"sec_num": "5"
},
{
"text": "A meme is a form of media that spreads an idea or emotion across the internet. Memes make it even more challenging since they express humour and sarcasm in an implicit way, because of which the meme may not be offensive if we only consider the text or the image. In this paper we proposed a approach for meme classification for Tamil language that considers only the text present in the meme. Tfidf and n-gram features given slightly better performance than the sentence embeddings. We achieve F1 scores of 0.50 using the proposed approach using the test-set. Meme classification performance can be increased by considering visual features also.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "https://scikit-learn.org/stable/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A multimodal memes classification: A survey and open research issues",
"authors": [
{
"first": "Aftab",
"middle": [],
"last": "Tariq Habib Afridi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Alam",
"suffix": ""
},
{
"first": "Jawad",
"middle": [],
"last": "Muhammad Numan Khan",
"suffix": ""
},
{
"first": "Young-Koo",
"middle": [],
"last": "Khan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tariq Habib Afridi, Aftab Alam, Muhammad Numan Khan, Jawad Khan, and Young-Koo Lee. 2020. A multimodal memes classification: A survey and open research issues.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Meme opinion categorization by using optical character recognition (ocr) and na\u00efve bayes algorithm",
"authors": [
{
"first": "A",
"middle": [],
"last": "Amalia",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Sharif",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Haisar",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Gunawan",
"suffix": ""
},
{
"first": "B",
"middle": [
"B"
],
"last": "Nasution",
"suffix": ""
}
],
"year": 2018,
"venue": "2018 Third International Conference on Informatics and Computing (ICIC)",
"volume": "",
"issue": "",
"pages": "1--5",
"other_ids": {
"DOI": [
"10.1109/IAC.2018.8780410"
]
},
"num": null,
"urls": [],
"raw_text": "A. Amalia, A. Sharif, F. Haisar, D. Gunawan, and B. B. Nasution. 2018. Meme opinion categorization by using optical character recognition (ocr) and na\u00efve bayes algorithm. In 2018 Third International Con- ference on Informatics and Computing (ICIC), pages 1-5.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Sarcastic sentiment detection in tweets streamed in real time: a big data approach",
"authors": [
{
"first": "S",
"middle": [
"K"
],
"last": "Bharti",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Vachha",
"suffix": ""
},
{
"first": "R",
"middle": [
"K"
],
"last": "Pradhan",
"suffix": ""
},
{
"first": "K",
"middle": [
"S"
],
"last": "Babu",
"suffix": ""
},
{
"first": "S",
"middle": [
"K"
],
"last": "Jena",
"suffix": ""
}
],
"year": 2016,
"venue": "Digital Communications and Networks",
"volume": "2",
"issue": "3",
"pages": "108--121",
"other_ids": {
"DOI": [
"10.1016/j.dcan.2016.06.002"
]
},
"num": null,
"urls": [],
"raw_text": "S.K. Bharti, B. Vachha, R.K. Pradhan, K.S. Babu, and S.K. Jena. 2016. Sarcastic sentiment detection in tweets streamed in real time: a big data approach. Digital Communications and Networks, 2(3):108- 121. Advances in Big Data.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"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. 2020a. 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
},
"BIBREF4": {
"ref_id": "b4",
"title": "Leveraging orthographic information to improve machine translation of under-resourced languages",
"authors": [
{
"first": "Chakravarthi",
"middle": [],
"last": "Bharathi Raja",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bharathi Raja Chakravarthi. 2020b. Leveraging ortho- graphic information to improve machine translation of under-resourced languages. Ph.D. thesis, NUI Galway.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"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
},
"BIBREF6": {
"ref_id": "b6",
"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": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1810.04805"
]
},
"num": null,
"urls": [],
"raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2018. Bert: Pre-training of deep bidirectional transformers for language understand- ing. arXiv preprint arXiv:1810.04805.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Code-mixed sentiment analysis using machine learning and neural network approaches",
"authors": [
{
"first": "Pruthwik",
"middle": [],
"last": "Mishra",
"suffix": ""
},
{
"first": "Prathyusha",
"middle": [],
"last": "Danda",
"suffix": ""
},
{
"first": "Pranav",
"middle": [],
"last": "Dhakras",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pruthwik Mishra, Prathyusha Danda, and Pranav Dhakras. 2018. Code-mixed sentiment analysis using machine learning and neural network ap- proaches.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Making monolingual sentence embeddings multilingual using knowledge distillation",
"authors": [
{
"first": "Nils",
"middle": [],
"last": "Reimers",
"suffix": ""
},
{
"first": "Iryna",
"middle": [],
"last": "Gurevych",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:2004.09813"
]
},
"num": null,
"urls": [],
"raw_text": "Nils Reimers and Iryna Gurevych. 2020. Mak- ing monolingual sentence embeddings multilin- gual using knowledge distillation. arXiv preprint arXiv:2004.09813.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"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
},
"BIBREF10": {
"ref_id": "b10",
"title": "Multimodal meme dataset (MultiOFF) for identifying offensive content in image and text",
"authors": [
{
"first": "Shardul",
"middle": [],
"last": "Suryawanshi",
"suffix": ""
},
{
"first": "Mihael",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Arcan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Buitelaar",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the Second Workshop on Trolling, Aggression and Cyberbullying",
"volume": "",
"issue": "",
"pages": "32--41",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shardul Suryawanshi, Bharathi Raja Chakravarthi, Mi- hael Arcan, and Paul Buitelaar. 2020a. Multimodal meme dataset (MultiOFF) for identifying offensive content in image and text. In Proceedings of the Sec- ond Workshop on Trolling, Aggression and Cyber- bullying, pages 32-41, Marseille, France. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Multimodal meme dataset (MultiOFF) for identifying offensive content in image and text",
"authors": [
{
"first": "Shardul",
"middle": [],
"last": "Suryawanshi",
"suffix": ""
},
{
"first": "Mihael",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Arcan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Buitelaar",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the Second Workshop on Trolling, Aggression and Cyberbullying",
"volume": "",
"issue": "",
"pages": "32--41",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shardul Suryawanshi, Bharathi Raja Chakravarthi, Mi- hael Arcan, and Paul Buitelaar. 2020b. Multimodal meme dataset (MultiOFF) for identifying offensive content in image and text. In Proceedings of the Sec- ond Workshop on Trolling, Aggression and Cyber- bullying, pages 32-41, Marseille, France. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "A dataset for troll classification of TamilMemes",
"authors": [
{
"first": "Shardul",
"middle": [],
"last": "Suryawanshi",
"suffix": ""
},
{
"first": "Pranav",
"middle": [],
"last": "Bharathi Raja Chakravarthi",
"suffix": ""
},
{
"first": "Mihael",
"middle": [],
"last": "Verma",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Arcan",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Philip Mccrae",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Buitelaar",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the WILDRE5-5th Workshop on Indian Language Data: Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "7--13",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shardul Suryawanshi, Bharathi Raja Chakravarthi, Pranav Verma, Mihael Arcan, John Philip McCrae, and Paul Buitelaar. 2020c. A dataset for troll clas- sification of TamilMemes. In Proceedings of the WILDRE5-5th Workshop on Indian Language Data: Resources and Evaluation, pages 7-13, Marseille, France. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "2015. I can has cheezburger? a nonparanormal approach to combining textual and visual information for predicting and generating popular meme descriptions",
"authors": [
{
"first": "Yang",
"middle": [],
"last": "William",
"suffix": ""
},
{
"first": "Miaomiao",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Wen",
"suffix": ""
}
],
"year": null,
"venue": "Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
"volume": "",
"issue": "",
"pages": "355--365",
"other_ids": {
"DOI": [
"10.3115/v1/N15-1039"
]
},
"num": null,
"urls": [],
"raw_text": "William Yang Wang and Miaomiao Wen. 2015. I can has cheezburger? a nonparanormal approach to com- bining textual and visual information for predicting and generating popular meme descriptions. In Pro- ceedings of the 2015 Conference of the North Amer- ican Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 355-365, Denver, Colorado. Association for Com- putational Linguistics.",
"links": null
}
},
"ref_entries": {
"TABREF0": {
"content": "<table><tr><td colspan=\"3\">Class label Train set Test set</td></tr><tr><td>Troll</td><td>1282</td><td>395</td></tr><tr><td>Not troll</td><td>1018</td><td>272</td></tr></table>",
"html": null,
"text": "Data distribution for meme classification in Tamil",
"num": null,
"type_str": "table"
},
"TABREF1": {
"content": "<table><tr><td>Features</td><td>Classifiers</td><td>Acc</td></tr><tr><td>Tfidf</td><td>MLP</td><td>89</td></tr><tr><td>Tfidf</td><td colspan=\"2\">Random forest 89</td></tr><tr><td>Tfidf</td><td>K-nearest</td><td>88</td></tr><tr><td>Count-vec</td><td>MLP</td><td>89</td></tr><tr><td>Count-vec</td><td colspan=\"2\">Random forest 87</td></tr><tr><td>Count-vec</td><td>K-nearest</td><td>86</td></tr><tr><td colspan=\"2\">Sent. Transformer MLP</td><td>85</td></tr></table>",
"html": null,
"text": "Cross validation scores of the meme classification task using different machine learning approaches",
"num": null,
"type_str": "table"
},
"TABREF2": {
"content": "<table><tr><td>Team</td><td colspan=\"3\">Precision Recall F1</td></tr><tr><td colspan=\"2\">Codewithzichao 0.57</td><td>0.60</td><td>0.55</td></tr><tr><td>IIITK</td><td>0.56</td><td>0.59</td><td>0.54</td></tr><tr><td>NLP@CUET</td><td>0.55</td><td>0.58</td><td>0.52</td></tr><tr><td>SSNCSE NLP</td><td>0.58</td><td>0.60</td><td>0.50</td></tr><tr><td>Simon work</td><td>0.53</td><td>0.58</td><td>0.49</td></tr><tr><td>TrollMeta</td><td>0.45</td><td>0.41</td><td>0.48</td></tr><tr><td>UVCE-IIITT</td><td>0.60</td><td>0.60</td><td>0.46</td></tr><tr><td>cean</td><td>0.53</td><td>0.57</td><td>0.43</td></tr><tr><td>HUB</td><td>0.50</td><td>0.54</td><td>0.40</td></tr><tr><td>iiit dwd</td><td>0.52</td><td>0.59</td><td>0.30</td></tr></table>",
"html": null,
"text": "Performance of the meme classification task using test set",
"num": null,
"type_str": "table"
}
}
}
}