liamcripwell
commited on
Commit
·
1b4da33
1
Parent(s):
897adb6
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
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
|
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 |
|
|
|
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 a system based on a modification to the BART architecture and operates on individual sentences. It is intended to be guided by a document-level simplification planner.
|
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 |
|