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- .gitattributes +1 -0
- README.md +8 -4
- documents/all.jsonl +2 -2
- sources/all.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
documents/all.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
documents/all.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
sources/all.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -80,7 +80,7 @@ All splits are published verbatim exactly as used in the paper.
|
|
| 80 |
| `impact` | train: 604, validation: 151, holdout: 84 |
|
| 81 |
| `synthetic` | train: 1794 |
|
| 82 |
| `documents` | all: 4435 |
|
| 83 |
-
| `sources` | all:
|
| 84 |
|
| 85 |
## Schemas
|
| 86 |
|
|
@@ -94,10 +94,14 @@ All splits are published verbatim exactly as used in the paper.
|
|
| 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`, `
|
| 98 |
-
(verdict, relations, impact fields).
|
|
|
|
|
|
|
| 99 |
- `sources`: adds a `source` column (`prwp`, `reliefweb`, `seis`, `esmap`,
|
| 100 |
-
`refugee_pads`)
|
|
|
|
|
|
|
| 101 |
|
| 102 |
## Citation
|
| 103 |
|
|
|
|
| 80 |
| `impact` | train: 604, validation: 151, holdout: 84 |
|
| 81 |
| `synthetic` | train: 1794 |
|
| 82 |
| `documents` | all: 4435 |
|
| 83 |
+
| `sources` | all: 5445 |
|
| 84 |
|
| 85 |
## Schemas
|
| 86 |
|
|
|
|
| 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 AL docs are
|
| 103 |
+
emitted as flat-NER rows (invalid mentions filtered by verdict) flagged
|
| 104 |
+
`active_learning: true`.
|
| 105 |
|
| 106 |
## Citation
|
| 107 |
|
documents/all.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ed930ad92e20d276a6bca2f8f514434a964af58b4560f95c2228534343baf77
|
| 3 |
+
size 10873363
|
sources/all.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|