Improving Information Retrieval System Performance with Concepts
The goal of information retrieval systems is to maximize the number of relevant documents returned for each query. Keyword IR systems often return irrelevant documents because matching keywords is imprecise. Precision can be improved by matching concepts, keywords for which the intended meaning is known. This article describes the algorithms and data structures needed to implement a concept IR system, how concepts can be used to enhance keyword queries, and describes a prototype user interface for a concept IR system.