File size: 389 Bytes
245b792
4fd8694
 
 
 
 
245b792
7903c21
4fd8694
 
864f90f
4fd8694
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
language:
- zh
tags:
- named entity recognition
- clue
license: apache-2.0

# CLUE-NER 命名实体识别数据集

字段说明

+ `text`: 文本

+ `entities`: 文本中包含的实体

  + `id`: 实体 `id`

  + `entity`: 实体对应的字符串

  + `start_offset`: 实体开始位置

  + `end_offset`: 实体结束位置的下一位

  + `label`: 实体对应的开始位置