<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Detection of Abusive Records by Analyzing the Tweets in Urdu Language Exploring Transformer Based Models</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sakshi</forename><surname>Kalra</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Information Systems</orgName>
								<orgName type="institution">Birla Institute of Technology and Science Pilani</orgName>
								<address>
									<settlement>Pilani Campus</settlement>
									<region>Rajasthan</region>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Yash</forename><surname>Bansal</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Information Systems</orgName>
								<orgName type="institution">Birla Institute of Technology and Science Pilani</orgName>
								<address>
									<settlement>Pilani Campus</settlement>
									<region>Rajasthan</region>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Yashvardhan</forename><surname>Sharma</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Information Systems</orgName>
								<orgName type="institution">Birla Institute of Technology and Science Pilani</orgName>
								<address>
									<settlement>Pilani Campus</settlement>
									<region>Rajasthan</region>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">Forum for Information Retrieval Evaluation</orgName>
								<address>
									<addrLine>December 13-17</addrLine>
									<postCode>2021</postCode>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Detection of Abusive Records by Analyzing the Tweets in Urdu Language Exploring Transformer Based Models</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">4EA866037198F6271105D7A5ABED327D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T01:37+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Abusive Language Detection</term>
					<term>Hate Speech</term>
					<term>Label Classification</term>
					<term>Versions of BERT</term>
					<term>HASOC</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>As social media platforms grow in popularity and importance, the consequences of their misuse become more severe. Numerous posts containing abusive language directed at specific users worsen users' experiences on such platforms. In this paper, we look at the task of detecting Abuse in the Urdu Language. We experiment with different machine learning algorithms and Transformer based models to achieve the best results on this one-of-a-kind task of Abusive language detection in Urdu. We got accuracy equal to 0.93607 on the test dataset using the soft voting technique with the help of 3 transformer based-techniques such as Urduhack, BERT, and XLM-Roberta.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>With the advent of social media, anti-social and abusive behavior has become a prominent occurrence online. Undesirable psychological effects of abuse on individuals make it an important societal problem of our time <ref type="bibr" target="#b0">[1]</ref>. Pew Research Centre, in its latest report on online harassment <ref type="bibr" target="#b1">[2]</ref>, revealed that 40% of adults in the United States had experienced abusive behavior online, of which 18% have faced severe forms of harassment, e.g., that of sexual nature. These statistics stress the need for automated detection and moderation systems. Hence, a new research effort on abusive language detection has sprung up in NLP in recent years.</p><p>Online communities, social media enterprises, and technology companies are investing heavily and encouraging research in this area by organizing tasks and workshops. One such community is FIRE, which has been actively organizing the HASOC tasks since 2019 <ref type="bibr" target="#b2">[3]</ref>. The Urdu language has more than 230 million speakers worldwide with vast social networks and digital media representation. This paper 1 will contain details regarding the subtask A -Abusive language using Twitter tweets in Urdu language of Abusive and Threatening Language Detection Task in Urdu. This is a binary classification task in which participating systems are required to classify tweets into two classes, namely: Abusive and Non-Abusive.</p><p>• Abusive This Twitter post contains any abusive content.</p><p>• Non-Abusive This Twitter post does not contain any abusive or profane content.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>Techniques for abuse detection have gone through several stages of development, starting with extensive manual feature engineering and then turning to deep learning. Early approaches experimented with feature extraction from speech text like a bag of words or n-grams <ref type="bibr" target="#b3">[4]</ref>, lexical and linguistic features <ref type="bibr" target="#b4">[5]</ref> and, and user-specific features, such as age <ref type="bibr" target="#b5">[6]</ref>. With the advent of deep learning, the trend shifted, with great work focusing on neural architectures for abuse detection. Initially witnessing an extensive use of CNNs <ref type="bibr" target="#b6">[7]</ref> and then moving on to LSTMs <ref type="bibr" target="#b7">[8]</ref>. Most recently, the use of pre-trained transformer-based architectures such as BERT <ref type="bibr" target="#b8">[9]</ref> has given state-of-the-art results. Amjad et al. <ref type="bibr" target="#b9">[10]</ref> describe the first shared task for fake news detection in the Urdu language. The dataset consists of news articles from five domains with 900 annotated articles for the training and 400 annotated news articles for the testing part. In this shared task, nine teams submitted their results, and the best performing system achieved an F-score value of 0.90. Amjad et al. in <ref type="bibr" target="#b2">[3]</ref> introduced a new dataset for classifying threatening and non-threatening language in the Urdu language. The recommended dataset comprises 3,564 tweets manually annotated by human specialists. They applied different models based on Machine and Deep Learning-based techniques. They compared the three forms of text representations. Their research reveals that an MLP classifier with the combination of word n-gram features outperformed other classifiers. <ref type="bibr" target="#b10">[11]</ref>, <ref type="bibr" target="#b11">[12]</ref> has also performed well in the Abusive language detection in the Urdu language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Dataset</head><p>The datasets for the tasks are provided by the organizers of HASOC '21 <ref type="foot" target="#foot_0">2</ref> and the code is available in the github repository <ref type="foot" target="#foot_1">3</ref> The data consists of tweets in Urdu annotated for a binary classification task: Abusive, Non-Abusive. Abusive -This Twitter post contains any abusive content. Non-Abusive -This Twitter post does not contain any abusive or profane content. Table <ref type="table" target="#tab_0">1</ref> lists the statistics of the dataset. According to Twitter, the definition describes abusive comments toward individuals or groups to harass, intimidate, or silence someone else's voice. The dataset was collected and annotated in Natural Language and Text Processing laboratory at the Center of Computing Research of Instituto Politécnico Nacional, Mexico, by Ph.D. candidate Maaz Amjad, a native Urdu-speaker <ref type="foot" target="#foot_2">4</ref> . </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Proposed Techniques and Algorithms</head><p>The paper describes various approaches and draws out a comparison between them. The first approach extracts N-grams features from the tweets, which are weighted according to TF-IDF values. Then, models using machine learning algorithms are trained upon these features. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Experimental Work</head><p>The primary evaluation metric for evaluating the applied machine-Learning and Transformer based models is the F1 score, and ROC AUC is the secondary evaluation metric used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.">Logistic Regression, Support Vector Classifier, Random Forest Classifier</head><p>Here, we use three machine learning algorithms: Logistic Regression, Support Vector Classifier, and Random Forest Classifier available in the 'scikit-learn' package. While training, a 5-fold grid search is performed on the entire train dataset to find the best set of hyperparameters.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.">TRANSFORMER BASED MODELS</head><p>For initial experimentation, pre-processing is carried out in Normalization<ref type="foot" target="#foot_6">8</ref> , but results without the Normalization are significantly better. Hyper-parameter tuning for the models is carried out using RAY TUNE. Population-Based Training scheduler is used for all three models, with train batch size in <ref type="bibr" target="#b1">(2,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr">16</ref>). The learning rate was set to a uniform log distribution between 5e-6 and 5e-5. Table <ref type="table" target="#tab_0">1</ref> and 3 lists the Hyperparameter description. For the multilingual Bert and Urduhack model, train epochs are selected between 2,3,4. Given the large size of XML-Roberta, train epochs are fixed at 2. Finally, soft voting is carried out, taking the average of each model's </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Results and Evaluations</head><p>The following results are obtained on the test set made public at the end of the competition and described in Table <ref type="table" target="#tab_1">2</ref>. <ref type="foot" target="#foot_7">9</ref> All models used the best parameters obtained through a 5-fold grid search. Submission for the competition has been made using the Urduhack model with Normalization and results are listed in Table <ref type="table" target="#tab_3">4</ref>. Further soft voting is carried out using the three transformer-based models without Normalized the tweets, using the following parameters listed in Table <ref type="table" target="#tab_4">5</ref>. The following results are obtained on the entire test set listed in Table <ref type="table" target="#tab_5">6</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusions and Future Work</head><p>This paper started with experimentation using classical machine learning models such as Logistic Regression, SVM, and Random Forest Classifier. We then moved on to leveraging recent advances in large-scale Transformer-based pre-trained language models. The larger pre-trained models still outperform the classical models while performing well. Pre-processing performed using the UrduHack library did not necessarily yield better results, which could lead to why punctuations and diacritics add information valuable to Abuse detection. Our model is getting 0.9340 accuracies on the public data with normalization of the tweets and 0.9360 without normalization. For future work, we can try out different multilingual transformer-based models to get a more robust model.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Training set distribution in the Urdu Dataset (1 is Abusive,0 is Non-Abusive)</figDesc><graphic coords="3,192.68,84.19,209.93,120.15" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>Fig 2 shows the proposed architecture using machine learning-based techniques such as Logistic Regression, Random Forest Classifier, and Support Vector Machine. The second approach uses pre-trained transformer-based models and their associated tokenizers. Three pre-trained models are used for this task. Urduhack Roberta-Urdu-small 5 : Trained on news data from Urdu news resources in Pakistan BERT (checkpoint : bert-base-multilingual-cased 6 ) : Trained on 104 different languages XLM-Roberta 7 : Trained on 2.5TB of newly created clean Common Crawl data in 100 languages. Fig 3 shows the proposed architecture using transformer-based techniques.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Proposed Architecture Based on Various Machine Learning based Algorithms</figDesc><graphic coords="4,73.88,84.19,447.53,176.85" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Proposed Architecture based on Various Transformer based Algorithms</figDesc><graphic coords="4,148.21,300.32,298.87,186.74" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Hyperparameters used in the task of Abusive Language Detection in the Urdu Language</figDesc><table><row><cell>Hyperparameter</cell><cell>Description</cell></row><row><cell>Learning Rate</cell><cell>5e-5-5e-6</cell></row><row><cell cols="2">Number of Epochs 2,3,4</cell></row><row><cell>Batch Size</cell><cell>2,4,8,16</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Results obtained on the test set were made public at the end of the competition</figDesc><table><row><cell>Algorithm</cell><cell cols="2">Weighted-F1 ROC-AUC</cell></row><row><cell>Logistic Regression</cell><cell>0.8038</cell><cell>0.8927</cell></row><row><cell>SVM</cell><cell>0.8036</cell><cell>0.8925</cell></row><row><cell>Random Forest Classifier</cell><cell>0.7899</cell><cell>0.8390</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Hyperparameters used in the Urdu Threatening Language Detection</figDesc><table><row><cell>Hyperparameter</cell><cell>Value</cell></row><row><cell>Learning rate</cell><cell>4.4391e-05</cell></row><row><cell cols="2">Number of train epochs 2</cell></row><row><cell>Training batch size</cell><cell>4</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4</head><label>4</label><figDesc>Model performances on the public and private Data</figDesc><table><row><cell cols="2">Evaluation Parameters Public Private</cell></row><row><cell>F1 Score</cell><cell>0.8393 0.8685</cell></row><row><cell>ROC-AUC</cell><cell>0.9340 0.9350</cell></row><row><cell>output scores and predicting the target class.</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5</head><label>5</label><figDesc>Results using three-Transformer based models without normalization of the tweets</figDesc><table><row><cell>Model</cell><cell cols="3">Learning Rate Number of Train Epochs Train Batch Size</cell></row><row><cell>Urduhack</cell><cell>1.976e-05</cell><cell>2</cell><cell>16</cell></row><row><cell>BERT</cell><cell>8.1528e-06</cell><cell>2</cell><cell>4</cell></row><row><cell>XLM-Roberta</cell><cell>2.09411e-05</cell><cell>2</cell><cell>8</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 6</head><label>6</label><figDesc>Results obtained on the entire test set using Soft-Voting Technique</figDesc><table><row><cell>Result</cell><cell cols="2">Weighted F1 ROC-AUC</cell></row><row><cell>Soft-Voting</cell><cell>0.86424</cell><cell>0.93607</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://www.Urduthreat2021.cicling.org/home</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">https://github.com/Kalra-Sakshi/Abusive-HASOC.git</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">https://ods.ai/competitions/urdu-hack-soc2021/data</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">https://github.com/urduhack/urduhack</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">https://huggingface.co/docs/transformers/multilingualbert</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">https://huggingface.co/docs/transformers/multilingualxlm-roberta</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">https://docs.urduhack.com/en/stable/reference/normalization.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_7">https://drive.google.com/file/d/19G9ntBaDCGnf765ELctEX2ZPmbCvyy1G/view</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A. Online Resources</head><p>The implementation of different pre-trained BERT-models are available at • Huggingface.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">R</forename><surname>Munro</surname></persName>
		</author>
		<title level="m">The protection of children online: a brief scoping review to identify vulnerable groups</title>
				<imprint>
			<publisher>Childhood Wellbeing Research Centre</publisher>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title/>
		<author>
			<persName><forename type="first">M</forename><surname>Duggan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Online harassment</title>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Threatening language detecting and threatening target identification in urdu tweets</title>
		<author>
			<persName><forename type="first">M</forename><surname>Amjad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ashraf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zhila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zubiaga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gelbukh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Gaydhani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Doma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kendre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Bhagwat</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1809.08651</idno>
		<title level="m">Detecting hate speech and offensive language on twitter using machine learning: An n-gram and tfidf based approach</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A lexicon-based approach for hate speech detection</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">D</forename><surname>Gitari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zuping</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Damien</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Long</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Multimedia and Ubiquitous Engineering</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="215" to="230" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Improving cyberbullying detection with user context</title>
		<author>
			<persName><forename type="first">M</forename><surname>Dadvar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Trieschnigg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ordelman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jong</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">European Conference on Information Retrieval</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="693" to="696" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fung</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1706.01206</idno>
		<title level="m">One-step and two-step classification for abusive language detection on twitter</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Detection of hate speech and offensive language in twitter data using lstm model</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bisht</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Bhadauria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Virmani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recent trends in image and signal processing in computer vision</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="243" to="264" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-W</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Toutanova</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1810.04805</idno>
		<title level="m">Bert: Pre-training of deep bidirectional transformers for language understanding</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Overview of the shared task on fake news detection in urdu at fire 2020</title>
		<author>
			<persName><forename type="first">M</forename><surname>Amjad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zhila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">F</forename><surname>Gelbukh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">FIRE (Working Notes)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="434" to="446" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Urduthreat@ fire2021: Shared track on abusive threat identification in urdu</title>
		<author>
			<persName><forename type="first">M</forename><surname>Amjad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zhila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Labunets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Butt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">I</forename><surname>Amjad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Vitman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gelbukh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Forum for Information Retrieval Evaluation</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="9" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Automatic abusive language detection in urdu tweets</title>
		<author>
			<persName><forename type="first">M</forename><surname>Amjad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ashraf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zhila</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zubiaga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gelbukh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Acta Polytechnica Hungarica</title>
		<imprint>
			<biblScope unit="page" from="1785" to="8860" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
