--- license: cc-by-nc-sa-3.0 configs: - config_name: coarse_grained data_files: - split: len5 path: "data/coarsegrained/json/len5.json" - split: len6 path: "data/coarsegrained/json/len6.json" - split: len7 path: "data/coarsegrained/json/len7.json" - split: len8 path: "data/coarsegrained/json/len8.json" - split: len9 path: "data/coarsegrained/json/len9.json" - split: len10 path: "data/coarsegrained/json/len10.json" # - config_name: fine_grained # data_files: # - split: minutes # path: "data/finegrained/csv/minutes_clustered.csv" # - split: seconds # path: "data/finegrained/csv/seconds_clustered.csv" --- # CoTAK Dataset: **Co**mmonsense *T*emporal *A*ction *K*nowledge A dataset resource consisting of short descriptions of action-describing sentences annotated with temporal commonsense knowledge. The dataset consists of instructions extracted from WikiHow, which are annotated with commonsense knowledge-based temporal labels indicating implicitly understood information about the actions described by the sentences, including approximately how long an action takes to perform and approximately how long its effects last for. For short duration actions labeled as taking seconds or minutes, which would be of relevance to automated task planning, e.g. in robotics applications, the dataset also provides scalar values to label the temporal durations of how long actions take to perform. ## Acknowledgment The content of this repository is based on the work from the [nsjl/aakg-data](https://github.com/nsjl/aakg-data) repository. All credit for the original dataset and its content goes to the contributors of the original repository. ### Original Repository Information - Original Repository: [https://github.com/nsjl/aakg-data](https://github.com/nsjl/aakg-data) - Original Maintainer: [nsjl](https://github.com/nsjl) ## License Their work is partially derived from information extracted from WikiHow, which is used under the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license and this dataset is also distributed under the same license.