yongqyu / ranking_paragraphs_pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ranking Paragraphs

Ranking Paragraphs for Improving Answer Recall in Open-Domain Question Answering.
Lee et al., EMNLP 2018 [arxiv]

./data/glove.6B.300d.txt is required for preprocessing, and Preprocess.ipynb should be performed.

The requirements are as follows:

1.python 3.5

2.pytorch 0.4.0

Example to run:

python main.py

About


Languages

Language:Python 58.5%Language:Jupyter Notebook 41.5%