darrow-ai/USClassActions
收藏资源简介:
--- license: gpl-3.0 task_categories: - text-classification - zero-shot-classification language: - en tags: - legal - legalnlp - class action - darrow --- ## Dataset Description - **Homepage:** https://www.darrow.ai/ - **Repository:** https://github.com/darrow-labs/ClassActionPrediction - **Paper:** https://arxiv.org/abs/2211.00582 - **Leaderboard:** N/A - **Point of Contact:** [Gila Hayat](mailto:gila@darrow.ai),[Gil Semo](mailto:gil.semo@darrow.ai) #### More Details & Collaborations Feel free to contact us in order to get a larger dataset. We would be happy to collaborate on future works. ### Dataset Summary USClassActions is an English dataset of 3K complaints from the US Federal Court with the respective binarized judgment outcome (Win/Lose). The dataset poses a challenging text classification task. We are happy to share this dataset in order to promote robustness and fairness studies on the critical area of legal NLP. The data was annotated using Darrow.ai proprietary tool. ### Data Instances ```python from datasets import load_dataset dataset = load_dataset('darrow-ai/USClassActions') ``` ### Data Fields `id`: (**int**) a unique identifier of the document \ `target_text`: (**str**) the complaint text \ `verdict`: (**str**) the outcome of the case \ ### Curation Rationale The dataset was curated by Darrow.ai (2022). ### Citation Information *Gil Semo, Dor Bernsohn, Ben Hagag, Gila Hayat, and Joel Niklaus* *ClassActionPrediction: A Challenging Benchmark for Legal Judgment Prediction of Class Action Cases in the US* *Proceedings of the 2022 Natural Legal Language Processing Workshop. Abu Dhabi. 2022* ``` @InProceedings{Darrow-Niklaus-2022, author = {Semo, Gil and Bernsohn, Dor and Hagag, Ben and Hayat, Gila and Niklaus, Joel}, title = {ClassActionPrediction: A Challenging Benchmark for Legal Judgment Prediction of Class Action Cases in the US}, booktitle = {Proceedings of the 2022 Natural Legal Language Processing Workshop}, year = {2022}, location = {Abu Dhabi, EMNLP2022}, } ```
许可证:GPL-3.0 任务类别: - 文本分类 - 零样本分类(zero-shot-classification) 语言: - 英语 标签: - 法律 - 法律自然语言处理(legalNLP) - 集体诉讼(class action) - Darrow ## 数据集说明 - **主页**:https://www.darrow.ai/ - **代码仓库**:https://github.com/darrow-labs/ClassActionPrediction - **相关论文**:https://arxiv.org/abs/2211.00582 - **排行榜**:无 - **联系人**:[吉拉·哈亚特(Gila Hayat)](mailto:gila@darrow.ai)、[吉尔·塞莫(Gil Semo)](mailto:gil.semo@darrow.ai) #### 更多细节与合作 欢迎联系我们以获取更大规模的数据集,我们期待与您合作开展未来研究工作。 ### 数据集概述 USClassActions是一个英语数据集,包含来自美国联邦法院的3000份诉状,附带经过二值化标注的判决结果(胜诉/败诉)。该数据集构成了一项具有挑战性的文本分类任务。我们公开此数据集旨在推动法律自然语言处理这一关键领域的鲁棒性与公平性研究。本数据集通过Darrow.ai的专有工具完成标注。 ### 数据样例 python from datasets import load_dataset dataset = load_dataset('darrow-ai/USClassActions') ### 数据字段 `id`: (**整数型**) 文档的唯一标识符 `target_text`: (**字符串型**) 诉状文本 `verdict`: (**字符串型**) 案件判决结果 ### 数据集构建初衷 本数据集由Darrow.ai于2022年构建。 ### 引用信息 *吉尔·塞莫(Gil Semo)、多尔·伯恩松(Dor Bernsohn)、本·哈加格(Ben Hagag)、吉拉·哈亚特(Gila Hayat)以及乔尔·尼克劳(Joel Niklaus)* *《ClassActionPrediction:面向美国集体诉讼案件法律判决预测的挑战性基准数据集》* *2022年自然法律语言处理研讨会论文集,阿布扎比,2022年* @InProceedings{Darrow-Niklaus-2022, author = {Semo, Gil and Bernsohn, Dor and Hagag, Ben and Hayat, Gila and Niklaus, Joel}, title = {ClassActionPrediction: A Challenging Benchmark for Legal Judgment Prediction of Class Action Cases in the US}, booktitle = {Proceedings of the 2022 Natural Legal Language Processing Workshop}, year = {2022}, location = {Abu Dhabi, EMNLP2022}, }
数据集概述
数据集名称: USClassActions
语言: 英语
任务类别:
- 文本分类
- 零样本分类
标签: - 法律
- 法律NLP
- 集体诉讼
- Darrow
许可: GPL-3.0
数据集详细信息
- 数据来源: 美国联邦法院
- 数据规模: 3000份投诉及其二元化判决结果(胜/败)
- 数据注释工具: Darrow.ai专有工具
- 数据用途: 促进法律NLP领域的鲁棒性和公平性研究
数据实例结构
id: 文档的唯一标识符(整数)target_text: 投诉文本(字符串)verdict: 案件结果(字符串)
数据集创建理由
由Darrow.ai于2022年精心策划,旨在提供一个挑战性的法律判决预测基准。
引用信息
@InProceedings{Darrow-Niklaus-2022, author = {Semo, Gil and Bernsohn, Dor and Hagag, Ben and Hayat, Gila and Niklaus, Joel}, title = {ClassActionPrediction: A Challenging Benchmark for Legal Judgment Prediction of Class Action Cases in the US}, booktitle = {Proceedings of the 2022 Natural Legal Language Processing Workshop}, year = {2022}, location = {Abu Dhabi, EMNLP2022}, }




