Format of results for news clustering trackResults 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-2007"> <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.
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). |