from Part III - Graph-Based Information Retrieval
Published online by Cambridge University Press: 01 June 2011
This chapter addresses text clustering using a variety of graph-based algorithms, including the Fiedler method, the Kernighan–Lin method, text categorization with min-cuts, betweenness, and random walks.
Text clustering is a technique that is frequently used to organize collections of documents, and it is often used in conjunction with other tasks such as information retrieval and topic identification. The goal of text clustering is to partition a given set of documents into meaningful classes, without assuming a predefined list of categories. For example, given a collection of documents that contain the word apple, a text categorizer would divide the documents into two major clusters, one pertaining to computers (related to the meaning of Apple Macintosh) and the other pertaining to food and agriculture (related to the meaning of apple fruits and trees). A sample set of documents and the resulting clusters are illustrated in Figure 6.1.
Clustering can be either flat, in which all clusters are at the same level, or hierarchical, in which the clusters are organized into a hierarchy, which is often represented as a tree structure, or a dendrogram. Assuming the example in Figure 6.1, a hierarchical clustering algorithm would further divide the cluster on food and agriculture into two smaller clusters, one pertaining to apple trees and the other to apple fruits. The corresponding dendrogram is shown in Figure 6.2.
The quality of an automatically generated set of clusters is usually measured using two metrics considered standard in clustering evaluation – namely, purity and entropy (Zhao and Karypis 2001), which are computed for the automatically generated sense groupings relative to the “goldstandard” clusters (i.e., clusters that are considered correct for the purpose of evaluation).
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.