liamcripwell commited on
Commit
ef92768
1 Parent(s): 81b7f75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,11 +3,13 @@ language:
3
  - en
4
  ---
5
 
6
- # LED_para Document Simplification Model
7
 
8
  This is a pretrained version of the document simplification model presented in the EACL 2023 paper "Context-Aware Document Simplification".
9
  It is an end-to-end system based on the Longformer encoder-decoder that operates at the paragraph-level.
10
 
 
 
11
  ## How to use
12
  It is recommended to use the [plan_simp](https://github.com/liamcripwell/plan_simp/tree/main) library to interface with the model.
13
 
 
3
  - en
4
  ---
5
 
6
+ # LED_para document simplification model
7
 
8
  This is a pretrained version of the document simplification model presented in the EACL 2023 paper "Context-Aware Document Simplification".
9
  It is an end-to-end system based on the Longformer encoder-decoder that operates at the paragraph-level.
10
 
11
+ Target reading levels (1-4) should be indicated via a control token prepended to each input sequence ("\<RL_1\>", "\<RL_2\>", "\<RL_3\>", "\<RL_4\>"). If using the terminal interface, this will be handled automatically.
12
+
13
  ## How to use
14
  It is recommended to use the [plan_simp](https://github.com/liamcripwell/plan_simp/tree/main) library to interface with the model.
15