Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,22 @@ tags:
|
|
7 |
- legal
|
8 |
size_categories:
|
9 |
- 1M<n<10M
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- legal
|
8 |
size_categories:
|
9 |
- 1M<n<10M
|
10 |
+
---
|
11 |
+
|
12 |
+
# Global Stocktake Open Data
|
13 |
+
|
14 |
+
This repo contains the data for the first [UNFCCC Global Stocktake](https://unfccc.int/topics/global-stocktake). The data consists of document metadata from sources relevant to the Global Stocktake process, as well as full text parsed from the majority of the documents.
|
15 |
+
|
16 |
+
The files in this dataset are as follows:
|
17 |
+
|
18 |
+
- `metadata.csv`: a CSV containing document metadata for each document we have collected. **This metadata may not be the same as what's stored in the source databases** – we have cleaned and added metadata where it's corrupted or missing.
|
19 |
+
- `full_text.jsonl`: a jsonlines file containing the full text of each document we have parsed. Each row is a text block (paragraph) with all the associated text block and document metadata.
|
20 |
+
|
21 |
+
## Fields
|
22 |
+
|
23 |
+
TODO
|
24 |
+
|
25 |
+
## Known issues
|
26 |
+
|
27 |
+
* Author names are sometimes corrupted
|
28 |
+
* Text blocks in non-English languages are currently missing or marked as `nan`
|