--- license: gpl-3.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: paper_id dtype: string - name: table_id dtype: string - name: table_code dtype: string - name: sup_text dtype: string - name: target_cells sequence: - name: cell_value dtype: string - name: cell_raw dtype: string - name: cell_value_char_idx_start dtype: int32 - name: cell_value_char_idx_end dtype: int32 - name: cell_raw_char_idx_start dtype: int32 - name: cell_raw_char_idx_end dtype: int32 - name: gold_json_records sequence: - name: cell_char_index sequence: int32 length: 2 - name: cell_record dtype: string splits: - name: train num_bytes: 696651 num_examples: 43 - name: validation num_bytes: 150816 num_examples: 11 - name: test num_bytes: 1248693 num_examples: 68 download_size: 605737 dataset_size: 2096160 ---