This dataset is a processed version of rahular/simple-wikipedia,
which is a dump of articles from Simple English Wikipedia.
In addition to the raw texts in the text column, this dataset also provides two additional columns:
sentences: A list of sentences in text, produced by a spaCy sentence tokenizer
parses: A list of constituency parse strings, one per sentence in sentences, generated by the Berkeley neural parser