iamshnoo commited on
Commit
79d17b9
·
verified ·
1 Parent(s): 2c6c5ba

Update LocalNewsQA gold split (2026-05-16)

Browse files
README.md CHANGED
@@ -1,61 +1,32 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: question
5
- dtype: string
6
- - name: options
7
- list: string
8
- - name: correct_answer
9
- dtype: string
10
- - name: distractors
11
- list: string
12
- - name: country
13
- dtype: string
14
- - name: continent
15
- dtype: string
16
- - name: topic
17
- dtype: string
18
- - name: year
19
- dtype: int64
20
- - name: ambiguity_flag
21
- dtype: bool
22
- - name: evidence_hint
23
- dtype: string
24
- - name: split_name
25
- dtype: string
26
- - name: split_type
27
- dtype: string
28
- - name: split_family
29
- dtype: string
30
- - name: target_country
31
- dtype: string
32
- - name: contrast_country
33
- dtype: string
34
- - name: target_answer
35
- dtype: string
36
- - name: contrast_answer
37
- dtype: string
38
- - name: generation_shard_year_range
39
- dtype: string
40
- - name: generation_shard_focus
41
- dtype: string
42
- - name: generation_shard_angle
43
- dtype: string
44
- - name: generator_model
45
- dtype: string
46
- - name: generation_custom_id
47
- dtype: string
48
- - name: generation_item_index
49
- dtype: int64
50
- splits:
51
- - name: train
52
- num_bytes: 25570399
53
- num_examples: 35874
54
- download_size: 4892061
55
- dataset_size: 25570399
56
  configs:
57
  - config_name: default
58
  data_files:
59
  - split: train
60
- path: data/train-*
61
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
+ path: data/train-00000-of-00001.parquet
7
  ---
8
+
9
+ # LocalNewsQA
10
+
11
+ LocalNewsQA is an English-news benchmark for localized knowledge disambiguation. This release contains the final gold split used in the ARR May 2026 submission experiments.
12
+
13
+ ## Release
14
+
15
+ - Version: `localnewsqa_gold_20260516`
16
+ - Total rows: 18,700
17
+ - Explicit rows: 17,000 (1,000 per country)
18
+ - Ambiguous rows: 1,700 (100 per country)
19
+ - Countries: 17
20
+ - Topic families: 16
21
+
22
+ The explicit split names the locale in the question. The ambiguous split omits the locale from the question and includes target/contrast metadata with different supported answers. Rows include cached evidence titles/URLs/excerpts when available and split-specific validation status fields.
23
+
24
+ ## Columns
25
+
26
+ Core fields: `id`, `question`, `options`, `correct_answer`, `distractors`, `country`, `continent`, `topic`, `year`, `split_type`, `ambiguity_flag`.
27
+
28
+ Locale fields: `target_country`, `contrast_country`, `target_answer`, `contrast_answer`.
29
+
30
+ Evidence fields: `evidence_hint`, `target_evidence_title`, `target_evidence_url`, `target_evidence_excerpt`, `contrast_evidence_title`, `contrast_evidence_url`, `contrast_evidence_excerpt`, `target_evidence_cached`, `contrast_evidence_cached`.
31
+
32
+ Validation fields: `relation_support_status`, `curation_status`, `source_row_id`, `release_version`.
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e7fd0e359e1cf443028801eec9e5949656b0716c3faf465f70e885f93ad1a1d
3
- size 4892061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203c8d21858d6e7aae48156b39ac0badd62947738944c44ff097abca83788a99
3
+ size 3560925
release_summary.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rows": 18700,
3
+ "explicit_rows": 17000,
4
+ "ambiguous_rows": 1700,
5
+ "countries": 17,
6
+ "topics": 16,
7
+ "explicit_per_country_min": 1000,
8
+ "explicit_per_country_max": 1000,
9
+ "ambiguous_per_country_min": 100,
10
+ "ambiguous_per_country_max": 100
11
+ }