File size: 2,748 Bytes
0b5f7ac 5ec5171 0b5f7ac 5ec5171 0b5f7ac 5ec5171 0b5f7ac 6b08e71 0b5f7ac 6b08e71 0b5f7ac 6b08e71 0b5f7ac e72c825 0b5f7ac e72c825 0b5f7ac e72c825 0b5f7ac |
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
---
license: mit
dataset_info:
- config_name: goal
features:
- name: video-id
dtype: string
- name: fold-ind
dtype: int64
- name: startphrase
dtype: string
- name: sent1
dtype: string
- name: sent2
dtype: string
- name: gold-source
dtype: string
- name: ending0
dtype: string
- name: ending1
dtype: string
- name: ending2
dtype: string
- name: ending3
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 47919020
num_examples: 185231
- name: test
num_bytes: 398512
num_examples: 1703
download_size: 30309018
dataset_size: 48317532
- config_name: order
features:
- name: video-id
dtype: string
- name: fold-ind
dtype: int64
- name: startphrase
dtype: string
- name: sent1
dtype: string
- name: sent2
dtype: string
- name: gold-source
dtype: string
- name: ending0
dtype: string
- name: ending1
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 161457398
num_examples: 836128
- name: test
num_bytes: 535305
num_examples: 3100
download_size: 0
dataset_size: 161992703
- config_name: step
features:
- name: video-id
dtype: string
- name: fold-ind
dtype: int64
- name: startphrase
dtype: string
- name: sent1
dtype: string
- name: sent2
dtype: string
- name: gold-source
dtype: string
- name: ending0
dtype: string
- name: ending1
dtype: string
- name: ending2
dtype: string
- name: ending3
dtype: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 117840509
num_examples: 374278
- name: test
num_bytes: 640583
num_examples: 2250
download_size: 76438559
dataset_size: 118481092
configs:
- config_name: goal
data_files:
- split: train
path: goal/train-*
- split: test
path: goal/test-*
- config_name: order
data_files:
- split: train
path: order/train-*
- split: test
path: order/test-*
- config_name: step
data_files:
- split: train
path: step/train-*
- split: test
path: step/test-*
---
https://github.com/zharry29/wikihow-goal-step
```
@inproceedings{zhang-etal-2020-reasoning,
title = "Reasoning about Goals, Steps, and Temporal Ordering with {W}iki{H}ow",
author = "Zhang, Li and
Lyu, Qing and
Callison-Burch, Chris",
booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
month = nov,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.emnlp-main.374",
pages = "4630--4639",
}
``` |