lukesjordan commited on
Commit
031e0dc
1 Parent(s): 26d7710

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +151 -0
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ YAML tags:
3
+ annotations_creators:
4
+ - no-annotation
5
+ language_creators:
6
+ - found
7
+ languages:
8
+ - en-US
9
+ licenses:
10
+ - mitnfa
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: worldbank_project_documents
14
+ size_categories:
15
+ - unknown
16
+ source_datasets:
17
+ - original
18
+ task_categories:
19
+ - sequence-modeling
20
+ - structure-prediction
21
+ - question-answering
22
+ - conditional-text-generation
23
+ task_ids:
24
+ - language-modeling
25
+ - named-entity-recognition
26
+ - extractive-qa
27
+ - abstractive-qa
28
+ - closed-domain-qa
29
+ - summarization
30
+ - table-to-text
31
+ - text-simplification
32
+ ---
33
+
34
+ # Dataset Card for World Bank Project Documents
35
+
36
+ ## Table of Contents
37
+ - [Table of Contents](#table-of-contents)
38
+ - [Dataset Description](#dataset-description)
39
+ - [Dataset Summary](#dataset-summary)
40
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
41
+ - [Languages](#languages)
42
+ - [Dataset Structure](#dataset-structure)
43
+ - [Data Instances](#data-instances)
44
+ - [Data Fields](#data-fields)
45
+ - [Data Splits](#data-splits)
46
+ - [Dataset Creation](#dataset-creation)
47
+ - [Curation Rationale](#curation-rationale)
48
+ - [Source Data](#source-data)
49
+ - [Annotations](#annotations)
50
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Additional Information](#additional-information)
56
+ - [Dataset Curators](#dataset-curators)
57
+ - [Licensing Information](#licensing-information)
58
+ - [Citation Information](#citation-information)
59
+ - [Contributions](#contributions)
60
+
61
+ ## Dataset Description
62
+
63
+ - **Homepage:**
64
+ - **Repository:**
65
+ - **Paper:**
66
+ - **Leaderboard:**
67
+ - **Point of Contact:**
68
+
69
+ ### Dataset Summary
70
+
71
+ This is a dataset of documents related to World Bank development projects in the period 1947-2020. The dataset includes
72
+ the documents used to propose or describe projects when they are launched, and those in the review. The documents are indexed
73
+ by the World Bank project ID, which can be used to obtain features from multiple publicly available tabular datasets.
74
+
75
+ ### Supported Tasks and Leaderboards
76
+
77
+ [More Information Needed]
78
+
79
+ ### Languages
80
+
81
+ English
82
+
83
+ ## Dataset Structure
84
+
85
+ ### Data Instances
86
+
87
+ [More Information Needed]
88
+
89
+ ### Data Fields
90
+
91
+ [More Information Needed]
92
+
93
+ ### Data Splits
94
+
95
+ [More Information Needed]
96
+
97
+ ## Dataset Creation
98
+
99
+ ### Curation Rationale
100
+
101
+ [More Information Needed]
102
+
103
+ ### Source Data
104
+
105
+ #### Initial Data Collection and Normalization
106
+
107
+ [More Information Needed]
108
+
109
+ #### Who are the source language producers?
110
+
111
+ [More Information Needed]
112
+
113
+ ### Annotations
114
+
115
+ This dataset is not annotated.
116
+
117
+ ### Personal and Sensitive Information
118
+
119
+ None.
120
+
121
+ ## Considerations for Using the Data
122
+
123
+ ### Social Impact of Dataset
124
+
125
+ [More Information Needed]
126
+
127
+ ### Discussion of Biases
128
+
129
+ [More Information Needed]
130
+
131
+ ### Other Known Limitations
132
+
133
+ [More Information Needed]
134
+
135
+ ## Additional Information
136
+
137
+ ### Dataset Curators
138
+
139
+ Luke Jordan, Busani Ndlovu.
140
+
141
+ ### Licensing Information
142
+
143
+ MIT.
144
+
145
+ ### Citation Information
146
+
147
+ [More Information Needed]
148
+
149
+ ### Contributions
150
+
151
+ Thanks to [@luke-grassroot](https://github.com/luke-grassroot) and [@FRTNX](https://github.com/FRTNX/) for adding this dataset.