liamcripwell
commited on
Commit
•
1f61233
1
Parent(s):
ef92768
Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,9 @@ language:
|
|
5 |
|
6 |
# LED_para document simplification model
|
7 |
|
8 |
-
This is a pretrained version of the document simplification model presented in the
|
9 |
-
|
|
|
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 |
|
|
|
5 |
|
6 |
# LED_para document simplification model
|
7 |
|
8 |
+
This is a pretrained version of the document simplification model presented in the Findings of ACL 2023 paper ["Context-Aware Document Simplification"](https://arxiv.org/abs/2305.06274).
|
9 |
+
|
10 |
+
It is an end-to-end system based on the [Longformer encoder-decoder](https://huggingface.co/allenai/led-base-16384) that operates at the paragraph-level.
|
11 |
|
12 |
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.
|
13 |
|