rafmacalaba commited on
Commit
3b9c58d
·
verified ·
1 Parent(s): dadb424

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +94 -42
README.md CHANGED
@@ -4,72 +4,124 @@ dataset_info:
4
  - name: input
5
  dtype: string
6
  - name: output
7
- struct:
8
- - name: json_structures
9
- list:
10
- - name: dataset_mention
 
 
11
  struct:
12
- - name: acronym
13
  dtype: string
14
- - name: author
 
 
 
 
15
  dtype: string
16
- - name: data_type
17
- struct:
18
- - name: choices
19
- list: string
20
- - name: value
21
- dtype: string
22
- - name: dataset_name
23
  dtype: string
24
- - name: dataset_tag
25
- struct:
26
- - name: choices
27
- list: string
28
- - name: value
29
- dtype: string
30
  - name: description
31
  dtype: string
32
- - name: geography
33
  dtype: string
34
- - name: is_used
35
- struct:
36
- - name: choices
37
- list: string
38
- - name: value
39
- dtype: string
40
  - name: producer
41
  dtype: string
 
 
 
 
42
  - name: publication_year
43
  dtype: string
 
 
44
  - name: reference_population
45
  dtype: string
46
- - name: reference_year
 
 
 
 
 
 
 
 
 
 
47
  dtype: string
48
- - name: usage_context
49
- struct:
50
- - name: choices
51
- list: string
52
- - name: value
53
- dtype: string
54
  splits:
55
  - name: train
56
- num_bytes: 986886
57
  num_examples: 403
58
- - name: eval
59
- num_bytes: 121383
60
- num_examples: 51
61
  - name: test
62
- num_bytes: 103994
63
  num_examples: 46
64
- download_size: 890647
65
- dataset_size: 1212263
 
 
 
66
  configs:
67
  - config_name: default
68
  data_files:
69
  - split: train
70
  path: data/train-*
71
- - split: eval
72
- path: data/eval-*
73
  - split: test
74
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
75
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - name: input
5
  dtype: string
6
  - name: output
7
+ list:
8
+ - name: dataset_mention
9
+ struct:
10
+ - name: dataset_name
11
+ dtype: string
12
+ - name: dataset_tag
13
  struct:
14
+ - name: value
15
  dtype: string
16
+ - name: confidence
17
+ dtype: string
18
+ - name: data_type
19
+ struct:
20
+ - name: value
21
  dtype: string
22
+ - name: confidence
 
 
 
 
 
 
23
  dtype: string
24
+ - name: metadata
25
+ struct:
 
 
 
 
26
  - name: description
27
  dtype: string
28
+ - name: acronym
29
  dtype: string
 
 
 
 
 
 
30
  - name: producer
31
  dtype: string
32
+ - name: author
33
+ dtype: string
34
+ - name: geography
35
+ dtype: string
36
  - name: publication_year
37
  dtype: string
38
+ - name: reference_year
39
+ dtype: string
40
  - name: reference_population
41
  dtype: string
42
+ - name: is_used
43
+ struct:
44
+ - name: value
45
+ dtype: bool
46
+ - name: confidence
47
+ dtype: string
48
+ - name: usage_context
49
+ struct:
50
+ - name: value
51
+ dtype: string
52
+ - name: confidence
53
  dtype: string
 
 
 
 
 
 
54
  splits:
55
  - name: train
56
+ num_bytes: 474751
57
  num_examples: 403
 
 
 
58
  - name: test
59
+ num_bytes: 49767
60
  num_examples: 46
61
+ - name: eval
62
+ num_bytes: 54930
63
+ num_examples: 51
64
+ download_size: 154032
65
+ dataset_size: 579448
66
  configs:
67
  - config_name: default
68
  data_files:
69
  - split: train
70
  path: data/train-*
 
 
71
  - split: test
72
  path: data/test-*
73
+ - split: eval
74
+ path: data/eval-*
75
+ license: mit
76
+ task_categories:
77
+ - named-entity-recognition
78
+ language:
79
+ - en
80
+ tags:
81
+ - GLiNER
82
+ - data-mentions
83
+ - World Bank
84
+ - PRWP
85
  ---
86
+
87
+ # World Bank PRWP - Refugee Data Manual Annotation
88
+
89
+ ## Dataset Description
90
+
91
+ This dataset consists of manually annotated excerpts from text describing data sources. It is intended for training and evaluating Named Entity Recognition (NER) models (specifically designed for the 13-field GLiNER2 data-mention schema) to extract mentions of datasets, databases, surveys, censuses, and other data sources.
92
+
93
+ The dataset focuses on the PRWP (Poverty and Equity Global Practice) refugee data contexts from the World Bank.
94
+
95
+ ### Organization
96
+
97
+ The dataset is divided into three splits:
98
+ - **train**: 403 multi-mention records used for training models.
99
+ - **eval**: 51 multi-mention records used for validation.
100
+ - **test**: 46 multi-mention records used to benchmark model performance.
101
+
102
+ ### Data Instances
103
+
104
+ Each record corresponds to a text snippet (`input`) and contains a list of data mentions (`output`) complying with a strict 13-field JSON schema.
105
+ The schema enforces verbatim grounding, where each `dataset_name`, along with non-classification metadata fields (acronym, author, producer, description, etc.), must be an exact substring of the `input` text.
106
+
107
+ Features:
108
+ - `input`: The original text snippet.
109
+ - `output`: A list of objects containing:
110
+ - `dataset_name`: The verbatim mention of the data source.
111
+ - `dataset_tag`: Classification (named, descriptive, vague).
112
+ - `data_type`: Inferred type of data (survey, census, administrative, database, indicator, geospatial, microdata, report, other).
113
+ - `metadata`: Sub-fields containing extra contextual entity details.
114
+ - `is_used`: Indication if this data source was utilized in the research/analysis.
115
+ - `usage_context`: Role of the data source (primary, supporting, etc.).
116
+
117
+ ### Quality Assurance
118
+
119
+ This ground-truth dataset underwent deep manual auditing and programmatic refinement:
120
+ - Corrected categorization and unified data tags.
121
+ - Verified 100% "verbatim" text grounding for spans.
122
+ - Dropped false-positive non-data mentions, such as bare years, general organization references, or methodology fragments.
123
+ - Detected and merged any duplicate entries or highly overlapping record snippets using Jaccard text similarity.
124
+
125
+ ## Usage
126
+
127
+ This dataset is structurally aligned to be used directly to fine-tune GLiNER2 adapter modules or to evaluate general data-mention entity extraction pipelines.