Add dataset files and README.
Browse files- CMeEE_dev.json +0 -0
- CMeEE_test.json +0 -0
- CMeEE_train.json +0 -0
- README.txt +11 -0
CMeEE_dev.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
CMeEE_test.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
CMeEE_train.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
README.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1. Mainfest:
|
2 |
+
- CMeEE_train.json: 训练集
|
3 |
+
- CMeEE_dev.json: 验证集
|
4 |
+
- CMeEE_test.json: 测试集, 选手提交的时候需要为每条记录填充"entities"字段,类型为列表。每个识别出来的实体必须包含"start_idx", "end_idx", "type"3个字段。
|
5 |
+
- example_gold.json: 标准答案示例
|
6 |
+
- example_pred.json: 提交结果示例
|
7 |
+
- README.txt: 说明文件
|
8 |
+
|
9 |
+
2. 评估指标以严格Micro-F1值为准
|
10 |
+
|
11 |
+
3. 该任务提交的文件名为:CMeEE_test.json
|