<div dir="ltr">Hi Jiarong Wei,<br><br><div><div class="gmail_extra"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div style="word-wrap:break-word"><div></div><div>1. In <a href="https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal.cc#L299" target="_blank">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" target="_blank">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" target="_blank">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></blockquote><div><br></div><div>You can find a sample of training file in the resources of Learning-to-Rank project on Xapian GSoC idea page.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div style="word-wrap:break-word"><div></div><div>2. In <a href="http://trac.xapian.org/wiki/GSoC2011/LTR/Notes#QueryLevelNorm" target="_blank">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></blockquote><div><br></div><div>In the INEX set it is binary but for other datasets, it may be higher integer values and sometimes real value. Hence.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div style="word-wrap:break-word"><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></blockquote><div> </div><div>Have you checked in the instructions about that I have recently added to the project idea page? Basically, you have to register on INEX website to obtain data.<br>
<br></div><div>Cheers,<br></div><div>Parth.<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><br></div>
<div>Thank you!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Jiarong Wei</div></font></span></div><br>_______________________________________________<br>
Xapian-devel mailing list<br>
<a href="mailto:Xapian-devel@lists.xapian.org">Xapian-devel@lists.xapian.org</a><br>
<a href="http://lists.xapian.org/mailman/listinfo/xapian-devel" target="_blank">http://lists.xapian.org/mailman/listinfo/xapian-devel</a><br>
<br></blockquote></div><br></div></div></div>