<?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">Fraunhofer SIT at CheckThat! 2024: Adapter Fusion for Check-Worthiness Detection Notebook for the CheckThat! Lab at CLEF 2024</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Inna</forename><surname>Vogel</surname></persName>
							<email>inna.vogel@advisori.de</email>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">Fraunhofer Institute for Secure Information Technology SIT</orgName>
								<orgName type="institution" key="instit2">ATHENE -National Research Center for Applied Cybersecurity</orgName>
								<address>
									<addrLine>Rheinstrasse 75</addrLine>
									<postCode>64295</postCode>
									<settlement>Darmstadt</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">url=https</orgName>
								<orgName type="institution" key="instit2">www.sit.fraunhofer.de</orgName>
							</affiliation>
							<affiliation key="aff2">
								<orgName type="institution">Advisori FTC GmbH</orgName>
								<address>
									<addrLine>Kaiserstraße 44</addrLine>
									<postCode>60329</postCode>
									<settlement>Frankfurt am Main</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
							<affiliation key="aff3">
								<orgName type="institution" key="instit1">url=https</orgName>
								<orgName type="institution" key="instit2">www.advisori.de</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Pauline</forename><surname>Möhle</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">Fraunhofer Institute for Secure Information Technology SIT</orgName>
								<orgName type="institution" key="instit2">ATHENE -National Research Center for Applied Cybersecurity</orgName>
								<address>
									<addrLine>Rheinstrasse 75</addrLine>
									<postCode>64295</postCode>
									<settlement>Darmstadt</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">url=https</orgName>
								<orgName type="institution" key="instit2">www.sit.fraunhofer.de</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Fraunhofer SIT at CheckThat! 2024: Adapter Fusion for Check-Worthiness Detection Notebook for the CheckThat! Lab at CLEF 2024</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">3AB35293B5DE79D6428A5D080347A4D6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:51+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>check-worthiness detection</term>
					<term>fact-checking</term>
					<term>adapter fusion</term>
					<term>task adapter</term>
					<term>NER</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes the Fraunhofer SIT team's third-place approach for CLEF-2024 CheckThat! lab Challenge Task 1 for English. The "Check-Worthiness Estimation" task is to determine whether a text snippet from a political debate should be prioritised for fact-checking. Identifying check-worthy statements aims to facilitate manual fact-checking by prioritising claims that fact-checkers should consider first. It can also be considered as the primary step of a fact-checking system. Our proposed system is an adapter fusion model that integrates a task adapter with a Named Entity Recognition (NER) adapter. Adapters offer a resource-efficient alternative to fully fine-tuning transformer models. Our submitted model achieves a 𝐹1 score of 0.78 on the English test set and was ranked as the third best model in the competition.</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>The fact-checking process typically involves three main steps. The first step is to identify statements or claims within a text that need to be fact-checked, as not all claims are equally important or contain pertinent information that needs to be verified. This can include false claims, statistics or other objectively verifiable inaccuracies. Fact-checkers prioritise claims for verification based on their potential impact, factual consistency or public interest. Once a claim has been selected, the second step is to gather credible evidence to support or refute it by consulting reliable sources such as academic journals, official reports, reputable news organisations, subject matter experts and primary sources such as original documents or statistics. To ensure consistency and accuracy, fact-checkers and journalists cross-reference information from multiple sources. The main challenge is that the majority of factcheckers' work remains manual. As a result, there is an urgent need to develop technologies that can facilitate, accelerate and improve journalists' fact-checking and fake news and misinformation detection tasks.</p><p>The first step in the fact-checking pipeline, automatically identifying statements worthy of verification, has the potential to assist fact-checkers and journalists by locating and highlighting statements within a text that warrant further verification. This process could streamline the fact-checking workflow and reduce the potential for human bias in selecting claims for verification. Check-worthy sentences or statements are usually those that contain factual information such as dates, definitions, statistics or descriptions of events or laws.</p><p>The CheckThat! Lab has been tackling this scientific problem for the past several years. The aim of this year's CheckThat! Lab Task 1 "Check-Worthiness Estimation" is to determine whether a claim in a tweet and/or a political debate/speech is worth fact-checking. The task is considered a binary classification task with data available in Arabic, English and Spanish <ref type="bibr" target="#b0">[1]</ref>. Frauhofer SIT participated in Task 1 of the CLEF 2024 CheckThat! Lab Challenge for the English language identifying relevant claims in political debates.</p><p>In this paper, we propose an adapter fusion approach that integrates a task adapter with a Named Entity Recognition (NER) adapter. Adapters are a resource-efficient alternative to fully fine-tuned transformer models <ref type="bibr" target="#b1">[2]</ref>. Initially, we trained a task adapter to effectively detect check-worthy statements. As check-worthy claims often contain facts in the form of named entities -such as personal names, dates, financial and percentage values -we combined the task adapter with a NER adapter. With a 𝐹 1 score of 0.78, our proposed adapter fusion model placed third in the competition.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>While early approaches focused on a fixed set of features (such as sentiment, word count, part of speech (PoS) tags and named entities (NE)) and utilized traditional machine learning models (Naive Bayes, SVM and Random Forest) <ref type="bibr" target="#b2">[3]</ref>, recent work focuses on pre-trained language models such as BERT <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>.</p><p>The CLEF CheckThat! challenge, which was introduced in 2018 and is still ongoing, has contributed a considerable amount of research in recent years. Despite the diversity of models and representations employed in the initial years of the challenge, including k-nearest neighbors <ref type="bibr" target="#b5">[6]</ref> and recurrent neural networks <ref type="bibr" target="#b6">[7]</ref> for models, and character n-grams <ref type="bibr" target="#b5">[6]</ref> and word embeddings <ref type="bibr" target="#b7">[8]</ref> for representation, neural approaches utilizing word embeddings demonstrated superior performance compared to classical methods <ref type="bibr" target="#b8">[9]</ref>. This trend continued in the 2019 challenge, where the top-performing team used an LSTM model trained with dual token embeddings (domain-specific word embeddings and syntactic dependencies) after pre-training on previous debates <ref type="bibr" target="#b9">[10]</ref>.</p><p>After the emergence of transformers in 2019 <ref type="bibr" target="#b10">[11]</ref>, there was a shift in contributions towards utilizing transformers for check-worthiness detection in subsequent years <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b12">13]</ref>. Following the introduction of GPT-3, the best-performing approach for the English subtask 2023 was to fine-tune GPT-3 with 7.7k examples from pre-existing datasets. However, subsequent experiments by the same group using DeBERTaV3 yielded almost identical results to GPT-3 <ref type="bibr" target="#b13">[14]</ref>.</p><p>Schlicht et al. <ref type="bibr" target="#b14">[15]</ref> conducted an investigation into the cross-training of adapter fusion models across various world languages, including Arabic, English, and Spanish, for the purpose of multilingual checkworthiness detection. They used mBERT and XLM-R and adapter fusion models on multilingual datasets from the CLEF CheckThat! Lab 2022 and 2021 challenges. They showed that the models outperformed monolingual task adapters and fully tuned models. A 𝐹 1 score of 0.51 was achieved for the detection of English check-worthy claims. Vogel et al. <ref type="bibr" target="#b15">[16]</ref> combined a task adapter and a NER adapter and achieved state-of-the-art results on two challenging check-worthiness benchmarks. The best-performing model achieved a 𝐹 1 score of 0.92 on the CheckThat! Lab 2023 dataset. In addition, the authors interpreted the fusion attentions, demonstrating the effectiveness of their approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Data Set Description</head><p>The data for this year's CheckThat! 2024 Challenge Task 1 "Check-Worthiness Estimation" is available in Arabic, English, and Dutch 1 <ref type="bibr" target="#b0">[1]</ref>. However, our approach focuses only on the English data set. While the methodology employed could theoretically be applied to other languages, specific modifications to the model would be required to account for linguistic differences.</p><p>For the English task, the data set consists of political debates collected from the US presidential general election debates. Examples from the data set are shown in Table <ref type="table" target="#tab_0">1</ref>.</p><p>The aim goal of Task 1 is to identify entries that contain check-worthy claims. The data set was annotated by human labelers. The label distributions and data set splits were provided by the organisers and are shown in Table <ref type="table" target="#tab_1">2</ref>. As can be seen, the data set consists of 23,851 entries, divided into two classes: check-worthy and non-check-worthy, labeled "YES" and "NO" respectively. The data set is  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Methodology and Results</head><p>In this section, we present our submitted adapter fusion approach, which combines a task adapter with a NER adapter. Adapters are a lightweight alternative to full model fine-tuning, consisting of a small set of re-initialised weights at each layer of the pre-trained model <ref type="bibr" target="#b1">[2]</ref>. These newly introduced weights are updated during fine-tuning, while the pre-existing parameters of the model remain fixed. This feature makes adapters parameter-efficient, speeds up training iterations and, due to their compact and modular nature, enables their modular sharing and composition without compromising model performance.</p><p>Adapter fusion is a method that combines the knowledge derived from different pre-trained adapters that were trained for distinct tasks. This process incorporates an attention module, which adeptly merges knowledge from various task adapters dynamically. Consequently, it fuses the knowledge acquired from diverse adapters into a unified representation. Various fusion techniques, including weighted summation, gating mechanisms, or attention mechanisms, can be employed for this purpose <ref type="bibr" target="#b1">[2]</ref>. The goal of the adapter fusion method is to harness the synergies between different tasks and adapters.</p><p>Initially, we trained a task adapter on the CheckThat! Lab 2024 <ref type="bibr" target="#b0">[1]</ref> dataset to effectively identify check-worthy sentences. No data pre-processing or cleaning was applied to the dataset. To train the task adapter, we applied adapter transformers from the "Adapter Hub" repository for pre-trained adapter models <ref type="bibr" target="#b16">[17]</ref>. We used the pre-trained RoBERTa model <ref type="bibr" target="#b17">[18]</ref> to tokenize the input data using the maximum sequence length of 512 (truncation=True, padding="max_length"). The task adapter model was trained for 6 epochs with a learning rate of 1e-4 and a batch size of 32.</p><p>The task adapter was trained on the "Train" dataset containing 22,501 instances, while the performance of the models during training was evaluated on the "Dev" set containing 1,032 instances. Finally, the "Dev Test" set of 318 samples was used to evaluate the trained model (Table <ref type="table" target="#tab_1">2</ref>). Our model achieves a 𝐹 1 of 0.866 over the positive (check-worthy) class. The results of the evaluation are shown in Table <ref type="table" target="#tab_2">3</ref>. We chose to use the adapter fusion approach, combining a task adapter with a NER adapter, to effectively detect named entities in the dataset. Previous studies have shown that check-worthy sentences tend to contain more named entities than non-check-worthy sentences <ref type="bibr" target="#b15">[16]</ref>. This is due to the fact that factual information often arises in the form of names and numerical data, encompassing personal names, company names, geographical locations, dates, years, and percentages. Table <ref type="table" target="#tab_3">4</ref> gives examples of sentences from the dataset containing named entities. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Yes</head><p>The adapter fusion model takes as input the representations generated by multiple adapters, each trained for distinct tasks, and learns a parameterized mixer of the encoded information. The previously trained task adapter was fused with the fine-tuned version of the DistilRoBERTa <ref type="bibr" target="#b18">[19]</ref> based NER model. The NER model was trained and evaluated on the CoNLL 2003 dataset and achieves an 𝐹 1 score of 0.92 <ref type="bibr" target="#b19">[20]</ref>. We trained our adapter fusion model for 6 epochs with a learning rate of 5e-5 and a batch size of 32 with a maximum sequence length of 512. The model was evaluated on the "Dev Test" and achieves a 𝐹 1 of 0.916 over the check-worthy class. The results of the approach are shown in Table <ref type="table" target="#tab_4">5</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion and Future Work</head><p>Identifying check-worthy statements can be seen as a first step in detecting the spread of false information online. Used as a pre-filter, this approach can significantly reduce the amount of data requiring manual evaluation by human experts. In this paper, we presented an adapter fusion method that combines a task-specific adapter and a NER adapter. Initially, we trained a task adapter to detect check-worthy statements effectively. Given that checkworthy statements often contain named entities (such as references to persons, locations, or dates), we integrated this task adapter with a pre-trained NER adapter. This integration aimed to exploit the synergies between different tasks. Our approach achieves a 𝐹 1 score of 0.78 on the CheckThat! Lab 2023 test dataset and was ranked third in the competition.</p><p>Future research may explore the integration of additional task-specific or pre-trained adapters. In our current approach, we utilized a pre-trained NER adapter developed to detect four NER classes. Subsequent work could investigate the use of a NER classifier trained to identify a broader range of NER classes.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Instances of check-worthy (Yes) and non-check-worthy (No) sentences for Task 1 Instance Class 1. It called for an increase in the production of energy in the United States. Yes 2. There are 9 countries that spend more than we do on public education. Yes 3. I'd like to mention one thing. No 4. "And for that to happen, we have to strengthen our economy here at home. " No significantly unbalanced, with approximately 25% of the entries labeled as check-worthy and 75% labeled as non-check-worthy. To train and test the system, the data set is divided into three subsets: training (Train: 22,501 entries), development (Dev: 1,032 entries), and development test (Dev Test: 318 entries). The development test set contains a slightly higher proportion of check-worthy entries (33%) compared to the other data sets. The unlabeled test set (Test) was provided for evaluation purposes and consists of 341 sentences.</figDesc><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>Class distribution of the CheckThat! Lab 2024 Task 1 English data set ("Test" set is unlabelled for evaluation purposes.)</figDesc><table><row><cell></cell><cell>Total</cell><cell>Yes</cell><cell>No</cell></row><row><cell>Train</cell><cell cols="3">22,501 5,413 17,088</cell></row><row><cell>Dev</cell><cell>1,032</cell><cell>238</cell><cell>794</cell></row><row><cell cols="2">Dev Test 318</cell><cell>108</cell><cell>210</cell></row><row><cell>Sum</cell><cell cols="3">23,851 5,759 18,092</cell></row><row><cell>Test</cell><cell>341</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 3</head><label>3</label><figDesc>Evaluation scores Precision (P), recall (R), 𝐹 1 score and accuracy for the task adapter model.</figDesc><table><row><cell></cell><cell>P</cell><cell>R</cell><cell>𝐹 1</cell><cell>Accuracy</cell></row><row><cell>Dev</cell><cell cols="4">0.943 0.975 0.959 0.981</cell></row><row><cell cols="5">Dev Test 0.977 0.778 0.866 0.918</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>Examples of check-worthy sentences with name entities Of the nine million people put to work in new jobs since I've been in office, 1.3 million of those has been among black Americans, and another million among those who speak Spanish. " Yes 3. If you take the tax cut that the president of the United States has given -President Bush gave to Americans in the top 1 percent of America -just that tax cut that went to the top 1 percent of America would have saved Social Security until the year 2075.</figDesc><table><row><cell>Instance</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>Evaluation scores Precision (P), recall (R), 𝐹 1 score and accuracy for the adapter fusion model. Comparison with the top best models and the baseline.Since the adapter fusion model outperformed the adapter model in terms of 𝐹 1 score, we used the former to classify the private test set of this year's CheckThat! 2024 competition. Our model achieves an 𝐹 1 score of 0.78 over the positive check-worthy class.</figDesc><table><row><cell></cell><cell>P</cell><cell>R</cell><cell>𝐹 1</cell><cell>Accuracy</cell></row><row><cell>Fraunhofer SIT (Dev)</cell><cell cols="4">0.983 0.967 0.975 0.989</cell></row><row><cell cols="5">Fraunhofer SIT (Dev Test) 0.979 0.861 0.916 0.947</cell></row><row><cell>Fraunhofer SIT (Test)</cell><cell>-</cell><cell>-</cell><cell cols="2">0.780 -</cell></row><row><cell>Baseline (Test)</cell><cell>-</cell><cell>-</cell><cell cols="2">0.307 -</cell></row><row><cell>FactFinders (Test)</cell><cell>-</cell><cell>-</cell><cell cols="2">0.802 -</cell></row><row><cell>teamopenfact (Test)</cell><cell>-</cell><cell>-</cell><cell cols="2">0.796 -</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>This work was supported by the German Federal Ministry of Education and Research (BMBF) and the Hessian Ministry of Higher Education, Research, Science and the Arts within their joint support of "ATHENE -CRISIS".</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The clef-2024 checkthat! lab: Check-worthiness, subjectivity, persuasion, roles, authorities, and adversarial robustness</title>
		<author>
			<persName><forename type="first">A</forename><surname>Barrón-Cedeño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Chakraborty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Elsayed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Przybyła</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">F</forename><surname>Haouari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hasanain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ruggeri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Suwaileh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Goharian</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Tonellotto</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>He</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Lipani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Mcdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><surname>Ounis</surname></persName>
		</editor>
		<meeting><address><addrLine>Nature Switzerland, Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="449" to="458" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Parameter-efficient transfer learning for nlp</title>
		<author>
			<persName><forename type="first">N</forename><surname>Houlsby</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Giurgiu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jastrzebski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Morrone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>De Laroussilhe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gesmundo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Attariyan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gelly</surname></persName>
		</author>
		<ptr target="http://dblp.uni-trier.de/db/conf/icml/icml2019.html#HoulsbyGJMLGAG19" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of Machine Learning Research</title>
				<editor>
			<persName><forename type="first">K</forename><surname>Chaudhuri</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Salakhutdinov</surname></persName>
		</editor>
		<meeting>Machine Learning Research<address><addrLine>PMLR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">97</biblScope>
			<biblScope unit="page" from="2790" to="2799" />
		</imprint>
	</monogr>
	<note>ICML</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Detecting check-worthy factual claims in presidential debates</title>
		<author>
			<persName><forename type="first">N</forename><surname>Hassan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tremayne</surname></persName>
		</author>
		<idno type="DOI">10.1145/2806416.2806652</idno>
		<idno>doi:10.1145/2806416.2806652</idno>
		<ptr target="https://doi.org/10.1145/2806416.2806652" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th ACM International on Conference on Information and Knowledge Management, CIKM &apos;15</title>
				<meeting>the 24th ACM International on Conference on Information and Knowledge Management, CIKM &apos;15<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="1835" to="1838" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Overview of the CLEF-2023 CheckThat! lab task 1 on checkworthiness in multimodal and multigenre content</title>
		<author>
			<persName><forename type="first">F</forename><surname>Alam</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><forename type="middle">S</forename><surname>Cheema</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Hakimov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hasanain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Míguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Mubarak</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">W</forename><surname>Zaghouani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2023-Conference and Labs of the Evaluation Forum, CLEF &apos;2023</title>
				<meeting><address><addrLine>Thessaloniki, Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Gradient-based adversarial training on transformer networks for detecting check-worthy factual claims</title>
		<author>
			<persName><forename type="first">K</forename><surname>Meng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Jimenez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Arslan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Devasier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Obembe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Li</surname></persName>
		</author>
		<idno>ArXiv abs/2002.07725</idno>
		<ptr target="https://api.semanticscholar.org/CorpusID:211146392" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Ghanem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Montes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pardo</surname></persName>
		</author>
		<author>
			<persName><surname>Rosso</surname></persName>
		</author>
		<title level="m">Upv-inaoe-autoritas -check that: Preliminary approach for checking worthiness of claims</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The copenhagen team participation in the checkworthiness task of the competition of automatic identification and verification of claims in political debates of the clef-2018 checkthat! lab</title>
		<author>
			<persName><forename type="first">C</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Simonsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lioma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">19th Working Notes of CLEF Conference and Labs of the Evaluation Forum, CLEF 2018 ; Conference date</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Cappellato</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Nie</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Soulier</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="14" to="19" />
		</imprint>
	</monogr>
	<note>CLEF 2018 Working Notes, CEUR Workshop Proceedings</note>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">A hybrid recognition system for check-worthy claims using heuristics and supervised learning</title>
		<author>
			<persName><forename type="first">R</forename><surname>Banerjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Zuo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Karakaş</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<author>
			<persName><forename type="first">P</forename><surname>Atanasova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barron-Cedeno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Elsayed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Suwaileh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zaghouani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kyuchukov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">D S</forename><surname>Martino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1808.05542</idno>
	</analytic>
	<monogr>
		<title level="m">Overview of the clef-2018 checkthat! lab on automatic identification and verification of political claims</title>
				<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
	</monogr>
	<note>Check-worthiness</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Neural weakly supervised fact check-worthiness detection with contrastive sampling-based ranking loss, volume 2380</title>
		<author>
			<persName><forename type="first">C</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hansen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Simonsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lioma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">20th Working Notes of CLEF Conference and Labs of the Evaluation Forum, CLEF 2019 ; Conference date</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="12" to="19" />
		</imprint>
	</monogr>
	<note>ceur workshop proceedings</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">BERT: Pre-training of deep bidirectional transformers for language understanding</title>
		<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="DOI">10.18653/v1/N19-1423</idno>
		<ptr target="https://aclanthology.org/N19-1423.doi:10.18653/v1/N19-1423" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
		<title level="s">Long and Short Papers</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Burstein</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Doran</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Solorio</surname></persName>
		</editor>
		<meeting>the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies<address><addrLine>Minneapolis, Minnesota</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="4171" to="4186" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Barron-Cedeno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Elsayed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">D S</forename><surname>Martino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hasanain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Suwaileh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Haouari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Babulkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hamdan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">S</forename><surname>Ali</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2007.07997</idno>
		<title level="m">Overview of checkthat! 2020: Automatic identification and verification of claims in social media</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">D S</forename><surname>Martino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Elsayed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barrón-Cedeño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Míguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shaar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Haouari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hasanain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Mansour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hamdan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">S</forename><surname>Ali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Babulkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nikolov</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">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">M</forename><surname>Kutlu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">S</forename></persName>
		</author>
		<idno type="arXiv">arXiv:2109.12987</idno>
		<title level="m">Overview of the clef-2021 checkthat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news</title>
				<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Sawinski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Węcel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Księżniak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Stróżyna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Lewoniewski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Stolarski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Abramowicz</surname></persName>
		</author>
		<title level="m">Openfact at checkthat! 2023: Head-to-head gpt vs. bert -a comparative study of transformers language models for the detection of check-worthy claims</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Multilingual detection of check-worthy claims using world languages and adapter fusion</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">B</forename><surname>Schlicht</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Flek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Kamps</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Goeuriot</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Crestani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Maistro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Joho</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Davis</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Gurrin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">U</forename><surname>Kruschwitz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Caputo</surname></persName>
		</editor>
		<meeting><address><addrLine>Nature Switzerland, Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="118" to="133" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Adapter fusion for check-worthiness detection -combining a task adapter with a ner adapter</title>
		<author>
			<persName><forename type="first">I</forename><surname>Vogel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Möhle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Meghana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Steinebach</surname></persName>
		</author>
		<ptr target="https://romcir.disco.unimib.it/wp-content/uploads/sites/151/2024/03/Paper6_Vogel.pdf" />
	</analytic>
	<monogr>
		<title level="m">The 4th Workshop on Reducing Online Misinformation through Credible Information Retrieval, held as part of ECIR 2024: the 46th European Conference on Information Retrieval</title>
				<meeting><address><addrLine>Glasgow, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2024-03-24">2024. March 24, 2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Poth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Sterz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Paul</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Purkayastha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Engländer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Imhof</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Vulić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ruder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Gurevych</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pfeiffer</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2311.11077</idno>
		<title level="m">Adapters: A unified library for parameter-efficient and modular transfer learning</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Roberta: A robustly optimized bert pretraining approach</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Du</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Levy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Zettlemoyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Stoyanov</surname></persName>
		</author>
		<idno>ArXiv abs/1907.11692</idno>
		<ptr target="https://api.semanticscholar.org/CorpusID:198953378" />
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Distilbert, a distilled version of bert: smaller, faster, cheaper and lighter</title>
		<author>
			<persName><forename type="first">V</forename><surname>Sanh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Debut</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chaumond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wolf</surname></persName>
		</author>
		<idno>ArXiv abs/1910.01108</idno>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">FLAIR: An easy-to-use framework for state-of-the-art NLP</title>
		<author>
			<persName><forename type="first">A</forename><surname>Akbik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Blythe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Rasul</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schweter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Vollgraf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Annual Conference of the North American Chapter of the Association for Computational Linguistics (Demonstrations)</title>
				<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="54" to="59" />
		</imprint>
	</monogr>
	<note>NAACL 2019</note>
</biblStruct>

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