MichaelR207
commited on
Commit
•
d220f97
1
Parent(s):
6fec9f8
Added Availability Tracking to ReadMe
Browse files
README.md
CHANGED
@@ -593,4 +593,42 @@ Please cite the individual datasets that you use within the MultiSim benchmark a
|
|
593 |
pages = "710--716",
|
594 |
abstract = "We present experiments on biomedical text simplification in French. We use two kinds of corpora {--} parallel sentences extracted from existing health comparable corpora in French and WikiLarge corpus translated from English to French {--} and a lexicon that associates medical terms with paraphrases. Then, we train neural models on these parallel corpora using different ratios of general and specialized sentences. We evaluate the results with BLEU, SARI and Kandel scores. The results point out that little specialized data helps significantly the simplification.",
|
595 |
}
|
596 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
593 |
pages = "710--716",
|
594 |
abstract = "We present experiments on biomedical text simplification in French. We use two kinds of corpora {--} parallel sentences extracted from existing health comparable corpora in French and WikiLarge corpus translated from English to French {--} and a lexicon that associates medical terms with paraphrases. Then, we train neural models on these parallel corpora using different ratios of general and specialized sentences. We evaluate the results with BLEU, SARI and Kandel scores. The results point out that little specialized data helps significantly the simplification.",
|
595 |
}
|
596 |
+
```
|
597 |
+
|
598 |
+
## Data Availability
|
599 |
+
### Public Datasets
|
600 |
+
Most of the public datasets are available as a part of this MultiSim Repo. A few are still pending availability. For all resources we provide alternative download links.
|
601 |
+
| Dataset | Language | Availability in MultiSim Repo | Alternative Link |
|
602 |
+
|---|---|---|---|
|
603 |
+
| ASSET | English | Available | https://huggingface.co/datasets/asset |
|
604 |
+
| WikiAuto | English | Available | https://huggingface.co/datasets/wiki_auto |
|
605 |
+
| CLEAR | French | Available | http://natalia.grabar.free.fr/resources.php#remi |
|
606 |
+
| WikiLargeFR | French | Available | http://natalia.grabar.free.fr/resources.php#remi |
|
607 |
+
| GEOLino | German | Available | https://github.com/Jmallins/ZEST-data |
|
608 |
+
| TextComplexityDE | German | Available | https://github.com/babaknaderi/TextComplexityDE |
|
609 |
+
| AdminIT | Italian | Available | https://github.com/Unipisa/admin-It |
|
610 |
+
| Simpitiki | Italian | Available | https://github.com/dhfbk/simpitiki# |
|
611 |
+
| PaCCSS-IT | Italian | Available | http://www.italianlp.it/resources/paccss-it-parallel-corpus-of-complex-simple-sentences-for-italian/ |
|
612 |
+
| Terence and Teacher | Italian | Available | http://www.italianlp.it/resources/terence-and-teacher/ |
|
613 |
+
| Easy Japanese | Japanese | Available | https://www.jnlp.org/GengoHouse/snow/t15 |
|
614 |
+
| Easy Japanese Extended | Japanese | Available | https://www.jnlp.org/GengoHouse/snow/t23 |
|
615 |
+
| RuAdapt Encyclopedia | Russian | Available | https://github.com/Digital-Pushkin-Lab/RuAdapt |
|
616 |
+
| RuAdapt Fairytales | Russian | Available | https://github.com/Digital-Pushkin-Lab/RuAdapt |
|
617 |
+
| RuSimpleSentEval | Russian | Available | https://github.com/dialogue-evaluation/RuSimpleSentEval |
|
618 |
+
| RuWikiLarge | Russian | Available | https://github.com/dialogue-evaluation/RuSimpleSentEval |
|
619 |
+
| SloTS | Slovene | Available | https://github.com/sabina-skubic/text-simplification-slovene |
|
620 |
+
| SimplifyUR | Urdu | Pending | https://github.com/harisbinzia/SimplifyUR |
|
621 |
+
| PorSimples | Brazilian Portuguese | Available | [[email protected]](mailto:[email protected]) |
|
622 |
+
|
623 |
+
### On Request Datasets
|
624 |
+
The authors of the original papers must be contacted for on request datasets. Contact information for the authors of each dataset is provided below.
|
625 |
+
| Dataset | Language | Contact |
|
626 |
+
|---|---|---|
|
627 |
+
| CBST | Basque | http://www.ixa.eus/node/13007?language=en <br/> [[email protected]](mailto:[email protected]) |
|
628 |
+
| DSim | Danish | [[email protected]](mailto:[email protected]) |
|
629 |
+
| Newsela EN | English | [https://newsela.com/data/](https://newsela.com/data/) |
|
630 |
+
| Newsela ES | Spanish | [https://newsela.com/data/](https://newsela.com/data/) |
|
631 |
+
| German News | German | [[email protected]](mailto:[email protected]) |
|
632 |
+
| Simple German | German | [[email protected]](mailto:[email protected]) |
|
633 |
+
| Simplext | Spanish | [[email protected]](mailto:[email protected]) |
|
634 |
+
| RuAdapt Literature | Russian | Partially Available: https://github.com/Digital-Pushkin-Lab/RuAdapt <br/> Full Dataset: [[email protected]](mailto:[email protected]) |
|