<?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">ForceNLP at FakeDeS 2021: Analysis of Text Features Applied to Fake News Detection in Spanish</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Jorge</forename><surname>Reyes-Magaña</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Posgrado en Ciencia e Ingeniería de la Computación</orgName>
								<orgName type="institution">Universidad Nacional Autónoma de México</orgName>
								<address>
									<settlement>México</settlement>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Universidad Autónoma de Yucatán</orgName>
								<address>
									<settlement>Mérida</settlement>
									<region>Yucatán</region>
									<country key="MX">México</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Luis</forename><surname>Enrique</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Argota</forename><surname>Vega</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Posgrado en Ciencia e Ingeniería de la Computación</orgName>
								<orgName type="institution">Universidad Nacional Autónoma de México</orgName>
								<address>
									<settlement>México</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ForceNLP at FakeDeS 2021: Analysis of Text Features Applied to Fake News Detection in Spanish</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1FF5FAC33EE54FBEF1C7608E6E1791B5</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T00:21+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Fake news</term>
					<term>Machine learning</term>
					<term>Text features</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper presents our approach to the Task "Fake News Detection", which aims to decide if a news item is fake or real by analyzing its textual representation. The corpus consists of news compiled mainly from Mexican web sources: established newspaper websites, media companies websites, special websites dedicated to validating fake news, and websites designated by different journalists as sites that regularly publish fake news. Our approach is based mostly on different types of n-grams. For the task we use the classifiers: Logistic Regression, Support Vector Machines and Multinomial Naive-Bayes. Our approach achieved an average F1-score with respect to the other teams in the competition.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The new era of spreading information is here, the transmission speed of all kinds of news is vertiginous. The use of social networks has encouraged and provoke not only to be more informed, yet misinforming about the reality of the world. Facebook presents the 50% of the total traffic to fake news sites and 20% total traffic to reputable websites <ref type="bibr" target="#b8">(9)</ref>. The impact of this kind of fake news is difficult to measure, some of the possible affected areas are economics, politics, security, health, among others. For this reason the detection of this kind of untrue statements turns to be essential in most of the automatics systems, in order to keep the facts veracity that will lead people to make decisions according to true facts.</p><p>Besides, in most cases, the fake information turns to be more striking, and when the users see this kind of news, they feel the duty of sharing because the information seems to be very important and should be passed on, provoking the fast-spreading and making in some cases, viral information. If we can contribute in some way to stop this kind of behavior from the beginning, the benefit will be for all. An example of the kind of damage that false information could cause is about the supposed effects of vaccines in general, which could influence people for instance not to take the COVID-19 vaccine, as we all know, the pandemic has paralyzed the world and even now is causing so much pain, affecting the daily life all over the world.</p><p>The system developed for filtering fake news is based on annotated corpora, the organizers provided us a set of truthful and fraudulent previously reviewed news <ref type="bibr" target="#b7">(8)</ref>, the testing corpus contained information associated with COVID-19, although the corpus used in the 2019 edition was given as a training set with other information topics. The 2021 task edition (4) has as purpose to measure the quality of the methods when the corpora have different topics during all the competition phases. Posing in this way, a more challenging competition. The FakeDeS is a task to be presented during the IBERLEF 2021 (6) (Iberian Languages Evaluation Forum) .</p><p>The rest of the paper is organized as follows: Section 2 presents some related work regarding fake news detection, the description of the corpora used during all the competition is described in Section 3, our methodology is presented in Section 4, containing some preliminary results using the corpus available in the development phase, guiding us to the improvement of each approach. The final results of all systems with the evaluation corpus is reported in Section 5. The paper ends with some conclusions in Section 6.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related work</head><p>Shu et al. <ref type="bibr" target="#b10">(11)</ref> give us a formal definition of fake news, as follows: Fake news is a news article that is intentionally and verifiably false. During the study, they focused on two principal branches referent to the features that characterize better fake information, the first is based on traditional news media and they claimed that this approach mainly relies on news content, while in social media, extra social context auxiliary information can be used to as additional information to help detect fake news.</p><p>Pérez-Rosas et al. <ref type="bibr" target="#b8">(9)</ref> present two fake news datasets, the former is based on information of different domains via crowdsourcing, and the latter was gathered through the Web. Authors developed classification models with a linear SVM classifier and five-fold cross-validation. They combined a series of features, like lexical, syntactic, and semantic information, including some properties that represent text readability.</p><p>Additionally, Reis et al. <ref type="bibr" target="#b9">(10)</ref> present a large study of the most important features to consider in fake news classification, they grouped into different elements that include, a) Textual features (syntax, lexical, psycholinguistic, semantic and subjectivity), b) News Source Features (bias, credibility and trustworthiness and domain location), and c) Environment Features (engagement and temporal patterns). They found that the prediction performance of the features combined with existing classifiers like k-Nearest Neighbors, Naive Bayes, Random Forests, Support Vector Machine with RBF kernel, and XGBoost, have a useful degree of discriminative power for detecting fake news.</p><p>Besides, the research done by Karimi et al. <ref type="bibr" target="#b4">(5)</ref> studied the degree of false news. They proposed a coherent and interpretable framework, that involves automated feature extraction, multi-source fusion and fakeness discrimination, showing that that their model can effectively distinguish different degrees of the fakeness of news.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Corpus</head><p>The training corpus consists of news compiled mainly from a diversity of Mexican web sources and covers the following 9 topics: Science, Sport, Economy, Education, Entertainment, Politics, Health, Security, and Society. The data were gathered from January to July of 2018. The principal sources used to collect the information were established newspaper websites, media companies websites, special websites dedicated to validating fake news, websites designated by different journalists as sites that regularly publish fake news. The corpus has 971 news, 480 were labeled as Fake and the remaining as True, all the news followed a manual labeling process:</p><p>-A news article is true if there is evidence that it has been published on reliable sites. -A news article is fake if there is news from reliable sites or specialized websites in the detection of deceptive content that contradicts it or no other evidence was found about the news besides the source.</p><p>Organizers collected the true-fake news pair of an event so there is a correlation of news in the corpus. The distributed corpus during the development phase contained the following information:</p><p>-Topic: Science/ Sport/ Economy/ Education/ Entertainment/ Politics, Health/ Security/ Society -Category: Fake/ True -Source: The name of the source media.</p><p>-Headline: The title of the news.</p><p>-Text: The complete text of the news.</p><p>-Link: The URL where the news was published.</p><p>For the systems evaluation, they provided a new testing corpus containing 572 elements, that were news related to COVID-19 and news from other Ibero-American countries. This variation in the testing corpus produces that the system should be prepared to dodge thematic and language variation. Besides, the test data only includes Id, Headline and Text columns. This section presents the process we employed to prepare texts for further classification. When we deal with text information having the idea of discovering knowledge, we face the problem about lack of structure. This absence is just apparent, the text itself presents a kind of structure but so much complex and hard to work computationally. Depending on the operations used in this stage of pre-processing, these will be the kind of patterns to discover in the collection. Before the feature extraction, we performed the pre-processing steps, described in 4.1, to improve the n-grams representation.</p><p>Additionally, there are several methods for increasing the characteristics of the system, in order to feed the classifier and have more elements to discriminate the data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Pre-processing</head><p>-All texts were standardized to lowercase, avoiding the repetition of the same words. -Stopwords were removed.</p><p>-We deleted the numbers that appear in text.</p><p>-We deleted punctuation, since it does not add any additional information when processing text data. -The sequences of several blank spaces, tabs and line breaks were standardized to a single blank space.</p><p>Due to the differences in both corpora, development and testing, we decide to apply the pre-processing only in the main text of the news.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Features</head><p>We took into account several n-grams features for the representation of texts:</p><p>-Character. -Word.</p><p>-POS tags. Are sequences of continuous part-of-speech (POS) tags. They capture syntactic information and are useful. For this feature we used the Spacy tagger. -Skipgrams. We capture groups of 2 words with skips of 1 to 3 words.</p><p>-Function words. The frequency of this words is one of the best characteristics to detect hate speech and aggressiveness (1), so in this case we want to see if this can help us to discriminate fake news. We built function words n-grams from 2 to 4 tokens using the spanish stopwords list from NLTK (3). -Punctuation symbols. With this feature we want to tackle the coherence and cohesion to the written text. Prior to the corpus pre-processing, we built n-grams of 2 to 4 punctuation symbols.</p><p>We use two variations of features as seen in Table <ref type="table" target="#tab_0">1</ref>. The columns associated with the approaches represent the lengths of n-grams that were applied using all the features when the tested classifiers were executed; meaning that approach-1 contained 17 features and approach-2, 15. We select the feature combinations due to the performance showed during the phases. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Classifier</head><p>We used three different well -known classifiers, all of them described in (2; 7). The selected models are: Multinomial Naive Bayes (MNB), Logistic Regression (LR), and Support Vector Machines (SVM). We also select CountVectorizer with a threshold of 3. We tested all the models during the competition phases in conjunction with the approaches described in Table <ref type="table" target="#tab_0">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Results</head><p>During the development phase the best result we got is using the Multinomial Naive Bayes classifier, having an F1-score of 0.7576, this model let us rank in position 7 of this phase. The feature approach used in this case was number 1. The models using Logistic Regression and Support Vector Machines applied on both approaches didn't overcome the results obtained with the Multinomial classifier.</p><p>On the contrary, during the evaluation phase, we had different results, our best model turns to be the Logistic Regression applied with the feature approach 1 and the worst was Multinomial Naive Bayes, as seen in Table <ref type="table" target="#tab_1">2</ref>. The F1-score of our best model ranked us in number 8 of the competition. We weren't able to try more model combinations with the approaches, due to the rules of maximum submissions during this phase of the competition.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>Fake news detection is still an ongoing challenge to be resolved, the wide range of information that can be changed to produce false statements increase the difficulty to have a forthright solution. Hence, the importance of this type of task that will let us see, understand, and improve the methodologies developed all over the world. According to the official results, we can see that our approach stated below the baseline of a SVM featured with character trigrams, having an F1-score of 0.7062. We consider, that the complexity added to our model as having different features didn't worth it, the gain, in this case, is very low. We also believe that the unbalanced corpora regarding different columns in the development phase, provided good means of discriminant information during the classifier training, as well as containing only news in Mexican Spanish. Unfortunately, we didn't have the same elements in the evaluation. We believe this causes an impact on the general results.</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>Features applied to the models.</figDesc><table><row><cell cols="3">Features (n-grams) Approach 1 Approach 2</cell></row><row><cell>Characters</cell><cell>[3,4,5]</cell><cell>[3,4,5]</cell></row><row><cell>Words</cell><cell>[2,3,4]</cell><cell>[2,3]</cell></row><row><cell>Skipgrams</cell><cell>[2,3]</cell><cell>[1,2]</cell></row><row><cell>PosTags</cell><cell>[2,3,4]</cell><cell>[2,3]</cell></row><row><cell>stop words</cell><cell>[2,3,4]</cell><cell>[2,3,4]</cell></row><row><cell cols="2">Punctuation symbols [2,3,4]</cell><cell>[2,3,4]</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>F1-score in evaluation phase.</figDesc><table><row><cell cols="3">Model Approach F1-score</cell></row><row><cell>LR</cell><cell>1</cell><cell>0.6925</cell></row><row><cell>SVM</cell><cell>1</cell><cell>0.6722</cell></row><row><cell>LR</cell><cell>2</cell><cell>0.6921</cell></row><row><cell>MNB</cell><cell>1</cell><cell>0.4928</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Mineriaunam at semeval-2019 task 5: Detecting hate speech in twitter using multiple features in a combinatorial framework</title>
		<author>
			<persName><forename type="first">Argota</forename><surname>Vega</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">E</forename><surname>Reyes-Magaña</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Gómez-Adorno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Bel-Enguix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13th International Workshop on Semantic Evaluation</title>
				<meeting>the 13th International Workshop on Semantic Evaluation</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="447" to="452" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Hands-on machine learning with Scikit-Learn and TensorFlow: concepts, tools, and techniques to build intelligent systems</title>
		<author>
			<persName><forename type="first">G</forename><surname>Aurelien</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2019">2019</date>
			<publisher>OReilly</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Nltk: the natural language toolkit</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bird</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the COL-ING/ACL 2006 Interactive Presentation Sessions</title>
				<meeting>the COL-ING/ACL 2006 Interactive Presentation Sessions</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="69" to="72" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Overview of fakedes task at iberlef 2021: Fake news detection in spanish</title>
		<author>
			<persName><forename type="first">H</forename><surname>Gómez-Adorno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Posadas-Durán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Bel-Enguix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Porto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procesamiento del Lenguaje Natural</title>
		<imprint>
			<biblScope unit="volume">67</biblScope>
			<biblScope unit="issue">0</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Multi-source multi-class fake news detection</title>
		<author>
			<persName><forename type="first">H</forename><surname>Karimi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Roy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Saba-Sadiya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 27th international conference on computational linguistics</title>
				<meeting>the 27th international conference on computational linguistics</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1546" to="1557" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Ceur workshop proceedings</title>
		<author>
			<persName><forename type="first">M</forename><surname>Montes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gonzalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Aragón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Agerri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Álvarez Carmona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Álvarez Mellado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Carrillo-De Albornoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Chiruzzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Freitas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Gómez-Adorno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gutiérrez</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">S</forename><surname>Lima</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Plaza-De Arco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Taulé</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Iberian Languages Evaluation Forum</title>
				<meeting>the Iberian Languages Evaluation Forum<address><addrLine>IberLEF</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2021">2021. 2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Introduction to machine learning with Python: a guide for data scientists</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Guido</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
			<publisher>OReilly Media</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Detection of fake news in a new corpus for the spanish language</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Posadas-Durán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Gómez-Adorno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J M</forename><surname>Escobar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Intelligent &amp; Fuzzy Systems</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="4869" to="4876" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">V</forename><surname>Pérez-Rosas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Kleinberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lefevre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mihalcea</surname></persName>
		</author>
		<title level="m">Automatic detection of fake news</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Supervised learning for fake news detection</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Reis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Correia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Murai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Veloso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Benevenuto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="76" to="81" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Fake news detection on social media: A data mining perspective</title>
		<author>
			<persName><forename type="first">K</forename><surname>Shu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sliva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM SIGKDD explorations newsletter</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="22" to="36" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

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