xusenlin commited on
Commit
4fd8694
1 Parent(s): 7903c21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -1,5 +1,26 @@
1
  ---
 
 
 
 
 
2
  license: apache-2.0
3
- ---
4
 
5
- 中文文本命名实体识别数据集
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - zh
4
+ tags:
5
+ - named entity recognition
6
+ - clue
7
  license: apache-2.0
 
8
 
9
+ # CLUE-NER 命名实体识别数据集
10
+
11
+ ## 字段说明
12
+
13
+ + `text`: 文本
14
+
15
+ + `entities`: 文本中包含的实体
16
+
17
+ + `id`: 实体 `id`
18
+
19
+ + `entity`: 实体对应的字符串
20
+
21
+ + `start_offset`: 实体开始位置
22
+
23
+ + `end_offset`: 实体结束位置的下一位
24
+
25
+ + `label`: 实体对应的开始位置
26
+