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("|||||")]`