Lei's Blog

关注机器学习、信息检索、数据挖掘和推荐系统等研究领域

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: 订阅 订阅 :: 管理 ::

2013年12月28日

摘要: 转:http://hi.baidu.com/christole/item/23215e364d8418f896f88debWhat is Rank?rank就是排序。IR中需要排序的问题很多,最常见的的就是给一个query,对候选的documents排序,返回top-k给用户。另外,QA任务中最后也要对候选的A排序,query feedback, KEA等任务也都涉及rank。what is learning ro rank?用machine learning 理论来解决rank的问题。Conventional method for ranking之前我们都采用retrieval model 阅读全文
posted @ 2013-12-28 21:55 Lei-Blog 阅读(1170) 评论(0) 推荐(0) 编辑