![]() |
Format of results for query-biased summarizationResults 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-2005-Mixed" trackId="summarization2007">
<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.
Text of each built annotation in |