<?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">CUNI at MediaEval 2014 Search and Hyperlinking Task: Search Task Experiments</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Petra</forename><surname>Galuščáková</surname></persName>
							<email>galuscakova@ufal.mff.cuni.cz</email>
						</author>
						<author>
							<persName><forename type="first">Pavel</forename><surname>Pecina</surname></persName>
							<email>pecina@ufal.mff.cuni.cz</email>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="institution">Charles University</orgName>
								<address>
									<settlement>Prague</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">Faculty of Mathematics and Physics Institute of Formal and Applied Linguistics</orgName>
								<address>
									<settlement>Prague</settlement>
									<country key="CZ">Czech Republic</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">CUNI at MediaEval 2014 Search and Hyperlinking Task: Search Task Experiments</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">BAA07E1F1A323C9AAB639547E49442D9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T16:10+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this paper, we describe our participation in the Search part of the Search and Hyperlinking Task in MediaEval Benchmark 2014. In our experiments, we compare two types of segmentation: fixed-length segmentation and segmentation employing Decision Trees on a set of various features. We also show usefulness of exploiting metadata and explore removal of overlapping retrieved segments.</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 main aim of the Search sub-task is to find video segments relevant to a given textual query. This problem is an important part of the Spoken Content Retrieval <ref type="bibr" target="#b8">[8,</ref><ref type="bibr" target="#b10">10]</ref> research area, which has been emerging in recent years.</p><p>All experiments presented in this paper were conducted on the BBC Broadcast data. A total of 1335 hours of video was available for training and 2686 hours for testing. We exploited subtitles, automatic speech recognition (ASR) transcripts by LIMSI <ref type="bibr" target="#b6">[6]</ref>, LIUM <ref type="bibr" target="#b9">[9]</ref>, and NST-Sheffield <ref type="bibr">[7]</ref>, all available for the task. Detailed information about the task and data can be found in the task description <ref type="bibr" target="#b2">[2]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">SYSTEM DESCRIPTION</head><p>Based on the results of our previous experiments <ref type="bibr" target="#b3">[3]</ref>, we employed the Terrier IR system 1 and its implementation of the Hiemstra language model <ref type="bibr" target="#b5">[5]</ref> with stemming and stopwords removal.</p><p>Two strategies were used for segmentation of the recordings: 1) we divided the video recordings into segments of fixed length and 2) we used segmentation system which employed Decision Trees (DT) <ref type="bibr" target="#b3">[3]</ref>. This system makes use of several features including cue word n-grams (word n-grams frequently occurring at the segment boundary, e.g. "if", "I'm", "especially", "the") and cue tag n-grams (tag n-grams frequently occurring at the segment boundary, e.g. "VBP PRP VBG"), silence between words, division given in transcripts, and the output of the TextTiling algorithm <ref type="bibr" target="#b4">[4]</ref>. For each word in the transcript, it decides whether the segment ends after this word or not. The created segments may overlap. The system was trained on the data from Similar Segments in Social Speech Task in MediaEval 2013 <ref type="bibr" target="#b11">[11]</ref>.</p><p>Based on our previous experiments, we set the segment length in the fixed-length segmentation to 60 seconds and the shift between the overlapping segments to 10 seconds. The segment length applied in the segmentation system was tuned on the training data and set to 50 seconds and 120 seconds for the Search sub-task. We also experimented with post-filtering of the retrieved segments -we either used all the retrieved segments or we removed segments which partially overlapped with another higher ranked segment.</p><p>We also employed the metadata provided for the task. For each recording we extracted the title, episode title, description, short episode synopsis, service name and program variant and appended the text to each segment from that recording.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">RESULTS</head><p>The results for the Search sub-task are given in Table <ref type="table" target="#tab_0">1</ref>. We present scores of six evaluation measures: Mean Average Precision (MAP), Precision at 5 (P5), Precision at 10 (P10), Precision at 20 (P20), Binned Relevance (MAP-bin), and Tolerance to Irrelevance (MAP-tol) <ref type="bibr" target="#b1">[1]</ref>.</p><p>Unsurprisingly, the best results are achieved in experiments using subtitles. Generally, most of the results obtained with the LIMSI transcripts are higher than the corresponding results with the LIUM and NST-Sheffield transcripts. The only exception are the experiments employing overlapping segments. The results with the NST-Sheffield transcripts are higher than the corresponding results with the LIUM transcripts.</p><p>In most of the cases, the concatenation of the segment with metadata improved the results, despite the drop in the P5 score for all types of transcripts. Apart from several values of P and MAP-bin for the LIUM transcript, the fixedlength segmentation outperforms the Decision Trees-based segmentation with 120-seconds-long segments. Though the 50-seconds-long segments created using Decision Trees notably outperform the fixed-length segments measured by MAP and precision-based measures, they are outperformed by the fixed-length segmentation using the MAP-bin and MAP-tol measures.</p><p>All measures, except the MAP-tol measure, are notably higher in the experiments in which we did not remove partially overlapping segments from the list of the retrieved segments. Due to the nature of these measures, it is not possible to distinguish, whether a user had already seen the retrieved segment or not. Therefore, all the relevant segments, which frequently overlap each other, increase the score. The MAP-tol measure is not influenced by this behavior as it takes into account only the relevant content which had not been already seen by a user. Therefore, the highest MAP-tol scores are achieved for the fixed-length segmentation when the overlapping retrieved segments are removed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">CONCLUSION</head><p>In our experiments in the Search sub-task, we have experimented with subtitles and three ASR transcripts. The subtitles outperformed all used ASR transcripts. However, the LIMSI transcripts also generally scored well and they slightly outperformed the NST-Sheffield transcripts. The LIUM transcripts achieved the lowest scores in most of the cases. Moreover, we have confirmed usefulness of the metadata and effectiveness of simple segmentation into fixedlength segments.</p><p>We have also pointed out the problems with partially overlapping segments occurring in the results. Such segments can greatly increase MAP scores, however they could not be expected to be helpful for the users. Therefore, the MAP-tol measure could be preferred in such cases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">ACKNOWLEDGMENTS</head><p>This research is supported by the Czech Science Foundation, grant number P103/12/G084, Charles University Grant Agency GA UK, grant number 920913, and by SVV project number 260 104.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 : Results of the Search sub-task for different transcripts, segmentation types, segment lengths, meta- data, and removal of overlapping segments. The best results for each transcript are highlighted.</head><label>1</label><figDesc></figDesc><table><row><cell>Transcripts</cell><cell cols="4">Segment. Seg. Len. Metadata Overlap</cell><cell>MAP</cell><cell>P5</cell><cell>P10</cell><cell>P20</cell><cell cols="2">MAP-bin MAP-tol</cell></row><row><cell>Subtitles</cell><cell>Fixed</cell><cell>60s</cell><cell>No</cell><cell>No</cell><cell>0.4209</cell><cell>0.7933</cell><cell>0.7433</cell><cell>0.5950</cell><cell>0.3192</cell><cell>0.3155</cell></row><row><cell>Subtitles</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>No</cell><cell>0.5127</cell><cell>0.7467</cell><cell>0.7267</cell><cell>0.6100</cell><cell>0.3433</cell><cell>0.3023</cell></row><row><cell>Subtitles</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>Yes</cell><cell>4.3527</cell><cell>0.7867</cell><cell>0.7733</cell><cell>0.7683</cell><cell>0.4150</cell><cell>0.1459</cell></row><row><cell>Subtitles</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>No</cell><cell>0.3692</cell><cell>0.7467</cell><cell>0.7133</cell><cell>0.6050</cell><cell>0.2606</cell><cell>0.2157</cell></row><row><cell>Subtitles</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>Yes</cell><cell cols="4">16.3486 0.8400 0.8367 0.8433</cell><cell>0.3172</cell><cell>0.0515</cell></row><row><cell>Subtitles</cell><cell>DT</cell><cell>50s</cell><cell>Yes</cell><cell>No</cell><cell>0.8028</cell><cell>0.7867</cell><cell>0.7667</cell><cell>0.6933</cell><cell>0.3199</cell><cell>0.2350</cell></row><row><cell>LIMSI</cell><cell>Fixed</cell><cell>60s</cell><cell>No</cell><cell>No</cell><cell>0.3534</cell><cell>0.7133</cell><cell>0.6600</cell><cell>0.5317</cell><cell>0.2916</cell><cell>0.2633</cell></row><row><cell>LIMSI</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>No</cell><cell>0.4725</cell><cell>0.6667</cell><cell>0.6633</cell><cell>0.5467</cell><cell>0.3160</cell><cell>0.2696</cell></row><row><cell>LIMSI</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>Yes</cell><cell>4.3000</cell><cell>0.6733</cell><cell>0.7133</cell><cell>0.7400</cell><cell>0.3822</cell><cell>0.1344</cell></row><row><cell>LIMSI</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>No</cell><cell>0.3750</cell><cell>0.6933</cell><cell>0.6600</cell><cell>0.5383</cell><cell>0.2759</cell><cell>0.2054</cell></row><row><cell>LIMSI</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>Yes</cell><cell>4.6366</cell><cell cols="3">0.7133 0.7300 0.7617</cell><cell>0.3706</cell><cell>0.1007</cell></row><row><cell>LIUM</cell><cell>Fixed</cell><cell>60s</cell><cell>No</cell><cell>No</cell><cell>0.2836</cell><cell>0.6667</cell><cell>0.6067</cell><cell>0.4800</cell><cell>0.2227</cell><cell>0.2080</cell></row><row><cell>LIUM</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>No</cell><cell>0.4371</cell><cell>0.6333</cell><cell>0.6400</cell><cell>0.5367</cell><cell>0.2651</cell><cell>0.2327</cell></row><row><cell>LIUM</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>Yes</cell><cell>3.8328</cell><cell>0.6333</cell><cell>0.6767</cell><cell>0.6817</cell><cell>0.3180</cell><cell>0.1118</cell></row><row><cell>LIUM</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>No</cell><cell>0.3538</cell><cell>0.6533</cell><cell>0.6300</cell><cell>0.5450</cell><cell>0.2659</cell><cell>0.2009</cell></row><row><cell>LIUM</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>Yes</cell><cell>4.0709</cell><cell>0.6533</cell><cell cols="2">0.6800 0.6900</cell><cell>0.3345</cell><cell>0.0990</cell></row><row><cell>NST-Sheffield</cell><cell>Fixed</cell><cell>60s</cell><cell>No</cell><cell>No</cell><cell>0.3279</cell><cell>0.6867</cell><cell>0.6467</cell><cell>0.5050</cell><cell>0.2646</cell><cell>0.2405</cell></row><row><cell>NST-Sheffield</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>No</cell><cell>0.4645</cell><cell>0.6667</cell><cell>0.6600</cell><cell>0.5667</cell><cell>0.2974</cell><cell>0.2598</cell></row><row><cell>NST-Sheffield</cell><cell>Fixed</cell><cell>60s</cell><cell>Yes</cell><cell>Yes</cell><cell>4.1241</cell><cell>0.6933</cell><cell>0.7000</cell><cell>0.7300</cell><cell>0.3560</cell><cell>0.1209</cell></row><row><cell>NST-Sheffield</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>No</cell><cell>0.3627</cell><cell>0.6733</cell><cell>0.6567</cell><cell>0.5633</cell><cell>0.2624</cell><cell>0.2133</cell></row><row><cell>NST-Sheffield</cell><cell>DT</cell><cell>120s</cell><cell>Yes</cell><cell>Yes</cell><cell cols="4">10.0198 0.7267 0.7533 0.7650</cell><cell>0.3342</cell><cell>0.0675</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Adapting Binary Information Retrieval Evaluation Metrics for Segment-based Retrieval Tasks</title>
		<author>
			<persName><forename type="first">R</forename><surname>Aly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Eskevich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ordelman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
		<idno>CoRR, abs/1312.1913</idno>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The Search and Hyperlinking Task at MediaEval</title>
		<author>
			<persName><forename type="first">M</forename><surname>Eskevich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Aly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">N</forename><surname>Racca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ordelman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of MediaEval</title>
				<meeting>of MediaEval<address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Experiments with Segmentation Strategies for Passage Retrieval in Audio-Visual Documents</title>
		<author>
			<persName><forename type="first">P</forename><surname>Galuščáková</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Pecina</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ICMR</title>
				<meeting>of ICMR<address><addrLine>Glasgow, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="217" to="224" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">TextTiling: Segmenting Text into Multi-paragraph Subtopic Passages</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">23</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="33" to="64" />
			<date type="published" when="1997-03">Mar. 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Using Language Models for Information Retrieval</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hiemstra</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2001">2001</date>
			<pubPlace>Enschede, Netherlands</pubPlace>
		</imprint>
		<respStmt>
			<orgName>University of Twente</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Speech Processing for Audio Indexing</title>
		<author>
			<persName><forename type="first">L</forename><surname>Lamel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-L</forename><surname>Gauvain</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of GoTAL</title>
				<meeting>of GoTAL<address><addrLine>Gothenburg, Sweden</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="4" to="15" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Automatic Transcription of Multi-genre Media Archives</title>
		<author>
			<persName><forename type="first">P</forename><surname>Lanchantin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P.-J</forename><surname>Bell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-J.-F</forename><surname>Gales</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Hain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Long</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Quinnell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Renals</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Saz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-S</forename><surname>Seigel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Swietojanski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P.-C</forename><surname>Woodland</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of SLAM Workshop</title>
				<meeting>SLAM Workshop<address><addrLine>Marseille, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="26" to="31" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Spoken Content Retrieval: A Survey of Techniques and Technologies</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Larson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">J F</forename><surname>Jones</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>Trends Inf. Retr. Now Publishers Inc</publisher>
			<biblScope unit="volume">5</biblScope>
			<pubPlace>Hanover, MA, USA</pubPlace>
		</imprint>
	</monogr>
	<note>of Found</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Enhancing the TED-LIUM Corpus with Selected Data for Language Modeling and More TED Talks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Rousseau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Deléglise</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Estève</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of LREC</title>
				<meeting>of LREC<address><addrLine>Reykjavik, Iceland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="3935" to="3939" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Multimedia Information Retrieval</title>
		<author>
			<persName><forename type="first">S</forename><surname>Rüger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Synthesis Lectures on Information Concepts, Retrieval and Services</title>
				<meeting><address><addrLine>San Rafael, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan &amp; Claypool Publishers</publisher>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The Similar Segments in Social Speech Task</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">G</forename><surname>Ward</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">D</forename><surname>Werner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">G</forename><surname>Novick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">E</forename><surname>Shriberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Oertel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L.-P</forename><surname>Morency</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kawahara</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of MediaEval</title>
				<meeting>of MediaEval<address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

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