Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- data-use
|
| 5 |
+
- ner
|
| 6 |
+
- validation
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: train.jsonl
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# fcv-validations
|
| 15 |
+
|
| 16 |
+
Luna-judged (`gpt-5.6-luna`) verdicts for FCV data-mention extractions.
|
| 17 |
+
|
| 18 |
+
One row per extracted mention. Fields: `doc_id` (= extraction `corpus_id`),
|
| 19 |
+
`page`, `chunk`, `start`, `end`, `mention_name`, `extractor_specificity`, and the
|
| 20 |
+
judge fields `valid_data_mention` (bool), `specificity`, `typology`, `usage`.
|
| 21 |
+
Rows the judge could not parse carry `judge_error` instead of the judge fields.
|
| 22 |
+
|
| 23 |
+
Configs present (by `doc_id` prefix): `fcv_pads_east_asia`, `jdc_operational`,
|
| 24 |
+
`refugee_pads`, `reliefweb`.
|