2
1

I am building question answering system witch recommend questions to user. I have match algorithms which match user tags with question tags, it is function from 0 to +Inf. The user can response on incoming question by pass, answer or mark spam. Then answer can be helpful or not.

So, I want to create user rank weight based on those data, and have association formula like this match(q,u)=tag_match(q,a)*rank(u), where rank(u) = f(pass_count, answer_count, asked_count, mark_spam_count, helpful_answer, not_helpful_answer). Any idea how should this formula look like? And how to train it?

asked Sep 07 '10 at 05:04

yura's gravatar image

yura
771294048

edited Sep 07 '10 at 05:05


One Answer:

I suggest you read Anatomy of a Large-Scale Social Search Engine, which describes aardvark (And the related blog post). You may get some ideas there.

answered Sep 07 '10 at 09:39

Yuval%20F's gravatar image

Yuval F
452

Your answer
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.