ROMIP: Russian Information Retrieval Evaluation Seminar

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

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

Format of image collections in ROMIP

Images are arranged into folders of 1000 images each. Every folder contains additionally XML file describing the content of the folder.

Names of image files are unique inside one collection. XML file with image folder description has the following format:

<?xml version="1.0"?>
<romip:dataset xmlns:romip="http://www.romip.ru/data/common">

<collection>
   <collectionID>Name of data set</collectionID>
   <date>Date of creation 
        (shows time when documents were modified for the last time)</date>
</collection>

<document>
  <docID>identifier (name of the file)</docID>
  <docURL>full original URL for the image</docURL>  
</document>

<document>
  ... next document ...
</document>

...

</romip:dataset>