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 news clustering track

Results should be returned as one or several XML files with the following structure:

<?xml version="1.0" encoding="windows-1251"?>
<romip:taskresult xmlns:romip="http://www.romip.ru/data/adhoc" collectionId="ROMIP-2006-News" trackId="news-track-2008">

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

<resultlist>
  <event-topic>
    <event>
      <message srcRef="2-45521" />
      <message srcRef="1-60452" />
      <message srcRef="1-27391" />
    </event>
    <event> 
      <message srcRef="2-74430" />
      <message srcRef="3-1002" />
    </event>
  </event-topic>

  <event-topic>
     ....
  </event-topic>
  ....
</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.

Event topics should be stored as set of events wrapped by event-topic tag. Event are sets of message tags wrapped by event tag. Message identifier (srcRef attribute of message tag) should match identifier from input news feed (see description of collection format).