E-NER
收藏资源简介:
E-NER数据集是由伦敦大学学院计算机科学系创建的一个针对法律文本的命名实体识别(NER)数据集。该数据集基于美国证券交易委员会的EDGAR数据库中的法律公司文件,共包含52份文件,涵盖多种法律文书类型。数据集的创建过程涉及从HTML文本中提取句子并进行手动标注,以确保标签的准确性。E-NER数据集主要用于训练和测试NER模型在法律领域的应用,旨在提高法律文本处理中的信息提取准确性。
The E-NER dataset is a named entity recognition (NER) dataset tailored for legal texts, developed by the Department of Computer Science at University College London (UCL). This dataset comprises 52 documents sourced from legal corporate filings in the U.S. Securities and Exchange Commission (SEC)’s EDGAR database, covering a wide range of legal document categories. The dataset creation process involved extracting sentences from HTML texts and conducting manual annotation to guarantee the accuracy of entity labels. The E-NER dataset is primarily utilized for training and testing NER models for legal domain applications, with the objective of enhancing the accuracy of information extraction in legal text processing.
E-NER 数据集
数据集概述
- 数据来源:包含来自美国 SEC EDGAR 数据库的 52 份文件。
- 数据标注:命名实体标签为手工标注。
命名实体分类
- 完整分类:数据集中的命名实体分为 7 个类别:Person, Court, Business, Government, Location, Legislation/Act, Miscellaneous(以及用于非命名实体的类别 "Outside")。
- 简化分类:在 "edgar_4.csv" 文件中,命名实体类别简化为 4 个:Person, Organization, Location, Miscellaneous。其中,Court, Business 和 Government 合并为 Organization,Legislation/Act 和 Miscellaneous 合并为 Miscellaneous。
文件说明
- all.csv:包含标注的文件,每行一个词,后跟命名实体标签,词和标签之间用制表符分隔。
- edgar_4.csv:与 "all.csv" 包含相同的数据,但命名实体类别简化为 4 个。
许可证

- 1E-NER -- An Annotated Named Entity Recognition Corpus of Legal Text伦敦大学学院计算机科学系 · 2022年



