File size: 398 Bytes
14ca076 77fdfe5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
### Commands for running evaluation
```console
python evaluate.py --eval-dataset doc2dial
python evaluate.py --eval-dataset quac
python evaluate.py --eval-dataset qrecc
```
For the evaluations of topiocqa and inscit, the Wikipedia corpora need to be downloaded from their original repositories.
- topiocqa: https://github.com/McGill-NLP/topiocqa
- inscit: https://github.com/ellenmellon/INSCIT
|