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 task set for query-biased summarization track
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 task set for query-biased summarization track

Task set is an XML file with the following structure:
<?xml version="1.0" encoding="windows-1251" ?>
<task-set xmlns:romip="http://www.romip.ru/data/summarization" collectionId="ROMIP-2005-Mixed" id="summarization2007">

<romip:header xmlns:romip="http://www.romip.ru/data/common">
  <romip:version>1.0</romip:version> 
  <romip:license type="public" uri="http://romip.ru/license/public.html" /> 
  <romip:description>This file contains for ROMIP'2007 track on
query-biased document summarization</romip:description> 
</romip:header>


<task id="sum1">
   <querytext>text of query</querytext>
   <document id="http://klendo.narod.ru/ARCHIVE/NOVEMBER/AD1123.htm" collectionId="ROMIP-2004-narod.ru"/>
</task>
<task id="sum2">
  <querytext>text of query</querytext> 
  <document id="901850594" collectionId="ROMIP-2004-Legal" /> 
</task>


...

</task-set>
Document tag contains document identifier from the collection with given collectionId. Annotation should be created for this document using query from querytext tag.