An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [WIP] ERASER for AllenNLP

[![CI](https://github.com/shunk031/allennlp-eraser/workflows/CI/badge.svg)](https://github.com/shunk031/allennlp-eraser/actions?query=workflow%3ACI)

ACL2020 2020.acl-main.408
Code style: black
Powered by AllenNLP

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).