sileod/deberta-v3-base-tasksource-nli
Zero-Shot Classification • 0.2B • Updated • 13.2k • • 133
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
It unifies discourse relation classification tasks (.rels) and discourse segmentation (.connlu) for many languages.
⚠️ This repo only contains the disrpt dataset when the underlying data is permissively licensed. Some datasets rely on corpora like the PTB. To load these datasets, run the following:
pip install disrpt-utils
Then
from disrpt_utils import load_dataset
corpora_paths={
# ⚠️✍️ TODO Input your own paths
"tur.pdtb.tdb": "/mnt/nfs_share_magnet2/dsileo/data/disrpt/TDB1.0/raw/",
"eng.rst.rstdt": "/mnt/nfs_share_magnet2/dsileo/data/disrpt/RSTtrees-WSJ-main-1.0-20231128T125253Z-001/"
}
config_name="eng.rst.rstdt"
load_dataset(config_name,'conllu',corpora_paths=corpora_paths)
Otherwise, most datasets are directly accessible:
from datasets import load_dataset
load_dataset('multilingual-discourse-hub/disrpt','eng.dep.scidtb.rels')
@inproceedings{braud2024disrpt,
title={{DISRPT}: A Multilingual, Multi-domain, Cross-framework Benchmark for Discourse Processing},
author={Braud, Chloé and Zeldes, Amir and Rivière, Laura and Liu, Yang Janet and Muller, Philippe and Sileo, Damien and Aoyama, Tatsuya},
booktitle={Proceedings of LREC-COLING 2024},
year={2024}
}
https://huggingface.co/datasets/multilingual-discourse-hub/disrpt/raw/main/bibtex.json