ROMIP: Russian Information Retrieval Evaluation Seminar

 News 
 About 
 Manifesto 
 General principles 
 Participation 
 Test collections 
 Relevance tables 
 History 
 2004 
 2005 
 Publications 
 Forum 

По-русскиПо-русски
 

Format of tasks set for ad hoc search tracks

Tasks set is a an XML file with the following structure:
<?xml version="1.0" encoding="windows-1251" ?>
<task-set xmlns:romip="http://www.romip.ru/data/adhoc" collectionId="ROMIP-Web2007" id="web-adhoc-2008">
              <!-- for ad hoc search in the collection of legal documents collectionId="ROMIP-Legal2007" id="legal-adhoc-2008" -->
              <!-- for ad hoc search in the mixed collection              collectionId="ROMIP-Mixed2007" id="mixed-adhoc-2008"-->
	      <!-- for similar documents search                           collectionId="ROMIP-Mixed2007" id="mixed-feedback-2008"-->
<romip:header xmlns:romip="http://www.romip.ru/data/common">
  <romip:version>1.1</romip:version> 
  <romip:license type="public" uri="http://romip.ru/license/public.html" /> 
  <romip:description>This file contains tasks for adhoc track...</romip:description> 
</romip:header>


<task id="30560">
	<querytext>text of query</querytext>
        <document id="http://klendo.narod.ru/ARCHIVE/NOVEMBER/AD1123.htm" collectionId="ROMIP-Web2007"/>
</task>

<task id="31034">
	<querytext>text of query</querytext>
	<document id="901876063" collectionId="ROMIP-Legal2007"/>
</task>

<task id="35338"><querytext>text of query</querytext></task>
...

</task-set>
Document tag is optional. It contains an URL of sample relevant document and is used for simular documents search track.