ROMIP: Russian Information Retrieval Evaluation Seminar

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

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

Format of results for query-biased summarization

Results should be returned as one or several XML files. Each XML file contains answers for one or several tasks.

XML must have the following structure:


<?xml version="1.0" encoding="windows-1251"?>
<romip:taskresult xmlns:romip="http://www.romip.ru/data/summarization" collectionId="ROMIP-Mixed2007" trackId="summarization2008">

<romip:run>
  <romip:systemID>Yellow</romip:systemID>
  <romip:runID>RunId</romip:runID>
</romip:run>

<resultlist>
  <annotation taskID="sum1" encoding="base64">
      annotation text in base64 
  </annotation>
  <annotation taskID="sum2" encoding="base64">
      annotation text in base64
  </annotation>
</resultlist>

</romip:taskresult>


Tag run is descriprion of the system produced the result.
  • systemID - system identifier provided by ROMIP organizing commitee.
  • runID - run identifier to distinguish between different runs of same participant. Value is up to participant.

Text of each built annotation in BASE64 format should be placed as content of the annotation tag.
Task identifier (see description of tasks format) is set as value of taskID attribute of annotation tag.