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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -30,4 +30,12 @@ configs:
30
  path: data/test-*
31
  language:
32
  - en
33
- ---
 
 
 
 
 
 
 
 
 
30
  path: data/test-*
31
  language:
32
  - en
33
+ ---
34
+
35
+ ## Multi-News applied RST
36
+ RST: DMRST_parser
37
+ 1. "|||||" separates each document in the "document" field.
38
+ 2. "||" separates each EDU in the "document" field.
39
+ 3. The "parsing" field shows the relation of each EDU.
40
+
41
+ Example, `[[edu.strip() for edu in docu.split("||") if edu.strip()] for docu in data["train"][0]["document"].split("|||||")]`