Skip to content
/ nlp-hw Public
forked from Pinafore/nlp-hw

Homework for NLP course at University of Maryland

License

Notifications You must be signed in to change notification settings

ruiiu/nlp-hw

 
 

Repository files navigation

nlp-hw

Homework for NLP course at University of Maryland

Shared Data

The homeworks use the dataset of questions. You can use the Makefile to download the files:

make qanta.train.json

The above data can also be used for the project since the files contain the quizbowl dataset questions.

You can also download the supporting paragraphs or sentences corresponding to every sentence of a quizbowl question. This is particularly helpful for developing reading comprehension style systems on quizbowl.

For the page, paragraph index, sentence index, and correct answer span information:

make qanta.train.evidence.json

For the page, paragraph index, sentence index, and sentence text information:

make qanta.train.evidence.text.json

Prerequisites

I assume that you have pytorch, sklearn, and nltk installed. It's easy to do this with Anaconda or pip.

About

Homework for NLP course at University of Maryland

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Makefile 1.7%