Datasets:
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
data-use
dataset-mention
named-entity-recognition
relation-extraction
text-classification
forced-displacement
License:
FCV data-use paper corpus (6 configs)
Browse files- README.md +8 -14
- extraction/test.jsonl +0 -0
- extraction/train.jsonl +0 -0
- extraction/validation.jsonl +0 -0
README.md
CHANGED
|
@@ -48,10 +48,6 @@ configs:
|
|
| 48 |
data_files:
|
| 49 |
- split: train
|
| 50 |
path: "synthetic/train.jsonl"
|
| 51 |
-
- config_name: documents
|
| 52 |
-
data_files:
|
| 53 |
-
- split: all
|
| 54 |
-
path: "documents/all.jsonl"
|
| 55 |
- config_name: sources
|
| 56 |
data_files:
|
| 57 |
- split: all
|
|
@@ -67,7 +63,7 @@ Extraction Framework"** (Macalaba, Solatorio, Brock).
|
|
| 67 |
Three-model swarm over the forced-displacement / FCV corpus: dataset-mention
|
| 68 |
extraction (Call 1), relation extraction (Call 1b, 5 types), and impact/usage
|
| 69 |
classification (Call 2, 3 tasks) -- plus the seed-based synthetic training data,
|
| 70 |
-
the
|
| 71 |
|
| 72 |
All splits are published verbatim exactly as used in the paper.
|
| 73 |
|
|
@@ -75,11 +71,10 @@ All splits are published verbatim exactly as used in the paper.
|
|
| 75 |
|
| 76 |
| Config | Splits (records) |
|
| 77 |
|---|---|
|
| 78 |
-
| `extraction` | train:
|
| 79 |
| `relation` | train: 640, validation: 91, holdout: 21 |
|
| 80 |
| `impact` | train: 604, validation: 151, holdout: 84 |
|
| 81 |
| `synthetic` | train: 1794 |
|
| 82 |
-
| `documents` | all: 4435 |
|
| 83 |
| `sources` | all: 5445 |
|
| 84 |
|
| 85 |
## Schemas
|
|
@@ -87,20 +82,19 @@ All splits are published verbatim exactly as used in the paper.
|
|
| 87 |
- `extraction` / `synthetic` / `sources`: `{"input", "output": {"entities":
|
| 88 |
{"named_data", "descriptive_data", "vague_data"}, "entity_descriptions"}}`;
|
| 89 |
`extraction/test` additionally carries the model's `predictions`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
- `relation`: `{"input", "output": {"entities": {"named_data",
|
| 91 |
"organization"}, "relations": [{"<type>": {"head", "tail"}}]}, "_meta"}`
|
| 92 |
with types `has_organization`, `used_by`, `has_acronym`, `has_timeframe`,
|
| 93 |
`has_geography`.
|
| 94 |
- `impact`: `{"input", "output": {"classifications": [{"task", "labels",
|
| 95 |
"true_label"}]}}` with tasks `purpose_action`, `usage`, `typology`.
|
| 96 |
-
- `documents`: one row per validated chunk with `document_id`,
|
| 97 |
-
`corpus_category`, `split`, `active_learning`, `page_index`, `page_number`,
|
| 98 |
-
`text`, `mentions` (verdict, relations, impact fields). The 57 active-learning
|
| 99 |
-
documents (32 UNHCR + 14 PRWP + 11 PAD) are flagged `active_learning: true`
|
| 100 |
-
with their paper Table-1 `split` (29 train / 28 holdout).
|
| 101 |
- `sources`: adds a `source` column (`prwp`, `reliefweb`, `seis`, `esmap`,
|
| 102 |
-
`refugee_pads`) plus `document_id` and `active_learning`; the 57
|
| 103 |
-
emitted as flat-NER rows (invalid mentions filtered by verdict) flagged
|
| 104 |
`active_learning: true`.
|
| 105 |
|
| 106 |
## Citation
|
|
|
|
| 48 |
data_files:
|
| 49 |
- split: train
|
| 50 |
path: "synthetic/train.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
- config_name: sources
|
| 52 |
data_files:
|
| 53 |
- split: all
|
|
|
|
| 63 |
Three-model swarm over the forced-displacement / FCV corpus: dataset-mention
|
| 64 |
extraction (Call 1), relation extraction (Call 1b, 5 types), and impact/usage
|
| 65 |
classification (Call 2, 3 tasks) -- plus the seed-based synthetic training data,
|
| 66 |
+
the PRWP training subset, and the per-source original extractions.
|
| 67 |
|
| 68 |
All splits are published verbatim exactly as used in the paper.
|
| 69 |
|
|
|
|
| 71 |
|
| 72 |
| Config | Splits (records) |
|
| 73 |
|---|---|
|
| 74 |
+
| `extraction` | train: 5183, validation: 415, test: 1706 |
|
| 75 |
| `relation` | train: 640, validation: 91, holdout: 21 |
|
| 76 |
| `impact` | train: 604, validation: 151, holdout: 84 |
|
| 77 |
| `synthetic` | train: 1794 |
|
|
|
|
| 78 |
| `sources` | all: 5445 |
|
| 79 |
|
| 80 |
## Schemas
|
|
|
|
| 82 |
- `extraction` / `synthetic` / `sources`: `{"input", "output": {"entities":
|
| 83 |
{"named_data", "descriptive_data", "vague_data"}, "entity_descriptions"}}`;
|
| 84 |
`extraction/test` additionally carries the model's `predictions`.
|
| 85 |
+
- `extraction` rows carry a `meta` field tagging provenance: `FCV`
|
| 86 |
+
(forced-displacement / FCV corpus) or `PRWP` (Policy Research Working Papers
|
| 87 |
+
-- manually annotated + reviewed/validated). `train` = FCV (2,473) + PRWP
|
| 88 |
+
(2,710); `validation` and `test` are FCV-only.
|
| 89 |
- `relation`: `{"input", "output": {"entities": {"named_data",
|
| 90 |
"organization"}, "relations": [{"<type>": {"head", "tail"}}]}, "_meta"}`
|
| 91 |
with types `has_organization`, `used_by`, `has_acronym`, `has_timeframe`,
|
| 92 |
`has_geography`.
|
| 93 |
- `impact`: `{"input", "output": {"classifications": [{"task", "labels",
|
| 94 |
"true_label"}]}}` with tasks `purpose_action`, `usage`, `typology`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
- `sources`: adds a `source` column (`prwp`, `reliefweb`, `seis`, `esmap`,
|
| 96 |
+
`refugee_pads`) plus `document_id` and `active_learning`; the 57 active-learning
|
| 97 |
+
docs are emitted as flat-NER rows (invalid mentions filtered by verdict) flagged
|
| 98 |
`active_learning: true`.
|
| 99 |
|
| 100 |
## Citation
|
extraction/test.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
extraction/train.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
extraction/validation.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|