# ranking_paragraphs_pytorch **Repository Path**: wangdong1111111/ranking_paragraphs_pytorch ## Basic Information - **Project Name**: ranking_paragraphs_pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ranking Paragraphs Ranking Paragraphs for Improving Answer Recall in Open-Domain Question Answering. Lee et al., EMNLP 2018 [[arxiv]](https://arxiv.org/pdf/1810.00494.pdf) ```./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 ```