<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div><br></div><div>I've read the code of letor module. And I have some questions about it:</div><div><br></div><div>1. In <a href="https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal.cc#L299">https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal.cc#L299</a>, there is a write_to_file method, which save RankList into “train.txt”. But the format for “train.txt” is different from the one mentioned in <a href="http://trac.xapian.org/wiki/GSoC2011/LTR/Notes#QueryLevelNorm">http://trac.xapian.org/wiki/GSoC2011/LTR/Notes#QueryLevelNorm</a>. And in <a href="https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal_refactored.cc#L716">https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal_refactored.cc#L716</a>, Qid and DocID become optional. What format should we use for “train.txt”? Is there any sample “train.txt” available?</div><div><br></div><div>2. In <a href="http://trac.xapian.org/wiki/GSoC2011/LTR/Notes#QueryLevelNorm">http://trac.xapian.org/wiki/GSoC2011/LTR/Notes#QueryLevelNorm</a>, it mentioned "the first column is the relevance judgement”. I think the value of the relevance judgement is just 0 or 1. But the code saves it as a “double”. Is it just for convenience? Or I misunderstand the whole thing?</div><div><br></div><div>3. I’ve got qrels file of INEX 2010, but I can find query file. How can I get it? I can’t find it on INEX website. </div><div><br></div><div>Thank you!</div><div><br></div><div>Jiarong Wei</div></body></html>