BECauSE
收藏BECauSE 数据集概述
基本信息
- 许可证: MIT
- 任务类别:
- 文本分类
- 标记分类
- 语言: 英语
- 标签: 因果关系
- 数据集名称: BECausE
- PaperWithCode ID: ../paper/the-because-corpus-20-annotating-causality
- 配置名称:
- 因果关系检测
- 因果候选提取
- 因果关系识别
数据来源
- 原始数据集: https://github.com/duncanka/BECAUSE
- 数据格式来源: UniCausal
使用方法
因果关系检测
python from datasets import load_dataset dataset = load_dataset("webis/BECauSE", "causality detection")
因果候选提取
python from datasets import load_dataset dataset = load_dataset("webis/BECauSE", "causal candidate extraction")
因果关系识别
python from datasets import load_dataset dataset = load_dataset("webis/BECauSE", "causality identification")
引用文献
BECauSE v2.0
bibtex @inproceedings{dunietz:2017, title = {The {{BECauSE Corpus}} 2.0: {{Annotating Causality}} and {{Overlapping Relations}}}, shorttitle = {The {{BECauSE Corpus}} 2.0}, booktitle = {Proceedings of the 11th {{Linguistic Annotation Workshop}}, {{LAW}}@{{EACL}} 2017, {{Valencia}}, {{Spain}}, {{April}} 3, 2017}, author = {Dunietz, Jesse and Levin, Lori S. and Carbonell, Jaime G.}, editor = {Schneider, Nathan and Xue, Nianwen}, year = {2017}, pages = {95--104}, publisher = {Association for Computational Linguistics}, doi = {10.18653/V1/W17-0812} }
UniCausal
bibtex @inproceedings{tan:2023, title = {{{UniCausal}}: {{Unified Benchmark}} and {{Repository}} for {{Causal Text Mining}}}, shorttitle = {{{UniCausal}}}, booktitle = {Big {{Data Analytics}} and {{Knowledge Discovery}} - 25th {{International Conference}}, {{DaWaK}} 2023, {{Penang}}, {{Malaysia}}, {{August}} 28-30, 2023, {{Proceedings}}}, author = {Tan, Fiona Anting and Zuo, Xinyu and Ng, See-Kiong}, editor = {Wrembel, Robert and Gamper, Johann and Kotsis, Gabriele and Tjoa, A. Min and Khalil, Ismail}, year = {2023}, series = {Lecture {{Notes}} in {{Computer Science}}}, volume = {14148}, pages = {248--262}, publisher = {Springer}, doi = {10.1007/978-3-031-39831-5_23} }




