---
title: cfet
canonical_url: "https://www.modelscope.cn/datasets/izhx404/cfet"
md_url: "https://www.modelscope.cn/datasets/izhx404/cfet.md"
repository: izhx404/cfet
chinese_name: "CFET 中文超细粒度实体分类"
last_updated: 2023-01-05
license: other
storage_size: "1.3 MB"
domain:
  - text
tasks:
  - token-classification
language:
  - zh
type:
  - typing
downloads: 1896
stars: 3
---

# cfet

> cfet - izhx404 在 ModelScope 开源的数据集。cfet Entity Typing 数据

izhx404/cfet 是 ModelScope 魔搭社区上的token-classification数据集，涉及 text 领域，存储大小 1.3 MB，采用 other 许可。

- **Repository**: izhx404/cfet
- **License**: other
- **Tasks**: token-classification
- **Domain**: text
- **Storage size**: 1.3 MB
- **Downloads**: 1896
- **Stars**: 3
- **Last updated**: 2023-01-05

Source: https://www.modelscope.cn/datasets/izhx404/cfet

---

# cfet Entity Typing 数据

## 数据集概述
cfet 数据集是从论文 [A Chinese Corpus for Fine-grained Entity Typing](https://aclanthology.org/2020.lrec-1.548/) 所发布的数据集处理得到的。

### 数据集简介
包含通过众包人工标注的 4,800 个提及词。每个提及词都使用自由形式的实体类型进行注释。作者为了使的数据集在更多可能的场景中有用，还将所有细粒度类型分为 10 个通用类型。

### 数据集的格式和结构
数据格式采用jsonline格，每行文本可解析为json对象，一个具体case的例子如下：

```
{
    "text":"威武南京零距离最牛毕业证威武",
    "label":[
        {
            "start":2,
            "end":4,
            "type":[
                "地点",
                "地方",
                "城市",
                "市"
            ]
        }
    ]
}
```

## 数据集版权信息

CC BY-NC-SA 4.0


## 引用方式
```bib
@inproceedings{lee-etal-2020-chinese,
    title = "A {C}hinese Corpus for Fine-grained Entity Typing",
    author = "Lee, Chin  and
      Dai, Hongliang  and
      Song, Yangqiu  and
      Li, Xin",
    booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
    month = may,
    year = "2020",
    address = "Marseille, France",
    publisher = "European Language Resources Association",
    url = "https://aclanthology.org/2020.lrec-1.548",
    pages = "4451--4457",
    language = "English",
    ISBN = "979-10-95546-34-4",
}
```
