https://github.com/shunk031/allennlp-eraser
[WIP] Collection of AllenNLP DatasetReaders for ERASER
https://github.com/shunk031/allennlp-eraser
acl2020 allennlp eraser pytorch
Last synced: about 2 months ago
JSON representation
[WIP] Collection of AllenNLP DatasetReaders for ERASER
- Host: GitHub
- URL: https://github.com/shunk031/allennlp-eraser
- Owner: shunk031
- Created: 2020-08-29T15:49:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T08:36:11.000Z (about 5 years ago)
- Last Synced: 2025-02-28T03:33:00.246Z (7 months ago)
- Topics: acl2020, allennlp, eraser, pytorch
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] ERASER for AllenNLP
[](https://github.com/shunk031/allennlp-eraser/actions?query=workflow%3ACI)
Collection of AllenNLP Dataset Reader for [ERASER: A Benchmark to Evaluate Rationalized NLP Models](https://www.aclweb.org/anthology/2020.acl-main.408/) (ACL2020).
> ERASER is a benchmark for understanding and evaluating rationales: http://www.eraserbenchmark.com/
## Install
```sh
$ pip install git+ssh://git@github.com/shunk031/allennlp-eraser.git
```## Acknowledgments
The code in this repository is based on [jayded/eraserbenchmark](https://github.com/jayded/eraserbenchmark).