1 / 13

Knowledge based Question Answering System

Our project, Sarvagya, is a question answering system that uses the Probabilistic Latent Semantic Analysis (PLSA) algorithm to infer the most probable answer from a given set of documents. The system aims to save users' time by quickly providing relevant answers to their queries. Our approach involves extracting important concepts from the query, processing the query, and searching documents from Wikipedia based on these concepts. We have tested Sarvagya on various questions and obtained accurate answers. Possible improvements include refining the concept extraction technique, incorporating data from additional sources, and utilizing an inbuilt knowledge database to enhance answer retrieval speed.

Download Presentation

Knowledge based Question Answering System

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. Knowledge based Question Answering System Anurag Gautam Harshit Maheshwari

  2. Introduction In order for the computers to interact with the users more naturally the computer must understand and automatically infer what the user wants to say from what he actually says . Our project is an attempt to achieve the same. We call the program : Sarvagya.

  3. Our project is a question answering system based on statistical learning approach. We have used Probabilistic Latent Semantic Analysis (PLSA) algorithm to guess the most probable answer from the given set of documents

  4. Usefulness As a user, you will probably not want to read the whole document to search for small answers. Time is a big factor in today’s life. You will no doubt want to save it. Document and knowledge management increase with QAS solution.

  5. Our Approach Extraction of important concepts from the query. Query Processing …. Based on the concepts we search for the documents from wikipedia.

  6. Formation of Term – Document Matrix (TD matrix) Tokenize the documents into sentences Pass the T-D matrix to PLSA Calculating cosine similarity among the document vectors returned by PLSA

  7. PLSA – what it does ? T-D Matrix PLSA Document Clusters according to concepts

  8. Some Results… We tested Sarvagya on various questions and got really close answers, some of them are shown:

  9. Scope of Improvements • Technique of extraction of concept from query can be improved. • Data can be taken from some other sources also. • We can use inbuilt knowledge database which will speed up the answer retreival.

  10. Thank you

More Related