Rosenberg commited on
Commit
be332aa
1 Parent(s): 1ce34d0

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.txt +10 -0
  3. example_pred.json +65 -0
  4. 标注规范参考.pdf +3 -0
.gitattributes CHANGED
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpeg filter=lfs diff=lfs merge=lfs -text
53
  *.webp filter=lfs diff=lfs merge=lfs -text
54
  CMeEE-V2_train.json filter=lfs diff=lfs merge=lfs -text
 
 
52
  *.jpeg filter=lfs diff=lfs merge=lfs -text
53
  *.webp filter=lfs diff=lfs merge=lfs -text
54
  CMeEE-V2_train.json filter=lfs diff=lfs merge=lfs -text
55
+ 标注规范参考.pdf filter=lfs diff=lfs merge=lfs -text
README.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ 1. Mainfest:
2
+ - CMeEE-V2_train.json: 训练集
3
+ - CMeEE-V2_dev.json: 验证集
4
+ - CMeEE-V2_test.json: 测试集, 选手提交的时候需要为每条记录填充"entities"字段,类型为列表。每个识别出来的实体必须包含"start_idx", "end_idx", "type"3个字段。
5
+ - example_pred.json: 提交结果示例
6
+ - README.txt: 说明文件
7
+
8
+ 2. 评估指标以严格Micro-F1值为准
9
+
10
+ 3. 该任务提交的文件名为:CMeEE-V2_test.json
example_pred.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "对儿童SARST细胞亚群的研究表明,与成人SARS相比,儿童细胞下降不明显,证明上述推测成立。",
4
+ "entities": [
5
+ {
6
+ "start_idx": 19,
7
+ "end_idx": 24,
8
+ "type": "dis",
9
+ "entity": "成人SARS"
10
+ }
11
+ ]
12
+ },
13
+ {
14
+ "text": "研究证实,细胞减少与肺内病变程度及肺内炎性病变吸收程度密切相关。",
15
+ "entities": [
16
+ {
17
+ "start_idx": 10,
18
+ "end_idx": 10,
19
+ "type": "bod",
20
+ "entity": "肺"
21
+ },
22
+ {
23
+ "start_idx": 10,
24
+ "end_idx": 13,
25
+ "type": "dis",
26
+ "entity": "肺内病变"
27
+ },
28
+ {
29
+ "start_idx": 17,
30
+ "end_idx": 18,
31
+ "type": "bod",
32
+ "entity": "肺内"
33
+ },
34
+ {
35
+ "start_idx": 17,
36
+ "end_idx": 22,
37
+ "type": "sym",
38
+ "entity": "肺内炎性病变"
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "text": "因而儿童肺部病变较轻,肺内炎性病变吸收较快。",
44
+ "entities": [
45
+ {
46
+ "start_idx": 4,
47
+ "end_idx": 5,
48
+ "type": "bod",
49
+ "entity": "肺部"
50
+ },
51
+ {
52
+ "start_idx": 4,
53
+ "end_idx": 7,
54
+ "type": "dis",
55
+ "entity": "肺部病变"
56
+ },
57
+ {
58
+ "start_idx": 11,
59
+ "end_idx": 16,
60
+ "type": "sym",
61
+ "entity": "肺内炎性病变"
62
+ }
63
+ ]
64
+ }
65
+ ]
标注规范参考.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e99f905c6d0c816bbe338a5f215857300e2e1dad1149dbf035f0fb9e7bc766ac
3
+ size 1231733