mnemlaghi/widdd
收藏资源简介:
--- annotations_creators: - machine-generated language_creators: - machine-generated language: - en license: - apache-2.0 multilinguality: - monolingual pretty_name: Wikidisamb Dataset with Descriptions size_categories: - 100K<n<1M source_datasets: [] task_categories: - text-retrieval - token-classification task_ids: - entity-linking-retrieval --- # Dataset Card for "Widdd" ## Dataset Description WiDDD stands for WIkiData Disambig with Descriptions. The former dataset comes from [Cetoli & al](https://arxiv.org/pdf/1810.09164.pdf) paper, and is aimed at solving Named Entity Disambiguation. This datasets tries to extract relevant information from entities descriptions only, instead of working with graphs. In order to do so, we mapped every Wikidata id (correct id and wrong id) in the original paper with its WikiData description. If not found, row is discarded for the 1.+ versions. ### Supported Tasks and Leaderboards [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Languages english ## Dataset Structure We show detailed information for up to 5 configurations of the dataset. ### Data Instances #### plain_text - **Size of downloaded dataset files:** 46.64 MB An example of 'train' looks as follows. ``` {'example_id': 11, 'string': 'pausanias', 'text': ' mention the spear, which he would indeed have touched with excitement. But it was being shown in the time of Pausanias in the second century AD. Achilles and ', 'correct_id': 'Q192931', 'wrong_id': 'Q941521', 'correct_description': 'ancient Greek geographer, travel writer and mythographer', 'wrong_description': 'Wikimedia disambiguation page'} ``` ### Data Fields The data fields are the same among all splits. #### plain_text - `example_id`: an `int32` feature, - `string`: a `string` feature, - `text`: a `string` feature, - `correct_id`: a `string` feature, - `wrong_id`: a `string` feature, - `correct_description`: a `string` feature, - `wrong_description`: a `string` feature, ### Data Splits | name |train|validation|test| |----------|----:|-----:|-----:| |plain_text|96523|9609|9584| ## Dataset Creation ### Curation Rationale [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Source Data #### Initial Data Collection and Normalization [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the source language producers? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Annotations #### Annotation process [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### Who are the annotators? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Personal and Sensitive Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Discussion of Biases [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Other Known Limitations [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## Additional Information ### Dataset Curators [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Licensing Information [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### Citation Information ### Contributions
--- annotations_creators: - 机器生成 language_creators: - 机器生成 language: - en license: - Apache-2.0 multilinguality: - 单语言 pretty_name: 带描述的Wikidisamb数据集(Wikidisamb Dataset with Descriptions) size_categories: - 100K<n<1M source_datasets: [] task_categories: - 文本检索(text-retrieval) - 令牌分类(token-classification) task_ids: - 实体链接检索(entity-linking-retrieval) --- # 「Widdd」数据集卡片 ## 数据集描述 WiDDD即**带描述的维基数据消歧数据集(WIkiData Disambig with Descriptions)**。该原始数据集源自Cetoli等人的论文[Cetoli & al](https://arxiv.org/pdf/1810.09164.pdf),旨在解决命名实体消歧(Named Entity Disambiguation)任务。本数据集仅从实体描述中提取相关信息,而非基于知识图谱开展研究。为此,我们将原论文中的每一个维基数据(Wikidata)ID(包含正确ID与错误ID)映射至其对应的维基数据描述信息;若无法找到对应描述,则在1.+版本的数据集中剔除该条数据。 ### 支持的任务与排行榜 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 语言 英语 ## 数据集结构 我们将展示该数据集最多5种配置的详细信息。 ### 数据实例 #### 纯文本格式 - **下载数据集总大小:** 46.64 MB 「训练集」的一条示例数据如下所示: {'example_id': 11, 'string': 'pausanias', 'text': ' mention the spear, which he would indeed have touched with excitement. But it was being shown in the time of Pausanias in the second century AD. Achilles and ', 'correct_id': 'Q192931', 'wrong_id': 'Q941521', 'correct_description': 'ancient Greek geographer, travel writer and mythographer', 'wrong_description': 'Wikimedia disambiguation page'} ### 数据字段 所有数据集拆分均采用统一的数据字段格式。 #### 纯文本格式 - `example_id`: `int32` 类型特征, - `string`: 字符串类型特征, - `text`: 字符串类型特征, - `correct_id`: 字符串类型特征, - `wrong_id`: 字符串类型特征, - `correct_description`: 字符串类型特征, - `wrong_description`: 字符串类型特征, ### 数据拆分 | 配置名称 |训练集|验证集|测试集| |----------|----:|-----:|-----:| |纯文本|96523|9609|9584| ## 数据集构建 ### 构建基本原理 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 源数据 #### 初始数据收集与标准化 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### 源语言生产者是谁? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 注释 #### 注释流程 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) #### 注释者是谁? [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 个人与敏感信息 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## 数据使用注意事项 ### 数据集的社会影响 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 偏差讨论 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 其他已知局限 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ## 附加信息 ### 数据集策展人 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 许可信息 [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) ### 引用信息 ### 贡献
数据集概述
数据集名称
- 名称:Wikidisamb Dataset with Descriptions
- 别名:WiDDD
数据集描述
- 目的:解决命名实体消歧问题,通过提取实体描述中的相关信息,而非使用图结构。
- 来源:基于Cetoli & al的论文,该数据集将原始论文中的每个Wikidata ID(正确和错误的ID)与其Wikidata描述映射。
数据集特征
- 语言:英语
- 许可证:Apache-2.0
- 多语言性:单语
- 大小:100K<n<1M
数据集结构
-
数据实例:
- 示例包含字段:
example_id,string,text,correct_id,wrong_id,correct_description,wrong_description - 示例大小:46.64 MB
- 示例包含字段:
-
数据字段:
example_id: int32string: stringtext: stringcorrect_id: stringwrong_id: stringcorrect_description: stringwrong_description: string
-
数据分割:
- 训练集:96523
- 验证集:9609
- 测试集:9584
任务类别
- 文本检索
- 令牌分类
任务ID
- 实体链接检索




