eeoonn commited on
Commit
bbc2e68
·
verified ·
1 Parent(s): 9969208

Update README.md

Browse files

## Multi-News applied RST
RST: DMRST_parser
1. "|||||" separates each document in the "document" field.
2. "||" separates each EDU in the "document" field.
3. The "parsing" field shows the relation of each EDU.

Example, `[[edu.strip() for edu in docu.split("||") if edu.strip()] for docu in data["train"][0]["document"].split("|||||")]`

Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -30,5 +30,4 @@ configs:
30
  path: data/test-*
31
  language:
32
  - en
33
- ---
34
-
 
30
  path: data/test-*
31
  language:
32
  - en
33
+ ---