--- license: cc-by-4.0 language: - sv task_categories: - text-generation - token-classification tags: - swedish - government-reports - dependency-parsing - universal-dependencies - nlp size_categories: - 100K= 4: tokens.append({ 'word': parts[0], 'pos': parts[1], 'deprel': parts[2], 'head': int(parts[3]) if parts[3].isdigit() else 0 }) return tokens tokens = parse_tokens(train[0]["parsed"]) ``` ## Source Documents obtained from [Riksdagens öppna data](http://data.riksdagen.se). Original document URLs follow the pattern: `https://data.riksdagen.se/dokument/{document_id}.html` ## Citation ```bibtex @inproceedings{durlich-etal-2022-cause, title = "Cause and Effect in Governmental Reports: Two Data Sets for Causality Detection in Swedish", author = "D{\"u}rlich, Luise and Reimann, Sebastian and Finnveden, Gustav and Nivre, Joakim and Stymne, Sara", booktitle = "Proceedings of the First Workshop on Natural Language Processing for Political Sciences", month = jun, year = "2022", address = "Marseilles, France" } ``` ## License This dataset is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). ## Links - [Uppsala NLP](https://huggingface.co/UppsalaNLP) - [GitHub Repository](https://github.com/UppsalaNLP/SOU-corpus) - [Riksdagen Open Data](http://data.riksdagen.se)