Datasets:
Size:
10K<n<100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,39 @@ Specifications
|
|
22 |
- Dataset size: ~85k
|
23 |
- Language: English, French, Spanish
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
The list of Sectors covered include: Agriculture', 'Coastal Zone', 'Cross-Cutting Area', 'Education', 'Energy', 'Environment', 'Water', 'Buildings', 'Economy-wide', 'Industries', 'Transport', 'Waste', 'Health', 'LULUCF/Forestry', 'Social Development', 'Disaster Risk Management (DRM)', 'Urban','Tourism'.
|
26 |
Some of the important question categories pertaining to climate change(adapted from climatewatchdata) include
|
27 |
- Sectoral Policies
|
|
|
22 |
- Dataset size: ~85k
|
23 |
- Language: English, French, Spanish
|
24 |
|
25 |
+
# Columns
|
26 |
+
- **index (type:int)**: Unique Response ID
|
27 |
+
- **ResponseText (type:str)**: Annotated answer/response to query
|
28 |
+
- **Alpha3 (type:str)**:country alpha-3 code (ISO 3166)
|
29 |
+
- **Country (type:str)**: country name
|
30 |
+
- **Document (type:str)**:Name of type of Policy document from which response is provided
|
31 |
+
- **IkiInfo (type: list[dict])**: Responsetext can appear/occur as answer/response for different kind of query, therefore in that case we preserve all raw information for each occurences.
|
32 |
+
Each dictionary object represents one such occurrence for response and provides all raw metadata for an occurrence.In case of None, it means
|
33 |
+
the entry belongs to Climate data and not IKI Tracs data)
|
34 |
+
- **CWInfo (type: list[dict])**:Responsetext can appear/occur as answer/response for different kind of query, therefore in that case we preserve all raw information for each occurences.
|
35 |
+
Each dictionary object represents one such occurrence for response and provides all raw metadata for an occurrence. In case of None, it means
|
36 |
+
the entry belongs to Iki tracs data and not CW)
|
37 |
+
- **Source (type:list[str])**: Contains the name of source
|
38 |
+
- **Target (type:list)**: Value at index 0, represents number of times ResponseText appears as 'Target', and not-Target (value at index 1 )
|
39 |
+
- **Action (type:list)**: Value at index 0, represents number of times ResponseText appears as 'Action', and not-Action (value at index 1 )
|
40 |
+
- **Policies_Plans (type:list)**: Value at index 0, represents number of times ResponseText appears as 'Policy/Plan', and not-Policy/Plan (value at index 1 )
|
41 |
+
- **Mitigation (type:list)**: Value at index 0, represents number of times ResponseText appears in reference to Mititgation and not-Mitigation (value at index 1 )
|
42 |
+
- **Adaptation (type:list)**: Value at index 0, represents number of times ResponseText appears in reference to Adaptation and not-Adaptation (value at index 1 )
|
43 |
+
- **language (type:str)**: ISO code of language of ResponseText.
|
44 |
+
- **context (type:list[str])**: List of paragraphs/textchunk from the document of country which contains the ResponseText. These results are based on Okapi bm25 retriever,
|
45 |
+
and hence dont represent ground truth.
|
46 |
+
- **context_lang (type:str)**: ISO code of language of ResponseText. In some cases context and ResponseText are different as annotator have provided the translated response, rather than original text from document.
|
47 |
+
- **matching_words(type:list[list[[words]])**:For each context, finds the matching words from ResponseText (stopwords not considered).
|
48 |
+
- **response_words(type:list[words])**:Tokens/Words from ResponseText (stopwords not considered)
|
49 |
+
- **context_wordcount (type:list[int])**: Number of tokens/words in each context (remember context itself is list of multiple strings, and stopwords not considered)
|
50 |
+
- **strategy (type:str)**: Can take either of *small,medium,large* value. Represents the length of paragraphs/textchunk considered for finding the right context for ResponseText
|
51 |
+
-
|
52 |
+
"match_onresponse": [
|
53 |
+
0.86,
|
54 |
+
0.86,
|
55 |
+
0.71
|
56 |
+
],
|
57 |
+
"candidate": [
|
58 |
The list of Sectors covered include: Agriculture', 'Coastal Zone', 'Cross-Cutting Area', 'Education', 'Energy', 'Environment', 'Water', 'Buildings', 'Economy-wide', 'Industries', 'Transport', 'Waste', 'Health', 'LULUCF/Forestry', 'Social Development', 'Disaster Risk Management (DRM)', 'Urban','Tourism'.
|
59 |
Some of the important question categories pertaining to climate change(adapted from climatewatchdata) include
|
60 |
- Sectoral Policies
|