rafmacalaba commited on
Commit
edbb1ec
·
verified ·
1 Parent(s): 94bcd10

FCV data-use paper corpus (6 configs)

Browse files
.gitattributes CHANGED
@@ -62,3 +62,4 @@ documents/all.jsonl filter=lfs diff=lfs merge=lfs -text
62
  sources/all.jsonl filter=lfs diff=lfs merge=lfs -text
63
  extraction/train.jsonl filter=lfs diff=lfs merge=lfs -text
64
  sources/train.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
62
  sources/all.jsonl filter=lfs diff=lfs merge=lfs -text
63
  extraction/train.jsonl filter=lfs diff=lfs merge=lfs -text
64
  sources/train.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ synthetic/train.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -48,6 +48,10 @@ configs:
48
  data_files:
49
  - split: train
50
  path: "synthetic/train.jsonl"
 
 
 
 
51
  - config_name: sources
52
  data_files:
53
  - split: train
@@ -74,13 +78,24 @@ All splits are published verbatim exactly as used in the paper.
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` | train: 5445 |
79
 
80
  ## Schemas
81
 
82
- - `extraction` / `synthetic` / `sources`: `{"input", "output": {"entities":
83
  {"named_data", "descriptive_data", "vague_data"}, "entity_descriptions"}}`.
 
 
 
 
 
 
 
 
 
 
84
  - `extraction` rows carry a `meta` field tagging provenance: `FCV`
85
  (forced-displacement / FCV corpus) or `PRWP` (Policy Research Working Papers
86
  -- manually annotated + reviewed/validated). `train` = FCV (2,473) + PRWP
 
48
  data_files:
49
  - split: train
50
  path: "synthetic/train.jsonl"
51
+ - config_name: synthetic-relation
52
+ data_files:
53
+ - split: train
54
+ path: "synthetic-relation/train.jsonl"
55
  - config_name: sources
56
  data_files:
57
  - split: train
 
78
  | `extraction` | train: 5183, validation: 415, test: 1706 |
79
  | `relation` | train: 640, validation: 91, holdout: 21 |
80
  | `impact` | train: 604, validation: 151, holdout: 84 |
81
+ | `synthetic` | train: 17611 |
82
+ | `synthetic-relation` | train: 976 |
83
  | `sources` | train: 5445 |
84
 
85
  ## Schemas
86
 
87
+ - `synthetic` / `sources`: `{"input", "output": {"entities":
88
  {"named_data", "descriptive_data", "vague_data"}, "entity_descriptions"}}`.
89
+ - `synthetic` merges all entity-extraction synthetic training data (flat-NER +
90
+ `json_structures` transformed to flat-NER) with a `source` column tagging
91
+ provenance (`ner_strict`, `positives_v14`, `step3_short_span`,
92
+ `structures_strict`, `approach_e_5000`, `old_training_synth`,
93
+ `old_data_synth`, `old_combined`, `manual_seeds`).
94
+ - `synthetic-relation`: relation-format synthetic training data (`{"input",
95
+ "output": {"entities": {"named_data", "organization"}, "relations":
96
+ [{"<type>": {"head", "tail"}}]}, "_meta"}`) from
97
+ `relation_training_synthetic` and `relation_llm_generated`, with a `source`
98
+ column.
99
  - `extraction` rows carry a `meta` field tagging provenance: `FCV`
100
  (forced-displacement / FCV corpus) or `PRWP` (Policy Research Working Papers
101
  -- manually annotated + reviewed/validated). `train` = FCV (2,473) + PRWP
synthetic-relation/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
synthetic/train.jsonl CHANGED
The diff for this file is too large to render. See raw diff