File size: 860 Bytes
b7df256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
011f639
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: entities
    list:
    - name: id
      dtype: int64
    - name: entity
      dtype: string
    - name: start_offset
      dtype: int64
    - name: end_offset
      dtype: int64
    - name: label
      dtype: string
  splits:
  - name: train
    num_bytes: 5289666
    num_examples: 15000
  - name: test
    num_bytes: 461472
    num_examples: 3000
  - name: validation
    num_bytes: 1752698
    num_examples: 5000
  download_size: 3359069
  dataset_size: 7503836
---

# CMeEE 中文医学命名实体识别数据集

字段说明

+ `text`: 文本

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

  + `id`: 实体 `id`

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

  + `start_offset`: 实体开始位置

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

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