<?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">HBDCI at CheckThat! 2022: Fake News Detection Using a Combination of stylometric Features and Deep Learning</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Claudia</forename><surname>Porto-Capetillo</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Posgrado en Ciencia e Ingeniería de la Computación</orgName>
								<orgName type="institution">Universidad Nacional Autónoma de México</orgName>
								<address>
									<settlement>México</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Diego</forename><surname>Lecuona-Gómez</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Licenciatura en Matemáticas Aplicadas</orgName>
								<orgName type="institution">Universidad Nacional Autónoma de México</orgName>
								<address>
									<settlement>México</settlement>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Helena</forename><surname>Gómez-Adorno</surname></persName>
							<email>helena.gomez@iimas.unam.mx</email>
							<affiliation key="aff2">
								<orgName type="department">Instituto de Investigaciones en Matemáticas Aplicadas y en Sistemas</orgName>
								<orgName type="institution">Universidad Nacional Autónoma de México</orgName>
								<address>
									<settlement>México</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ignacio</forename><surname>Arroyo-Fernández</surname></persName>
							<affiliation key="aff3">
								<orgName type="department">Graduate Studies Division</orgName>
								<orgName type="institution">Universidad Tecnológica de la Mixteca</orgName>
								<address>
									<settlement>México</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jair</forename><surname>Neri-Chávez</surname></persName>
							<affiliation key="aff4">
								<orgName type="department">Licenciatura en Actuaría</orgName>
								<orgName type="institution">Universidad Nacional Autónoma de México</orgName>
								<address>
									<country key="MX">México</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">HBDCI at CheckThat! 2022: Fake News Detection Using a Combination of stylometric Features and Deep Learning</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D48FA09FF64700A76BC54A6592992BAF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:27+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>Fake News</term>
					<term>Deep Learning</term>
					<term>Machine Learning</term>
					<term>Stylometrics features</term>
					<term>Natural Language Processing</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes our two approaches for the Multi-class fake news detection of news articles in English at CLEF2022-CheckThat!. The main goal of the task is as follows: given the text of a news article, determine whether the main claim made in the article is true, partially false, false, or other. The first approach is based on traditional machine learning using word, character and POS tag n-grams. The second approach is based on deep learning combining pre-trained BERT embeddings with convolutional neural networks. In both approaches we introduced stylometric features to improve the performance of the classification models. We achieve an 𝐹 1 -macro score of 0.27% for the task. Additionally, we continued to carry out experiments with both architectures and obtained some improvements which will also be presented in this paper.</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>Due to technological advances, more and more people have access to digital platforms. Users now have a much easier time interacting and communicating; because they can share their criteria regarding any news with friends or other users, and it is also generally cheaper to produce and consume news from digital platforms compared to traditional media, such as newspapers or television news channels.</p><p>These advantages of digital platforms allow the spread of fake news very quickly among thousands of users, thus causing disinformation among them. An example of the proliferation of false news on social networks was evidenced during the beginning of the pandemic, in which much false news regarding the origin, treatment, and transmission of SARS-Cov-2 was spread on social networks <ref type="bibr" target="#b0">[1]</ref>.</p><p>A solution to avoid the proliferation of misleading or false news on the networks, which have a great impact on society, would be to rely on professionals, such as journalists, to verify the veracity of the news based on published facts in newspapers or trusted sites. This solution is not very viable because it tends to be very slow and expensive as a result of the amount of information circulating on the networks.</p><p>As a result of this problem in the area of natural language processing, multiple investigations have been started aimed at the automatic detection of false news, because through the use of artificial intelligence, we can reduce the time and effort necessary for humans to invest in the classification of the news, and in this way stop the spread of the same on digital platforms.</p><p>In this paper, we have tackled the Multi-class fake news detection of news articles in English at CLEF2022-CheckThat!. This task consists of a multi-class classification of articles to determine if the claim made in the article is true, false, partially false, or other due to lack of evidence. The paper discusses results obtained using architectures based on machine learning and deep learning combined with stylometric features.</p><p>This paper is structured as follows: Section 2 presents a global overview of the state of the art in the area of fake news detection. In particular, the different perspectives addressed for the solution of this task are presented. Section 3 describes the dataset used for the task. Section 4 presents the two approaches used to solve the task, the first based on machine learning and the second on deep learning, both combined with the use of stylometric features. Section 5 presents the experiments carried out with both architectures and the results obtained. The paper ends by presenting the conclusions and acknowledgments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>In the literature, there are multiple investigations related to detecting fake news. This task has been tackled from four perspectives: knowledge-based methods, origin-based methods, news propagation-based methods, and style-based methods <ref type="bibr" target="#b1">[2]</ref>.</p><p>The knowledge-based methods focus on verifying the news's content against known facts about it. The origin-based methods ascertain the source's credibility, i.e., where the news was published. These methods also consider the dissemination of the news on social media. On the other hand, the propagation-based methods carry out the fake news detection by evaluating the scope of the information on the Internet and analyzing how users disseminate this news. Finally, the style-based methods study the content of the news to assess the author's intention, whether or not they show the intent to deceive the reader <ref type="bibr" target="#b1">[2]</ref>.</p><p>The use of supervised classifiers to detect fake news based on style is prevalent, in particular, Support Vector Machines (SVM), Random Forest(RF), Naive Bayes, Logistic Regression(LR), and XGBoost. These algorithms receive the content of the news represented by syntactic, lexical, and semantic characteristics extracted from the news texts.</p><p>For example, in <ref type="bibr" target="#b2">[3]</ref> the authors propose a method for detecting fake news based on machine learning. They also present ways to apply this method on Facebook. The author's proposed method uses the Naive Bayes classification model to predict whether a Facebook post will be labeled as real or fake.</p><p>In particular, <ref type="bibr" target="#b3">[4]</ref> uses a supervised classifier combined with a feature selection-based method to assess the credibility of a corpus of tweets. In this work, the authors identify four types of features; these are features based on the messages (size of the messages, re-tweet, number of words of positive or negative sentiment contained in the message, and occurrence of hashtags or not), features based on users (registration age, number of followers, and number of tweets the user has written in their account), features based on topics (proportion of tweets containing urls, the ratio of tweets containing hashtags), and finally, features based on the propagation of the tweets (depth of the graph built based on the re-tweets, and the number of initial tweets of the topic).</p><p>Among the most recent proposals is the one presented by <ref type="bibr" target="#b4">[5]</ref> in which, through the use of stylometric or linguistic characteristics and machine learning models, the authors improved the existing results in state of the art for the detection of false news, specifically in the dataset FakeNewsNet <ref type="bibr" target="#b5">[6]</ref>. In the system proposed by the authors, they used three sets of stylometrics features that are most prominent in the news texts of the data set.</p><p>Many research works in the literature use deep learning architectures to detect fake news. In these architectures, the news content is first embedded at the word level, and then this embedding is processed by a neural network, for example, convolutional neural networks (CNN), recurrent neural networks (RNN) such as Long short term memory (LSTM), Bidirectional long short term memory (BI-LSTM), or a transformer architecture such as BERT <ref type="bibr" target="#b6">[7]</ref>. The main advantage of using deep learning models over existing classical feature-based approaches is that these models can identify the best set of features describing texts on their own.</p><p>In <ref type="bibr" target="#b7">[8]</ref>, a hybrid model was proposed. The model is based on convolutional neural networks and outperform other traditional machine learning models. The author also compared the performance of SVM, LR, Bi-LSTM, and CNN models on his proposed dataset called "LIAR". On the other hand, in <ref type="bibr" target="#b8">[9]</ref> an analysis of the linguistic features of an unreliable text was carried so that the authors were able to develop and present an LSTM model that obtained good results.</p><p>Currently, pre-trained language models such as BERT and ELMo are receiving great attention in different natural language processing tasks related to text classification. For example, <ref type="bibr" target="#b9">[10]</ref> and <ref type="bibr" target="#b10">[11]</ref> compare BERT to traditional machine learning methods. In <ref type="bibr" target="#b11">[12]</ref> the author proposes the FakeBERT model, which is a combination of BERT and three parallel blocks of 1d-CNN that has different convolutional layers of different kernel sizes with filters for better learning.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Data description</head><p>The dataset used for this task is provided by CLEF2022 -CheckThat! Lab Fighting the COVID-19 Infodemic and Fake News Detection for the multi-class fake news detection of news articles in English <ref type="bibr" target="#b12">[13]</ref>. The dataset has the format Public Id, Title, Text and Our Rating. The corpus consists of 1264 news collected from different fact-checking sites written in English. The news pieces are classified into four classes: true, false, partially false, and others due to lack of evidence. Table <ref type="table" target="#tab_0">1</ref> shows the distribution of classes according to the four labels present in the dataset, it can be seen that there is an imbalance with respect to the labels. Table <ref type="table">2</ref> shows a sample of the content of the dataset.</p><p>When reviewing the dataset, we found that there are some inconsistencies. For example, some instances have news content in both, Text and Title columns. Below, we show some of the inconsistencies we identify in the dataset:</p><p>• There are about 61 news titles that contain more than 40 words (these are complete news articles). • There are about 62 news texts with no more than 20 words • There are 178 repeated news.</p><p>• There are about 21 repeated news articles with different titles or labels (Table <ref type="table" target="#tab_1">3</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Methods</head><p>We propose two approaches for detecting fake news. The first approach is based on traditional machine learning using word, character, and POS tag n-grams. The second approach is based on deep learning combining pre-trained BERT embeddings with convolutional neural networks. In both methods, we introduced stylometric features to improve the performance of the classification models. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Sylometric Features</head><p>Stylometrics is a branch of computational linguistics that studies the statistical analysis of linguistic features in texts <ref type="bibr" target="#b13">[14]</ref>. Stylometrics feature-based methods are used in multiple natural language processing tasks, including authorship attribution, authorship verification, author profiling, style change detection, and written text classification <ref type="bibr" target="#b14">[15]</ref>.</p><p>Stylometric features can be classified into lexical-based, syntax-based, structural, and text content-specific features. After thoroughly exploring the training data, we found some noticeable linguistic patterns that we used as additional stylometric features.</p><p>• Misspelled words.</p><p>• Use of tags (with @ or #) inside the text. • Text written in first person singular or plural.</p><p>• The writer addresses the reader by the pronoun "you".</p><p>• Repetition of sentences or paragraphs in the text.</p><p>• Overstatement of sentences with capital letters or interrogation and exclamation signs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Machine Learning model</head><p>This section shows the proposed method using traditional machine learning classification algorithms. The method is implemented in python using the scikit-learn <ref type="bibr" target="#b15">[16]</ref>.</p><p>For training the fake news classification model, we added last year's training and test data of the competition to the corpus. Then we removed repeated news, promotional phrases, and contractions (e.g., we changed wouldn't to would not). It is worth noticing that the promotional phrases were difficult to find, and we likely left some in the texts. We then divided the corpus into train and test with a stratified 5-fold. After that, only with the text of the news, we extracted the following features:</p><p>• n-gram ranges of words with TF-IDF, leaving stopwords, capital letters, and numbers.</p><p>• n-gram ranges of characters with TF-IDF, leaving stopwords, capital letters, and numbers. • Sum of #, ?, ! and @. • Number of uppercase.</p><p>• Tagger of n-gram ranges of POS tags using NLTK.</p><p>• Number of repeated sentences.</p><p>• Number of misspelled words.</p><p>Depending on which attributes we wanted to use in the model, we joined them into a matrix (one for train and one for test) as new columns and then normalized them. In the case of n-grams, we used different ranges, including n from 2 to 4 (2,4), n from 3 to 5 <ref type="bibr" target="#b2">(3,</ref><ref type="bibr" target="#b4">5)</ref>, etc. To keep a simpler notation, we refer to these ranges only as "n-grams".</p><p>We used the training matrix to train a classification algorithm and then predict the label of the test and train data (of that fold). We used different classification algorithms like Logistic Regression (LR), Support Vector Machine (SVM) with a polynomial kernel of degree 3, Gradient Boosting classifier, and Multi-Layer Perceptron (MLP) classifier. We used the default parameters of the algorithms as implemented in the scikit-learn library.</p><p>Finally, we computed the mean of the f1-macro scores from the 5-folds. We tried different sets of features with different classification algorithms to find the highest score.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Deep Learning Model</head><p>Our second approach uses a BERT embedding layer connected to a convolutional neural layer. The output of this process is combined with stylometrics features extracted from the news.</p><p>We compose the architecture with several modules and multiple layers. The pre-processing module cleans and tokenizes the news texts. The text features module is responsible for generating the embeddings. Another module extracts and normalizes the stylometric features from the news texts. Finally, the architecture contains a combination module where we introduce the stylometric features to the final representation. The layers that perform the classification step are a Linear layer, a Dropout layer, and a Softmax layer. In figure <ref type="figure" target="#fig_0">1</ref> we show the diagram of our proposed architecture.</p><p>The first phase of the architecture consists of the pre-processing news module. In particular, during the experimentation phase, tests were carried out by removing stopwords, removing punctuation marks, converting characters to lowercase, removing promotional phrases, and unpacking contractions for better context (i.e., "won't" is changed into "will not").</p><p>The second phase of the architecture consists of obtaining the word embeddings. In this phase, experiments were carried out using BERT embeddings, word2vec and glove. The second phase of the architecture consists of obtaining the word embeddings and generating the linguistic features. In this phase, for the generation of word embeddings, experiments were carried out using bert embeddings, word2vec and glove. On the other hand, for the generation of linguistic features, once the texts of the news were pre-processed, we computed the number of characters in uppercase for each of the news items, the number of words in capital letters, the number of repeated sentences, the number of symbols (?, ¡,¡#, @) present in the news and the number of words with misspellings. After computing these features, we scaled the new features using the Min-Max normalization technique, thus normalizing the values to [0, 1]. </p><p>The third phase consists of the concatenation of the resulting vector after being applied to a deep learning layer based on CNN or LSTM models, then applied to a linear layer, and finally applied to a dropout layer. This resulting vector is concatenated with the standard values referring to the computed linguistic characteristics of news texts. These linguistic features consist of the number of uppercase characters, number of uppercase words, number of symbols (?, !,#, @), and number of misspelled words.</p><p>Finally, a linear layer is applied to obtain the classification, followed by a softmax layer to the results obtained from the combination.</p><p>During the experimentation phase, we used the dataset resulting from the union of the training dataset presented in the CLEF-2021 CheckThat! lab task 3 on fake news detection <ref type="bibr" target="#b16">[17]</ref>, the testing dataset released in the CLEF-2021 CheckThat! lab task 3 on fake news detection and the dataset presented this year in the Multi-class fake news detection of news articles in English at CLEF2022-CheckThat. We eliminated the repeated instances and the instances that presented inconsistencies with the classification. Then we partitioned the data into 80% data for training and 20% data for validation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Experiments and Results</head><p>In this section, we present the results of the experiment we performed during the experimentation phase.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.">Machine Learning Approach</head><p>We experimented with the traditional machine learning approach using different feature sets and classification algorithms. Overall, the Logistic Regression and MLP classifiers achieved better classification performance. Also, the best character n-gram set was <ref type="bibr" target="#b1">(2,</ref><ref type="bibr" target="#b3">4)</ref>, and the POS tags n-grams did not lead to better results.</p><p>Table <ref type="table" target="#tab_2">4</ref> shows the combination of features and algorithms that yielded better results, where "X" indicates that we did not include the feature set, "O" that we include the feature set, and (_, _) the n-gram range used. We used either all the stylometric features or none of them in all experiments. The stylometric features column indicates the presence or absence of these features.</p><p>Table <ref type="table" target="#tab_3">5</ref> shows the best results on the test set: the combination of stylometric features, word ngram, and character n-gram with the MLP algorithm. This combination allowed an improvement of over 2% points compared to the rest of the combinations. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.">Deep Learning Approach</head><p>We experimented with several deep learning architectures. The best results obtained, based on the 𝐹 1 macro, is composed of a convolutional neural network with bert base model uncased for the words embeddings generation<ref type="foot" target="#foot_0">1</ref> , a batch size equal to 12, a dropout layer of 0.1, a number of kernels equal to 16, a number of epochs equal to 10, and cross-entropy loss function as a combination of parameters. Table <ref type="table" target="#tab_4">6</ref> shows the different stylometric combinations that allowed obtaining the bests results with the deep learning architecture. The combinations are composed of the number of uppercase characters, number of repeated sentences, number of symbols, and number of spelling errors. In table 6, "X" indicates the exclusion of the feature in the experiment, and "O" indicates the inclusion of the feature.</p><p>Table <ref type="table" target="#tab_5">7</ref> shows the results obtained by the deep learning approach. The stylometric features that allowed the best result were the number of uppercase characters and the number of repeated sentences present in the news texts. This combination allowed an improvement of over 2% points. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion</head><p>In this paper, we analyzed two approaches for the Multi-class fake news detection of news articles in English at CLEF2022-CheckThat!. In both approaches, we introduced stylometric features to improve the performance of the classification models. Our results show that including stylometric features can improve both approaches. Our best result was 0.2951 for the 𝐹 1 -macro score using as stylometric characteristics the number of uppercase characters, number of repeated sentences, number of symbols, and number of spelling errors.</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: Deep Learning Architecture</figDesc><graphic coords="7,119.24,84.18,356.80,336.00" 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>Distribution of labels in training set</figDesc><table><row><cell>Label</cell><cell>Number of Instances</cell><cell></cell></row><row><cell>True</cell><cell>211</cell><cell></cell></row><row><cell>False</cell><cell>578</cell><cell></cell></row><row><cell>Partially false</cell><cell>358</cell><cell></cell></row><row><cell>Other</cell><cell>117</cell><cell></cell></row><row><cell>Table 2</cell><cell></cell><cell></cell></row><row><cell>Dataset sample</cell><cell></cell><cell></cell></row><row><cell>Public Id Text</cell><cell></cell><cell>Title</cell><cell>Our Rating</cell></row><row><cell cols="2">e122d505 Extremely hot days, when temperatures</cell><cell>95-Degree Days: How Extreme</cell><cell>true</cell></row><row><cell cols="2">soar to 95 degrees Fahrenheit or higher,</cell><cell>Heat Could Spread Across the</cell></row><row><cell cols="3">can be miserable. Crops wilt in the fields … World</cell></row><row><cell cols="2">ad091373 Rep.Thierry, Shawn Gov. Abbott Grants</cell><cell cols="2">Texas House of Representatives partially false</cell></row><row><cell cols="2">Sen. Kolkhorst and Rep. Thierry's Request</cell><cell></cell></row><row><cell cols="2">To Include Maternal Mortality In The …</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 3</head><label>3</label><figDesc>Example of repeated news with different title and label.</figDesc><table><row><cell>Public Id Text</cell><cell>Title</cell><cell>Our Rating</cell></row><row><cell>9d2b111d False Postulates#Neither the rate nor</cell><cell>NaN</cell><cell>partially false</cell></row><row><cell>the magnitude of the reported late twen-</cell><cell></cell><cell></cell></row><row><cell>tieth centurysurface warming (1979â€"2000)</cell><cell></cell><cell></cell></row><row><cell>lay outside normal natural variability …</cell><cell></cell><cell></cell></row><row><cell>2ad60cd9 False Postulates#Neither the rate nor</cell><cell>Why I'm Calling to End the</cell><cell>false</cell></row><row><cell>the magnitude of the reported late twen-</cell><cell>War on Drugs</cell><cell></cell></row><row><cell>tieth centurysurface warming (1979â€"2000)</cell><cell></cell><cell></cell></row><row><cell>lay outside normal natural variability …</cell><cell></cell><cell></cell></row><row><cell>7fba423d False Postulates#Neither the rate nor</cell><cell>making mockery of Tory claim</cell><cell>false</cell></row><row><cell>the magnitude of the reported late twen-</cell><cell>they will 'make work pay'</cell><cell></cell></row><row><cell>tieth centurysurface warming (1979â€"2000)</cell><cell></cell><cell></cell></row><row><cell>lay outside normal natural variability …</cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 4</head><label>4</label><figDesc>Features combinations.</figDesc><table><row><cell cols="6">Combination Stylometric features n-gram of words n-gram of char n-gram of POS tags Algorithm</cell></row><row><cell>C1</cell><cell>O</cell><cell>(1,1)</cell><cell>(2,4)</cell><cell>X</cell><cell>MLP</cell></row><row><cell>C2</cell><cell>X</cell><cell>(1,1)</cell><cell>(2,4)</cell><cell>X</cell><cell>MLP</cell></row><row><cell>C3</cell><cell>O</cell><cell>(1,1)</cell><cell>(2,4)</cell><cell>X</cell><cell>LR</cell></row><row><cell>C4</cell><cell>O</cell><cell>X</cell><cell>(2,4)</cell><cell>X</cell><cell>LR</cell></row><row><cell>C5</cell><cell>X</cell><cell>X</cell><cell>(2,4)</cell><cell>X</cell><cell>LR</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 5</head><label>5</label><figDesc>Results of the machine learning approach.</figDesc><table><row><cell>Combination</cell><cell cols="8">Validation set Accuracy Precision Recall F1-Score Accuracy Precision Recall F1-Score Test set</cell></row><row><cell>C1</cell><cell>0.5182</cell><cell>0.4452</cell><cell>0.4449</cell><cell>0.4329</cell><cell>0.5458</cell><cell>0.3717</cell><cell>0.3238</cell><cell>0.2951</cell></row><row><cell>C2</cell><cell>0.5182</cell><cell>0.4922</cell><cell>0.4492</cell><cell>0.4423</cell><cell>0.5343</cell><cell>0.3302</cell><cell>0.2992</cell><cell>0.2632</cell></row><row><cell>C3</cell><cell>0.500</cell><cell>0.5522</cell><cell>0.4281</cell><cell>0.4187</cell><cell>0.5376</cell><cell>0.3481</cell><cell>0.3089</cell><cell>0.2739</cell></row><row><cell>C4</cell><cell>0.503</cell><cell>0.5526</cell><cell>0.4325</cell><cell>0.4208</cell><cell>0.5408</cell><cell>0.3412</cell><cell>0.3117</cell><cell>0.2791</cell></row><row><cell>C5</cell><cell>0.5030</cell><cell>0.5526</cell><cell>0.4325</cell><cell>0.4208</cell><cell>0.5408</cell><cell>0.3412</cell><cell>0.3117</cell><cell>0.2791</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 6</head><label>6</label><figDesc>Stylometric features combinations.</figDesc><table><row><cell cols="5">Combination # Uppercase characters # Repeated sentences # Symbols(?!#@) # Spelling errors</cell></row><row><cell>C1</cell><cell>X</cell><cell>X</cell><cell>X</cell><cell>X</cell></row><row><cell>C2</cell><cell>O</cell><cell>O</cell><cell>X</cell><cell>X</cell></row><row><cell>C3</cell><cell>O</cell><cell>X</cell><cell>O</cell><cell>X</cell></row><row><cell>C4</cell><cell>O</cell><cell>X</cell><cell>X</cell><cell>O</cell></row><row><cell>C5</cell><cell>X</cell><cell>O</cell><cell>O</cell><cell>X</cell></row><row><cell>C6</cell><cell>X</cell><cell>O</cell><cell>X</cell><cell>O</cell></row><row><cell>C7</cell><cell>X</cell><cell>X</cell><cell>O</cell><cell>O</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 7</head><label>7</label><figDesc>Results of the deep learning approach.</figDesc><table><row><cell>Combination</cell><cell cols="8">Validation set Accuracy Precision Recall F1-Score Accuracy Precision Recall F1-Score Test set</cell></row><row><cell>C1</cell><cell>0.7916</cell><cell>0.661</cell><cell>0.6699</cell><cell>0.6572</cell><cell>0.5278</cell><cell>0.3372</cell><cell>0.3063</cell><cell>0.2661</cell></row><row><cell>C2</cell><cell>0.7666</cell><cell>0.6996</cell><cell>0.7121</cell><cell>0.6885</cell><cell>0.5441</cell><cell>0.3213</cell><cell>0.3034</cell><cell>0.2819</cell></row><row><cell>C3</cell><cell>0.800</cell><cell>0.6962</cell><cell>0.7149</cell><cell>0.6967</cell><cell>0.5114</cell><cell>0.3274</cell><cell>0.3167</cell><cell>0.2727</cell></row><row><cell>C4</cell><cell>0.7666</cell><cell>0.6796</cell><cell>0.701</cell><cell>0.678</cell><cell>0.5539</cell><cell>0.3145</cell><cell>0.3024</cell><cell>0.2808</cell></row><row><cell>C5</cell><cell>0.766</cell><cell>0.6996</cell><cell>0.7121</cell><cell>0.6885</cell><cell>0.5474</cell><cell>0.3099</cell><cell>0.2976</cell><cell>0.2751</cell></row><row><cell>C6</cell><cell>0.7666</cell><cell>0.6796</cell><cell>0.6899</cell><cell>0.6706</cell><cell>0.531</cell><cell>0.319</cell><cell>0.3007</cell><cell>0.2804</cell></row><row><cell>C7</cell><cell>0.7833</cell><cell>0.687</cell><cell>0.701</cell><cell>0.6821</cell><cell>0.5539</cell><cell>0.3145</cell><cell>0.3024</cell><cell>0.2809</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://huggingface.co/bert-base-uncased</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work has been carried out with the support of CONACyT projects CB A1-S-27780, DGAPA-UNAM PAPIIT numbers TA400121 and TA101722, PRODEP UTMIX-PTC-069 and CONACYT No.CVU.1084833 scholarship. The authors thank CONACYT for the computing resources provided through the Deep Learning Platform for Language Technologies of the INAOE Supercomputing Laboratory. We also want to thank Eng. Roman Osorio for supporting the student administration of the project.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Inoculating against fake news about covid-19</title>
		<author>
			<persName><forename type="first">S</forename><surname>Van Der Linden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Roozenbeek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Compton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in psychology</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="2020">2020. 2928</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Fake news: Fundamental theories, detection strategies and challenges</title>
		<author>
			<persName><forename type="first">X</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zafarani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Shu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the twelfth ACM international conference on web search and data mining</title>
				<meeting>the twelfth ACM international conference on web search and data mining</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="836" to="837" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Fake news detection</title>
		<author>
			<persName><forename type="first">A</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kasbe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Students&apos; Conference on Electrical, Electronics and Computer Science (SCEECS)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2018">2018. 2018</date>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Information credibility on twitter</title>
		<author>
			<persName><forename type="first">C</forename><surname>Castillo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mendoza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Poblete</surname></persName>
		</author>
		<idno type="DOI">10.1145/1963405.1963500</idno>
		<idno>doi:10.1145/1963405.1963500</idno>
		<ptr target="https://doi.org/10.1145/1963405.1963500" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th international conference on World wide web, WWW &apos;11</title>
				<meeting>the 20th international conference on World wide web, WWW &apos;11<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="675" to="684" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Machine learning based fake news detection using linguistic features and word vector features</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gopalani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">K</forename><surname>Meena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 7th Uttar Pradesh Section International Conference on Electrical, Electronics and Computer Engineering (UPCON)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2020">2020. 2020</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Shu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mahudeswaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Liu</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1809.01286</idno>
		<title level="m">Fakenewsnet: A data repository with news content, social context and spatialtemporal information for studying fake news on social media</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Fake news detection using deep learning models: A novel approach</title>
		<author>
			<persName><forename type="first">S</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Asthana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Upadhyay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Upreti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Akbar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions on Emerging Telecommunications Technologies</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page">e3767</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">Y</forename><surname>Wang</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1705.00648</idno>
		<title level="m">liar, liar pants on fire&quot;: A new benchmark dataset for fake news detection</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Truth of varying shades: Analyzing language in fake news and political fact-checking</title>
		<author>
			<persName><forename type="first">H</forename><surname>Rashkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Choi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Y</forename><surname>Jang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Volkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Choi</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D17-1317</idno>
		<ptr target="https://www.aclweb.org/anthology/D17-1317.doi:10.18653/v1/D17-1317" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</title>
				<meeting>the 2017 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics<address><addrLine>Copenhagen, Denmark</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="2931" to="2937" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Adhikari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ram</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lin</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1904.08398</idno>
		<title level="m">Docbert: Bert for document classification</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>González-Carvajal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">C</forename><surname>Garrido-Merchán</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2005.13012</idno>
		<title level="m">Comparing bert against traditional machine learning text classification</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Fakebert: Fake news detection in social media with a bert-based deep learning approach</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">K</forename><surname>Kaliyar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Goswami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Narang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Multimedia Tools and Applications</title>
		<imprint>
			<biblScope unit="volume">80</biblScope>
			<biblScope unit="page" from="11765" to="11788" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">The clef-2022 checkthat! lab on fighting the covid-19 infodemic and fake news detection</title>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barrón-Cedeño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Da San Martino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Struß</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mandl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Míguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Caselli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kutlu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zaghouani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Shahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mubarak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Babulkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">S</forename><surname>Kartal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Beltrán</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Verberne</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Seifert</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Nørvåg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Setty</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="416" to="428" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">A framework for authorship identification of online messages: Writing-style features and classification techniques</title>
		<author>
			<persName><forename type="first">R</forename><surname>Zheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American society for information science and technology</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="page" from="378" to="393" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A survey on stylometric text features</title>
		<author>
			<persName><forename type="first">K</forename><surname>Lagutina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Lagutina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Boychuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Vorontsova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Shliakhtina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Belyaeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Paramonov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Demidov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2019 25th Conference of Open Innovations Association (FRUCT), IEEE</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="184" to="195" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">API design for machine learning software: experiences from the scikit-learn project</title>
		<author>
			<persName><forename type="first">L</forename><surname>Buitinck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Louppe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Blondel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Pedregosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mueller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Grisel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Niculae</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Prettenhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gramfort</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Grobler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Layton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Vanderplas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Holt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Varoquaux</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECML PKDD Workshop: Languages for Data Mining and Machine Learning</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="108" to="122" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Shahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Struß</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mandl</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Overview of the clef-2021 checkthat! lab task 3 on fake news detection</title>
		<title level="s">Working Notes of CLEF</title>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">An exploratory study of covid-19 misinformation on twitter</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Shahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Dirkson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Majchrzak</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Online Social Networks and Media</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="page">100104</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">FakeCovid -a multilingual cross-domain fact check news dataset for covid-19</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Shahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nandini</surname></persName>
		</author>
		<ptr target="http://workshop-proceedings.icwsm.org/pdf/2020_14.pdf" />
	</analytic>
	<monogr>
		<title level="m">Workshop Proceedings of the 14th International AAAI Conference on Web and Social Media</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">K</forename><surname>Shahi</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2010.00502</idno>
		<title level="m">Amused: An annotation framework of multi-modal social media data</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Did i see it before? detecting previously-checked claims over twitter</title>
		<author>
			<persName><forename type="first">W</forename><surname>Mansour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Elsayed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Al-Ali</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">European Conference on Information Retrieval</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="367" to="381" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">iCompass at CheckThat! 2022: combining deep language models for fake news detection</title>
		<author>
			<persName><forename type="first">T</forename><surname>Bilel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">N</forename><surname>Aziz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Haddad</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">NLytics at CheckThat! 2022: hierarchical multi-class fake news detection of news articles exploiting the topic structure</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pritzkau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Blanc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Geierhos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Schade</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">iCompass at CheckThat! 2022: combining deep language models for fake news detection</title>
		<author>
			<persName><forename type="first">B</forename><surname>Taboubi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A B</forename><surname>Nessir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Haddad</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">NLP&amp;IRUNED at CheckThat! 2022: ensemble of classifiers for fake news detection</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Martinez-Rico</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Martinez-Romo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Araujo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">NITK-IT_NLP at CheckThat! 2022: window based approach for fake news detection using transformers</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Hariharan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Anand</forename><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">CIC at CheckThat! 2022: multi-class and cross-lingual fake news detection</title>
		<author>
			<persName><forename type="first">M</forename><surname>Arif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Tonja</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Ameer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kolesnikova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gelbukh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Meque</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">BUM at CheckThat! 2022: a composite deep learning approach to fake news detection using evidence retrieval</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">La</forename><surname>Barbera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Roitero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mackenzie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Damiano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Demartini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mizzaro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">CODE at CheckThat! 2022: multi-class fake news detection of news articles with BERT</title>
		<author>
			<persName><forename type="first">O</forename><surname>Blanc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pritzkau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Schade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Geierhos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">FoSIL at CheckThat! 2022: using human behaviour-based optimization for text classification</title>
		<author>
			<persName><forename type="first">A</forename><surname>Ludwig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Felser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Xi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Labudde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Spranger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">DIU_War-rior at CheckThat! 2022: supervised learning for multiclass fake news identification</title>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">S</forename><surname>Afroz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Hasan Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Rahman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Aminul Haque</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">DIU_Silen-tKillers at CheckThat! 2022: ensemble techniques for fake news detection</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Dhrubo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Khushbu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Hossain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">M</forename><surname>Arid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Islam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R H</forename><surname>Noori</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">DIU_SpeedOut at CheckThat! 2022: machine learning technique based fake news detection</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">K</forename><surname>Sutradhar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">J</forename><surname>Ria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Islam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R H</forename><surname>Noori</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">DIU_Carbine at CheckThat! 2022: multi-class fake news detection with typical supervised machine learning algorithms and an imbalanced dataset</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Ashik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Faisal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Islam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R H</forename><surname>Noori</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">DIU_Outlier at CheckThat! 2022: classical study of multiclass fake news identification</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R H</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">S</forename><surname>Afroz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Islam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R H</forename><surname>Noori</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">DIU_Optimist at CheckThat! 2022: multiclass fake news detection with machine learning</title>
		<author>
			<persName><forename type="first">S</forename><surname>Sheikh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">S</forename><surname>Sejuti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Rahman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Khusbu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hasan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">ur-iw-hnt at CheckThat! 2022: cross-lingual text summarization for fake news detection</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">N</forename><surname>Tran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Kruschwitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">TextMinor at CheckThat! 2022: fake news article detection using RoBERT</title>
		<author>
			<persName><forename type="first">S</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Singh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">SCUoL at CheckThat! 2022: fake news detection using transformer-based models</title>
		<author>
			<persName><forename type="first">S</forename><surname>Althabiti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Alsalka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Atwell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">AIT FHSTP at CheckThat! 2022: cross-lingual fake news detection with a large pre-trained transformer</title>
		<author>
			<persName><forename type="first">M</forename><surname>Schütz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Böck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Andresel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kirchknopf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Liakhovets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Slijepcȇvić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Schindler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2022 -Conference and Labs of the Evaluation Forum, CLEF &apos;2022</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Guglielmo Andd Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Hanbury</surname></persName>
		</editor>
		<editor>
			<persName><surname>Potthast</surname></persName>
		</editor>
		<meeting><address><addrLine>Bologna, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

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