--- dataset_info: - config_name: arabic_v4 features: - name: sentences list: - name: id dtype: int64 - name: misc struct: - name: parse_tree dtype: string - name: speaker dtype: 'null' - name: text dtype: string - name: tokens list: - name: id dtype: int64 - name: text dtype: string - name: xpos dtype: string - name: id dtype: string - name: text dtype: string - name: coref_chains sequence: sequence: sequence: int64 - name: genre dtype: string - name: meta_data struct: - name: comment dtype: string splits: - name: train num_bytes: 28079286 num_examples: 359 - name: validation num_bytes: 3290181 num_examples: 44 - name: test num_bytes: 3291335 num_examples: 44 download_size: 10482299 dataset_size: 34660802 - config_name: chinese_v4 features: - name: sentences list: - name: id dtype: int64 - name: misc struct: - name: parse_tree dtype: string - name: speaker dtype: string - name: text dtype: string - name: tokens list: - name: id dtype: int64 - name: text dtype: string - name: xpos dtype: string - name: id dtype: string - name: text dtype: string - name: coref_chains sequence: sequence: sequence: int64 - name: genre dtype: string - name: meta_data struct: - name: comment dtype: string splits: - name: train num_bytes: 42615831 num_examples: 1810 - name: validation num_bytes: 6204263 num_examples: 252 - name: test num_bytes: 5222313 num_examples: 218 download_size: 16394351 dataset_size: 54042407 - config_name: english_v12 features: - name: sentences list: - name: id dtype: int64 - name: misc struct: - name: parse_tree dtype: string - name: speaker dtype: string - name: text dtype: string - name: tokens list: - name: id dtype: int64 - name: text dtype: string - name: xpos dtype: string - name: id dtype: string - name: text dtype: string - name: coref_chains sequence: sequence: sequence: int64 - name: genre dtype: string - name: meta_data struct: - name: comment dtype: string splits: - name: train num_bytes: 111506376 num_examples: 11401 - name: validation num_bytes: 15410161 num_examples: 1491 - name: test num_bytes: 11690955 num_examples: 1326 download_size: 42684618 dataset_size: 138607492 - config_name: english_v4 features: - name: sentences list: - name: id dtype: int64 - name: misc struct: - name: parse_tree dtype: string - name: speaker dtype: string - name: text dtype: string - name: tokens list: - name: deprel dtype: string - name: head dtype: int64 - name: id dtype: int64 - name: text dtype: string - name: upos dtype: string - name: xpos dtype: string - name: id dtype: string - name: text dtype: string - name: coref_chains sequence: sequence: sequence: int64 - name: genre dtype: string - name: meta_data struct: - name: comment dtype: string splits: - name: train num_bytes: 97894328 num_examples: 2802 - name: validation num_bytes: 12281693 num_examples: 343 - name: test num_bytes: 12747804 num_examples: 348 download_size: 30187595 dataset_size: 122923825 configs: - config_name: arabic_v4 data_files: - split: train path: arabic_v4/train-* - split: validation path: arabic_v4/validation-* - split: test path: arabic_v4/test-* - config_name: chinese_v4 data_files: - split: train path: chinese_v4/train-* - split: validation path: chinese_v4/validation-* - split: test path: chinese_v4/test-* - config_name: english_v12 data_files: - split: train path: english_v12/train-* - split: validation path: english_v12/validation-* - split: test path: english_v12/test-* - config_name: english_v4 data_files: - split: train path: english_v4/train-* - split: validation path: english_v4/validation-* - split: test path: english_v4/test-* --- This dataset was generated by reformatting [`coref-data/conll2012_raw`](https://huggingface.co/datasets/coref-data/conll2012_raw) into the indiscrim coreference format. See that repo for dataset details. See [ianporada/coref-data](https://github.com/ianporada/coref-data) for additional conversion details and the conversion script. Please create an issue in the repo above or in this dataset repo for any questions.