1 / 7

Information Retrieval Project

Information Retrieval Project. Creation of clusters of concepts that represent a domain corpus. Background. Vector Space Model. Knowledge-Based Vector Space Model. Wikipedia as a knowledge domain . BOW indexing versus knowledge-based indexing. Indexing Wikipedia .

lyre
Download Presentation

Information Retrieval Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Information Retrieval Project Creation of clusters of concepts that represent a domain corpus.

  2. Background • Vector Space Model. • Knowledge-Based Vector Space Model. • Wikipedia as a knowledge domain. • BOW indexing versus knowledge-based indexing. • Indexing Wikipedia. • Wikipedia-based concept clustering

  3. Knowledge-based VSM for text Clustering • Problem Definition: • Creating clusters of related concepts, each cluster represents a specific knowledge domain. • Creation of The knowledge-based Vectors for documents in a given corpus based on term similarity measures in each document.

  4. Given: • Wikipedia index. • Working Code for Knowledge-based corpus indexes. • Working code to define term-term relatedness weight. • Working Similarity code “To extract a similar document to an existing one from Wikipedia”. • Algorithm for Document Clustering based on the Wikipedia structure”.

  5. Email me @ • eea7236@louisiana.edu • Elshaimaa.ali@hotmail.com

  6. Required To implement: • Building a knowledge-based VSM Index for documents in two different domain corpuses using the term similarity code given. • Implementation of the Wikipedia Structure-based given clustering Algorithm.

  7. Tools that will be used • Wikipedia Database Dumps. (MySql Database). • JWPL API to access the Wikipedia database dumps. • Lucene API to build indexes. • Assistance and codes will be provided to help using the APIs

More Related