<?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">Conspiracy vs Critical Thinking Using an Ensemble of Transformers with Data Augmentation Techniques Notebook for PAN at CLEF 2024</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Angelo</forename><forename type="middle">Maximilian</forename><surname>Tulbure</surname></persName>
							<email>angelomaximilian.tulbure@mail.polimi.it</email>
							<affiliation key="aff0">
								<orgName type="institution">Universitat Politècnica de València</orgName>
								<address>
									<settlement>València</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Politecnico di Milano</orgName>
								<address>
									<settlement>Milan</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mariona</forename><forename type="middle">Coll</forename><surname>Ardanuy</surname></persName>
							<affiliation key="aff2">
								<orgName type="department">Pattern Recognition and Human Language Technology Research Center</orgName>
								<orgName type="institution">Universitat Politècnica de València</orgName>
								<address>
									<settlement>València</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff3">
								<address>
									<settlement>Grenoble</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Conspiracy vs Critical Thinking Using an Ensemble of Transformers with Data Augmentation Techniques Notebook for PAN at CLEF 2024</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">A214D4B7CE7BE6F827EB453F8A233386</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:02+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>PAN 2024</term>
					<term>oppositional thinking</term>
					<term>critical thinking</term>
					<term>conspiracy theories</term>
					<term>binary classification</term>
					<term>token classification</term>
					<term>ensembling models</term>
					<term>data augmentation Coll Ardanuy) 0000-0001-8455-7196 (M. Coll Ardanuy)</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper provides an overview of our contributions to the PAN at CLEF2024 Oppositional thinking analysis shared task, which focuses on distinguishing between conspiratorial and critical thinking narratives. The competition featured two main tasks. The first task is a binary classification task that aims at determining whether a text is conspiratorial or critical. The second task is a span-level detection task, in which the goal is to detect elements of oppositional narratives in the texts. Two annotated datasets, one in English and one in Spanish, were provided, each of 5K telegram comments. Our best-performing approaches combined custom fine-tuned Transformer models with data augmentation techniques. We achieved an F1-Score of 0.8917 for English and of 0.8293 for Spanish for task 1, and a span-F1 score of 0.6279 for English and 0.6129 for Spanish for task 2. Our task 2 approach achieved the best results in the shared task for both English and Spanish.</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>Conspiracy theories offer elaborate explanations for significant events, attributing them to hidden schemes by secretive and powerful groups. Recently, there has been increasing interest in automatically detecting these theories in text, often framed as a binary classification problem, with some approaches exploring multi-label or multi-class classification. However, key issue with existing methods is their difficulty in distinguishing between critical thinking and conspiracy theories <ref type="bibr" target="#b0">[1]</ref>. This distinction is crucial, because misclassifying critical perspectives as conspiracies can inadvertently lead individuals to engage more deeply with conspiracy communities. As argued in Korenčić et al. <ref type="bibr" target="#b0">[1]</ref>, conspiracy theories often proliferate rapidly on social media, leading to widespread misinformation and potential harm. In contrast, critical thinking is essential for informed decision-making and healthy public discourse.</p><p>The shared task "Oppositional thinking analysis: Conspiracy theories vs critical thinking narratives" 1 <ref type="bibr" target="#b0">[1]</ref>, which is part of PAN at CLEF2024 <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref> deals with the problem of distinguishing between conspiracy theories and critical thinking. The task focuses on two primary objectives: the binary classification of texts as either conspiratorial or critical, and the span-level detection of specific elements within these oppositional narratives. The datasets provided for these tasks include annotated texts from English and Spanish sources, each consisting of 5,000 telegram comments. These datasets serve as a comprehensive resource for developing and evaluating models capable of handling multilingual data and diverse narrative structures.</p><p>Our approach to these tasks involved the use of custom fine-tuned Transformer models, which were enhanced through data augmentation techniques. For the binary classification task, we employed a Soft Voting Ensembling method combining multiple Transformer models to improve robustness and accuracy.</p><p>For the span-level detection task, we treated the problem as a token classification task, segmenting text into sentences to mitigate issues related to text length limitations in Transformer models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Systems Overview</head><p>In this section, we describe our submitted systems. Our approaches for distinguishing between critical and conspiracy texts (Task 1) are described in Section 2.1, and our approaches for detecting elements of oppositional narratives (Task 2) in Section 2.2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Task 1: Distinguishing between Critical and Conspiracy Texts</head><p>For Task 1, the general approach involved fine-tuning Transformer-based models and applying data augmentation techniques. Both English and Spanish datasets were processed similarly. The main difference between Run 1 and Run 2 lies in the method used to make predictions. In Run 1, only the best model checkpoint was used to make predictions. In Run 2, an ensembling method was employed, which combined the predictions from multiple models.</p><p>The approach for both languages involved several key steps. We experimented with various Transformer-based models for fine-tuning and different hyperparameters. In addition to model selection and training, data augmentation played an important role in our approach. To increase the diversity and quantity of training data, we applied translation-based augmentation. For this, for English, the Spanish dataset was translated into English using the Helsinki-NLP/opus-mt-es-en<ref type="foot" target="#foot_0">2</ref> model <ref type="bibr" target="#b3">[4]</ref>; and, for Spanish, the English dataset was translated into Spanish using the Helsinki-NLP/opus-mten-es<ref type="foot" target="#foot_1">3</ref> model <ref type="bibr" target="#b3">[4]</ref>. This method helped in creating a more varied training set, enabling the models to generalize better and perform more effectively on unseen data.</p><p>In Run 1, predictions were made using the best model checkpoints identified during the training phase. However, in Run 2, we enhanced the prediction process by employing an ensembling method. This is described in more detail in the following two subsections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.1.">Run 1 task 1</head><p>In Run 1, we focused on using the best model checkpoint to make predictions for both English and Spanish datasets. For English, the facebook/roberta-base<ref type="foot" target="#foot_2">4</ref>  <ref type="bibr" target="#b4">[5]</ref> model was used. This model is known for its robust performance on various NLP tasks. For Spanish, the dccuchile/bert-basespanish-wwm-uncased<ref type="foot" target="#foot_3">5</ref>  <ref type="bibr" target="#b5">[6]</ref> model was used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.2.">Run 2 task 1</head><p>In Run 2, an ensembling approach was used. The general approach involved using a Soft Voting Ensembling method composed of three custom fine-tuned Transformer-based models and data augmentation. We used the following three models for English:</p><p>1. facebook/roberta-base <ref type="foot" target="#foot_4">6</ref> [5] 2. google/bert-base-uncased<ref type="foot" target="#foot_5">7</ref>  <ref type="bibr" target="#b6">[7]</ref> 3. allenai/scibert_scivocab_uncased<ref type="foot" target="#foot_6">8</ref>  <ref type="bibr" target="#b7">[8]</ref> For Spanish, we used the following three models:</p><p>1. dccuchile/bert-base-spanish-wwm-uncased <ref type="foot" target="#foot_7">9</ref> [6] 2. PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer<ref type="foot" target="#foot_8">10</ref> [9] 3. bertin-project/bertin-roberta-base-spanish<ref type="foot" target="#foot_9">11</ref>  <ref type="bibr" target="#b9">[10]</ref> For ensembling, the best checkpoint from each fine-tuned Spanish model was used in a Soft Voting ensemble for predictions. This approach involved combining predictions from multiple models using a Soft Voting ensemble <ref type="bibr" target="#b10">[11]</ref>, which significantly improved the overall accuracy and robustness of the system. The Soft Voting process involves averaging the predicted probabilities of each category from the different models and then making the final prediction based on the highest average probability. By integrating the strengths of different models, the ensembling method provided a more reliable and precise set of predictions, ensuring higher performance in distinguishing between critical and conspiracy texts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Task 2: Detecting Elements of Oppositional Narratives</head><p>We approached Task 2 by fine-tuning a transformer model with a token classification head, therefore treating it as a token classification problem. Having only one head (instead of a classification head per label, as is implemented in the provided baseline <ref type="bibr" target="#b0">[1]</ref>) precluded the possibility of overlapping spans, but offered increased simplicity and reduced computational expense instead. While the provided data was annotated at the document-level, we transformed it so that we could train the token classifier at the sentence-level instead. Segmenting the text into sentences overcame the problem of transformers truncating texts that are longer than the maximum length size, ensuring no data was lost during training or testing. The main difference between Run 1 and Run 2 was that, in Run 1, the best model checkpoint was used without additional training, while in Run 2, the best model checkpoint was retrained for one more epoch using the entire dataset as training.</p><p>We also performed data augmentation. We could not easily augment the data through translation, because working at the span-level means that the annotated spans are provided in terms of indices that match the original text. Therefore, we used an alternative data augmentation technique which consisted in replacing words in the texts by synonyms or semantically-related words, using static word embeddings (word2vec) <ref type="bibr" target="#b11">[12]</ref> in combination with SpaCy <ref type="bibr" target="#b12">[13]</ref>. This process ensured that the total number of words remained the same to maintain consistency with the start and end spacy tokens. By introducing synonym replacements, we created a more varied dataset, which helped the models generalize better and perform more effectively on unseen data. In English, we used the GoogleNews -vectors-negative300<ref type="foot" target="#foot_10">12</ref> static word embeddings while, in Spanish, we used the FastText embeddings <ref type="foot" target="#foot_11">13</ref> from the Spanish Unannotated Corpora.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.1.">Run 1 task 2</head><p>In Run 1, we used the best model checkpoint without additional training. For Task 2 in English, the facebook/roberta-base<ref type="foot" target="#foot_12">14</ref>  <ref type="bibr" target="#b4">[5]</ref> model was employed. For the Spanish dataset, the PlanTL-GOB -ES/roberta-base-bne <ref type="foot" target="#foot_13">15</ref>  <ref type="bibr" target="#b13">[14]</ref> model was used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.2.">Run 2 task 2</head><p>In Run 2, the best model checkpoint from Run 1 was trained for one more epoch using the augmented dataset. This final model checkpoint was then used to detect the elements of oppositional narratives in the test dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Experiments Setup</head><p>Experiments were conducted on an NVIDIA GeForce GTX 1080 (8 GB memory). To ensure uniformity and comparability of results, the same experimental setting was consistently applied across all tasks, runs, and languages under study. The experimental setup was meticulously designed to ensure optimal performance and efficient resource utilization.</p><p>StratifiedKFold cross-validation <ref type="bibr" target="#b14">[15]</ref> with 3 folds was used to ensure robust performance across different subsets of the data. This method involves splitting the dataset into 𝑘 folds while preserving the percentage of samples for each class. For each run, models were trained on 𝑘 − 1 folds and validated on the remaining fold, rotating this process 𝑘 times to ensure every data point was used for both training and validation.</p><p>The training process spanned 15 epochs. A weight decay of 0.01 was applied as a regularization technique to penalize large weights. A custom linear learning rate scheduler was employed, adjusting the learning rate from an initial value of 2e-5 to a final value of 2e-6 over the total number of training epochs. Gradient accumulation steps were set to 4, effectively increasing the batch size without inflating the memory footprint by accumulating gradients over multiple steps before updating the model's weights. The training batch size per device was dynamically set based on available GPU memory, managed by a custom callback designed to dynamically adjust the batch size used during training and evaluation based on the available GPU memory. This ensures efficient resource utilization and prevents memory-related issues during training, especially when dealing with varying data sizes and model complexities. Upon completion of training, the best model, as determined by the F1 score, was loaded.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Dataset</head><p>Participants were provided with a JSON file containing all texts in the training dataset along with their annotations. Each text is represented by a dictionary that includes the ID, tokenized text, binary category, and span annotations. Span annotations are provided as a list of dictionaries, with each dictionary representing an annotated span and detailing the span's category and text, specified by the start and end characters. The training subset, comprising 4000 records, was released with all annotations, while the test subset, consisting of 1000 records, was released only with "id" and the "text" field <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>.   As summarized in Table <ref type="table" target="#tab_0">1</ref> and shown in Figures <ref type="figure" target="#fig_1">1a and 1b</ref>, the binary classification task for distinguishing critical from conspiracy texts reveals an inherent class imbalance in both the English and Spanish datasets. The English dataset has 65.53% critical texts compared to 34.48% conspiracy texts, while the Spanish dataset shows a similar trend with 63.45% critical and 36.55% conspiracy texts. This imbalance poses a challenge for model training. The similarity in the proportions of critical and conspiracy texts across both languages suggested that the models trained on one dataset might be adaptable to the other with minimal adjustments. That was indeed the approach adopted for the shared task.   The token classification task aims to identify key elements within oppositional narratives. As shown in Figures <ref type="figure" target="#fig_3">2a and 2b</ref> and in Table <ref type="table" target="#tab_1">2</ref>, the distribution of these elements varies significantly between the English and Spanish datasets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head><p>The official evaluation metrics were different for each subtask. For subtask 1, which involved distinguishing between critical and conspiracy narratives, the Matthews Correlation Coefficient (MCC) was used as the primary evaluation metric <ref type="bibr" target="#b15">[16]</ref>. Additionally, the F1-macro, F1-conspiracy and F1-critical metrics were provided for subtask 1. For subtask 2, focusing on span-level detection of narrative elements, the macro-averaged span-F1 was used as the primary evaluation metric <ref type="bibr" target="#b16">[17]</ref>. In addition, the span-P, span-R and micro-span-F1 metrics were reported for subtask 2.</p><p>The shared task organizers provided two baseline models for these tasks. For subtask 1, the baseline is a standard BERT classifier <ref type="bibr" target="#b6">[7]</ref>. For subtask 2, the baseline is a BERT-based multi-task token classifier with separate classification heads and a common transformer backbone <ref type="bibr" target="#b17">[18]</ref>. The baselines utilize either English or Spanish BERT models, depending on the language. The performances of our approaches and the baselines are reported in Table <ref type="table" target="#tab_2">3</ref> (Subtask 1) and in Table <ref type="table">4</ref> (Subtask 2). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Discussion</head><p>Tables <ref type="table" target="#tab_2">3 and 4</ref> offer a summary of how the models performed in distinguishing between conspiratorial and critical thinking narratives and in detecting narrative elements within texts. In this section, we discuss the reported results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.">Subtask 1: Binary Classification of Conspiratorial vs. Critical Thinking</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.1.">English Results task 1</head><p>In our analysis of the English dataset, the first run exhibited good performance metrics. The Matthews Correlation Coefficient (MCC) was 0.7574, indicating a robust ability to distinguish between different narrative types. The F1-macro score of 0.8769 further supported the model's high overall classification capability. Notably, the F1 score for critical thinking texts was 0.92, compared to 0.8338 for conspiracy texts. This disparity suggests that the model more effectively identified critical thinking. However, it is important to note that these results are below the baseline, which had an MCC of 0.7964 and an F1-macro score of 0.8975. This baseline is indeed a hard baseline and difficult to beat.</p><p>In the second run, the ensembled model demonstrated improved reliability, with the MCC rising to 0.7872. The F1-macro score also increased to 0.8917, indicating enhanced overall performance. The F1 scores for conspiracy and critical texts were 0.8536 and 0.9297, respectively, showing more balanced and accurate classifications. Despite these improvements, the model still did not surpass the baseline, highlighting the baseline's strong performance and the challenges in achieving higher accuracy.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1.2.">Spanish Results task 1</head><p>For the Spanish dataset, the first run showed moderate performance with an MCC of 0.6147, indicating a need for further improvement. The F1-macro score was 0.795, reflecting decent overall performance but highlighting areas for enhancement. The model struggled more with conspiratorial texts, achieving an F1 score of 0.7179 for conspiracy versus 0.872 for critical texts, likely due to the specific linguistic challenges presented by the Spanish language. The baseline for Spanish had an MCC of 0.6681 and an F1-macro score of 0.8339, indicating that the baseline was also strong for this language.</p><p>In the second run, there was a noticeable improvement in performance. The MCC increased to 0.6722, and the F1-macro score rose to 0.8293, indicating better overall performance. The F1 scores for conspiracy and critical texts improved significantly to 0.7699 and 0.8887, respectively. These improvements suggest that the ensembled model became more adept at handling linguistic features specific to Spanish, leading to more balanced and accurate classifications. This second run beat the strong baseline performance, reflecting significant progress.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.">Subtask 2: Span-level Detection of Narrative Elements</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.1.">English Results task 2</head><p>In the first run for the English dataset, the model achieved a span-P of 0.5832 and a span-R of 0.6856, indicating moderate precision but better recall. The span-F1 score was 0.6293, and the micro-span-F1 score was 0.6074, suggesting a balanced performance with a need for improvement in precision. The baseline for this task had a span-F1 score of 0.5323 and a micro-span-F1 of 0.4998, showing that our model performed significantly better than the strong baseline.</p><p>In the second run, there was a slight improvement in precision, with a span-P of 0.5859 and a span-R of 0.679. The span-F1 score remained relatively consistent at 0.6279, and the micro-span-F1 score increased marginally to 0.6120. These modest enhancements reflect steady progress in performance and show that our model maintained competitive performance with the baseline.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2.2.">Spanish Results task 2</head><p>For the Spanish dataset, the first run had a span-P of 0.5997 and a span-R of 0.6193. The span-F1 score was 0.6089, and the micro-span-F1 score was 0.6051. The model performed significantly better at span detection in Spanish compared to English, possibly due to distinct narrative markers in the language. The baseline for this task had a span-F1 score of 0.4934 and a micro-span-F1 of 0.4952, indicating that our model significantly outperformed the baseline in both metrics. In the second run, the performance improved, with a span-P of 0.6159, a span-R of 0.6129, and a span-F1 of 0.6129, maintaining a significant advantage over the baseline.</p><p>Overall, retraining the model on the entire dataset for one epoch, using the augmented dataset without a validation and test set, resulted in improved performance during the second run.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3.">Error analysis</head><p>In the future, we will thoroughly investigate why we achieved the best results in the competition in the second, more challenging task, but not in the first, theoretically easier one. By examining the confusion matrices for binary classification, we can pinpoint where the model's predictions deviate from actual categories. For instance, in the Spanish dataset, the model misclassified "CRITICAL" texts as "CONSPIRACY" with a 5.52% error rate and "CONSPIRACY" texts as "CRITICAL" with a 31.4% error rate. In the English dataset, these error rates were 4.12% and 19.7%, respectively, indicating greater difficulty in detecting "CONSPIRACY" texts, especially in the Spanish dataset. Misclassifications may arise from language ambiguity, training data limitations, and cultural nuances. For token classification, both datasets exhibited significant issues with spans that should not be annotated, often being misclassified into various categories. This could be due to model overconfidence, lack of enough training data, or to the subjective nature of the task.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion and Future work</head><p>The detailed analysis of the results highlights the significant progress made in distinguishing between conspiratorial and critical thinking narratives and detecting narrative elements within texts. The continuous improvements observed between runs emphasize the importance of data augmentation, model fine-tuning, and language-specific adaptations.</p><p>Future work should focus on refining these models further, exploring advanced augmentation techniques, and incorporating diverse datasets to improve generalizability. Additionally, developing specialized tools for intergroup conflict analysis and enhancing content moderation strategies will be crucial for addressing the challenges posed by misinformation and fostering a healthier information environment.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>(a) binary categories for the English dataset (b) binary categories for the Spanish dataset</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Distribution of binary categories for the English and Spanish datasets.</figDesc><graphic coords="4,74.26,481.92,221.12,223.14" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>(a) Distribution of span text categories for the English dataset. (b) Distribution of span text categories for the Spanish dataset.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Distribution of span text categories for the English and Spanish datasets. The label "x" represents the texts where no label appears for the task.</figDesc><graphic coords="5,99.08,502.01,397.13,210.59" 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 binary labels for the English and Spanish datasets.</figDesc><table><row><cell>Label</cell><cell>English</cell><cell cols="2">(%) Spanish</cell><cell>(%)</cell></row><row><cell>CRITICAL</cell><cell cols="2">2621 65.53%</cell><cell cols="2">2538 63.45%</cell></row><row><cell>CONSPIRACY</cell><cell cols="2">1379 34.48%</cell><cell cols="2">1462 36.55%</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Distribution of span text labels for the English and Spanish datasets.</figDesc><table><row><cell>Label</cell><cell>English</cell><cell cols="2">(%) Spanish</cell><cell>(%)</cell></row><row><cell>CAMPAIGNER</cell><cell cols="2">5096 22.70%</cell><cell cols="2">3285 17.63%</cell></row><row><cell>AGENT</cell><cell cols="2">5082 22.63%</cell><cell cols="2">2698 14.47%</cell></row><row><cell>NEGATIVE_EFFECT</cell><cell cols="2">4387 19.54%</cell><cell cols="2">5770 30.96%</cell></row><row><cell>VICTIM</cell><cell cols="2">3517 15.67%</cell><cell cols="2">4213 22.61%</cell></row><row><cell>FACILITATOR</cell><cell cols="2">2763 12.31%</cell><cell cols="2">2174 11.67%</cell></row><row><cell>OBJECTIVE</cell><cell>1602</cell><cell>7.14%</cell><cell>493</cell><cell>2.65%</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>Performance metrics for Subtask 1.</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell>Subtask 1</cell><cell></cell></row><row><cell></cell><cell cols="4">MCC F1-macro F1-conspiracy F1-critical</cell></row><row><cell cols="2">English_baseline 0.7964</cell><cell>0.8975</cell><cell>0.8632</cell><cell>0.9318</cell></row><row><cell>English_run1</cell><cell>0.7574</cell><cell>0.8769</cell><cell>0.8338</cell><cell>0.9200</cell></row><row><cell>English_run2</cell><cell>0.7872</cell><cell>0.8917</cell><cell>0.8536</cell><cell>0.9297</cell></row><row><cell cols="2">Spanish_baseline 0.6681</cell><cell>0.8339</cell><cell>0.7872</cell><cell>0.8806</cell></row><row><cell>Spanish_run1</cell><cell>0.6147</cell><cell>0.7950</cell><cell>0.7179</cell><cell>0.8720</cell></row><row><cell>Spanish_run2</cell><cell>0.6722</cell><cell>0.8293</cell><cell>0.7699</cell><cell>0.8887</cell></row><row><cell>Table 4</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Performance metrics for Subtask 2.</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell>Subtask 2</cell><cell></cell></row><row><cell></cell><cell cols="4">span-F1 span-P span-R micro-span-F1</cell></row><row><cell>English_baseline</cell><cell>0.5323</cell><cell>0.4684</cell><cell>0.6334</cell><cell>0.4998</cell></row><row><cell>English_run1</cell><cell>0.6293</cell><cell>0.5832</cell><cell>0.6856</cell><cell>0.6074</cell></row><row><cell>English_run2</cell><cell>0.6279</cell><cell>0.5859</cell><cell>0.6790</cell><cell>0.6120</cell></row><row><cell>Spanish_baseline</cell><cell>0.4934</cell><cell>0.4533</cell><cell>0.5621</cell><cell>0.4952</cell></row><row><cell>Spanish_run1</cell><cell>0.6089</cell><cell>0.5997</cell><cell>0.6193</cell><cell>0.6051</cell></row><row><cell>Spanish_run2</cell><cell>0.6129</cell><cell>0.6159</cell><cell>0.6129</cell><cell>0.6108</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://huggingface.co/Helsinki-NLP/opus-mt-es-en</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">https://huggingface.co/Helsinki-NLP/opus-mt-en-es</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">https://huggingface.co/FacebookAI/roberta-base</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">https://huggingface.co/FacebookAI/roberta-base</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">https://huggingface.co/google-bert/bert-base-uncased</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">https://huggingface.co/allenai/scibert_scivocab_uncased</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_7">https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_8">https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_9">https://huggingface.co/bertin-project/bertin-roberta-base-spanish</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_10">https://github.com/mmihaltz/word2vec-GoogleNews-vectors</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_11">https://github.com/dccuchile/spanish-word-embeddings</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="14" xml:id="foot_12">https://huggingface.co/FacebookAI/roberta-base</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="15" xml:id="foot_13">https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The work of Mariona Coll Ardanuy is funded by the research project FairTransNLP, grant PID2021-124361OB-C31, funded by MCIN/AEI/10.13039/501100011033 and by ERDF, EU A way of making Europe.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Overview of the oppositional thinking analysis PAN task at CLEF</title>
		<author>
			<persName><forename type="first">D</forename><surname>Korenčić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chulvi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Bonet-Casals</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Taulé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Working Notes of CLEF 2024 -Conference and Labs of the Evaluation Forum</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Galuvakova</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>García Seco De Herrera</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2024">2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Overview of PAN 2024: Multi-author writing style analysis, multilingual text detoxification, oppositional thinking analysis, and generative AI authorship verification</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bevendorff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Bonet-Casals</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chulvi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dementieva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Elnagar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Freitag</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Korenčić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mayerl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mukherjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Smirnova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Stamatatos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Taulé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ustalov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiegmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Zangerle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Fourteenth International Conference of the CLEF Association (CLEF 2024)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Berlin Heidelberg New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Overview of PAN 2024: Multiauthor writing style analysis, multilingual text detoxification, oppositional thinking analysis, and generative AI authorship verification -condensed lab overview</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Ayele</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Babakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bevendorff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Bonet-Casals</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chulvi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dementieva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Elnagar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Freitag</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Korenčić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mayerl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Moskovskiy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mukherjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Rizwan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Smirnova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Stamatatos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Taulé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ustalov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiegmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Yimam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Zangerle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Fifteenth International Conference of the CLEF Association CLEF-2024</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">OPUS-MT -Building open translation services for the World</title>
		<author>
			<persName><forename type="first">J</forename><surname>Tiedemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd Annual Conferenec of the European Association for Machine Translation (EAMT)</title>
				<meeting>the 22nd Annual Conferenec of the European Association for Machine Translation (EAMT)<address><addrLine>Lisbon, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<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 type="arXiv">arXiv:1907.11692</idno>
		<title level="m">Roberta: A robustly optimized BERT pretraining approach</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Spanish pre-trained BERT model and evaluation data</title>
		<author>
			<persName><forename type="first">J</forename><surname>Cañete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Chaperon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fuentes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-H</forename><surname>Ho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pérez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Practical ML for Developing Countries Workshop at the International Conference on Learning Representations</title>
				<meeting><address><addrLine>ICLR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<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://www.aclweb.org/anthology/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>
		<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="b7">
	<analytic>
		<title level="a" type="main">SciBERT: A pretrained language model for scientific text</title>
		<author>
			<persName><forename type="first">I</forename><surname>Beltagy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cohan</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/D19-1371</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), Association for Computational Linguistics</title>
				<editor>
			<persName><forename type="first">K</forename><surname>Inui</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Jiang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Ng</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Wan</surname></persName>
		</editor>
		<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), Association for Computational Linguistics<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="3615" to="3620" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Pretrained biomedical language models for clinical nlp in spanish</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">P</forename><surname>Carrino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Llop</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pàmies</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gutiérrez-Fandiño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Armengol-Estapé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Silveira-Ocampo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Valencia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gonzalez-Agirre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Villegas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 21st Workshop on Biomedical Language Processing</title>
				<meeting>the 21st Workshop on Biomedical Language Processing</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="193" to="199" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Efficient pre-training of a spanish language model using perplexity sampling</title>
		<author>
			<persName><forename type="first">J</forename><surname>De La Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">G</forename><surname>Ponferrada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Villegas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>González De Prado Salas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Grandury</surname></persName>
		</author>
		<author>
			<persName><surname>Bertin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procesamiento del Lenguaje Natural</title>
		<imprint>
			<biblScope unit="volume">68</biblScope>
			<biblScope unit="page" from="13" to="23" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A soft-voting ensemble classifier for detecting patients affected by covid-19</title>
		<author>
			<persName><forename type="first">A</forename><surname>Manconi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Armano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gnocchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Milanesi</surname></persName>
		</author>
		<idno type="DOI">10.3390/app12157554</idno>
	</analytic>
	<monogr>
		<title level="j">Applied Sciences</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page">7554</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Distributed representations of words and phrases and their compositionality</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">S</forename><surname>Corrado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dean</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in Neural Information Processing Systems</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">spaCy: Industrial-strength natural language processing in python</title>
		<author>
			<persName><forename type="first">M</forename><surname>Honnibal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Montani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Van Landeghem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Boyd</surname></persName>
		</author>
		<idno type="DOI">10.5281/zenodo.1212303</idno>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">MarIA: Spanish language models</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gutiérrez-Fandiño</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Armengol-Estapé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pàmies</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Llop-Palao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Silveira-Ocampo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">P</forename><surname>Carrino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Armentano-Oller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rodriguez-Penagos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gonzalez-Agirre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Villegas</surname></persName>
		</author>
		<idno type="DOI">10.26342/2022-68-3</idno>
	</analytic>
	<monogr>
		<title level="j">Procesamiento del Lenguaje Natural</title>
		<imprint>
			<biblScope unit="volume">68</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Cross-validation strategies for balanced and imbalanced datasets</title>
		<author>
			<persName><forename type="first">T</forename><surname>Fontanari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">C</forename><surname>Fróes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Recamonde-Mendoza</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-21686-2_43</idno>
	</analytic>
	<monogr>
		<title level="m">Intelligent Systems. BRACIS 2022</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Xavier-Junior</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Rios</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">13653</biblScope>
		</imprint>
	</monogr>
	<note>Lecture Notes in Computer Science</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The Matthews correlation coefficient (MCC) is more reliable than balanced accuracy, bookmaker informedness, and markedness in two-class confusion matrix evaluation</title>
		<author>
			<persName><forename type="first">D</forename><surname>Chicco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tötsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Jurman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BioData mining</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="1" to="22" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Fine-grained analysis of propaganda in news article</title>
		<author>
			<persName><forename type="first">G</forename><surname>Da San Martino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Seunghak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barrón-Cedeno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Petrov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Nakov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP), Association for Computational Linguistics</title>
				<meeting>the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP), Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="5636" to="5646" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A brief review on multi-task learning</title>
		<author>
			<persName><forename type="first">K.-H</forename><surname>Thung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C.-Y</forename><surname>Wee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Multimedia Tools and Applications</title>
		<imprint>
			<biblScope unit="volume">77</biblScope>
			<biblScope unit="page" from="29705" to="29725" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

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