<?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">JU_NLP_DID at Touché: An Attempt to Identify Aspects of Power from Parliamentary Debates Notebook for the Touché Lab at CLEF 2024</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Adnan</forename><surname>Khurshid</surname></persName>
							<email>adnankhurshid251@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Engineering</orgName>
								<orgName type="institution">Jadavpur University</orgName>
								<address>
									<postCode>700032</postCode>
									<settlement>Kolkata</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Dipankar</forename><surname>Das</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Engineering</orgName>
								<orgName type="institution">Jadavpur University</orgName>
								<address>
									<postCode>700032</postCode>
									<settlement>Kolkata</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Rajdeep</forename><surname>Khaskel</surname></persName>
							<email>rajdeepkhaskel@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Engineering</orgName>
								<orgName type="institution">Jadavpur University</orgName>
								<address>
									<postCode>700032</postCode>
									<settlement>Kolkata</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Suchanda</forename><surname>Datta</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Engineering</orgName>
								<orgName type="institution">Jadavpur University</orgName>
								<address>
									<postCode>700032</postCode>
									<settlement>Kolkata</settlement>
									<country key="IN">India</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">JU_NLP_DID at Touché: An Attempt to Identify Aspects of Power from Parliamentary Debates Notebook for the Touché Lab at CLEF 2024</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">4B03D4A12A37719D522FEBC264480498</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:52+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>TF-IDF</term>
					<term>SVM</term>
					<term>Binary Classification</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Parliamentary debates shape critical aspects of citizens' lives and often influence global policies. Analyzing these debates computationally poses unique challenges due to the indirect and complex nature of political discourse. This paper addresses two key variables in parliamentary speeches: the political ideology of the speaker and their affiliation with either the governing party or the opposition. We approach these subtasks as binary classification problems, employing a combination of Term Frequency-Inverse Document Frequency (TF-IDF) vectorization and Support Vector Machines (SVM) for our analysis. Our methodology is designed to capture the nuanced language of parliamentary debates and effectively classify speakers based on their political stance and party alignment. The results demonstrate the efficacy of TF-IDF with SVM in handling the intricacies of political speech, providing a robust framework for further research in computational political analysis.</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>Parliamentary debates are pivotal in shaping not only the national policies of a country but also influencing global political landscapes. These debates, characterized by their indirect and nuanced discourse, pose significant challenges for computational analysis. Understanding the ideological stance and power alignment of speakers within these debates can provide valuable insights into political dynamics and decision-making processes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.">Objective</head><p>This paper addresses the task <ref type="bibr" target="#b0">[1]</ref> of classifying two critical variables associated with speakers in parlia-mentary debates: the political ideology of the speaker's party and whether the speaker's party is in the governing coalition or in opposition. These tasks are formulated as binary classification problems, necessitating sophisticated natural language processing (NLP) techniques to handle the complexity and variability of political speech.</p><p>The data for this study is derived from the ParlaMint corpus, a multilingual and comparable dataset of parliamentary debates across various countries. The corpus has been curated to minimize confounding variables, ensuring that the analysis focuses on the content and context of the speeches rather than extraneous factors such as speaker identity. The provided data includes both the original speeches and their English translations, facilitating the development of multilingual models and cross-linguistic analyses.</p><p>To tackle the classification tasks, we employ a combination of Term Frequency-Inverse Document Fre-quency (TF-IDF) vectorization and Support Vector Machines (SVM). TF-IDF is utilized to convert textual data into numerical representations that capture the importance of words within the speeches, while SVM is used for its effectiveness in handling high-dimensional feature spaces and binary classification problems.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.">Contribution</head><p>This study contributes to the field of computational political analysis by offering a robust framework for identifying political ideology and power alignment in parliamentary debates. By leveraging advanced NLP techniques, we aim to enhance the understanding of political discourse and provide a foundation for further research in this area. The results of our analysis demonstrate the potential of TF-IDF and SVM in addressing the challenges posed by the indirect nature of parliamentary speech, paving the way for more accurate and insightful political analysis tools.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background</head><p>In today's digital era, parliamentary debates have transcended the confines of legislative chambers to include online platforms, fundamentally reshaping discourse. Within these digital spaces, social networks wield significant influence over opinions and provide valuable data for sentiment analysis and power identification. Understanding the intricate power dynamics at play is essential for decoding how influence is disseminated and policies are formulated. By harnessing the capabilities of sentiment analysis and computational techniques, we can shed light on the underlying power structures and sentiment trends, ultimately enhancing decision-making processes. This multifaceted approach involves analyzing various factors such as speaking patterns, party contributions, responses to arguments, social network connections, and media coverage to unveil influential actors and dominant dynamics within parliamentary debates.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">System Overview</head><p>The system developed for parliamentary power identification involves several steps, including data preprocessing, feature extraction, and classification. The primary goal is to classify parliamentary text data using machine learning techniques. Below is a detailed overview of the system components and processes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Data Preprocessing</head><p>We employed automated English translations for our experiments. The raw textual data underwent rigorous preprocessing to facilitate feature extraction and classification. This preprocessing pipeline encompassed the following steps:</p><p>Lowercasing: All text is converted to lowercase to ensure uniformity. HTML Tag Removal: HTML tags are removed using regular expressions to clean the text. The English translated text provided in the dataset contained HTML commands, necessitating their removal to ensure accurate preprocessing and avoid interference with subsequent analyses. Punctuation Removal: All punctuation marks are removed to reduce noise. Stopword Removal: Common stop words are removed using NLTK's stopword list, which helps in focusing on the meaningful words in the text. Lemmatization: Words are lemmatized to their base or dictionary form using the WordNet lemmatizer. This involves: Tokenizing the text. Tagging each word with its part of speech. Mapping the POS tag to WordNet's POS tag format. Lemmatizing each word based on its POS tag. This preprocessing ensures that the text data is clean, normalized, and stripped of irrelevant parts, making it suitable for feature extraction.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Feature Extraction</head><p>After preprocessing, the text data is transformed into numerical features using the TF-IDF (Term Frequency-Inverse Document Frequency) vectorization technique. This method converts the text into a matrix of TF-IDF features, which reflects the importance of words in the corpus: TF-IDF Vectorization: This technique is used to convert the preprocessed text data into numerical vectors. It captures the importance of a word in a document relative to the entire corpus. The Tfidf Vectorizer from scikit-learn is used with default parameters.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Model Building and Training</head><p>For the classification task, a Support Vector Machine (SVM) model with a linear kernel is initially employed. The SVM classifier is chosen for its effectiveness in high-dimensional spaces and its capability to handle large feature sets resulting from TF-IDF vectorization. The dataset is split into training and testing sets, with 80% of the data used for training and 20% for testing. The SVM model is trained on the TF-IDF vectors of the training set.</p><p>Initially, we had tried using bi-grams and n-grams with SVM but did not observe relevant improvements in performance, hence we focused solely on uni-gram TF-IDF representations. To optimize the SVM model, hyper-parameter tuning is performed using RandomizedSearchCV. This approach is selected over GridSearchCV due to its ability to efficiently explore a wide range of parameter combinations with fewer iterations, thus reducing computational burden while still providing robust parameter estimates. Given our system's limited computational power, RandomizedSearchCV is configured with 5 iterations and 2-fold cross-validation.</p><p>Hyper-parameter tuning is performed using RandomizedSearchCV with the following parameter distribution:</p><formula xml:id="formula_0">• C: [0.1, 1, 10, 100, 1000] • kernel: ['linear', 'rbf', 'sigmoid'] • probability: [True] • gamma: ['scale', 'auto'] • coef0: [0.0, 0.1, 0.5, 1.0]</formula><p>After tuning, the best parameters for the SVM model are found to be:</p><formula xml:id="formula_1">• C: 10 • kernel: 'rbf' • probability: True • gamma: 'scale' • coef0: 0.1</formula><p>These parameters enhance the SVM model's performance significantly for our classification task.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Model Evaluation</head><p>The trained SVM model is evaluated using the test set. Several evaluation metrics are computed to assess the model's performance:</p><p>Classification Report: This includes precision, recall, and F1-score for each class, providing a detailed performance analysis. Confusion Matrix: The confusion matrix shows the true positive, true negative, false positive, and false negative counts, offering insights into the model's prediction errors. ROC Curve and AUC: The Receiver Operating Characteristic (ROC) curve and the Area Under the Curve (AUC) score are computed to evaluate the model's ability to discriminate between classes. The AUC score provides a single metric to summarize the model's performance. The accuracy of the SVM classifier was in the range of 60-80 percent for different languages.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Power</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>This study demonstrates the application of advanced natural language processing techniques to the analysis of parliamentary debates, focusing on identifying the political ideology of speakers and their party's power status. By leveraging the ParlaMint corpus, which provides a rich and multilingual dataset of parliamentary speeches, we have developed a robust framework for addressing these binary classification tasks.</p><p>Our approach involved experimenting with various methodologies. We initially utilized Term Frequency-Inverse Document Frequency (TF-IDF) vectorization combined with Support Vector Machines (SVM), which proved effective in handling the complexity and nuance of political discourse. The results highlight the capability of TF-IDF and SVM to capture significant features of parliamentary speeches. Each method demonstrated unique strengths, contributing to a comprehensive understanding of the political dynamics within parliamentary debates. This work not only provides valuable insights into the political dynamics within parliamentary debates but also sets the stage for further research in computational political analysis. Future studies can build on this foundation by refining these models, exploring ensemble methods, and expanding the scope to include additional political variables and more diverse datasets.</p><p>In conclusion, our study underscores the importance of computational approaches in understanding political discourse and offers a promising methodology for analyzing parliamentary debates. The techniques and findings presented here contribute to the broader field of political text analysis, enhancing our ability to decipher and interpret the intricate language of politics.</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>Average F1, Max Precision, Max Recall, Max F1 Scores of Ideology and Power Identification Shared Task.</figDesc><table><row><cell>Orientation</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The ParlaMint corpora of parliamentary proceedings</title>
		<author>
			<persName><forename type="first">Tomaž</forename><surname>Erjavec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maciej</forename><surname>Ogrodniczuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petya</forename><surname>Osenova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nikola</forename><surname>Ljubešić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kiril</forename><surname>Simov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrej</forename><surname>Pančur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michał</forename><surname>Rudolf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Language resources and evaluation</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="415" to="448" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Scikit-learn: Machine learning in Python</title>
		<author>
			<persName><forename type="first">Fabian</forename><surname>Pedregosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gaël</forename><surname>Varoquaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexandre</forename><surname>Gramfort</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vincent</forename><surname>Michel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bertrand</forename><surname>Thirion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olivier</forename><surname>Grisel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mathieu</forename><surname>Blondel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">the Journal of machine Learning research</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="2825" to="2830" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Multilingual Power and Ideology Identification in the Parliament: a Reference Dataset and Simple Baselines</title>
		<author>
			<persName><forename type="first">Çağrı</forename><surname>Çöltekin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matyáš</forename><surname>Kopp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katja</forename><surname>Meden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vaidas</forename><surname>Morkevicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nikola</forename><surname>Ljubešić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomaž</forename><surname>Erjavec</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2405.07363</idno>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Russo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Salud</forename><surname>María Jiménez-Zafra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">José</forename><surname>Antonio García-Díaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tommaso</forename><surname>Caselli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marco</forename><surname>Guerini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Alfonso Ureña-López</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rafael</forename><surname>Valencia-García</surname></persName>
		</author>
		<title level="m">PoliticIT at EVALITA 2023: Overview of the Political Ideology Detection in Italian Texts Task</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Automated Emotion Annotation of Finnish Parliamentary Speeches Using GPT-4</title>
		<author>
			<persName><forename type="first">Otto</forename><surname>Tarkka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jaakko</forename><surname>Koljonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Korhonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Juuso</forename><surname>Laine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kristian</forename><surname>Martiskainen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kimmo</forename><surname>Elo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Veronika</forename><surname>Laippala</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IV Workshop on Creating, Analysing, and Increasing Accessibility of Parliamentary Corpora (ParlaCLARIN)@ LREC-COLING 2024</title>
				<meeting>the IV Workshop on Creating, Analysing, and Increasing Accessibility of Parliamentary Corpora (ParlaCLARIN)@ LREC-COLING 2024</meeting>
		<imprint>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="70" to="76" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">The ParlaSent multilingual training dataset for sentiment identification in parliamentary proceedings</title>
		<author>
			<persName><forename type="first">Michal</forename><surname>Mochtak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Rupnik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nikola</forename><surname>Ljubešić</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2309.09783</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Emotions running high? a synopsis of the state of turkish politics through the parlamint corpus</title>
		<author>
			<persName><forename type="first">Gül</forename><forename type="middle">M</forename><surname>Eskişar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Çağrı</forename><surname>Kurtoğlu</surname></persName>
		</author>
		<author>
			<persName><surname>Çöltekin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop ParlaCLARIN III within the 13th Language Resources and Evaluation Conference</title>
				<meeting>the Workshop ParlaCLARIN III within the 13th Language Resources and Evaluation Conference</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="61" to="70" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Overview of Touché 2024: Argumentation Systems</title>
		<author>
			<persName><forename type="first">J</forename><surname>Kiesel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ç</forename><surname>Çöltekin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Heinrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Alshomary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">D</forename><surname>Longueville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Erjavec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Handke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kopp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Ljubešić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Meden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Mirzakhmedova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Morkevičius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Reitis-Munstermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Scharfbillig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Stefanovitch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wachsmuth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Fifteenth International Confer-ence of the CLEF Association (CLEF 2024)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">L</forename><surname>Goeuriot</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Mulhem</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Quénot</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Schwab</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Soulier</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><forename type="middle">M D</forename><surname>Nunzio</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Galuščáková</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">G S</forename><surname>De Herrera</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Faggioli</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

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