Displaying 13 results from an estimated 13 matches for "jiarong".
2014 Mar 09
2
[GSOC 2014] Some questions about Letor module
...010-article.qrels in 2010 assessment, but can?t find query files. Could you send me the link? I have registered on INEX website. And I also need to download ``INEX 2009 collection without annotation tags: (unofficial)`` on http://www.mpi-inf.mpg.de/departments/d5/software/inex/, right?
Thank you!
Jiarong Wei
On Mar 9, 2014, at 0:52, Parth Gupta <pargup8 at gmail.com> wrote:
> Hi Jiarong Wei,
>
>
> 1. In https://github.com/rishabhmehrotra/xapian/blob/master/xapian-letor/letor_internal.cc#L299, there is a write_to_file method, which save RankList into ?train.txt?. But the forma...
2014 Mar 09
2
[GSOC 2014] Some questions about Letor module
...ement?. 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?
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.
Thank you!
Jiarong Wei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140308/4d845805/attachment-0002.html>
2014 Mar 11
2
[GSOC 2013] Question about indexing INEX dataset
Hi,
I?m trying to use Omega to index INEX dataset for Letor. But omindex told me these xml files are unknown. Olly told me I could tell omindex to handle them as HTML. (Thanks Olly :) ) Is it appropriate? Parth, could you give me some suggestions?
Thank you!
Jiarong Wei
2014 Mar 11
2
[GSOC 2014] Indexing INEX dataset
On Tue, Mar 11, 2014 at 03:20:31PM +0100, Parth Gupta wrote:
> >
> > On current trunk, we index the title with prefix "S" by default in
> > omindex, though with a wdf inc of 5 rather than 1:
> >
> > indexer.index_text(title, 5, "S");
> >
> > So I don't think you need that change to omindex now.
>
> Yes, but please
2014 Mar 11
2
[GSOC 2014] Indexing INEX dataset
...tation that we have to add prefix when indexing. Also I notice that you set some metadata in omindex.cc of your version. But the omindex.cc has changed since 2011. I think that?s why my result is always wired. Could you give me some suggestions about how to index INEX dataset properly?
Thank you!
Jiarong Wei
2014 Feb 25
2
GSOC 2014
Hi,
I am Jiarong Wei (irc: VcamX). I?m a 3rd year computer science student at Zhejiang University, China. I?m very willing to contribute to Xapian as part of GSoC 2014. Now I?m at Simon Fraser University, Canada, as an exchange student. I?ll go back to China on the end of April. I think it doesn?t matter I?ll chang...
2014 Feb 26
2
GSOC 2014
Just to add on top of what Olly has already mentioned.
> > Now, I'm reading the resources provided on ideas' page. Do you have
> > any other suggestions of knowing more about the letor?
> > And I'd like to test the function of letor. But I can't find code
> > example. Can u give me some suggestions?
>
> Hopefully Parth can help here.
>
In order
2014 Mar 17
2
[GSOC 2014] Indexing INEX dataset
...indexer.index_text(title, 5, "S"); -> indexer.index_text(title, 1, "S");
if it does not then we should include that part in the patch too. I like to
create a patch for xapian-letor for resolving common code of xapian.
Cheers,
Parth.
On Wed, Mar 12, 2014 at 3:13 AM, Jiarong Wei <vcamx3 at gmail.com> wrote:
> Thank you Parth and Olly! I'll try it :)
>
> Jiarong Wei
>
> On Mar 11, 2014, at 16:57, Olly Betts <olly at survex.com> wrote:
>
> > On Tue, Mar 11, 2014 at 03:20:31PM +0100, Parth Gupta wrote:
> >>>
> >&g...
2014 May 21
2
Some questions about Letor project
Hi all,
Thank you for giving me the opportunity to work with Xapian :) I am Jiarong
Wei, a third year undergraduate student in Zhejiang University, China. In
GSoC 2014, I will work on Letor module with Hanxiao Sun.
Here are some questions I encountered these days,
1. In letor.cc, we have two parts of functions: the training part and
the ranking part. I?ll use SVMRanker as...
2014 Dec 01
2
Contributing to Xapian
...both cleaned up and merged. We
> should manage to do that before GSoC 2015, but right now you probably
> need to look at both those branches:
>
> http://trac.xapian.org/wiki/GSoC2014/Learning%20to%20Rank%20Hanxiao%20Sun
> http://trac.xapian.org/wiki/GSoC2014/Learning%20to%20Rank%20Jiarong%20Wei
>
> Cheers,
> Olly
>
> _______________________________________________
> Xapian-devel mailing list
> Xapian-devel at lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-devel
2014 Apr 24
2
Need someone to help me adjust my gsoc proposal
Dear all,
My name is Hanxiao Sun and I am a master student in the University of
Chinese Academy of Sciences. I am so glad to be selected by Xapian as the
GSoC student. This is my first time to work with open source community. I
hope I can do a good job with you in this summer !
In my proposal, I followed the scope of the LTR project on the ideas page.
But, after the interview, it seems to need
2016 Mar 20
2
GSoC 2016 Letor Stabilisation
Hello,
I'm Ayush from New Delhi, India. I am interested in Letor Stabilisation
project for GSoC. I have a good background in machine learning. Sorry for
getting in so late, university exams were holding me back. I'll try to
cover as much as I can in the coming week.
I am following the plan of attack suggested on the project page. Following
are the things that I have completed:
1.
2014 Dec 04
3
Contributing to Xapian
...sitory (
https://github.com/xapian/xapian)
Since I am new to ML (well I dont know anything about it?), should I read
the paper try to make sense out of it and get back too?
Best Regards
Manu Gupta
On Wed, Dec 3, 2014 at 5:08 AM, Parth Gupta <pargup8 at gmail.com> wrote:
> I have merged Jiarong's branch and xapian/master in my master brach:
> https://github.com/parthg/xapian
>
> It builds (you would have to .nobootstrap xapain-bindings).
>
> It would be also good to test the feature calculation modules in the new
> API framework (the above branch) if you are more int...