作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (23): 165-167. doi: 10.3969/j.issn.1000-3428.2011.23.056

• 人工智能及识别技术 • 上一篇    下一篇

基于Listwise的新型排序算法

程 凡,李龙澍   

  1. (安徽大学计算机科学与技术学院,合肥 230039)
  • 收稿日期:2011-07-11 出版日期:2011-12-05 发布日期:2011-12-05
  • 作者简介:程 凡(1979-),男,讲师、博士研究生,主研方向:机器学习,信息检索,智能计算;李龙澍,教授、博士生导师
  • 基金资助:
    教育部人文社科青年基金资助项目(10YJC630398);安徽省自然科学基金资助项目(090412054);安徽省科技攻关计划重大科技专项基金资助项目(08010201002)

Novel Ranking Algorithm Based on Listwise

CHENG Fan, LI Long-shu   

  1. (School of Computer Science and Technology, Anhui University, Hefei 230039, China)
  • Received:2011-07-11 Online:2011-12-05 Published:2011-12-05

摘要: 基于Pairwise的排序算法得到的判别式模型准确率较低。为此,提出一种基于Listwise的新型排序算法。采用判别式模型,将基于1-slack的支持向量机作为算法框架,定义算法的优化目标。由于该目标的约束条件太多,难以直接优化,因此使用割平面法求解。对于算法内部寻找最违背排列的子问题,将其看作一个线性指派问题,采用匈牙利法求解。在基准数据集上的实验结果验证该算法的有效性和稳定性。

关键词: 排序算法, 结构化学习, Listwise法, 支持向量机, 匈牙利法

Abstract: The discriminant model learned by traditional ranking algorithm based on Pairwise method is not accurate. Aiming at the above problem, a novel ranking algorithm based on Listwise method is proposed. The algorithm uses the discriminative model and adopts one-slack Support Vector Machine(SVM) as its framework. On this basis, the algorithm defines its objective function. In order to solve the problem of exponential size of constraints in the optimization, a cutting plane algorithm is introduced. For the sub-problem of finding the most violated constraints, the paper presents to view it as a linear assignment problem, and adopts Hungarian method to solve it. Experimental results on the benchmark datasets prove the effectiveness and stability of the algorithm.

Key words: ranking algorithm, structured learning, Listwise method, Support Vector Machine(SVM), Hungarian method

中图分类号: