Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 616 Bytes

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)