Keyword Extraction Using Word Co-occurrence

  • Authors:
  • Christian Wartena;Rogier Brussee;Wout Slakhorst

  • Affiliations:
  • -;-;-

  • Venue:
  • DEXA '10 Proceedings of the 2010 Workshops on Database and Expert Systems Applications
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

A common strategy to assign keywords to documents is to select the most appropriate words from the document text. One of the most important criteria for a word to be selected as keyword is its relevance for the text. The tf.idf score of a term is a widely used relevance measure. While easy to compute and giving quite satisfactory results, this measure does not take (semantic) relations between words into account. In this paper we study some alternative relevance measures that do use relations between words. They are computed by defining co-occurrence distributions for words and comparing these distributions with the document and the corpus distribution. We then evaluate keyword extraction algorithms defined by selecting different relevance measures. For two corpora of abstracts with manually assigned keywords, we compare manually extracted keywords with different automatically extracted ones. The results show that using word co-occurrence information can improve precision and recall over tf.idf.