File size: 2,032 Bytes
9e3f4ff 3cf2e43 9e3f4ff 3cf2e43 9e3f4ff 3cf2e43 9e3f4ff 3cf2e43 9e3f4ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | {
"task1": {
"description": "Coauthor selection for UN draft resolutions",
"features": {
"folder_id": { "_type": "Value", "dtype": "int64" },
"author": { "_type": "Value", "dtype": "string" },
"coauthor": { "_type": "Value", "dtype": "string" },
"date": { "_type": "Value", "dtype": "string" },
"choices_2": {
"_type": "Sequence",
"feature": { "_type": "Value", "dtype": "string" }
},
"choices_3": {
"_type": "Sequence",
"feature": { "_type": "Value", "dtype": "string" }
},
"choices_4": {
"_type": "Sequence",
"feature": { "_type": "Value", "dtype": "string" }
},
"choices_5": {
"_type": "Sequence",
"feature": { "_type": "Value", "dtype": "string" }
}
}
},
"task2": {
"description": "Simulated country votes on UN draft resolutions",
"features": {
"Country": { "_type": "Value", "dtype": "string" },
"Original_id": { "_type": "Value", "dtype": "int64" },
"Authors": { "_type": "Value", "dtype": "string" },
"Voting": { "_type": "Value", "dtype": "string" },
"Date": { "_type": "Value", "dtype": "string" }
}
},
"task3": {
"description": "Predict adoption outcome (adopted or not) of UN draft resolutions",
"features": {
"drafts": { "_type": "Value", "dtype": "string" },
"labels": { "_type": "Value", "dtype": "int64" }
}
},
"task4": {
"description": "Generate representative country statements on UN draft resolutions",
"features": {
"Date": { "_type": "Value", "dtype": "string" },
"ID": { "_type": "Value", "dtype": "string" },
"Title": { "_type": "Value", "dtype": "string" },
"Authors": { "_type": "Value", "dtype": "string" },
"Content": { "_type": "Value", "dtype": "string" },
"Statements": { "_type": "Value", "dtype": "string" }
}
}
} |