Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FudanNLP/UNet
The official implementation of paper U-Net: Machine Reading Comprehension with Unanswerable Questions.
https://github.com/FudanNLP/UNet
Last synced: 4 days ago
JSON representation
The official implementation of paper U-Net: Machine Reading Comprehension with Unanswerable Questions.
- Host: GitHub
- URL: https://github.com/FudanNLP/UNet
- Owner: FudanNLP
- Created: 2018-11-07T07:15:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T10:40:46.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T16:55:25.915Z (3 months ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 57
- Watchers: 6
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNet
The official implementation of paper [U-Net: Machine Reading Comprehension with Unanswerable Questions](https://arxiv.org/abs/1810.06638).
## Requirements
allennlp
pytorh 0.4
anaconda3 for python 3.6## For SQuAD2.0
* run '''bash download.sh''' to download the dataset and install some necessary packages.
* python prepro.py
* 'python train.py' for train
* 'python train.py --eval' for evalThe paper shows the result of this implementation.