real-jiakai commited on
Commit
118ef23
·
verified ·
1 Parent(s): 724dea9

v2: add English originals; LLM-review and correct all translations; recover examples dropped by original ChineseSquad; add audit logs

Browse files
.gitattributes CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ corrections/train.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,16 +1,18 @@
1
  ---
2
  annotations_creators:
3
  - machine-translated
 
4
  language_creators:
5
  - machine-translated
6
  language:
7
  - zh
 
8
  license:
9
  - cc-by-sa-4.0
10
  multilinguality:
11
- - monolingual
12
  size_categories:
13
- - 10K<n<100K
14
  source_datasets:
15
  - squad_v2
16
  task_categories:
@@ -18,128 +20,199 @@ task_categories:
18
  task_ids:
19
  - open-domain-qa
20
  - extractive-qa
21
- pretty_name: Chinese SQuAD 2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
- # Dataset Card for Chinese SQuAD 2.0
25
 
26
  ## Dataset Description
27
 
28
- ### Dataset Summary
29
-
30
- This is a Chinese translation of the SQuAD 2.0 dataset, translated from the original English version. Like SQuAD 2.0, it contains both answerable and unanswerable questions. The dataset is designed for Chinese reading comprehension and question answering tasks.
31
-
32
- Source: [ChineseSquad](https://github.com/junzeng-pluto/ChineseSquad)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ### Dataset Structure
35
 
36
- The dataset is stored in Parquet format and contains the following fields:
37
-
38
  ```python
39
  {
40
- 'id': string,
41
- 'title': string,
42
- 'context': string,
43
- 'question': string,
44
- 'answers': {
45
- 'text': List[string],
46
- 'answer_start': List[int]
47
- }
 
 
 
48
  }
49
  ```
50
 
 
 
 
 
51
  ### Data Splits
52
 
53
- | Split | Total Examples | Answerable | Unanswerable |
54
- |------------|---------------|------------|--------------|
55
- | train | 90,027 | 46,529 | 43,498 |
56
- | validation | 9,936 | 3,991 | 5,945 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  ### Usage
59
 
60
  ```python
61
  from datasets import load_dataset
62
 
63
- # Load from Hugging Face Hub
64
  dataset = load_dataset("real-jiakai/chinese-squadv2")
65
 
66
- # Example usage
67
  example = dataset['train'][0]
68
- print(f"Question: {example['question']}")
69
- print(f"Context: {example['context']}")
70
- print(f"Answer: {example['answers']['text']}")
71
- ```
72
 
73
- Example output:
74
-
75
- ```python
76
- Question: 碧昂丝在成长过程中,在哪些领域竞争?
77
- Context: 碧昂丝·吉赛尔·诺尔斯·卡特(生于1981年9月4日)是美国歌手、作曲家、唱片制作人和女演员。她在得克萨斯州休斯顿出生长大,小时候参加过各种歌舞比赛,上世纪90年代末以R&B女团“命运之子”的主唱而声名鹊起。由她父亲马修·诺尔斯(Mathew Knowles)管理的这个集团,一直以来都是世界上最畅销的女孩集团之一。暂停期间,碧昂丝发行了首张专辑《恋爱中的危险》(2003),确立了她作为全球独唱艺术家的地位,获得了五项格莱美奖,并在广告牌上热播100首单曲《疯狂恋爱》和《小男孩》。
78
- Answer: ['歌舞']
79
  ```
80
 
81
  ### Citation
82
 
83
- If you use this dataset, please cite both the original SQuAD 2.0 paper and the Chinese translation:
 
84
 
85
  ```bibtex
86
  @inproceedings{rajpurkar-etal-2018-know,
87
  title = "Know What You Don{'}t Know: Unanswerable Questions for {SQ}u{AD}",
88
- author = "Rajpurkar, Pranav and
89
- Jia, Robin and
90
- Liang, Percy",
91
- editor = "Gurevych, Iryna and
92
- Miyao, Yusuke",
93
  booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
94
- month = jul,
95
  year = "2018",
96
- address = "Melbourne, Australia",
97
- publisher = "Association for Computational Linguistics",
98
  url = "https://aclanthology.org/P18-2124",
99
  doi = "10.18653/v1/P18-2124",
100
- pages = "784--789",
101
- eprint={1806.03822},
102
- archivePrefix={arXiv},
103
- primaryClass={cs.CL}
104
  }
105
 
106
  @inproceedings{rajpurkar-etal-2016-squad,
107
  title = "{SQ}u{AD}: 100,000+ Questions for Machine Comprehension of Text",
108
- author = "Rajpurkar, Pranav and
109
- Zhang, Jian and
110
- Lopyrev, Konstantin and
111
- Liang, Percy",
112
- editor = "Su, Jian and
113
- Duh, Kevin and
114
- Carreras, Xavier",
115
  booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
116
- month = nov,
117
  year = "2016",
118
- address = "Austin, Texas",
119
- publisher = "Association for Computational Linguistics",
120
  url = "https://aclanthology.org/D16-1264",
121
  doi = "10.18653/v1/D16-1264",
122
- pages = "2383--2392",
123
- eprint={1606.05250},
124
- archivePrefix={arXiv},
125
- primaryClass={cs.CL},
126
  }
127
 
128
  @misc{ChineseSquad,
129
  title = "ChineseSquad",
130
  author = "junzeng-pluto",
131
- url = "https://github.com/junzeng-pluto/ChineseSquad",
132
  }
133
  ```
134
 
135
  ### License
136
 
137
- This dataset is licensed under CC BY-SA 4.0, following the original SQuAD 2.0 license.
138
 
139
- ### Limitations and Bias
140
 
141
- - Current version contains ~100k examples, which is less than the original SQuAD 2.0
142
- - As a machine-translated dataset, some nuances from the original English text might be lost or altered
143
- - The answer spans are machine-aligned after translation, which might introduce some noise
144
- - The dataset inherits any biases present in the original SQuAD 2.0 dataset
145
- - Translation quality may vary across different examples
 
 
 
 
1
  ---
2
  annotations_creators:
3
  - machine-translated
4
+ - machine-generated
5
  language_creators:
6
  - machine-translated
7
  language:
8
  - zh
9
+ - en
10
  license:
11
  - cc-by-sa-4.0
12
  multilinguality:
13
+ - translation
14
  size_categories:
15
+ - 100K<n<1M
16
  source_datasets:
17
  - squad_v2
18
  task_categories:
 
20
  task_ids:
21
  - open-domain-qa
22
  - extractive-qa
23
+ pretty_name: Chinese SQuAD 2.0 (revised, with English originals)
24
+ dataset_info:
25
+ config_name: chinese_squadv2
26
+ features:
27
+ - name: id
28
+ dtype: string
29
+ - name: title
30
+ dtype: string
31
+ - name: context
32
+ dtype: string
33
+ - name: question
34
+ dtype: string
35
+ - name: answers
36
+ struct:
37
+ - name: text
38
+ sequence: string
39
+ - name: answer_start
40
+ sequence: int64
41
+ - name: title_en
42
+ dtype: string
43
+ - name: context_en
44
+ dtype: string
45
+ - name: question_en
46
+ dtype: string
47
+ - name: answers_en
48
+ struct:
49
+ - name: text
50
+ sequence: string
51
+ - name: answer_start
52
+ sequence: int64
53
+ - name: is_impossible
54
+ dtype: bool
55
+ - name: translation_source
56
+ dtype: string
57
+ splits:
58
+ - name: train
59
+ num_examples: 130162
60
+ - name: validation
61
+ num_examples: 11856
62
+ configs:
63
+ - config_name: default
64
+ data_files:
65
+ - split: train
66
+ path: data/train-*
67
+ - split: validation
68
+ path: data/validation-*
69
  ---
70
 
71
+ # Dataset Card for Chinese SQuAD 2.0 (revised, bilingual)
72
 
73
  ## Dataset Description
74
 
75
+ This is a revised and extended version of the Chinese translation of SQuAD 2.0,
76
+ originally machine-translated by
77
+ [ChineseSquad](https://github.com/junzeng-pluto/ChineseSquad). Like SQuAD 2.0 it
78
+ contains both answerable and unanswerable questions and is designed for Chinese
79
+ extractive reading comprehension / question answering.
80
+
81
+ Compared with the previous release of `chinese-squadv2`, this version:
82
+
83
+ 1. **Adds the original English SQuAD 2.0 fields** (`title_en`, `context_en`,
84
+ `question_en`, `answers_en`, `is_impossible`), aligned to every example by the
85
+ original SQuAD id. For the validation split, `answers_en` restores **all**
86
+ human reference answers from the official dev set (deduplicated), not just one.
87
+ 2. **Reviews and corrects the Chinese machine translation** of all
88
+ 99,963 pre-existing examples. Every unique paragraph
89
+ together with its questions and answers was checked against the English original
90
+ by LLMs (grok-3-mini-fast: 9,797 paragraph groups, gemini-3-flash: 9,731,
91
+ qwen3.6-flash: 3, kimi-k2: 1) with a constrained-correction protocol:
92
+ corrections were accepted only if every Chinese answer remains a verbatim
93
+ substring of the (possibly corrected) Chinese context, and `answer_start`
94
+ offsets were recomputed programmatically. Typical fixed errors: mistranslated
95
+ terminology (e.g. 教会-图灵论点 -> 丘奇-图灵论题, 胶带 -> 纸带),
96
+ wrong senses (维多利亚时代 -> 维多利亚州), untranslated fragments (张R -> 张柔),
97
+ and garbled sentences.
98
+ 3. **Recovers 42,055 of the 42,229 examples that the
99
+ original ChineseSquad project dropped** (answerable questions whose answer spans
100
+ could not be aligned after 2019-era machine translation). They were re-translated
101
+ with the same LLM pool under the same substring constraint: where the paragraph
102
+ already had a (corrected) Chinese context, only the question and answer span were
103
+ translated against that fixed context; 174
104
+ examples whose answers still could not be aligned remain excluded and are listed
105
+ in `corrections/unrecovered_*.jsonl`.
106
+ 4. **Ships a full audit log** (`corrections/`) listing every changed example with
107
+ old/new text and the model that produced it, so all edits can be reviewed.
108
 
109
  ### Dataset Structure
110
 
 
 
111
  ```python
112
  {
113
+ 'id': string, # original SQuAD 2.0 id
114
+ 'title': string, # Chinese article title
115
+ 'context': string, # Chinese paragraph (revised)
116
+ 'question': string, # Chinese question (revised)
117
+ 'answers': {'text': List[string], 'answer_start': List[int]}, # in Chinese context
118
+ 'title_en': string, # original English title
119
+ 'context_en': string, # original English paragraph
120
+ 'question_en': string, # original English question
121
+ 'answers_en': {'text': List[string], 'answer_start': List[int]}, # in English context
122
+ 'is_impossible': bool, # True = unanswerable (both answers lists empty)
123
+ 'translation_source': string, # 'chinesesquad-revised' | 'llm-recovered'
124
  }
125
  ```
126
 
127
+ Unanswerable questions have empty `answers` / `answers_en` lists, consistent with
128
+ the `squad_v2` convention. Rows are ordered following the official English
129
+ SQuAD 2.0 file order.
130
+
131
  ### Data Splits
132
 
133
+ | Split | Examples | Answerable | Unanswerable | of which recovered | Unique paragraphs |
134
+ |------------|----------|------------|--------------|--------------------|-------------------|
135
+ | train | 130,162 | 86,664 | 43,498 | 40,135 | 19,029 |
136
+ | validation | 11,856 | 5,911 | 5,945 | 1,920 | 1,204 |
137
+
138
+ Coverage vs the official English SQuAD 2.0: 130,162/130,319 train and
139
+ 11,856/11,873 dev examples (157 + 17
140
+ examples could not be recovered; see `corrections/unrecovered_*.jsonl`).
141
+ All ids map 1:1 into the official English SQuAD 2.0.
142
+
143
+ ### Revision statistics (pre-existing examples)
144
+
145
+ | Split | Examples changed | Context revised | Question revised | Answer text revised | Verified unchanged |
146
+ |-------|------------------|-----------------|------------------|---------------------|--------------------|
147
+ | train | 76,791 | 72,984 | 25,055 | 2,515 | 13,236 |
148
+ | validation | 8,846 | 8,480 | 3,005 | 310 | 1,090 |
149
+
150
+ `answer_start` offsets were recomputed for every example whose context changed.
151
+ All 19,532 unique paragraph groups were successfully reviewed; no example was left
152
+ unverified in this release. The span invariant (every Chinese answer appears
153
+ verbatim at its `answer_start` in its Chinese context) holds for 100% of examples.
154
 
155
  ### Usage
156
 
157
  ```python
158
  from datasets import load_dataset
159
 
 
160
  dataset = load_dataset("real-jiakai/chinese-squadv2")
161
 
 
162
  example = dataset['train'][0]
163
+ print(example['question']) # Chinese question
164
+ print(example['question_en']) # original English question
165
+ print(example['answers']) # answer span in the Chinese context
166
+ print(example['answers_en']) # answer span(s) in the English context
167
 
168
+ # only the original (revised) ChineseSquad subset:
169
+ subset = dataset.filter(lambda e: e['translation_source'] == 'chinesesquad-revised')
 
 
 
 
170
  ```
171
 
172
  ### Citation
173
 
174
+ If you use this dataset, please cite the original SQuAD papers and the Chinese
175
+ translation project:
176
 
177
  ```bibtex
178
  @inproceedings{rajpurkar-etal-2018-know,
179
  title = "Know What You Don{'}t Know: Unanswerable Questions for {SQ}u{AD}",
180
+ author = "Rajpurkar, Pranav and Jia, Robin and Liang, Percy",
 
 
 
 
181
  booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
 
182
  year = "2018",
 
 
183
  url = "https://aclanthology.org/P18-2124",
184
  doi = "10.18653/v1/P18-2124",
185
+ pages = "784--789"
 
 
 
186
  }
187
 
188
  @inproceedings{rajpurkar-etal-2016-squad,
189
  title = "{SQ}u{AD}: 100,000+ Questions for Machine Comprehension of Text",
190
+ author = "Rajpurkar, Pranav and Zhang, Jian and Lopyrev, Konstantin and Liang, Percy",
 
 
 
 
 
 
191
  booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
 
192
  year = "2016",
 
 
193
  url = "https://aclanthology.org/D16-1264",
194
  doi = "10.18653/v1/D16-1264",
195
+ pages = "2383--2392"
 
 
 
196
  }
197
 
198
  @misc{ChineseSquad,
199
  title = "ChineseSquad",
200
  author = "junzeng-pluto",
201
+ url = "https://github.com/junzeng-pluto/ChineseSquad"
202
  }
203
  ```
204
 
205
  ### License
206
 
207
+ CC BY-SA 4.0, following the original SQuAD 2.0 license.
208
 
209
+ ### Limitations
210
 
211
+ - Translations were machine-produced and machine-reviewed; residual errors are
212
+ possible. The audit log allows targeted human review.
213
+ - 174 examples of the official SQuAD 2.0 could
214
+ not be aligned and remain excluded (`corrections/unrecovered_*.jsonl`).
215
+ - The Chinese `answers` field keeps a single reference answer per answerable
216
+ question (the English `answers_en` field carries all references for validation).
217
+ - Recovered examples (`translation_source == 'llm-recovered'`) were translated by
218
+ LLMs in 2026 and did not go through the original ChineseSquad pipeline.
corrections/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1086aa1ee1f0984e4f34557acc45fea02a14cfa2a9a33c2622980dc6ed3ef586
3
+ size 19696155
corrections/unrecovered_train.jsonl ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "56cddf9e62d2951400fa6937", "gid": "cc8b2adadc6ffd38", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
2
+ {"id": "56dfc5307aa994140058e187", "gid": "d57498a48a838c62", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
3
+ {"id": "56f827e6aef2371900625e59", "gid": "f2cc2c2378b8fc36", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
4
+ {"id": "56d3772859d6e41400146497", "gid": "a9b039a90806c08e", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
5
+ {"id": "56d36d2859d6e4140014636a", "gid": "b6fac1bf89b07b51", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
6
+ {"id": "5728d27cff5b5019007da76a", "gid": "91897d37f3e1eb3b", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
7
+ {"id": "5728ba1f2ca10214002da695", "gid": "67a17c99e031bbea", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
8
+ {"id": "57299cb33f37b319004784f7", "gid": "1ce716e3e118616d", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
9
+ {"id": "56e798c537bdd419002c41e0", "gid": "c69a0725e121de22", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
10
+ {"id": "56e7b45837bdd419002c43ab", "gid": "8eb10faf06407379", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
11
+ {"id": "572fab15b2c2fd14005682f5", "gid": "b4b2260ee206329e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
12
+ {"id": "572fde9204bcaa1900d76e05", "gid": "0f31b47839e76299", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
13
+ {"id": "56de7296cffd8e1900b4b91e", "gid": "fdbe2f51cdfdceaa", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
14
+ {"id": "571a5c1e4faf5e1900b8a971", "gid": "7a49808b826e04b7", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
15
+ {"id": "57280b532ca10214002d9c7d", "gid": "d3f6dbedf66264a4", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
16
+ {"id": "57195a23010c361400c56d90", "gid": "a0be72976a0e154c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
17
+ {"id": "571a862710f8ca14003050d6", "gid": "a0be72976a0e154c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
18
+ {"id": "56e106b3e3433e1400422af0", "gid": "c6707a908d82dc02", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
19
+ {"id": "5731339ae6313a140071cd0e", "gid": "24debca71673236c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
20
+ {"id": "573118d705b4da19006bcd9a", "gid": "77b1c258f743dc3c", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
21
+ {"id": "5706d7962eaba6190074ad31", "gid": "6774ed3ae03bbec4", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
22
+ {"id": "5706a5bc75f01819005e7cc3", "gid": "bd752caa0513b649", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
23
+ {"id": "5731df190fdd8d15006c65d5", "gid": "7e017e7c98ed80e0", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
24
+ {"id": "56d24773b329da140004ecd4", "gid": "0f6cd85e5639cdf9", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
25
+ {"id": "56dde48b9a695914005b966c", "gid": "71c62afadecf84dc", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
26
+ {"id": "5726d89c708984140094d34d", "gid": "35839ad1c3480f7e", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
27
+ {"id": "56e13c8acd28a01900c676dd", "gid": "18111f1836602b82", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
28
+ {"id": "56e1edbee3433e1400423209", "gid": "a2190ca3347c0cc0", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
29
+ {"id": "56e1edbee3433e140042320a", "gid": "a2190ca3347c0cc0", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
30
+ {"id": "57071b4090286e26004fc91b", "gid": "57bed38e8a4548e4", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
31
+ {"id": "5726e667f1498d1400e8ef58", "gid": "137c79bf46f48c4d", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
32
+ {"id": "5726193589a1e219009ac254", "gid": "a0524537cce60845", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
33
+ {"id": "57261a5189a1e219009ac265", "gid": "9800dd0431f450a8", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
34
+ {"id": "572e8093cb0c0d14000f11f5", "gid": "e75d7ce46cf4719e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
35
+ {"id": "572b928534ae481900deaea1", "gid": "7c8aac173c6d2d79", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
36
+ {"id": "572ba75ff75d5e190021fe6e", "gid": "768cc98e52a33f8f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
37
+ {"id": "572fb6f904bcaa1900d76c27", "gid": "178c8285d637174e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
38
+ {"id": "572fae08a23a5019007fc879", "gid": "1619e371f72d3d82", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
39
+ {"id": "57264c445951b619008f6f44", "gid": "cf5fed3723e64713", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
40
+ {"id": "56e83bdf37bdd419002c44be", "gid": "4678127a91a17bc0", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
41
+ {"id": "570cee7ffed7b91900d45afe", "gid": "554e42efbcd57723", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
42
+ {"id": "57278722dd62a815002e9f92", "gid": "5b29ea57514036d8", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
43
+ {"id": "573241140fdd8d15006c688d", "gid": "f7d0d4aa00961fad", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
44
+ {"id": "573241140fdd8d15006c688e", "gid": "f7d0d4aa00961fad", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
45
+ {"id": "573273bfe17f3d1400422997", "gid": "56a3e2a89d09cfb7", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
46
+ {"id": "572655495951b619008f6ff3", "gid": "9d7f8bae1ac07210", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
47
+ {"id": "5726b10af1498d1400e8e795", "gid": "59384633bed96a5e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
48
+ {"id": "570fb86780d9841400ab3657", "gid": "7c0db9607f13292e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
49
+ {"id": "572eb435cb0c0d14000f1490", "gid": "f1f81ce23a830f86", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
50
+ {"id": "57281ba43acd2414000df4b0", "gid": "990474c8dead1a39", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
51
+ {"id": "5727862f5951b619008f8c53", "gid": "a5470b460b609ffa", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
52
+ {"id": "57273164708984140094dac9", "gid": "d4e29557ff6309bf", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
53
+ {"id": "5728442e2ca10214002da203", "gid": "aa2d9030bc0fe10e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
54
+ {"id": "5733399bd058e614000b5798", "gid": "0be9d42182ecd940", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
55
+ {"id": "573337db4776f41900660799", "gid": "fcd4837e3b7af076", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
56
+ {"id": "572653d0708984140094c289", "gid": "6e8b4a4d12c7ffa4", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
57
+ {"id": "570d567ffed7b91900d45ec3", "gid": "f3ad7b8c365ac7ae", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
58
+ {"id": "572f3442b2c2fd1400567f83", "gid": "7c2c775baa8a1f8d", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
59
+ {"id": "5727ea812ca10214002d99a6", "gid": "6c19fe50f97428d9", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
60
+ {"id": "5727ea812ca10214002d99a9", "gid": "6c19fe50f97428d9", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
61
+ {"id": "56f8dbb99e9bad19000a060a", "gid": "2dfed313f043a0b4", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
62
+ {"id": "56f8b7f99e9bad19000a0395", "gid": "277da4cbe58746bd", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
63
+ {"id": "56f8b2ec9b226e1400dd0e4f", "gid": "d5a3a8d5b537910f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
64
+ {"id": "5733ce494776f4190066129c", "gid": "62bb3ccc3b9bdb39", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
65
+ {"id": "572953ee1d046914007792a9", "gid": "eb537e84edf09e59", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
66
+ {"id": "572bfa9ef182dd1900d7c7a3", "gid": "0e0580792e90865e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
67
+ {"id": "572838bcff5b5019007d9f6d", "gid": "fbcf8ee03f8ba06f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
68
+ {"id": "5726a63c5951b619008f790d", "gid": "24a9c207c96fa60f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
69
+ {"id": "573113f5e6313a140071cbfe", "gid": "d5d7c16f8b93b6fb", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
70
+ {"id": "57267a75dd62a815002e8684", "gid": "272a823e014078d0", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
71
+ {"id": "572fba31947a6a140053cbf1", "gid": "1adeeedd0362b425", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
72
+ {"id": "56f8e26d9e9bad19000a0691", "gid": "a5820da66cdd4140", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
73
+ {"id": "572f79b4a23a5019007fc66d", "gid": "37a0948c6b4ca490", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
74
+ {"id": "570a0f2e6d058f1900182c91", "gid": "7503f686a4698bd0", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
75
+ {"id": "5726298fec44d21400f3db09", "gid": "e4eac7ac490f92ac", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
76
+ {"id": "5725b74c271a42140099d088", "gid": "1ee5bf6ba66a02b9", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
77
+ {"id": "5725cc0e89a1e219009abee5", "gid": "721aeb219ffd29fa", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
78
+ {"id": "57261cc4271a42140099d48f", "gid": "9d0a5f0aa9f5da8c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
79
+ {"id": "572876804b864d1900164a0c", "gid": "1b9b263d2dab6f6f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
80
+ {"id": "57289abd2ca10214002da4b8", "gid": "568a8fe6cb8e3766", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
81
+ {"id": "572888753acd2414000dfaac", "gid": "2a8dd2e386b9e680", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
82
+ {"id": "5727026e5951b619008f848a", "gid": "2054d44dfea19a23", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
83
+ {"id": "572703e65951b619008f849f", "gid": "f9279a4a44c21bdf", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
84
+ {"id": "5732840c06a3a419008acab8", "gid": "0d1a40c0db705743", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
85
+ {"id": "57345f9c879d6814001ca57d", "gid": "1ba30194b8f5809a", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
86
+ {"id": "56cc57466d243a140015ef24", "gid": "615e28fda0066144", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
87
+ {"id": "570802f39e06ca38007e94f8", "gid": "13e9bd361bcfd83c", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
88
+ {"id": "5730af4a069b53140083224e", "gid": "110e6a58021946db", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
89
+ {"id": "5731716b05b4da19006bd192", "gid": "93876ce3588f48bb", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
90
+ {"id": "57342435d058e614000b69e8", "gid": "2a5c954be153cb0a", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
91
+ {"id": "5725cadc38643c19005acd0f", "gid": "2bcc1823673f3526", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
92
+ {"id": "5725b39bb80e561500fa6f46", "gid": "e25b603da1331b6d", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
93
+ {"id": "57326693b9d445190005eae8", "gid": "6408fff314a2edca", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
94
+ {"id": "56d109f317492d1400aab7cd", "gid": "dc85d8d3fb66381e", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
95
+ {"id": "5735ac9bdc94161900571f0e", "gid": "73db446f7ff43357", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
96
+ {"id": "57276c8df1498d1400e8f7bb", "gid": "84381a2eccfdd711", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
97
+ {"id": "5730c3e8f6cb411900e24475", "gid": "10956b5d4a524391", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
98
+ {"id": "56df9fbe38dc421700152115", "gid": "4917755e143286f5", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
99
+ {"id": "56df9d3c4a1a83140091eb92", "gid": "e0839ba3c5f11cbb", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
100
+ {"id": "56df95d44a1a83140091eb81", "gid": "03cd3235eb4f13bd", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
101
+ {"id": "56df865956340a1900b29ceb", "gid": "351da5763cf0baa6", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
102
+ {"id": "5726ca9b5951b619008f7e3f", "gid": "9c55051d333f63a7", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
103
+ {"id": "5726d6ef708984140094d2fe", "gid": "26d57290b8c180d8", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
104
+ {"id": "5726bf215951b619008f7cf5", "gid": "3a2bbd0f50a8c685", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
105
+ {"id": "57267044dd62a815002e84d5", "gid": "9b3b65768f9cd6a8", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
106
+ {"id": "56de9609cffd8e1900b4ba0b", "gid": "c5120c166fdd2615", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
107
+ {"id": "5726cb515951b619008f7e4f", "gid": "3d8edf332f3fdab9", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
108
+ {"id": "572f47a7a23a5019007fc4fb", "gid": "5acc0ec77e452c35", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
109
+ {"id": "573171d105b4da19006bd19e", "gid": "d30616491024428c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
110
+ {"id": "57317eb2e6313a140071cfc4", "gid": "119d76f0df23c97c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
111
+ {"id": "571df107b64a571400c71e15", "gid": "36b2eff90c974b34", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
112
+ {"id": "57268e59708984140094c9f9", "gid": "503f17b00dce5968", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
113
+ {"id": "56e7a01d37bdd419002c4284", "gid": "18ca553157652955", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
114
+ {"id": "56e7997100c9c71400d7735b", "gid": "51d492bd980535e8", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
115
+ {"id": "5726e7bff1498d1400e8ef7c", "gid": "5c29a66912ee5483", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
116
+ {"id": "572983b13f37b3190047846a", "gid": "1a84476c941a9ed0", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
117
+ {"id": "56ce31baaab44d1400b8853b", "gid": "c38d09d477ed54b8", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
118
+ {"id": "572765a95951b619008f896d", "gid": "81785f834ba3f11d", "mode": "B", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
119
+ {"id": "5727839a5951b619008f8be5", "gid": "f5b47f2c93b2e70d", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
120
+ {"id": "57097eaced30961900e84219", "gid": "aae825a93eba1e18", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
121
+ {"id": "571cf8175efbb31900334e65", "gid": "30e3957ae6d32ad8", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
122
+ {"id": "56fc2fec2603e71400409ffe", "gid": "7d8f4cbbc3479c23", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
123
+ {"id": "56df81eb5ca0a614008f9bbe", "gid": "cc19c4b4f1460d6b", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
124
+ {"id": "5726f6ecf1498d1400e8f126", "gid": "23fd6aa3eb903d07", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
125
+ {"id": "57333e3fd058e614000b57b6", "gid": "e61eb6ac17f8bc99", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
126
+ {"id": "5733429d4776f419006607cc", "gid": "6cdf5f62c49c8491", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
127
+ {"id": "572edc2edfa6aa1500f8d478", "gid": "856d8c3898bb167f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
128
+ {"id": "5733ec05d058e614000b65e3", "gid": "0ee2d3ce6c2fa7cc", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
129
+ {"id": "572ed1eec246551400ce46ec", "gid": "61c967cd85ec9a81", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
130
+ {"id": "57314ebde6313a140071ce03", "gid": "b411f1261919002c", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
131
+ {"id": "5731ab21b9d445190005e450", "gid": "c25ecea879bb4a7b", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
132
+ {"id": "57345641acc1501500babe05", "gid": "45da147b9f765cc4", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
133
+ {"id": "57301640b2c2fd1400568834", "gid": "31d945472039f18d", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
134
+ {"id": "57336c1cd058e614000b5ac2", "gid": "c5192fc5c1615581", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
135
+ {"id": "56e03aed7aa994140058e3de", "gid": "8b5f3019cb495f2e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
136
+ {"id": "571a18824faf5e1900b8a8a1", "gid": "39b733dfce977803", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
137
+ {"id": "5731cae1b9d445190005e566", "gid": "4fb2759e261a37e9", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
138
+ {"id": "56f7302e711bf01900a44a4b", "gid": "e4a27746a7bd1952", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
139
+ {"id": "56cf5b91aab44d1400b8910d", "gid": "f3f89a63223d5638", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
140
+ {"id": "57336314d058e614000b59cc", "gid": "ea807329343e143e", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
141
+ {"id": "5727eec64b864d190016404e", "gid": "5f8ce272e10caad5", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
142
+ {"id": "5727bb6e3acd2414000dead6", "gid": "db8170128b95f8a1", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
143
+ {"id": "56ce623aaab44d1400b88723", "gid": "4ad3a5bd00c4be38", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
144
+ {"id": "56f7046d711bf01900a448e2", "gid": "e6bd9389d73ed87a", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
145
+ {"id": "57343812d058e614000b6b38", "gid": "f3c4817833d020bb", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
146
+ {"id": "5730257ea23a5019007fce68", "gid": "b66e961c8abfe7d6", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
147
+ {"id": "57278b76f1498d1400e8fb88", "gid": "7e4b113cd8a36459", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
148
+ {"id": "5730cc66b54a4f140068cc70", "gid": "cbeeef209b5c4915", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
149
+ {"id": "571aa35110f8ca140030521a", "gid": "4672e27437d3ea58", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
150
+ {"id": "5727e7e12ca10214002d992e", "gid": "1cc9b863389736ae", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
151
+ {"id": "57296b6f1d046914007793fa", "gid": "b17c97ef4a206c58", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
152
+ {"id": "56e1604bcd28a01900c67833", "gid": "7557771db30c916b", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
153
+ {"id": "56e16233e3433e1400422e3d", "gid": "d94263d54f24e384", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
154
+ {"id": "573382a14776f41900660c2d", "gid": "f75df91a35a93f9b", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
155
+ {"id": "572ece9bcb0c0d14000f15ad", "gid": "034e97751730c095", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
156
+ {"id": "5726f9485951b619008f83db", "gid": "12ed673edceb628f", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
157
+ {"id": "56f992a89b226e1400dd15c3", "gid": "86f90e6ac4cd77d8", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
corrections/unrecovered_validation.jsonl ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "5726581fdd62a815002e823c", "gid": "b5635abdb7f25d8d", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
2
+ {"id": "5728ebcb3acd2414000e01dd", "gid": "3f6238c87d91feaa", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
3
+ {"id": "5729d36b1d0469140077960b", "gid": "e66756b693285dd7", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
4
+ {"id": "5725d183271a42140099d240", "gid": "bef320ab8f03bd2f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
5
+ {"id": "57107a3ea58dae1900cd69df", "gid": "c4ea3d5b39626dd1", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
6
+ {"id": "5730bb522461fd1900a9d015", "gid": "4563ee601dc4d3ec", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
7
+ {"id": "573092088ab72b1400f9c597", "gid": "ea9f098248cd7172", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
8
+ {"id": "57294209af94a219006aa203", "gid": "4e9c673900c673ca", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
9
+ {"id": "571c8198dd7acb1400e4c0d2", "gid": "cb7da2373be4a7f6", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
10
+ {"id": "571cd11add7acb1400e4c171", "gid": "14f9cd1e1bc20f48", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
11
+ {"id": "571cd11add7acb1400e4c172", "gid": "14f9cd1e1bc20f48", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
12
+ {"id": "5726e179dd62a815002e93ae", "gid": "6b7dcfe44d2441da", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
13
+ {"id": "57297547af94a219006aa45e", "gid": "5e7ebf2d184e3a1f", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
14
+ {"id": "571127a5a58dae1900cd6cc6", "gid": "537fd13e556c75bc", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
15
+ {"id": "571127a5a58dae1900cd6cc7", "gid": "537fd13e556c75bc", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
16
+ {"id": "571127a5a58dae1900cd6cc8", "gid": "537fd13e556c75bc", "mode": "A", "reason": "answer_not_alignable", "model": "grok-3-mini-fast"}
17
+ {"id": "57287e512ca10214002da3fc", "gid": "9237fb7f9e33450d", "mode": "A", "reason": "answer_not_alignable", "model": "gemini-3-flash"}
corrections/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d102be77daed7f7cbff091bdbefd5716b383efd976048284d1a37d4e8d8d3253
3
- size 14874843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c575af699c291d3dedd57b41f349836389d31f6869c47e72040f9a8f8fdae9b7
3
+ size 38503943
data/validation-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49bcdd1c3673665edc530571db8b5156921760fe1646e0e354c5c6683a6703d7
3
- size 971092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c74c4f811ba6f4e40a69424e40d070bf4773e26f5a006a64993a61aae4984abc
3
+ size 2206673
dataset_info.json CHANGED
@@ -1,24 +1,75 @@
1
  {
2
  "config_name": "chinese_squadv2",
3
  "features": {
4
- "id": {"dtype": "string", "_type": "Value"},
5
- "title": {"dtype": "string", "_type": "Value"},
6
- "context": {"dtype": "string", "_type": "Value"},
7
- "question": {"dtype": "string", "_type": "Value"},
 
 
 
 
 
 
 
 
 
 
 
 
8
  "answers": {
9
  "feature": {
10
- "text": {"dtype": "string", "_type": "Sequence"},
11
- "answer_start": {"dtype": "int32", "_type": "Sequence"}
 
 
 
 
 
 
12
  },
13
  "_type": "Struct"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
15
  },
16
  "splits": {
17
  "train": {
18
- "num_examples": 90027
19
  },
20
  "validation": {
21
- "num_examples": 9936
22
  }
23
  }
24
- }
 
1
  {
2
  "config_name": "chinese_squadv2",
3
  "features": {
4
+ "id": {
5
+ "dtype": "string",
6
+ "_type": "Value"
7
+ },
8
+ "title": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "context": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "question": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
  "answers": {
21
  "feature": {
22
+ "text": {
23
+ "dtype": "string",
24
+ "_type": "Sequence"
25
+ },
26
+ "answer_start": {
27
+ "dtype": "int64",
28
+ "_type": "Sequence"
29
+ }
30
  },
31
  "_type": "Struct"
32
+ },
33
+ "title_en": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "context_en": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "question_en": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "answers_en": {
46
+ "feature": {
47
+ "text": {
48
+ "dtype": "string",
49
+ "_type": "Sequence"
50
+ },
51
+ "answer_start": {
52
+ "dtype": "int64",
53
+ "_type": "Sequence"
54
+ }
55
+ },
56
+ "_type": "Struct"
57
+ },
58
+ "is_impossible": {
59
+ "dtype": "bool",
60
+ "_type": "Value"
61
+ },
62
+ "translation_source": {
63
+ "dtype": "string",
64
+ "_type": "Value"
65
  }
66
  },
67
  "splits": {
68
  "train": {
69
+ "num_examples": 130162
70
  },
71
  "validation": {
72
+ "num_examples": 11856
73
  }
74
  }
75
+ }