Computer Engineering and Applications ›› 2015, Vol. 51 ›› Issue (1): 13-20.

Previous Articles     Next Articles

Search result clustering algorithm based on frequent itemsets meaning sequence

WANG Xiaobo, LI Xiao, MA Bo   

  1. The Xinjiang Technical Institute of Physics & Chemistry, CAS, Urumqi 830011, China
  • Online:2015-01-01 Published:2015-01-06

基于频繁词义序列的检索结果聚类算法研究

王晓博,李  晓,马  博   

  1. 中科院新疆理化技术研究所 多语种信息技术研究室,乌鲁木齐 830011

Abstract: Most of existing web page clustering algorithms are based on short and uneven snippets of web pages, which often cause bad clustering performance. This paper presents a clustering algorithm based on frequent itemsets meaning sequence, which combines the use of WordNet syntactic and semantic features to build the search results clustering and labeling. Most of existing text clustering algorithms use the vector space model, which treats documents as bags of words. A word(meaning)sequence is frequent if it occurs in more than certain percentage of the documents in the text database. Firstly, the text is pre-processed to generate compact document to reduce the dimension of the document, build generalized suffix tree, and dig out the maximum frequent itemsets, then the frequent word meaning sequences is generated. Document theme can be better reflected by frequent itemsets meaning sequence, the search results having same themes clustered together with the user's query prioritization highly relevant. Experimental results show that the clustering algorithm can obtain a high quality cluster that related to the query semantic tags, which has higher accuracy, efficiency and good scalability.

Key words: clustering algorithm, frequent itemset, information retrieval, WordNet

摘要: 目前大多搜索引擎结果聚类算法针对用户查询生成的网页摘要进行聚类,由于网页摘要较短且质量良莠不齐,聚类效果难以保证。提出了一种基于频繁词义序列的检索结果聚类算法,利用WordNet结合句法和语义特征对搜索结果构建聚类及标签。不像传统的基于向量空间模型的聚类算法,考虑了词语在文档中的序列模式。算法首先对文本进行预处理,生成压缩文档以降低文本数据维度,构建广义后缀树,挖掘出最大频繁项集,然后获取频繁词义序列。从文档中获取的有序频繁项集可以更好地反映文档的主题,把相同主题的搜索结果聚类在一起,与用户查询相关度高的优先排序。实验表明,该算法可以获得与查询相关的高质量聚类及基于语义的聚类标签,具有更高的聚类准确度和更高的运行效率,并且可扩展性良好。

关键词: 聚类算法, 频繁项, 信息检索, WordNet