mrzjy commited on
Commit
a796342
1 Parent(s): 005338f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -22,7 +22,13 @@ size_categories:
22
 
23
  由于是通过 AI pipeline,所以难免存在误差(识别错误等),但此数据质量依旧还算尚可
24
 
25
- ## Example
 
 
 
 
 
 
26
 
27
  ```
28
  {"chapter": "主线32世界的止境-03", "chapter_id": 138, "utter_id": "138-22", "type": "dialogue", "role": "幽兰黛尔", "content": "倒也不能掉以轻心。对于将世界泡重新连回「虚数的末梢」这一行为来说,真正的关键在于锚点本身的稳定性。这和空间上的远近不完全是一回事。"}
@@ -35,6 +41,27 @@ size_categories:
35
  {"chapter": "主线32世界的止境-03", "chapter_id": 138, "utter_id": "138-29", "type": "dialogue", "role": "琪亚娜", "content": "博士完全没有提到这一点啊。"}
36
  ```
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ## Top Speaking Roles
39
  ```
40
  # role count
 
22
 
23
  由于是通过 AI pipeline,所以难免存在误差(识别错误等),但此数据质量依旧还算尚可
24
 
25
+ ## Example 1 (Good Case)
26
+
27
+ - Image
28
+
29
+ ![frame_129.jpg](img%2Fframe_129.jpg)
30
+
31
+ - Parsed Result
32
 
33
  ```
34
  {"chapter": "主线32世界的止境-03", "chapter_id": 138, "utter_id": "138-22", "type": "dialogue", "role": "幽兰黛尔", "content": "倒也不能掉以轻心。对于将世界泡重新连回「虚数的末梢」这一行为来说,真正的关键在于锚点本身的稳定性。这和空间上的远近不完全是一回事。"}
 
41
  {"chapter": "主线32世界的止境-03", "chapter_id": 138, "utter_id": "138-29", "type": "dialogue", "role": "琪亚娜", "content": "博士完全没有提到这一点啊。"}
42
  ```
43
 
44
+ ## Example 2 (Bad Case)
45
+
46
+ - Image
47
+
48
+ ![frame_130.jpg](img%2Fframe_130.jpg)
49
+
50
+ - Parsed Result
51
+
52
+ ```
53
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-145", "type": "dialogue", "role": "爱酱", "content": "这里怎么还会有防空炮啊!"}
54
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-146", "type": "dialogue", "role": "爱酱", "content": "等我的骇入权限高了再来收拾你们!"}
55
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-147", "type": "narration", "role": "narration", "content": "剧情战场会议调查空港的中心区域[0/1]破坏生成装置"}
56
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-148", "type": "dialogue", "role": "无量塔姬子", "content": "防御系统已经解除,我们暂时安全了。但还是不知道琪亚娜在哪里。"}
57
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-149", "type": "dialogue", "role": "德丽莎", "content": "给逆的两位博士一点时间,她们侵入了空港的系统寻找线索。"}
58
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-150", "type": "dialogue", "role": "德丽莎女士", "content": "我有一个提案。"}
59
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-151", "type": "dialogue", "role": "德丽莎", "content": "你想说天父吧?爱因斯坦,你能启动它吗?"}
60
+ {"chapter": "开放世界-天命总部 第1章(2.3活动)(时间线-主线7攻占第三空港后)", "chapter_id": 12, "utter_id": "12-152", "type": "dialogue", "role": "德丽莎", "content": "并不能完全启动。"}
61
+ ```
62
+
63
+ You can see that sometimes the role names are not consistent (e.g., 德丽莎女士 v.s. 德丽莎), and there are possibly OCR errors (e.g., "给逆的两位博士" should actually be "给逆熵的两位博士").
64
+
65
  ## Top Speaking Roles
66
  ```
67
  # role count