eeoonn commited on
Commit
b0fb695
1 Parent(s): 245335d

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 +3 -1
README.md CHANGED
@@ -28,4 +28,6 @@ configs:
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
31
- ---
 
 
 
28
  path: data/validation-*
29
  - split: test
30
  path: data/test-*
31
+ language:
32
+ - en
33
+ ---