Upload 7 files
Browse files- .gitattributes +1 -0
- CHIP-CDEE_dev.json +0 -0
- CHIP-CDEE_test.json +0 -0
- CHIP-CDEE_train.json +0 -0
- README.txt +9 -0
- example_gold.json +145 -0
- example_pred.json +145 -0
- 国际疾病分类ICD-10北京临床版v601.xlsx +3 -0
.gitattributes
CHANGED
@@ -51,3 +51,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
51 |
*.jpg 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
|
|
|
|
51 |
*.jpg 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 |
+
国际疾病分类ICD-10北京临床版v601.xlsx filter=lfs diff=lfs merge=lfs -text
|
CHIP-CDEE_dev.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
CHIP-CDEE_test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
CHIP-CDEE_train.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
README.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1. 文件列表:
|
2 |
+
* CHIP-CDEE_train.json: 训练集。
|
3 |
+
* CHIP-CDEE_dev.json: 验证集。
|
4 |
+
* CHIP-CDEE_test.json: 测试集。 选手提交时候需要将事件抽取结果补充到event字段,如果tendency为空设为"",character和anatomy_list为空设为[].
|
5 |
+
* example_gold.json: 标准答案示例。
|
6 |
+
* example_pred.json: 提交结果示例。
|
7 |
+
* README.txt: 说明文件。
|
8 |
+
|
9 |
+
2. 该任务提交的文件名为: CHIP-CDEE_test.json
|
example_gold.json
ADDED
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"id": 268,
|
4 |
+
"text": "患者本次发病以来,食欲正常,神志清醒,精神尚可,睡眠欠佳,大便正常,小便正常,体重无明显变化。",
|
5 |
+
"event": [
|
6 |
+
{
|
7 |
+
"core_name": "食欲",
|
8 |
+
"tendency": "",
|
9 |
+
"character": [
|
10 |
+
"正常"
|
11 |
+
],
|
12 |
+
"anatomy_list": []
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"core_name": "神志",
|
16 |
+
"tendency": "",
|
17 |
+
"character": [
|
18 |
+
"清醒"
|
19 |
+
],
|
20 |
+
"anatomy_list": []
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"core_name": "精神",
|
24 |
+
"tendency": "",
|
25 |
+
"character": [
|
26 |
+
"尚可"
|
27 |
+
],
|
28 |
+
"anatomy_list": []
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"core_name": "睡眠",
|
32 |
+
"tendency": "",
|
33 |
+
"character": [
|
34 |
+
"欠佳"
|
35 |
+
],
|
36 |
+
"anatomy_list": []
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"core_name": "大便",
|
40 |
+
"tendency": "",
|
41 |
+
"character": [
|
42 |
+
"正常"
|
43 |
+
],
|
44 |
+
"anatomy_list": []
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"core_name": "小便",
|
48 |
+
"tendency": "",
|
49 |
+
"character": [
|
50 |
+
"正常"
|
51 |
+
],
|
52 |
+
"anatomy_list": []
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"core_name": "体重变化",
|
56 |
+
"tendency": "",
|
57 |
+
"character": [
|
58 |
+
"明显"
|
59 |
+
],
|
60 |
+
"anatomy_list": []
|
61 |
+
}
|
62 |
+
]
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"id": 1425,
|
66 |
+
"text": "请外科会诊后建议至上级医院手术或者放化疗,但患者拒绝并办理出院;此后患者仍诉张口困难,偶有左侧面颈部轻微疼痛,无发热,无咳嗽咯痰,无腹痛腹泻,22天前患者在家属陪同下再次到我科住院治疗,入院后完善检查无化疗禁忌,征得患者及家属同意后于5-25日行紫杉醇240mg d1+奈达铂120mg d1化疗,并于5月29日给予帕米磷酸二钠抗溶骨治疗,治疗过程顺利,化疗后患者面部包块缩小,今日患者为行下一疗程化疗入院,门诊以“口腔粘膜恶性肿瘤 口腔鳞状细胞癌 t4n2M0”收治入院。",
|
67 |
+
"event": [
|
68 |
+
{
|
69 |
+
"core_name": "张口困难",
|
70 |
+
"tendency": "",
|
71 |
+
"character": [],
|
72 |
+
"anatomy_list": []
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"core_name": "疼痛",
|
76 |
+
"tendency": "",
|
77 |
+
"character": [
|
78 |
+
"轻微"
|
79 |
+
],
|
80 |
+
"anatomy_list": [
|
81 |
+
"左侧面",
|
82 |
+
"左侧颈部"
|
83 |
+
]
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"core_name": "发热",
|
87 |
+
"tendency": "否定",
|
88 |
+
"character": [],
|
89 |
+
"anatomy_list": []
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"core_name": "咳嗽",
|
93 |
+
"tendency": "否定",
|
94 |
+
"character": [],
|
95 |
+
"anatomy_list": []
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"core_name": "咳痰",
|
99 |
+
"tendency": "否定",
|
100 |
+
"character": [],
|
101 |
+
"anatomy_list": []
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"core_name": "疼痛",
|
105 |
+
"tendency": "否定",
|
106 |
+
"character": [],
|
107 |
+
"anatomy_list": [
|
108 |
+
"腹"
|
109 |
+
]
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"core_name": "腹泻",
|
113 |
+
"tendency": "否定",
|
114 |
+
"character": [],
|
115 |
+
"anatomy_list": []
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"core_name": "包块",
|
119 |
+
"tendency": "",
|
120 |
+
"character": [
|
121 |
+
"化疗后,缩小"
|
122 |
+
],
|
123 |
+
"anatomy_list": [
|
124 |
+
"面部"
|
125 |
+
]
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"core_name": "恶性肿瘤",
|
129 |
+
"tendency": "",
|
130 |
+
"character": [],
|
131 |
+
"anatomy_list": [
|
132 |
+
"口腔粘膜"
|
133 |
+
]
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"core_name": "鳞癌",
|
137 |
+
"tendency": "",
|
138 |
+
"character": [],
|
139 |
+
"anatomy_list": [
|
140 |
+
"口腔"
|
141 |
+
]
|
142 |
+
}
|
143 |
+
]
|
144 |
+
}
|
145 |
+
]
|
example_pred.json
ADDED
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"id": 268,
|
4 |
+
"text": "患者本次发病以来,食欲正常,神志清醒,精神尚可,睡眠欠佳,大便正常,小便正常,体重无明显变化。",
|
5 |
+
"event": [
|
6 |
+
{
|
7 |
+
"core_name": "食欲",
|
8 |
+
"tendency": "",
|
9 |
+
"character": [
|
10 |
+
"正常"
|
11 |
+
],
|
12 |
+
"anatomy_list": []
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"core_name": "神志",
|
16 |
+
"tendency": "",
|
17 |
+
"character": [
|
18 |
+
"清醒"
|
19 |
+
],
|
20 |
+
"anatomy_list": []
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"core_name": "精神",
|
24 |
+
"tendency": "",
|
25 |
+
"character": [
|
26 |
+
"尚可"
|
27 |
+
],
|
28 |
+
"anatomy_list": []
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"core_name": "睡眠",
|
32 |
+
"tendency": "",
|
33 |
+
"character": [
|
34 |
+
"欠佳"
|
35 |
+
],
|
36 |
+
"anatomy_list": []
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"core_name": "大便",
|
40 |
+
"tendency": "",
|
41 |
+
"character": [
|
42 |
+
"正常"
|
43 |
+
],
|
44 |
+
"anatomy_list": []
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"core_name": "小便",
|
48 |
+
"tendency": "",
|
49 |
+
"character": [
|
50 |
+
"正常"
|
51 |
+
],
|
52 |
+
"anatomy_list": []
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"core_name": "体重变化",
|
56 |
+
"tendency": "",
|
57 |
+
"character": [
|
58 |
+
"明显"
|
59 |
+
],
|
60 |
+
"anatomy_list": []
|
61 |
+
}
|
62 |
+
]
|
63 |
+
},
|
64 |
+
{
|
65 |
+
"id": 1425,
|
66 |
+
"text": "请外科会诊后建议至上级医院手术或者放化疗,但患者拒绝并办理出院;此后患者仍诉张口困难,偶有左侧面颈部轻微疼痛,无发热,无咳嗽咯痰,无腹痛腹泻,22天前患者在家属陪同下再次到我科住院治疗,入院后完善检查无化疗禁忌,征得患者及家属同意后于5-25日行紫杉醇240mg d1+奈达铂120mg d1化疗,并于5月29日给予帕米磷酸二钠抗溶骨治疗,治疗过程顺利,化疗后患者面部包块缩小,今日患者为行下一疗程化疗入院,门诊以“口腔粘膜恶性肿瘤 口腔鳞状细胞癌 t4n2M0”收治入院。",
|
67 |
+
"event": [
|
68 |
+
{
|
69 |
+
"core_name": "张口困难",
|
70 |
+
"tendency": "",
|
71 |
+
"character": [],
|
72 |
+
"anatomy_list": []
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"core_name": "疼痛",
|
76 |
+
"tendency": "",
|
77 |
+
"character": [
|
78 |
+
"轻微"
|
79 |
+
],
|
80 |
+
"anatomy_list": [
|
81 |
+
"左侧面",
|
82 |
+
"左侧颈部"
|
83 |
+
]
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"core_name": "发热",
|
87 |
+
"tendency": "否定",
|
88 |
+
"character": [],
|
89 |
+
"anatomy_list": []
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"core_name": "咳嗽",
|
93 |
+
"tendency": "否定",
|
94 |
+
"character": [],
|
95 |
+
"anatomy_list": []
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"core_name": "咳痰",
|
99 |
+
"tendency": "否定",
|
100 |
+
"character": [],
|
101 |
+
"anatomy_list": []
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"core_name": "疼痛",
|
105 |
+
"tendency": "否定",
|
106 |
+
"character": [],
|
107 |
+
"anatomy_list": [
|
108 |
+
"腹"
|
109 |
+
]
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"core_name": "腹泻",
|
113 |
+
"tendency": "否定",
|
114 |
+
"character": [],
|
115 |
+
"anatomy_list": []
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"core_name": "包块",
|
119 |
+
"tendency": "",
|
120 |
+
"character": [
|
121 |
+
"化疗后,缩小"
|
122 |
+
],
|
123 |
+
"anatomy_list": [
|
124 |
+
"面部"
|
125 |
+
]
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"core_name": "恶性肿瘤",
|
129 |
+
"tendency": "",
|
130 |
+
"character": [],
|
131 |
+
"anatomy_list": [
|
132 |
+
"口腔粘膜"
|
133 |
+
]
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"core_name": "鳞癌",
|
137 |
+
"tendency": "",
|
138 |
+
"character": [],
|
139 |
+
"anatomy_list": [
|
140 |
+
"口腔"
|
141 |
+
]
|
142 |
+
}
|
143 |
+
]
|
144 |
+
}
|
145 |
+
]
|
国际疾病分类ICD-10北京临床版v601.xlsx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00f6040c608ae908e0310f44a9d49d436cb4b69f4d8a52ddb12fc9a4e85166a1
|
3 |
+
size 1472320
|