janbakker commited on
Commit
f2cd529
1 Parent(s): a6e6eee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -3,12 +3,13 @@ language:
3
  - en
4
  tags:
5
  - doc_simp
 
6
  ---
7
 
8
  # Contextual classifier + docpos (planning model)
9
 
10
- This is the contextual classifier with document positional embeddings pretrained on Wiki-auto.
11
 
12
- It belongs to the paper Beyond Sentence-Level Text Simplification.
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
  # Contextual classifier + docpos (planning model)
10
 
11
+ This is the contextual classifier with document positional embeddings 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.