CoolFace
Datasetpublic

jiajunh/visual_text_reasoning

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes4downloads
README.md138 linesDownload Raw Back to root
1---2license: mit3task_categories:4- text-to-image5configs:6- config_name: context_reasoning7  data_files:8  - split: train9    path: context_reasoning/train-*10- config_name: identical11  data_files:12  - split: train13    path: identical/train-*14- config_name: multiple_choice15  data_files:16  - split: easy17    path: multiple_choice/easy-*18  - split: challenge19    path: multiple_choice/challenge-*20- config_name: reasoning21  data_files:22  - split: train23    path: reasoning/train-*24dataset_info:25- config_name: context_reasoning26  features:27  - name: id28    dtype: int6429  - name: section_id30    dtype: string31  - name: query_id32    dtype: string33  - name: passage34    dtype: string35  - name: question36    dtype: string37  - name: answers_spans38    struct:39    - name: spans40      list: string41    - name: types42      list: string43  splits:44  - name: train45    num_bytes: 41438046    num_examples: 30047  download_size: 24990148  dataset_size: 41438049- config_name: identical50  features:51  - name: id52    dtype: int6453  - name: target_length54    dtype: int6455  - name: text56    dtype: string57  - name: length58    dtype: int6459  splits:60  - name: train61    num_bytes: 76654662    num_examples: 60063  download_size: 48019064  dataset_size: 76654665- config_name: multilingual66  features:67  - name: id68    dtype: int6469  - name: target_length70    dtype: int6471  - name: text72    dtype: string73  - name: length74    dtype: int6475  splits:76  - name: ar77    num_bytes: 58187878    num_examples: 40079  - name: en80    num_bytes: 40933181    num_examples: 40082  - name: fr83    num_bytes: 38328984    num_examples: 40085  - name: ja86    num_bytes: 40025587    num_examples: 40088  - name: ko89    num_bytes: 39452790    num_examples: 40091  - name: zh92    num_bytes: 31114993    num_examples: 40094  download_size: 149408695  dataset_size: 248042996- config_name: multiple_choice97  features:98  - name: id99    dtype: int64100  - name: question101    dtype: string102  - name: choices103    struct:104    - name: label105      list: string106    - name: text107      list: string108  - name: answerKey109    dtype: string110  splits:111  - name: easy112    num_bytes: 53531113    num_examples: 200114  - name: challenge115    num_bytes: 61534116    num_examples: 200117  download_size: 70417118  dataset_size: 115065119- config_name: reasoning120  features:121  - name: id122    dtype: int64123  - name: problem124    dtype: string125  - name: solution126    dtype: string127  - name: level128    dtype: string129  - name: type130    dtype: string131  splits:132  - name: train133    num_bytes: 352550134    num_examples: 500135  download_size: 190160136  dataset_size: 352550137---138