RST: DMRST_parser
"|||||" separates each document in the "document" field.
"||" separates each EDU in the "document" field.
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("|||||")]