iamshnoo commited on
Commit
4cf7c97
·
verified ·
1 Parent(s): 79d17b9

Clarify LocalNewsQA gold release card

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. release_summary.json +2 -1
README.md CHANGED
@@ -17,7 +17,7 @@ LocalNewsQA is an English-news benchmark for localized knowledge disambiguation.
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
 
 
17
  - Explicit rows: 17,000 (1,000 per country)
18
  - Ambiguous rows: 1,700 (100 per country)
19
  - Countries: 17
20
+ - Topic labels: 16, grouped into the 8 topic families used in the paper
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
 
release_summary.json CHANGED
@@ -3,7 +3,8 @@
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,
 
3
  "explicit_rows": 17000,
4
  "ambiguous_rows": 1700,
5
  "countries": 17,
6
+ "topic_labels": 16,
7
+ "paper_topic_families": 8,
8
  "explicit_per_country_min": 1000,
9
  "explicit_per_country_max": 1000,
10
  "ambiguous_per_country_min": 100,