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

计算机工程 ›› 2020, Vol. 46 ›› Issue (7): 78-83. doi: 10.19678/j.issn.1000-3428.0054895

• 人工智能与模式识别 • 上一篇    下一篇

基于通配符模式与随机游走的关键词提取方法

马慧芳1,2, 李苗1, 童海斌1, 詹子俊1   

  1. 1. 西北师范大学 计算机科学与工程学院, 兰州 730070;
    2. 桂林电子科技大学 广西可信软件重点实验室, 广西 桂林 541004
  • 收稿日期:2019-05-13 修回日期:2019-07-10 发布日期:2019-07-25
  • 作者简介:马慧芳(1981-),女,教授、博士,主研方向为数据挖掘、机器学习;李苗、童海斌、詹子俊,本科生。
  • 基金资助:
    国家自然科学基金(61762078,61363058);甘肃省高等学校创新基金(2020B-089);广西可信软件重点实验室研究课题(kx202003);西北师范大学青年教师科研能力提升计划(NWNU-LKQN2019-2)。

Keyword Extraction Method Based on Wildcard Pattern and Random Walk

MA Huifang1,2, LI Miao1, TONG Haibin1, ZHAN Zijun1   

  1. 1. College of Computer Science and Engineering, Northwest Normal University, Lanzhou 730070, China;
    2. Guangxi Key Laboratory of Trusted Software, Guilin University of Electronic Technology, Guilin, Guangxi 541004, China
  • Received:2019-05-13 Revised:2019-07-10 Published:2019-07-25

摘要: 结合通配符模式与引入先验信息的随机游走算法,提出一种改进的关键词提取方法。使用通配符约束捕获词语之间的语义关系,提取满足间隙约束和一次性条件的顺序模式以计算模式支持度,并在模式支持度大于等于最小支持度阈值时建立节点关联图。将维基百科知识库中词语间的相似度作为先验信息,利用基于先验信息的PageRank算法在关联图上进行随机游走直至其排名分数趋于稳定,选取排名前Top K个词语作为关键词。实验结果表明,与TextRank、GraphSum算法相比,该方法具有更高的提取准确率及稳定性。

关键词: 关键词提取, 通配符模式, 随机游走, 间隙约束, PageRank算法

Abstract: Based on the wildcard patterns and the random walk algorithm with prior information,this paper proposes an improved keyword extraction algorithm.The algorithm uses wildcard constraint to capture the semantic information between words,and extracts the sequential pattern that satisfies the gap constraint and the one-time condition in order to calculate the pattern support degree.When the pattern support degree is not lower than the threshold of minimum support degree,the node association graph is established.The similarity between words in the Wikipedia knowledge base is taken as priori information,and random walks are performed on the association graph by using the PageRank algorithm based on priori information,until the ranking scores stabilize.The Top K words are selected as keywords.Experimental results show that the proposed method has higher extraction accuracy and stability than TextRank,GraphSum and other algorithms.

Key words: keyword extraction, wildcard pattern, random walk, gap constraint, PageRank algorithm

中图分类号: