The website "romip.narod.ru." is not registered with uCoz.
If you are absolutely sure your website must be here,
please contact our Support Team.
If you were searching for something on the Internet and ended up here, try again:

About uCoz web-service

Community

Legal information

 Format of tasks set for ad hoc search tracks
RIRES: Russian Information Retrieval Evaluation Seminar

 News 
 About 
 Manifesto 
 Call for participation 
 General principles 
 Participation 
 Tracks 
 Participants 
 Test collections 
 Publications 
 Relevance tables 
 History 
 2004 
 2005 
 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-2007">
              <!-- for ad hoc search in the collection of legal documents collectionId="ROMIP-Legal2007" id="legal-adhoc-2007" -->
              <!-- for ad hoc search in the mixed collection              collectionId="ROMIP-2007-Mixed" id="mixed-adhoc-2007"-->
	      <!-- for similar documents search                           collectionId="ROMIP-2005-Mixed" id="mixed-feedback-2007"-->
<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-Web-2007"/>
</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.