J4

• 计算机科学 • 上一篇    下一篇

一种启发式的信息抽取算法

吴芬芬12, 刘磊1, 肖宪1   

  1. 1. 吉林大学 计算机科学与技术学院, 长春 130012; 2. 河南交通职业技术学院, 郑州 450005
  • 收稿日期:2006-02-15 修回日期:1900-01-01 出版日期:2007-01-26 发布日期:2007-01-26
  • 通讯作者: 刘磊

A Heuristic Information Extraction Algorithm

WU Fenfen12, LIU Lei1, XIAO Xian1   

  1. 1. College of Computer Science and Technology, Jilin University, Changchun 130012, China;2. Henan Communications Polytechnic, Zhengzhou 450005, China
  • Received:2006-02-15 Revised:1900-01-01 Online:2007-01-26 Published:2007-01-26
  • Contact: LIU Lei

摘要: 提出一种启发式的信息抽取算法, 并利用该算法建立一个信息抽取系统. 该系统基于文本分块, 利用文本的语义特征和结构特征, 抽取具有特征的状态, 在此基础上, 利用反向动态规划和正向A*算法, 抽取剩余的无特征状态. 通过对100篇论文头部进行测试的结果表明, 精确度和召回率比基于单词和传统Viterbi算法的方法均有所提高, 启发式算法的性能优于Viterbi算法.

关键词: 启发式算法, 文本分块, A*算法

Abstract: A heuristic information extraction algorithm is presented and an information extraction system is built with it. The system utilizes the semanteme characteristic and structure characteristic of the text to make the states with certain characteristics. On the basis of this result, we carried out extracting the remainder states having no characteristic with a algorithm incorporating backwarddynamicprogramming with forwardA* algorithm. We have tested 100 pieces of headers of computer science papers provided by the searchengine research group from CMU university of USA. The result shows the recall and the precision rate are all improved a lot compared with existing methods which are based on words and traditional Viterbi algorithm. In condusion, the heuristic algorithm is better on performance than Viterbi algorithm.

Key words: heuristic algorithm, text block, A* algorithm

中图分类号: 

  • TP391