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: over 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T10:40:46.000Z (over 7 years ago)
- Last Synced: 2025-03-26T13:45:36.582Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 56
- Watchers: 5
- 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 eval
The paper shows the result of this implementation.