Update README.md
Browse files
README.md
CHANGED
|
@@ -3,12 +3,13 @@ language:
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- doc_simp
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# BART_doc document simplification model
|
| 9 |
|
| 10 |
-
This is a document-level BART model pretrained on
|
| 11 |
|
| 12 |
-
It belongs to the paper Beyond Sentence-
|
| 13 |
|
| 14 |
The [doc_simp](https://github.com/JanB100/doc_simp) library should be used to interface with this model.
|
|
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- doc_simp
|
| 6 |
+
- wiki-auto
|
| 7 |
---
|
| 8 |
|
| 9 |
# BART_doc document simplification model
|
| 10 |
|
| 11 |
+
This is a document-level BART model pretrained on wiki-auto.
|
| 12 |
|
| 13 |
+
It belongs to the paper [Beyond Sentence-level Text Simplification](https://aclanthology.org/2024.determit-1.3/): Reproducibility Study of Context-Aware Document Simplification.
|
| 14 |
|
| 15 |
The [doc_simp](https://github.com/JanB100/doc_simp) library should be used to interface with this model.
|