| Concept Mining |
Article Index for Concept |
Website Links For Concept |
Information AboutConcept Mining |
| CATEGORIES ABOUT CONCEPT MINING | |
| natural language processing | |
| artificial intelligence applications | |
| artificial intelligence | |
| data mining | |
|
Concept mining is a discipline at the nexus of Data Mining , Text Mining , and Linguistics , drawing on Artificial Intelligence and Statistics . It aims to extract Concept s from Document s. Since at face value documents consist of words and other symbols rather than concepts, the problem is Nontrivial , but it can provide powerful insights into the meaning, provenance and similarity of documents. METHODS Traditionally, the conversion of words to concepts has been performed using a Thesaurus , and for computational techniques the tendency is to do the same. The Thesauri used are either specially created for the task, or a pre existing language model, usually related to Princeton's WordNet . The mappings of words to concepts are often ambiguous. Typically each word in a given language will relate to several possible concepts. We, i.e. humans, use context to disambiguate the various meanings of a given piece of text, where available. Machine translation systems cannot easily infer context, and this gives rise to some of the marvelous howlers such systems generate. For the purposes of Concept mining however, these ambiguities tend to be less important than they are with Machine Translation, for large documents the ambiguities tend to even out, much as is the case with text mining. There are many techniques for disambiguation that may be used. Examples are linguistic analysis of the text and the use of word and concept association frequency information that may be inferred from large text corpora. APPLICATIONS
One of the spin-offs of calculating document statistics in the concept domain, rather than the word domain, is that concepts form natural tree structures based on Hypernymy and Meronymy . These structures can be used to produce simple tree membership statistics, that can be used to locate any document in a Euclidean Concept Space . If the size of a document is also considered as another dimension of this space then an extremely efficient indexing system can be created. This technique is currently in commercial use locating similar legal documents in a 2.5 million document corpus.
Standard numeric clustering techniques may be used in "concept space" as described above to locate and index documents by the infered topic. These are numerically far more efficient than their Text Mining cousins, and tend to behave more intuitively, in that they map better to the similarity measures a human would generate. BENEFITS Text mining models tend to be very large. A model that attempts to classify, for instance, news stories using Support Vector Machines or the Naïve Bayes algorithm will be very large, in the megabytes, and thus slow to load and evaluate. Concept mining models can be minute in comparison - hundreds of bytes. SOFTWARE Concept Mining is very much in a state of flux, but there are a few commercial products in existence:
There is a live demo of detecting plagiarised Blog stories available on the blog plagiarism demo page
RELATED READINGS
SEE ALSO |
|
|