varoon67 commited on
Commit
740a8c4
·
verified ·
1 Parent(s): 34292ad

Updated ReadMe

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -37,3 +37,45 @@ tags:
37
  - sustainability
38
  - policy-making
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  - sustainability
38
  - policy-making
39
  ---
40
+
41
+ # Sustainability PolicyMaking Dataset
42
+
43
+ ## Description
44
+ This is a corpus dataset consisting of sustainability related documents and academic papers with a focus on UK and EU related policy making. Each document is further split into chunks ranging from approximately 500-1000 words each, to help with processing and to enable QA tasks.
45
+
46
+ ### Dataset Summary
47
+
48
+ - **Total Items**: 15,011
49
+ - **Average Chunk Length**: 553 words
50
+ - **Median Chunk Length**: 539 words
51
+ - **Year Range**:2000-2025
52
+ - **Sources**: ['cdn.climatepolicyradar.org', 'eur-lex.europa.eu', 'gov.uk',
53
+ 'arxiv.org', 'parliament.uk', 'civitas.eu', 'gov.uk',
54
+ 'HF-national-climate-targets-dataset', 'GOV.UK Environment Agency',
55
+ 'odyssee-mure.eu', 'assets.publishing.service.gov.uk', 'ArXiv',
56
+ 'ec.europa.eu', 'unfccc.int', 'ecolex.org', 'legislation.gov.uk',
57
+ 'gov.scot', 'register.consilium.europa.eu', 'iea.org',
58
+ 'aei.pitt.edu', 'itf-oecd.org', 'europarl.europa.eu',
59
+ 'projects.mcrit.com', 'bgs.ac.uk', 'web.archive.org',
60
+ 'climate-laws.org', 'nan', 'legislation.gov.uk', 'fca.org.uk',
61
+ 'transportenvironment.org', 'environment.ec.europa.eu',
62
+ 'climate.ec.europa.eu', 'None', 'hy4heat.info', 'gov.scot',
63
+ 'energy.ec.europa.eu', 'cbd.int', 'ofgem.gov.uk',
64
+ 'fleetnews.co.uk', 'ogauthority.co.uk', 'drivingelectric.com',
65
+ 'tfl.gov.uk', 'gov.wales', 'goultralow.com', 'pod-point.com',
66
+ 'bills.parliament.uk', 'ukpact.co.uk']
67
+
68
+
69
+ ### Data Fields
70
+
71
+ Each corpora item contains the following fields:
72
+
73
+ - `id`: Unique string identifier for the chunk (str)
74
+ - `url`: Source URL of the document from which the chunk was extracted
75
+ - `year`: Publication year (integer, nullable)
76
+ - `keywords`: List of keywords (List[str])
77
+ - `source`: Source organization or website
78
+ - `text`: Main text content
79
+ - `doc_id`: Unique ID for each document. NB - chunks obtained from the same document will inherit the same document id. While the doc_id is unique for each document it is not unique for each chunk.
80
+ - `chunk_num`: Chunk number within document (int)
81
+