| { | |
| "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" } | |
| } | |
| } | |
| } |