Skip to content

Question Answering system using NLP features and techniques for the WH-type questions.

Notifications You must be signed in to change notification settings

achyutb6/question-answering-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

question-answering-system

Implementation of a Question Answering (QA) system using NLP features and techniques for the WH-type questions. E.g.

  • Who founded Apple Inc.?
  • When was Apple Inc. founded?
  • Where is Apple’s headquarters?

The following data is provided:

  • 100 Wikipedia articles: The QA system will process and answer questions on this data.
  • 20 question and answer pairs for QA system development process.

Deliverables:

  • Input: natural language question
  • Output:
  • Exact answer phrase(s)
  • Supporting sentence(s) in Wikipedia document
  • Supporting Wikipedia document name(s)

About

Question Answering system using NLP features and techniques for the WH-type questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages