<?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">Integrating Query Interpretation Components into the Information Retrieval Experiment Platform</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Marcel</forename><surname>Gohsen</surname></persName>
							<email>marcel.gohsen@uni-weimar.de</email>
						</author>
						<author>
							<persName><forename type="first">Benno</forename><surname>Stein</surname></persName>
							<email>benno.stein@uni-weimar.de</email>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="institution">Bauhaus-Universität Weimar</orgName>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">International Workshop on Open Web Search</orgName>
								<address>
									<addrLine>March 28</addrLine>
									<postCode>2024</postCode>
									<settlement>Glasgow</settlement>
									<country key="GB">Scotland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Integrating Query Interpretation Components into the Information Retrieval Experiment Platform</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">68443E66E6F2F9E3DD708496482F02A1</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:18+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>Query understanding</term>
					<term>Query interpretation</term>
					<term>Query entity linking</term>
					<term>Query segmentation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We describe our contribution of query entity linking and query interpretation software as components of the Information Retrieval Experiment Platform (TIREx) to the 1st International Workshop on Open Web Search (WOWS'24). Query interpretation is the task of determining all plausible user intents behind a search query and can be used to diversify the search results of a retrieval system. As TIREx components, the query entity linking method has identified a total of 89,289 entity candidates in 2,544 queries from 31 standard information retrieval datasets. In addition, a total of 2,304 interpretations of 1,225 search queries from 18 keyword query datasets have been found, which means that on average there is more than one plausible interpretation per search query. This is an indication that most search queries are ambiguous.</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 Information Retrieval Experiment Platform (TIREx) <ref type="bibr" target="#b0">[1]</ref> integrates ir_datasets <ref type="bibr" target="#b1">[2]</ref>, ir_measures <ref type="bibr" target="#b2">[3]</ref>, PyTerrier <ref type="bibr" target="#b3">[4]</ref>, and the TIRA Integrated Research Architecture <ref type="bibr" target="#b4">[5]</ref> in order to provide an open-source platform to expriment with information retrieval datasets and evaluate retrieval systems in a reproducible fashion. A key aspect of TIREx is that information retrieval collections are static, and therefore query processors only need to be executed once per dataset, so that downstream experiments can utilize the cached and publicly available results instead of executing the processors from scratch.</p><p>To streamline further research towards query understanding, we contribute query entity linking and query interpretation components from Kasturia et al. <ref type="bibr" target="#b5">[6]</ref> to the TIREx platform. The foundation for interpreting search queries is query segmentation, a method for grouping keywords of a search query into phrases with the aim of maximizing retrieval efficiency when these phrases are matched with the search results. Segmentations of a query form "skeletons" for query interpretations, in which segments are replaced by linked entities when a segment refers to an entity. Each different entity-linked segmentation (i.e., interpretation) represents a different user intent. For example, interpretations of the query "new york times square dance" can be either ⟨New_York_City|Times_Square|dance⟩ which refers to a dance event on the Times Square in New York City or ⟨New_York_Times|Square_Dance⟩ which references an article in the New York Times about square dancing. As demonstrated by the example above, search engine queries can be ambiguous. Automated approaches to interpreting search queries can help a search engine understand a user's intent or diversify search results based on all possible interpretations. Moreover, prior studies have shown that extending queries with (linked) named entities can increase the effectiveness of sparse retrieval <ref type="bibr" target="#b6">[7]</ref>, entity retrieval <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref> and semantic search <ref type="bibr" target="#b9">[10]</ref>. Integrating query entity linking and query interpretation components into TIREx facilitates further research in these directions.</p><p>In this paper, we describe the query entity linking and query interpretation components and report on entity and interpretation statistics of queries from standard information retrieval datasets. As part of these exemplary analytics, we find that on average queries from almost all common information retrieval datasets have more than one plausible interpretation. We also observe that the number of interpretations of a query does not correlate with the number of relevant documents. Consequently, this opens a direction for future work to determine whether query interpretations as an intermediate step in retrieval would increase the number of relevant search results when a query is ambiguous (i.e., the number of plausible interpretations is greater than one).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Entity-based Query Interpretation</head><p>The query interpretation approach of Kasturia et al. <ref type="bibr" target="#b5">[6]</ref> consists of three main phases: entity linking, query segmentation and a combination phase, in which the linked entities and query segmentations are combined into query interpretations. The result of the query interpretation approach is a list of entity-linked segmentations ranked by a relevance score.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Query Entity Linking</head><p>The entity linking approach tries to find entities for all the 𝑂(𝑛<ref type="foot" target="#foot_1">2</ref> ) potential segments of an 𝑛-term query. The entity linking module is based on titles of Wikipedia articles, redirects, and disambiguation pages. Each Wikipedia article represent an entity and its title, all redirect candidates, and disambiguation names from Wikipedia serve as plausible query segments that refer to this entity. The about 13 million distinct key-value pairs (keys are potential query segments and values are lists of entities that can be referred to by this segment) are stored in a RocksDB table <ref type="foot" target="#foot_0">1</ref> for fast exact-match access and in a Lucene index 2 to quickly find imperfect matches.</p><p>Entities from perfect and imperfect matches are then ranked by commonness scores (i.e., the likelihood of an entity-mention link). To compute the commonness of a mention-entity pair, a Wikipedia dump in combination with the computation methodology from Ferragina and Scaiella <ref type="bibr" target="#b10">[11]</ref> is used.</p><p>Table <ref type="table">1</ref> displays the identified and linked entities in two queries from TREC Web Track 2009 <ref type="bibr" target="#b11">[12]</ref> and 2012 <ref type="bibr" target="#b12">[13]</ref> datasets. The top four entities linked to segments in the query "obama family tree" are highly relevant and are assessed as such with commonness scores greater than 0.29. Less relevant entities like the TV series or the music album "Family Tree" have received scores of 0.07 and less. In contrast, scores of entities in the query "pork tenderloin" seem to be less informative. While Tenderloin in San Francisco can still be part of a meaningful interpretation (i.e., the user is looking for pork in Tenderloin, San Francisco), the other entities have a rather weak connection to pork. However, these entities have been awarded a comparatively low score of 0.12 or less.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Query Segmentation</head><p>Query segmentation methods aim to rank the possible 2 𝑛 valid segmentations of an 𝑛-term query according to retrieval effectiveness when the segments are treated as phrases to be matched in the search results. The query interpretation approach employs query segmentation approaches from Hagen et al. <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b14">15]</ref> due to the simplicity of the approaches and the associated lower runtime. These query segmentation approaches rank the possible segmentations of a query by summing up pre-computed segment weights stored in a hash table for quick access. The segment weights are occurence frequencies from the Google n-gram corpus<ref type="foot" target="#foot_2">3</ref> in case a segment does not represent a title of a Wikipedia article. In case this segment is the title of a Wikipedia article, the segment weight is 1 + occurrence frequency of the most frequent word-2-gram in that segment.</p><p>Most of the 2 𝑛 segmentations of an 𝑛-term query do not yield plausible interpretations. Kasturia et al. <ref type="bibr" target="#b5">[6]</ref> have shown that often only the segmentation with the highest score is used as an interpretation skeleton and that segmentations with lower scores, which show large differences to segmentations with higher scores, are rarely used as skeletons. Therefore, respective filter heuristics are applied to not forward all segmentations to the combination phase. A first filter removes segmentations whose</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1</head><p>Linked entities from Wikipedia and their associated mention segments and commonness scores for two example queries from TREC Web Track 2009 and 2012 datasets. Entities with a score of less than 0.05 have been excluded.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Rank Mention Entity Score</head><p>For query "obama family tree" </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="0.09">6 tenderloin</head><p>Tenderloin,_Manhattan 0.05 highest weighting segment is contained in a higher-ranked segmentation. A second filter removes segmentations for which the score ratio to the lowest kept higher-ranked segmentation falls below a threshold of 0.66.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Query Interpretation</head><p>To build query interpretations for a query, the approach combines segmentations with linked entities.</p><p>To "fill" the segmentation skeletons forwarded by the segmentation phase, the approach collects the entities ranked by commonness for each segment (discarding entities with a commonness of 0) and adds the option of not linking a segment to an entity, but keeping it as a phrase as a fallback. The potential interpretations can then be derived by a Cartesian product of the not-0-common entities and the unlinked respective segments.</p><p>In the interpretation ranking, three weights from the entity linking literature are combined: (1) the above described commonness CMN, (2) the likelihood of two entities to occur together (relatedness REL), and (3) the likelihood of an entity to occur with the unlinked segments (context CXT). The relatedness and context weights computations are calculated by using Wikipedia-based joint wordentity embeddings <ref type="foot" target="#foot_3">4</ref> provided by Yamada et al. <ref type="bibr" target="#b15">[16]</ref>. The by the authors suggested configuration have been used: average cosine similarity of an entity's embedding vector with the other entities in an interpretation (relatedness) or with the unlinked segments in an interpretation (context).</p><p>An interpretation 𝐼's score is the averaged weighted sum of the commonness, relatedness, and context scores of the entities 𝑒 ∈ 𝐼 with the weights 𝛼 = 𝛽 = 𝛾 = 1 suggested by Kasturia et al. <ref type="bibr" target="#b5">[6]</ref>:</p><formula xml:id="formula_0">score(𝐼) = 1 |{𝑒 ∈ 𝐼}| • ∑︁ 𝑒∈𝐼 (𝛼 • CMN(𝑒) + 𝛽 • REL(𝑒) + 𝛾 • CXT(𝑒)) ,</formula><p>Table <ref type="table" target="#tab_1">2</ref> presents the found query interpretations for the example queries from Table <ref type="table">1</ref> and an additional query from TREC Web Track 2012. For the query "obama family tree" the most plausible interpretations have been identified, which is that a user is looking up the family tree of Barack Obama. These interpretations are on rank 1 and rank 2 and can be seen as equivalent because the concept of a family tree is semantically equivalent to the linked entity Family_Tree. The interpretation on rank 3 assumes that the segment "obama" is a concept and not an entity which is wrong, but the assigned relevance is desirably low. For the query "pork tenderloin" the only found interpretation is the dish pork tenderloin. Desirabel (but less likely) would also be the interpretation ⟨pork | Tenderloin,_San_Francisco⟩ as someone might look for meat vendors in Tenderloin in San Francisco. However, the system did not provide this plausible interpretation. Another interesting example is the query "last supper painting".</p><p>The system identifies three plausible interpretations which translate to a user who is interested in (1) the painting process of the painting "Last Supper" by Leonardo da Vinci, (2) any painting that depicts the last supper, and (3) information about "Last Supper" by Leonardo da Vinci. All three interpretations are highly likely which is reflected in the assigned relevance scores.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4.">Integration into TIREx</head><p>Both, the query entity linking and the query interpretation software, are Java-based implementations that require external data (e.g., RocksDB and Lucene Index for entity linking) to function as intended.</p><p>To integrate these components into TIREx and ensure reproducible execution across all systems, we dockerize the query interpretation and entity linking software and bundle the image with all necessary external data. Both Docker images are available in our public container registry 5 to use outside TIREx. The use in combination with TIREx is documented in examplary Jupyter notebooks in the code repositories of query entity linking <ref type="foot" target="#foot_4">6</ref> and query interpretation<ref type="foot" target="#foot_5">7</ref> components.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Query Analytics</head><p>To gain insights into the identified entities and interpretations, we perform a statistical analysis of the entity and interpretation frequencies of queries from common information retrieval datasets available in TIREx.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Datasets</head><p>TIREx accesses datasets through the Python package of ir_datasets <ref type="bibr" target="#b1">[2]</ref>. Therefore, all the processed datasets are well documented in the online catalog <ref type="foot" target="#foot_6">8</ref> of ir_datasets. Most of the 31 considered datasets originate from shared tasks like TREC or Touché. We distinguish these datasets by query type which are keyword queries (e.g., "french lick resort and casion" from TREC Web Track 2009 <ref type="bibr" target="#b11">[12]</ref>) and natural language queries which can either be a question (e.g., "Are gas prices too high?" from the Touche 2021 Argument Retrieval task <ref type="bibr" target="#b16">[17]</ref>) or a description of an information need (e.g., "Provide information about the genes Ret and GDNF in kidney development." from TREC 2005 Genomics Track <ref type="bibr" target="#b17">[18]</ref>). The 5 registry.webis.de/code-lib/public-images/query-interpretation:1.0 registry.webis.de/code-lib/public-images/query-entity-linking:1.0 datasets of the TREC Precision Medicine Track of 2017 <ref type="bibr" target="#b18">[19]</ref> and 2018 <ref type="bibr" target="#b19">[20]</ref> do not fit into either of these query type categories since the queries from these datasets are compounds of a disease name, a gene, and a demographic (e.g., "melanoma BRAF (V600E) 64-year-old male").  for which no entity have been identified are "horse hooves", "iron", "vldl levels", "kiwi", "tornadoes", "raised gardens", and "ocd". Except for Obessive-compulsive disorder (OCD), no other likely entity would be expected in these queries. Although there are songs called "kiwi" or "iron", neither seems to be common enough to be included as a plausible entity in an interpretation of these queries.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Analytics of Entities in Queries</head><p>A fairly obvious observation is that natural language queries are on average much longer than keyword queries. While keyword queries consist of approximately three query terms, the average length of natural language queries vary between 5 and 18 terms depending on the dataset. Intuitively, the number of mentions of entities correlates with the length of the query. We calculated a Spearman's 𝜌 = 0.63 between these two values over all 2,544 queries, which means that the number of plausible entities increases monotonically as the length of a query increases. The query with the most entity mentions is "is it possible to determine rates of forced convective heat transfer from heated cylinders of non-circular cross-section, (the fluid flow being along the generators)" from the Cranfield dataset. The query entity linking approach identified 22 different segments that might refer to entities in that query.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Analytics of Query Interpretations</head><p>The query interpretation approach depends on query segmentation, which requires keyword queries and does not scale well for long natural language queries. We therefore only report on query interpretation statistics for keyword query datasets. Table <ref type="table" target="#tab_4">4</ref> presents query interpretation statistics for 18 keyword query datasets in TIREx. As most statistics are influenced by them, the number of queries and the query length are copied from Table <ref type="table" target="#tab_2">3</ref> to facilitate comparisons.</p><p>Overall, the query interpretation approach has identified 2,304 plausible interpretations from 1,225 analyzed queries. Therefore, queries across all datasets have an average of about 1.8 plausible interpretations using the query interpretation approach, with queries from the TREC Terabyte Track 2006 dataset having the most interpretations of 2.3. One of two queries which have the most interpretations is "how has african american music influence history" from the TREC Web Track 2014 dataset with 20 different interpretations. The highest ranked intepretations with a score close to one are ⟨how | has | African-American | Music | influence | History⟩ and equivalent variations of that in which the entities African-American, Music, and History have not been linked, and thus have been considered concepts. Since the concepts music and history are equivalent to their linked entities, the interpretation variations can be considered semantically equivalent. Another interesting interpretation of that query is ⟨how | has | African-American_Music | influence | History⟩ which is probably a more relevant interpretation because it correctly identifies the relation between "african-american" and "music". Unfortunately, this interpretation has been ranked lower.</p><p>Ideally, the more ambiguous a query is (i.e., the more plausible interpretations it has), the more documents that fulfill all the different information needs become relevant. To analyze if this is given in the datasets, we compute correlation coefficients as Spearman's 𝜌 between the number of automatically identified interpretations and the number of relevant documents (relevance &gt; 0) in the datasets. We have found no correlation (𝜌 ≈ 0) for most datasets or in the worst case a negative correlation (𝜌 = −0.35). This points into an interesting future direction to use query interpretation as an intermeditate step to diversify search result to increase this correlation. A related research question would be to analyze whether each different interpretation results in a similar number of relevant documents, which would lead to a linear growth of relevant documents as the number of interpretations increases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusions</head><p>To summarize, we contributed query entity linking and query interpretation components to TIREx. A total of 89,289 Wikipedia-linked entities and 2,304 segmentation-based interpretations were automatically identified, which can be reproducibly used for future research with the help of TIREx. As part of a preliminary analysis of the query interpretations, we found that the number of relevant documents for a query does not correlate with the number of plausible interpretations. This fact points in the direction of future research in which query interpretation can be used to diversify search results and what other effects query interpretation has as an intermediate step on an information retrieval pipeline.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Limitations</head><p>Although working with a static entity collection and precomputed commonness scores brings the advantage of reproducibility, entities that are relevant now may not be as relevant in the future. Therefore, the identified linked entities included in our query interpretations may become outdated, or their relevance score may become inadequate. A method to automatically update the entity index and the associated commonness scores from an up-to-date knowledge base can compensate for this limitation and will be implemented in the future.</p><p>Wikipedia is a well maintained knowledge base for general knowledge. However, entities from specialized areas may be inadequately represented or simply not exist on Wikipedia, and consequently the entity linking method will fail to identify these entities. A mechanism for exchanging (or extending) the knowledge base that is used for query entity linking can help to find more relevant entities. For example, the addition of a knowledge base such as PubMed<ref type="foot" target="#foot_7">9</ref> could increase the discoverability of medical-related entities. We aim to implement an easy method to modify and extend the knowledge base for entity linking and the interpretation of queries.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Entity-based query interpretations and their relevance scores for three example queries from TREC Web Track 2009 and 2012 datasets.</figDesc><table><row><cell cols="2">Rank Interpretation</cell><cell>Score</cell></row><row><cell cols="2">For query "obama family tree"</cell><cell></cell></row><row><cell>1</cell><cell>⟨Barack_Obama | family tree⟩</cell><cell>0.77</cell></row><row><cell>2</cell><cell>⟨Barack_Obama | Family_Tree⟩</cell><cell>0.50</cell></row><row><cell>3</cell><cell>⟨obama | Family_Tree⟩</cell><cell>0.37</cell></row><row><cell cols="2">For query "pork tenderloin"</cell><cell></cell></row><row><cell>1</cell><cell>⟨Pork_tenderloin⟩</cell><cell>0.92</cell></row><row><cell cols="2">For query "last supper painting"</cell><cell></cell></row><row><cell>1</cell><cell>⟨Last_Supper | painting⟩</cell><cell>1.50</cell></row><row><cell>2</cell><cell>⟨last supper | Painting⟩</cell><cell>1.16</cell></row><row><cell>3</cell><cell>⟨Last_Supper | Painting⟩</cell><cell>1.12</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Statistics about the number of queries, number of queries with at least one entity, average number of terms, average number of entity mentions per query, and the total number of entity candidates suggested by the query entity linker for each dataset in TIREx. The first column of this table represents the dataset identifier of each respective dataset as specified in ir_datasets.</figDesc><table><row><cell>Dataset</cell><cell>Ref.</cell><cell></cell><cell>Queries</cell><cell></cell><cell cols="2">Entities</cell></row><row><cell></cell><cell></cell><cell>Count</cell><cell>w. Entities</cell><cell cols="3">Terms Mentions Count</cell></row><row><cell>Keyword Queries</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>clueweb09/en/trec-web-2009</cell><cell>[12]</cell><cell>50</cell><cell>45 ( 90%)</cell><cell>2.1</cell><cell>1.8</cell><cell>891</cell></row><row><cell>clueweb09/en/trec-web-2010</cell><cell>[21]</cell><cell>50</cell><cell>43 ( 86%)</cell><cell>2.1</cell><cell>1.5</cell><cell>1,031</cell></row><row><cell>clueweb09/en/trec-web-2011</cell><cell>[22]</cell><cell>50</cell><cell>46 ( 92%)</cell><cell>3.4</cell><cell>2.8</cell><cell>1,309</cell></row><row><cell>clueweb09/en/trec-web-2012</cell><cell>[13]</cell><cell>50</cell><cell>45 ( 90%)</cell><cell>2.3</cell><cell>1.9</cell><cell>1,038</cell></row><row><cell>clueweb12/trec-web-2013</cell><cell>[23]</cell><cell>50</cell><cell>49 ( 98%)</cell><cell>3.3</cell><cell>3.0</cell><cell>1,717</cell></row><row><cell>clueweb12/trec-web-2014</cell><cell>[24]</cell><cell>50</cell><cell>50 (100%)</cell><cell>3.3</cell><cell>3.2</cell><cell>1,375</cell></row><row><cell>cord19/fulltext/trec-covid</cell><cell>[25, 26]</cell><cell>50</cell><cell>50 (100%)</cell><cell>3.2</cell><cell>2.4</cell><cell>744</cell></row><row><cell>disks45/nocr/trec-robust-2004</cell><cell cols="2">[27, 28, 29] 250</cell><cell>249 ( 99%)</cell><cell>2.7</cell><cell>2.7</cell><cell>5,626</cell></row><row><cell>disks45/nocr/trec7</cell><cell>[29, 30]</cell><cell>50</cell><cell>50 (100%)</cell><cell>2.4</cell><cell>2.7</cell><cell>1,087</cell></row><row><cell>disks45/nocr/trec8</cell><cell>[29, 31]</cell><cell>50</cell><cell>50 (100%)</cell><cell>2.4</cell><cell>2.6</cell><cell>970</cell></row><row><cell>gov/trec-web-2002</cell><cell>[32]</cell><cell>50</cell><cell>50 (100%)</cell><cell>3.2</cell><cell>3.0</cell><cell>1,459</cell></row><row><cell>gov/trec-web-2003</cell><cell>[33]</cell><cell>50</cell><cell>48 ( 96%)</cell><cell>2.2</cell><cell>2.3</cell><cell>677</cell></row><row><cell>gov/trec-web-2004</cell><cell>[34]</cell><cell>225</cell><cell>221 ( 98%)</cell><cell>3.4</cell><cell>3.2</cell><cell>7,897</cell></row><row><cell>gov2/trec-tb-2004</cell><cell>[35]</cell><cell>50</cell><cell>49 ( 98%)</cell><cell>3.2</cell><cell>2.8</cell><cell>1,302</cell></row><row><cell>gov2/trec-tb-2005</cell><cell>[36]</cell><cell>50</cell><cell>50 (100%)</cell><cell>3.1</cell><cell>2.8</cell><cell>1,166</cell></row><row><cell>gov2/trec-tb-2006</cell><cell>[37]</cell><cell>50</cell><cell>48 ( 96%)</cell><cell>3.0</cell><cell>3.1</cell><cell>1,544</cell></row><row><cell>nfcorpus/test</cell><cell>[38]</cell><cell>325</cell><cell>316 ( 97%)</cell><cell>3.5</cell><cell>2.6</cell><cell>5,528</cell></row><row><cell>wapo/v2/trec-core-2018</cell><cell>-</cell><cell>50</cell><cell>49 ( 98%)</cell><cell>3.1</cell><cell>2.9</cell><cell>1,296</cell></row><row><cell>Natural Language Queries</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>antique/test</cell><cell>[39]</cell><cell>200</cell><cell>196 ( 98%)</cell><cell>9.3</cell><cell>4.7</cell><cell>11,298</cell></row><row><cell cols="2">argsme/2020-04-01/touche-2020-task-1 [40, 41]</cell><cell>49</cell><cell>48 ( 98%)</cell><cell>6.6</cell><cell>3.9</cell><cell>1,202</cell></row><row><cell>argsme/2020-04-01/touche-2021-task-1</cell><cell>[17]</cell><cell>50</cell><cell>49 ( 98%)</cell><cell>5.4</cell><cell>3.1</cell><cell>1,293</cell></row><row><cell>clueweb12/touche-2020-task-2</cell><cell cols="2">[40, 42, 43] 50</cell><cell>50 (100%)</cell><cell>8.4</cell><cell>4.8</cell><cell>2,370</cell></row><row><cell>clueweb12/touche-2021-task-2</cell><cell>[17]</cell><cell>50</cell><cell>50 (100%)</cell><cell>8.4</cell><cell>4.8</cell><cell>2,232</cell></row><row><cell>cranfield</cell><cell>-</cell><cell>225</cell><cell>225 (100%)</cell><cell>18.0</cell><cell>9.0</cell><cell>18,301</cell></row><row><cell>medline/2004/trec-genomics-2004</cell><cell>[44]</cell><cell>50</cell><cell>47 ( 94%)</cell><cell>4.9</cell><cell>3.4</cell><cell>1,341</cell></row><row><cell>medline/2004/trec-genomics-2005</cell><cell>[18]</cell><cell>50</cell><cell>50 (100%)</cell><cell>16.2</cell><cell>8.9</cell><cell>2,980</cell></row><row><cell cols="2">msmarco-passage/trec-dl-2019/judged [45, 46]</cell><cell>43</cell><cell>42 ( 97%)</cell><cell>5.4</cell><cell>3.1</cell><cell>985</cell></row><row><cell cols="2">msmarco-passage/trec-dl-2020/judged [47, 46]</cell><cell>54</cell><cell>53 ( 98%)</cell><cell>6.0</cell><cell>3.5</cell><cell>1,609</cell></row><row><cell>vaswani</cell><cell>-</cell><cell>93</cell><cell>93 (100%)</cell><cell>10.9</cell><cell>6.5</cell><cell>5,756</cell></row><row><cell>Other</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>medline/2017/trec-pm-2017</cell><cell>[19]</cell><cell>30</cell><cell>30 (100%)</cell><cell>7.5</cell><cell>7.7</cell><cell>1,502</cell></row><row><cell>medline/2017/trec-pm-2018</cell><cell>[20]</cell><cell>50</cell><cell>50 (100%)</cell><cell>5.8</cell><cell>5.4</cell><cell>1,763</cell></row><row><cell>Sum</cell><cell></cell><cell cols="2">2,544 2,491 ( 98%)</cell><cell>-</cell><cell>-</cell><cell>89,289</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3</head><label>3</label><figDesc></figDesc><table /><note>presents query and entity statistics from 31 different information retrieval datasets. All datasets contain between 30 (TREC Precision Medicine Track 2017 dataset) and 325 (NFCorpus test collection) queries of which almost all queries contain at least one entity according to the query entity linking approach. Across all datasets, almost 98% of the queries contain at least one entity. The highest ratio of queries without any entity has the dataset of TREC Web Track 2010. The seven queries from that dataset</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 4</head><label>4</label><figDesc>Statistics about the number of queries, average number of query terms, average number of interpretations per query, total number of interpretations identified by the query interpretation component, Spearman 𝜌 correlation between the number of interpretations and the number of relevant documents (Corr. with Int.) and the total number of relevant documents for keyword query datasets in TIREx. The first column of this table represents the dataset identifier of a respective dataset as specified in ir_datasets.</figDesc><table><row><cell>Dataset</cell><cell>Ref</cell><cell cols="2">Queries</cell><cell cols="2">Interpretations</cell><cell cols="2">Rel. Documents</cell></row><row><cell></cell><cell></cell><cell cols="6">Count Terms per Query Count Corr. with Int. Count</cell></row><row><cell>Keyword Queries</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>clueweb09/en/trec-web-2009</cell><cell>[12]</cell><cell>50</cell><cell>2.1</cell><cell>1.4</cell><cell>72</cell><cell>-0.17</cell><cell>6,858</cell></row><row><cell>clueweb09/en/trec-web-2010</cell><cell>[21]</cell><cell>50</cell><cell>2.1</cell><cell>1.2</cell><cell>61</cell><cell>-0.02</cell><cell>5,233</cell></row><row><cell>clueweb09/en/trec-web-2011</cell><cell>[22]</cell><cell>50</cell><cell>3.4</cell><cell>2.2</cell><cell>108</cell><cell>0.03</cell><cell>3,157</cell></row><row><cell>clueweb09/en/trec-web-2012</cell><cell>[13]</cell><cell>50</cell><cell>2.3</cell><cell>1.4</cell><cell>69</cell><cell>-0.13</cell><cell>3,523</cell></row><row><cell>clueweb12/trec-web-2013</cell><cell>[23]</cell><cell>50</cell><cell>3.3</cell><cell>2.0</cell><cell>101</cell><cell>0.03</cell><cell>4,150</cell></row><row><cell>clueweb12/trec-web-2014</cell><cell>[24]</cell><cell>50</cell><cell>3.3</cell><cell>2.0</cell><cell>98</cell><cell>-0.04</cell><cell>5,665</cell></row><row><cell>cord19/fulltext/trec-covid</cell><cell>[25, 26]</cell><cell>50</cell><cell>3.2</cell><cell>2.2</cell><cell>112</cell><cell>0.01</cell><cell>26,664</cell></row><row><cell cols="3">disks45/nocr/trec-robust-2004 [27, 28, 29] 250</cell><cell>2.7</cell><cell>1.8</cell><cell>453</cell><cell>-0.04</cell><cell>17,412</cell></row><row><cell>disks45/nocr/trec7</cell><cell>[29, 30]</cell><cell>50</cell><cell>2.4</cell><cell>1.8</cell><cell>92</cell><cell>0.13</cell><cell>4,674</cell></row><row><cell>disks45/nocr/trec8</cell><cell>[29, 31]</cell><cell>50</cell><cell>2.4</cell><cell>1.5</cell><cell>77</cell><cell>0.02</cell><cell>4,728</cell></row><row><cell>gov/trec-web-2002</cell><cell>[32]</cell><cell>50</cell><cell>3.2</cell><cell>2.1</cell><cell>104</cell><cell>0.10</cell><cell>1,574</cell></row><row><cell>gov/trec-web-2003</cell><cell>[33]</cell><cell>50</cell><cell>2.2</cell><cell>1.4</cell><cell>72</cell><cell>-0.11</cell><cell>516</cell></row><row><cell>gov/trec-web-2004</cell><cell>[34]</cell><cell>225</cell><cell>3.4</cell><cell>2.2</cell><cell>489</cell><cell>-0.35</cell><cell>1,763</cell></row><row><cell>gov2/trec-tb-2004</cell><cell>[35]</cell><cell>50</cell><cell>3.2</cell><cell>2.0</cell><cell>99</cell><cell>0.03</cell><cell>10,617</cell></row><row><cell>gov2/trec-tb-2005</cell><cell>[36]</cell><cell>50</cell><cell>3.1</cell><cell>1.9</cell><cell>93</cell><cell>-0.13</cell><cell>10,407</cell></row><row><cell>gov2/trec-tb-2006</cell><cell>[37]</cell><cell>50</cell><cell>3.0</cell><cell>2.3</cell><cell>114</cell><cell>0.10</cell><cell>5,893</cell></row><row><cell>nfcorpus/test</cell><cell>[38]</cell><cell>325</cell><cell>3.5</cell><cell>1.9</cell><cell>628</cell><cell>0.02</cell><cell>15,820</cell></row><row><cell>wapo/v2/trec-core-2018</cell><cell>-</cell><cell>50</cell><cell>3.1</cell><cell>1.8</cell><cell>90</cell><cell>-0.03</cell><cell>3,948</cell></row><row><cell>Sum</cell><cell></cell><cell>1,225</cell><cell>-</cell><cell>-</cell><cell>2,304</cell><cell>-</cell><cell>116,782</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://rocksdb.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://lucene.apache.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://catalog.ldc.upenn.edu/LDC2006T13</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://wikipedia2vec.github.io/wikipedia2vec/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">https://github.com/webis-de/query-entity-linking</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">https://github.com/webis-de/query-interpretation</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">https://ir-datasets.com/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_7">http://er.tacc.utexas.edu/datasets/ped</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">The Information Retrieval Experiment Platform</title>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Reimer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Macavaney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Deckers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Reich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bevendorff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">46th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2023)</title>
				<editor>
			<persName><forename type="first">H.-H</forename><surname>Chen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W.-J</forename><forename type="middle">E</forename><surname>Duh</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H.-H</forename><surname>Huang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Kato</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Mothe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Poblete</surname></persName>
		</editor>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="2826" to="2836" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Simplified Data Wrangling with ir_datasets</title>
		<author>
			<persName><forename type="first">S</forename><surname>Macavaney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Feldman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Downey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cohan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Goharian</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, ACM, Virtual Event Canada</title>
				<meeting>the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, ACM, Virtual Event Canada</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="2429" to="2436" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Streamlining Evaluation with ir-measures</title>
		<author>
			<persName><forename type="first">S</forename><surname>Macavaney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Ounis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Verberne</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Seifert</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Nørvåg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Setty</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">13186</biblScope>
			<biblScope unit="page" from="305" to="310" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">PyTerrier: Declarative Experimentation in Python from BM25 to Dense Retrieval</title>
		<author>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tonellotto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Macavaney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Ounis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 30th ACM International Conference on Information &amp; Knowledge Management, ACM, Virtual Event Queensland Australia</title>
				<meeting>the 30th ACM International Conference on Information &amp; Knowledge Management, ACM, Virtual Event Queensland Australia</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="4526" to="4533" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Continuous integration for reproducible shared tasks with TIRA</title>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiegmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Kolyada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Grahm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Elstner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Loebe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval. 45th European Conference on IR Research (ECIR 2023)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Kamps</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Goeuriot</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Crestani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Maistro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Joho</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Davis</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Gurrin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">U</forename><surname>Kruschwitz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Caputo</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg New York</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="236" to="241" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Query Interpretations from Entity-Linked Segmentations</title>
		<author>
			<persName><forename type="first">V</forename><surname>Kasturia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gohsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">15th ACM International Conference on Web Search and Data Mining (WSDM 2022)</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Early Stage Sparse Retrieval with Entity Linking</title>
		<author>
			<persName><forename type="first">D</forename><surname>Shehata</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Arabzadeh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">L A</forename><surname>Clarke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 31st ACM International Conference on Information &amp; Knowledge Management</title>
				<meeting>the 31st ACM International Conference on Information &amp; Knowledge Management<address><addrLine>Atlanta GA USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="4464" to="4469" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Exploiting Entity Linking in Queries for Entity Retrieval</title>
		<author>
			<persName><forename type="first">F</forename><surname>Hasibi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">E</forename><surname>Bratsberg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2016 ACM International Conference on the Theory of Information Retrieval</title>
				<meeting>the 2016 ACM International Conference on the Theory of Information Retrieval<address><addrLine>Newark Delaware USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="209" to="218" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Entity Retrieval Using Fine-Grained Entity Aspects</title>
		<author>
			<persName><forename type="first">S</forename><surname>Chatterjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Dietz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, ACM, Virtual Event Canada</title>
				<meeting>the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, ACM, Virtual Event Canada</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="1662" to="1666" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A Purely Entity-Based Semantic Search Approach for Document Retrieval</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Sidi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Sciences</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">10285</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">TAGME: On-the-fly annotation of short text fragments (by wikipedia entities)</title>
		<author>
			<persName><forename type="first">P</forename><surname>Ferragina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Scaiella</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th ACM International Conference on Information and Knowledge Management</title>
				<meeting>the 19th ACM International Conference on Information and Knowledge Management<address><addrLine>Toronto ON Canada</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="1625" to="1628" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Overview of the TREC 2009 web track</title>
		<author>
			<persName><forename type="first">C</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eighteenth Text REtrieval Conference, TREC 2009</title>
				<editor>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><forename type="middle">P</forename><surname>Buckland</surname></persName>
		</editor>
		<meeting>the Eighteenth Text REtrieval Conference, TREC 2009<address><addrLine>Gaithersburg, Maryland, USA</addrLine></address></meeting>
		<imprint>
			<publisher>NIST Special Publication</publisher>
			<date type="published" when="2009">November 17-20, 2009. 2009</date>
			<biblScope unit="page" from="500" to="278" />
		</imprint>
		<respStmt>
			<orgName>National Institute of Standards and Technology (NIST)</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Overview of the TREC 2012 web track</title>
		<author>
			<persName><forename type="first">C</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-First Text REtrieval Conference, TREC 2012</title>
				<editor>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><forename type="middle">P</forename><surname>Buckland</surname></persName>
		</editor>
		<meeting>the Twenty-First Text REtrieval Conference, TREC 2012<address><addrLine>Gaithersburg, Maryland, USA</addrLine></address></meeting>
		<imprint>
			<publisher>NIST Special Publication</publisher>
			<date type="published" when="2012">November 6-9, 2012. 2012</date>
			<biblScope unit="page" from="500" to="298" />
		</imprint>
		<respStmt>
			<orgName>National Institute of Standards and Technology (NIST)</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Query segmentation revisited</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hagen</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>
		<author>
			<persName><forename type="first">C</forename><surname>Bräutigam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">20th International Conference on World Wide Web (WWW 2011)</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Srinivasan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Ramamritham</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Ravindra</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Bertino</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Kumar</surname></persName>
		</editor>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="97" to="106" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Towards optimum query segmentation: In doubt without</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Beyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">21st ACM International Conference on Information and Knowledge Management (CIKM 2012)</title>
				<editor>
			<persName><forename type="first">X</forename><surname>Chen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Lebanon</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Zaki</surname></persName>
		</editor>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="1015" to="1024" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation</title>
		<author>
			<persName><forename type="first">I</forename><surname>Yamada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Shindo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Takeda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Takefuji</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of The 20th SIGNLL Conference on Computational Natural Language Learning, Association for Computational Linguistics</title>
				<meeting>The 20th SIGNLL Conference on Computational Natural Language Learning, Association for Computational Linguistics<address><addrLine>Berlin, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="250" to="259" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Overview of touché 2021: Argument retrieval</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bondarenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gienapp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Beloucif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ajjour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Biemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</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">M</forename><surname>Hagen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. 12th International Conference of the CLEF Association (CLEF 2021)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Candan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Ionescu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Goeuriot</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Müller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Joly</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Maistro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Piroi</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="2021">2021</date>
			<biblScope unit="volume">12880</biblScope>
			<biblScope unit="page" from="450" to="467" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">TREC 2005 Genomics Track Overview</title>
		<author>
			<persName><forename type="first">W</forename><surname>Hersh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Roberts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourteenth Text REtrieval Conference (TREC</title>
				<meeting>the Fourteenth Text REtrieval Conference (TREC</meeting>
		<imprint>
			<date type="published" when="2005">2005. 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Overview of the TREC 2017 Precision Medicine Track</title>
		<author>
			<persName><forename type="first">K</forename><surname>Roberts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Demner-Fushman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">R</forename><surname>Hersh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bedrick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">J</forename><surname>Lazar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pant</surname></persName>
		</author>
		<ptr target="https://trec.nist.gov/pubs/trec26/papers/Overview-PM.pdf" />
	</analytic>
	<monogr>
		<title level="j">TREC</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Roberts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Demner-Fushman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Vorhees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">R</forename><surname>Hersh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bedrick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">J</forename><surname>Lazar</surname></persName>
		</author>
		<title level="m">Overview of the TREC 2018 Precision Medicine Track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">V</forename><surname>Cormack</surname></persName>
		</author>
		<title level="m">Overview of the TREC 2010 web track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<title level="m">Overview of the TREC 2011 web track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Collins-Thompson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bennett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Diaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">L A</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<title level="m">TREC 2013 web track overview</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Collins-Thompson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Macdonald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bennett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Diaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<title level="m">TREC 2014 web track overview</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><surname>Voorhees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bedrick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Demner-Fushman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Hersh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Roberts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">L</forename><surname>Wang</surname></persName>
		</author>
		<idno>ArXiv abs/2005.04474</idno>
		<title level="m">TREC-COVID: Constructing a pandemic information retrieval test collection</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">L</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Chandrasekhar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Reas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Eide</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Funk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Kinney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Merrill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mooney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Murdick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Rishi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sheehan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Shen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stilson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wilhelm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Raymond</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Weld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Etzioni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kohlmeier</surname></persName>
		</author>
		<title level="m">The covid-19 open research dataset</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
	<note type="report_type">ArXiv</note>
	<note>CORD-19</note>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<title level="m" type="main">A comparison of retrieval models using term dependencies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Huston</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">B</forename><surname>Croft</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
			<publisher>CIKM</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">Overview of the TREC 2004 robust retrieval track</title>
		<author>
			<persName><forename type="first">E</forename><surname>Voorhees</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>TREC</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<title level="m">NIST TREC disks 4 and 5: Retrieval test collections document set</title>
				<imprint>
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Harman</surname></persName>
		</author>
		<title level="m">Overview of the seventh text retrieval conference (TREC-7)</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">M</forename><surname>Voorhees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Harman</surname></persName>
		</author>
		<title level="m">Overview of the eight text retrieval conference (TREC-8)</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hawking</surname></persName>
		</author>
		<title level="m">Overview of the TREC-2002 web track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hawking</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Wilkinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wu</surname></persName>
		</author>
		<title level="m">Overview of the TREC 2003 web track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hawking</surname></persName>
		</author>
		<title level="m">Overview of the TREC-2004 web track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
		<title level="m">Overview of the TREC 2004 terabyte track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">L A</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Scholer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
		<title level="m">The TREC 2005 terabyte track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Büttcher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">L A</forename><surname>Clarke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Soboroff</surname></persName>
		</author>
		<title level="m">The TREC 2006 terabyte track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">A full-text learning to rank dataset for medical information retrieval</title>
		<author>
			<persName><forename type="first">V</forename><surname>Boteva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gholipour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sokolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Riezler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the European Conference on Information Retrieval (ECIR)</title>
				<meeting>the European Conference on Information Retrieval (ECIR)<address><addrLine>Padova, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">ANTIQUE: A non-factoid question answering benchmark</title>
		<author>
			<persName><forename type="first">H</forename><surname>Hashemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Aliannejadi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zamani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Croft</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECIR</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Overview of touché 2020: Argument retrieval</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bondarenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fröbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Beloucif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Gienapp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ajjour</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Biemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</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">M</forename><surname>Hagen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction. 11th International Conference of the CLEF Association (CLEF 2020)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">A</forename><surname>Arampatzis</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Kanoulas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Tsikrika</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Vrochidis</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Joho</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Lioma</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Eickhoff</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Névéol</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Cappellato</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="2020">2020</date>
			<biblScope unit="volume">12260</biblScope>
			<biblScope unit="page" from="384" to="395" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Computational argumentation quality assessment in natural language</title>
		<author>
			<persName><forename type="first">H</forename><surname>Wachsmuth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Naderi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Hou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Bilu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Prabhakaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Thijm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hirst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">15th Conference of the European Chapter of the Association for Computational Linguistics (EACL</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Blunsom</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Koller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Lapata</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page" from="176" to="187" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">Supporting human answers for advice-seeking questions in CQA sites</title>
		<author>
			<persName><forename type="first">L</forename><surname>Braunstain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kurland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Carmel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Szpektor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Shtok</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Information Retrieval -38th European Conference on IR Research, ECIR 2016</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Crestani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M.-F</forename><surname>Moens</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Mothe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Silvestri</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">C</forename><surname>Hauff</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Silvello</surname></persName>
		</editor>
		<meeting><address><addrLine>Padua, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">March 20-23, 2016. 9626. 2016</date>
			<biblScope unit="page" from="129" to="141" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">Incredible: Is (almost) all web content trustworthy? analysis of psychological factors related to website credibility evaluation</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rafalak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Abramczuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wierzbicki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">23rd International World Wide Web Conference, WWW &apos;14</title>
				<editor>
			<persName><forename type="first">C.-W</forename><surname>Chung</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">Z</forename><surname>Broder</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Shim</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Suel</surname></persName>
		</editor>
		<meeting><address><addrLine>Seoul, Republic of Korea</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2014">April 7-11, 2014. 2014</date>
			<biblScope unit="page" from="1117" to="1122" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b43">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">R</forename><surname>Hersh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">T</forename><surname>Bhuptiraju</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ross</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Johnson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Cohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">F</forename><surname>Kraemer</surname></persName>
		</author>
		<title level="m">TREC 2004 genomics track overview</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b44">
	<analytic>
		<title level="a" type="main">Overview of the TREC 2019 deep learning track</title>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Yilmaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Campos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Voorhees</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">TREC 2019</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b45">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Bajaj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Campos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Majumder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mcnamara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Stoica</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tiwary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Marco</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1611.09268</idno>
		<title level="m">A Human Generated MAchine Reading COmprehension Dataset</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b46">
	<monogr>
		<author>
			<persName><forename type="first">N</forename><surname>Craswell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mitra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Yilmaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Campos</surname></persName>
		</author>
		<title level="m">Overview of the TREC 2020 deep learning track</title>
				<imprint>
			<publisher>TREC</publisher>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

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