<?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">Mental Disorder Detection in Spanish: Hands on Skewed Class Distribution to Leverage Training</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Xabier</forename><surname>Larrayoz</surname></persName>
							<email>xabier.larrayoz@ehu.eus</email>
							<affiliation key="aff0">
								<orgName type="department">HiTZ Center -Ixa</orgName>
								<orgName type="institution">University of the Basque Country UPV/EHU</orgName>
								<address>
									<settlement>Donostia-San Sebastián</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Arantza</forename><surname>Casillas</surname></persName>
							<email>arantza.casillas@ehu.eus</email>
							<affiliation key="aff0">
								<orgName type="department">HiTZ Center -Ixa</orgName>
								<orgName type="institution">University of the Basque Country UPV/EHU</orgName>
								<address>
									<settlement>Donostia-San Sebastián</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Maite</forename><surname>Oronoz</surname></persName>
							<email>maite.oronoz@ehu.eus</email>
							<affiliation key="aff0">
								<orgName type="department">HiTZ Center -Ixa</orgName>
								<orgName type="institution">University of the Basque Country UPV/EHU</orgName>
								<address>
									<settlement>Donostia-San Sebastián</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alicia</forename><surname>Pérez</surname></persName>
							<email>alicia.perez@ehu.eus</email>
							<affiliation key="aff0">
								<orgName type="department">HiTZ Center -Ixa</orgName>
								<orgName type="institution">University of the Basque Country UPV/EHU</orgName>
								<address>
									<settlement>Donostia-San Sebastián</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Mental Disorder Detection in Spanish: Hands on Skewed Class Distribution to Leverage Training</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">26FAF18AB6EB088FEB847B8EEE38C58B</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:42+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>Early risk prediction</term>
					<term>Natural Language Processing</term>
					<term>Deep learning</term>
					<term>Mental health</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The early detection of mental disorders in online environments is becoming crucial in contemporary mental health settings. In this study, we addressed this issue by participating in the MentalRiskES competition. Supervised classification approaches are trained by means of annotated sets of instances. In this case, each instance is a message and, ideally, we would expect annotations at message level, however, annotations are given at user level. Our key contribution consisted of an innovative message re-labeling approach to enhance the inference of supervised models. Using labeled user data alongside their messages in Spanish, we evaluated various language models, including Sentence Transformers and BETO.</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>Mental health is an essential component of human well-being, yet its significance is often overlooked or underestimated. However, mental disorders affect millions of people worldwide, with consequences ranging from decreased quality of life to the risk of suicide. According to the World Health Organization (WHO), approximately one in eight people globally suffers from some form of mental disorder, and this figure could be increasing due to factors such as the COVID-19 pandemic <ref type="bibr" target="#b0">[1]</ref>.</p><p>The rise in anxiety, depression, and other mental disorders during the pandemic has underscored the urgent need to identify and address these issues early and effectively. Early detection of mental disorders can facilitate more effective interventions, improve treatment outcomes, and ultimately save lives.</p><p>In response to this need, the MentalRiskES competition <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref> has become a focal point for research in early detection of mental disorder risks in the Spanish-speaking context. This competition, now in its 2024 edition, provides a platform for researchers worldwide to develop and evaluate methods for detecting mental disorders using social media data in Spanish.</p><p>In this edition of the competition, we have focused on Task 1: disorder detection, which involves multi-class classification to determine whether a user suffers from depression, anxiety, or shows no detected disorder. This challenge opens a path for identifying language patterns associated with these disorders in online environments, which can provide early risk signals and intervention opportunities.</p><p>This paper describes our approach to address Task 1 of the competition, including our methodology, results, and discussion of key findings. Through this work, we hope to contribute to the development of more effective tools and techniques for early detection of mental disorders in the Spanish-speaking community.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Materials and methods</head><p>In order to address Task 1 of the MentalRiskES competition, data collected from a collection of labeled users along with the messages they had posted over time were utilized <ref type="bibr" target="#b3">[4]</ref>. The dataset for training consisted of a total of 485 users, with the following label distributions: 223 users with no detected disorders, 169 users with depression, and 93 users with anxiety, as shown in Figure <ref type="figure" target="#fig_0">1</ref>  Originally, the class is assigned per user, however, there is no trace of which message or messages motivated the user label. Needless to say, a user classified as Depression or Anxiety might, very well, address in several messages similar topics as other users classified as None. Furthermore, not all messages within positive users show, necessarily, traces of depression or anxiety. However, the aim is to turn to message classifiers in an attempt to detect as early as possible positive users without the need of having processed all the messages. In other words, the approach would require to get messages annotated while we count on user-level classes. With this rationale, we did not find it consistent to label all messages with the corresponding user-label. For all this, we opted for a message-level heuristic re-labeling approach in an attempt to gain consistency at message-level labeling to leverage supervised classification approaches. Our re-labeling approach focused on the cosine similarity of the embeddings vectors of the message. That is, with the similarity of messages 𝑚 𝐴 and 𝑚 𝐵 computed as in (1) with A and B being the embedding vectors of messages 𝑚 𝐴 and 𝑚 𝐵 respectively.</p><formula xml:id="formula_0">𝑆𝑖𝑚𝑖𝑙𝑎𝑟𝑖𝑡𝑦(A, B) = A • B ‖A‖‖B‖<label>(1)</label></formula><p>This allowed to identify messages that did not show signs of mental health issues and, accordingly, getting them labeled with the "none" class. Increased consistency in supervised train has an impact in supervised inference approaches. Relabeling impact is shown by means of Figure <ref type="figure" target="#fig_1">2</ref>.</p><p>Regarding the supervised learning approach, we involve language models to cope with textual information and a simple neural network to classify the information. In fact, two different language models were evaluated: SBERT (paraphrase-multilingual-mpnet-base-v2) <ref type="bibr" target="#b4">[5]</ref> and BETO: Spanish BERT <ref type="bibr" target="#b5">[6]</ref>. In an attempt to process the messages, a mean pooling layer was used to obtain a vector representation of each message. Finally, a neural network <ref type="bibr" target="#b6">[7]</ref>   model to assign a specific class to a user, we opted for a accumulated message class-threshold above which the user class was decided.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Results</head><p>Three different models were implemented to address the task. Each model was configured differently, using different language models and thresholds to make the decision on user classification. Table <ref type="table" target="#tab_2">1</ref> summarizes the configurations for each run. The first model uses SBERT as the language model and a threshold of 4 for classification. The second model uses BETO as the language model and a threshold of 5. The third model uses SBERT as the language model and a threshold of 3. To evaluate the quality of model predictions, a variety of metrics have been used. These metrics include macro-precision (Macro_P), macro-recall (Macro_R), macro F1-score (Macro_F1) and accuracy. Accuracy, as defined in Equation ( <ref type="formula">2</ref>), measures the fraction of correctly predicted instances out of the total number of instances. Macro-precision, calculated according to Equation (3), represents the average precision across all classes, while macro-recall, as defined in Equation ( <ref type="formula">4</ref>), computes the average recall across all classes. Finally, the macro F1-score, as described by Equation ( <ref type="formula" target="#formula_1">5</ref>), provides a balanced measure of the model's performance by taking into account both precision and recall.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>𝐴𝑐𝑐𝑢𝑟𝑎𝑐𝑦 =</head><p>𝑇 𝑃 + 𝑇 𝑁 𝑇 𝑃 + 𝑇 𝑁 + 𝐹 𝑃 + 𝐹 𝑁</p><p>(2)</p><formula xml:id="formula_1">𝑀 𝑎𝑐𝑟𝑜_𝑃 = 1 𝑛 𝑛 ∑︁ 𝑖=1 𝑇 𝑃 𝑖 𝑇 𝑃 𝑖 + 𝐹 𝑃 𝑖 (3) 𝑀 𝑎𝑐𝑟𝑜_𝑅 = 1 𝑛 𝑛 ∑︁ 𝑖=1 𝑇 𝑃 𝑖 𝑇 𝑃 𝑖 + 𝐹 𝑁 𝑖 (4) 𝑀 𝑎𝑐𝑟𝑜_𝐹 1 = 2 × 𝑀 𝑎𝑐𝑟𝑜_𝑃 × 𝑀 𝑎𝑐𝑟𝑜_𝑅 𝑀 𝑎𝑐𝑟𝑜_𝑃 + 𝑀 𝑎𝑐𝑟𝑜_𝑅<label>(5)</label></formula><p>Our team, denoted as Ixa-Med, ranked seventh among the presented models, as can be seen in Table <ref type="table" target="#tab_3">2</ref>. Despite strong competition, our model achieved an accuracy score of 0.749, demonstrating its competitive performance. Additionally, our model achieved competitive results in several metrics, including a macro-precision of 0.796 and a macro-recall of 0.747. Notably, our team was one of only four teams to surpass a macro F1 score of 0.7, highlighting the difficulty of the task and the effectiveness of our approach in addressing it. However, it is worth mentioning that our score still fell below the baseline proposed by the organization. In Table <ref type="table">3</ref>, a comparison of the average emissions produced by the top four teams in the competition is presented. The Ixa-Med team positioned notably well in terms of emissions, achieving an average of 8.20E-05, surpassing most of the participating teams. Specifically, Ixa-Med generated significantly fewer emissions than ELiRF-UPV and UNED-GELP, which presented average emissions of 4.79E-04 and 1.84E-04, respectively. Although UnibucAI had the lowest average emissions, the performance of Ixa-Med is very close and competitive, reflecting an effective balance between efficiency and sustainability.</p><p>In summary, although the results obtained are encouraging, there is room for improvement and refinement of our approach in future iterations to remain competitive in the field of online mental disorder detection in the Spanish-speaking context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusions</head><p>In this MentalRiskES challenge, various approaches have been presented to address the early detection of mental disorders in Spanish using social media data. The results obtained reflect the growing interest and importance of this research field in identifying and preventing online mental health issues.</p><p>Our team, Ixa-Med, has demonstrated its ability to develop a robust and competitive model in the task of mental disorder detection. It is important to note that while we have achieved promising results, there is still room for improvement in our approach. Remaining challenges include optimizing the accuracy and efficiency of the model, as well as exploring new techniques and approaches to address mental disorder detection in a diverse and dynamic online environment.</p><p>Besides we found the MentalRiskES competition an invaluable opportunity to advance research in online mental disorder detection in the Spanish-speaking context.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Class distribution of users of the training set</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Class distribution of the training set messages. The marked factions are messages that have been reassigned with the None label.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>. In total, 17, 586 messages were collected, with an average of 36.26 messages per user and a total of 254, 542 words, averaging 14.47 words per message.</figDesc><table><row><cell>(223) 46.0%</cell><cell>None Depression Anxiety</cell></row><row><cell>34.8% (169)</cell><cell>19.2% (93)</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>was applied to perform multi-class classification of the messages into depression, anxiety, or no detected disorder categories. It is important to note that, for a</figDesc><table><row><cell>None Depression Anxiety</cell><cell>4.7%</cell><cell>14.1%</cell></row><row><cell>47.9%</cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell>25.0%</cell></row><row><cell></cell><cell>8.3%</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 1</head><label>1</label><figDesc>Submitted Runs denoted as Ixa-Med team: Description of the configurations explored</figDesc><table><row><cell cols="3">Run Encoder Threshold</cell></row><row><cell>0</cell><cell>SBERT</cell><cell>4</cell></row><row><cell>1</cell><cell>BETO</cell><cell>5</cell></row><row><cell>2</cell><cell>SBERT</cell><cell>3</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 2</head><label>2</label><figDesc>Results of each team's best model for Task 1</figDesc><table><row><cell cols="2">Rank Team</cell><cell></cell><cell cols="5">Run Accuracy Macro_P Macro_R Macro_F1</cell></row><row><cell>1</cell><cell>ELiRF-UPV</cell><cell></cell><cell>2</cell><cell>0.89</cell><cell>0.875</cell><cell>0.88</cell><cell>0.874</cell></row><row><cell>3</cell><cell cols="2">BaseLine -Roberta Base</cell><cell>2</cell><cell>0.853</cell><cell>0.84</cell><cell>0.843</cell><cell>0.834</cell></row><row><cell>5</cell><cell>UnibucAI</cell><cell></cell><cell>0</cell><cell>0.828</cell><cell>0.824</cell><cell>0.808</cell><cell>0.808</cell></row><row><cell>8</cell><cell cols="2">UNED-GELP</cell><cell>0</cell><cell>0.797</cell><cell>0.792</cell><cell>0.797</cell><cell>0.785</cell></row><row><cell>10</cell><cell>Ixa-Med</cell><cell></cell><cell>1</cell><cell>0.79</cell><cell>0.796</cell><cell>0.747</cell><cell>0.749</cell></row><row><cell>12</cell><cell>Ixa-Med</cell><cell></cell><cell>2</cell><cell>0.79</cell><cell>0.79</cell><cell>0.733</cell><cell>0.736</cell></row><row><cell>13</cell><cell>Ixa-Med</cell><cell></cell><cell>0</cell><cell>0.762</cell><cell>0.763</cell><cell>0.725</cell><cell>0.723</cell></row><row><cell>14</cell><cell cols="3">BaseLine -Roberta Large 1</cell><cell>0.67</cell><cell>0.786</cell><cell>0.708</cell><cell>0.682</cell></row><row><cell>15</cell><cell>UMUTeam</cell><cell></cell><cell>2</cell><cell>0.69</cell><cell>0.701</cell><cell>0.683</cell><cell>0.675</cell></row><row><cell>17</cell><cell>BUAP_01</cell><cell></cell><cell>1</cell><cell>0.62</cell><cell>0.692</cell><cell>0.662</cell><cell>0.632</cell></row><row><cell>18</cell><cell cols="2">BaseLine -mDeberta</cell><cell>0</cell><cell>0.71</cell><cell>0.748</cell><cell>0.645</cell><cell>0.623</cell></row><row><cell>19</cell><cell>UC3M-DAD</cell><cell></cell><cell>0</cell><cell>0.578</cell><cell>0.727</cell><cell>0.647</cell><cell>0.601</cell></row><row><cell>22</cell><cell cols="2">NLP UNED MRES</cell><cell>0</cell><cell>0.557</cell><cell>0.644</cell><cell>0.62</cell><cell>0.561</cell></row><row><cell>25</cell><cell>VerbaNex AI</cell><cell></cell><cell>1</cell><cell>0.527</cell><cell>0.598</cell><cell>0.372</cell><cell>0.303</cell></row><row><cell>31</cell><cell>Huerta</cell><cell></cell><cell>2</cell><cell>0.47</cell><cell>0.24</cell><cell>0.318</cell><cell>0.231</cell></row><row><cell>Table 3</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="4">Average carbon emissions of main teams in Task 1</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">Rank Team</cell><cell cols="6">Duration_mean Duration_desv Emissions_mean Emissions_desv</cell></row><row><cell>1</cell><cell>ELiRF-UPV</cell><cell>30.185</cell><cell></cell><cell>15.7</cell><cell></cell><cell>4.79E-04</cell><cell>2.56E-04</cell></row><row><cell>2</cell><cell>UnibucAI</cell><cell>7.670</cell><cell></cell><cell>5.491</cell><cell></cell><cell>2.97E-05</cell><cell>2.31E-05</cell></row><row><cell>3</cell><cell>UNED-GELP</cell><cell>130.818</cell><cell></cell><cell>91.171</cell><cell></cell><cell>1.84E-04</cell><cell>1.30E-04</cell></row><row><cell>4</cell><cell>Ixa-Med</cell><cell>10.238</cell><cell></cell><cell>9.345</cell><cell></cell><cell>8.20E-05</cell><cell>7.58E-05</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This work was elaborated within the framework of LOTU (TED2021-130398B-C22) funded by MCIN/AEI/10.13039/501100011033, European Comission (FEDER), and by the European Union "NextGen-erationEU"/PRTR. Besides, this work was partially funded by the Spanish Ministry of Science, Innovation and Universities (EDHIA PID2022-136522OB-C22); by the Basque Government (IXA IT-1570-22) and by EXTEPA within Misiones Euskampus 2.0.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="https://www.who.int/es/news-room/fact-sheets/detail/mental-disorders" />
		<title level="m">World Health Organization, Trastornos mentales</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Overview of IberLEF 2024: Natural Language Processing Challenges for Spanish and other Iberian Languages</title>
		<author>
			<persName><forename type="first">L</forename><surname>Chiruzzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Jiménez-Zafra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<ptr target=".org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2024), co-located with the 40th Conference of the Spanish Society for Natural Language Processing</title>
				<meeting>the Iberian Languages Evaluation Forum (IberLEF 2024), co-located with the 40th Conference of the Spanish Society for Natural Language Processing<address><addrLine>SEPLN</addrLine></address></meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2024">2024. 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Overview of MentalriskES at IberLEF 2024: Early Detection of Mental Disorders Risk in Spanish</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Mármol-Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Moreno-Muñoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Plaza-Del-Arco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Molina-González</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Martín-Valdivia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Ureña-López</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Montejo-Ráez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procesamiento del Lenguaje Natural</title>
		<imprint>
			<biblScope unit="volume">73</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">MentalRiskES: A new corpus for early detection of mental disorders in Spanish</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Mármol Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Moreno Muñoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Plaza-Del Arco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Molina González</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Valdivia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Ureña-López</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Montejo</forename><surname>Ráez</surname></persName>
		</author>
		<ptr target="https://aclanthology.org/2024.lrec-main.978" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)</title>
				<editor>
			<persName><forename type="first">N</forename><surname>Calzolari</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M.-Y</forename><surname>Kan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Hoste</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Lenci</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Sakti</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Xue</surname></persName>
		</editor>
		<meeting>the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)<address><addrLine>Torino, Italia</addrLine></address></meeting>
		<imprint>
			<publisher>ELRA and ICCL</publisher>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="11204" to="11214" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks</title>
		<author>
			<persName><forename type="first">N</forename><surname>Reimers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Gurevych</surname></persName>
		</author>
		<ptr target="http://arxiv.org/abs/1908.10084" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<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>
		<title level="m">Spanish Pre-Trained BERT Model and Evaluation Data</title>
				<imprint>
			<date type="published" when="2020">2020. 2020</date>
		</imprint>
	</monogr>
	<note>PML4DC at ICLR</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Feed-forward neural networks</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bebis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Georgiopoulos</surname></persName>
		</author>
		<idno type="DOI">10.1109/45.329294</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Potentials</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="27" to="31" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

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