mmc_indiscrim / README.md
ianporada's picture
Upload dataset
b974c22 verified
metadata
dataset_info:
  - config_name: mmc_en
    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: end_char
                dtype: int64
              - name: feats
                dtype: string
              - name: head
                dtype: int64
              - name: id
                dtype: int64
              - name: lemma
                dtype: string
              - name: misc
                dtype: string
              - name: start_char
                dtype: int64
              - name: text
                dtype: string
              - name: upos
                dtype: string
              - name: xpos
                dtype: string
      - name: coref_chains
        sequence:
          sequence:
            sequence: int64
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: genre
        dtype: string
      - name: meta_data
        struct:
          - name: comment
            dtype: string
    splits:
      - name: train
        num_bytes: 32714450
        num_examples: 955
      - name: validation
        num_bytes: 4684074
        num_examples: 134
      - name: test
        num_bytes: 3576454
        num_examples: 133
    download_size: 8195117
    dataset_size: 40974978
  - config_name: mmc_fa
    features:
      - name: sentences
        list:
          - name: id
            dtype: int64
          - name: speaker
            dtype: string
          - name: text
            dtype: string
          - name: tokens
            list:
              - name: id
                dtype: int64
              - name: text
                dtype: string
      - name: coref_chains
        sequence:
          sequence:
            sequence: int64
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: genre
        dtype: string
      - name: meta_data
        struct:
          - name: comment
            dtype: string
    splits:
      - name: train
        num_bytes: 8511917
        num_examples: 950
      - name: validation
        num_bytes: 1308706
        num_examples: 134
      - name: test
        num_bytes: 959400
        num_examples: 133
    download_size: 3083246
    dataset_size: 10780023
  - config_name: mmc_fa_corrected
    features:
      - name: sentences
        list:
          - name: id
            dtype: int64
          - name: speaker
            dtype: string
          - name: text
            dtype: string
          - name: tokens
            list:
              - name: id
                dtype: int64
              - name: text
                dtype: string
      - name: coref_chains
        sequence:
          sequence:
            sequence: int64
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: genre
        dtype: string
      - name: meta_data
        struct:
          - name: comment
            dtype: string
    splits:
      - name: train
        num_bytes: 8511917
        num_examples: 950
      - name: validation
        num_bytes: 1308706
        num_examples: 134
      - name: test
        num_bytes: 988920
        num_examples: 133
    download_size: 3086246
    dataset_size: 10809543
  - config_name: mmc_zh_corrected
    features:
      - name: sentences
        list:
          - name: id
            dtype: int64
          - name: speaker
            dtype: string
          - name: text
            dtype: string
          - name: tokens
            list:
              - name: id
                dtype: int64
              - name: text
                dtype: string
      - name: coref_chains
        sequence:
          sequence:
            sequence: int64
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: genre
        dtype: string
      - name: meta_data
        struct:
          - name: comment
            dtype: string
    splits:
      - name: train
        num_bytes: 8024979
        num_examples: 948
      - name: validation
        num_bytes: 1217704
        num_examples: 134
      - name: test
        num_bytes: 765302
        num_examples: 133
    download_size: 2653472
    dataset_size: 10007985
  - config_name: mmc_zh_uncorrected
    features:
      - name: sentences
        list:
          - name: id
            dtype: int64
          - name: speaker
            dtype: string
          - name: text
            dtype: string
          - name: tokens
            list:
              - name: id
                dtype: int64
              - name: text
                dtype: string
      - name: coref_chains
        sequence:
          sequence:
            sequence: int64
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: genre
        dtype: string
      - name: meta_data
        struct:
          - name: comment
            dtype: string
    splits:
      - name: train
        num_bytes: 8024979
        num_examples: 948
      - name: validation
        num_bytes: 1217704
        num_examples: 134
      - name: test
        num_bytes: 926344
        num_examples: 133
    download_size: 2655536
    dataset_size: 10169027
configs:
  - config_name: mmc_en
    data_files:
      - split: train
        path: mmc_en/train-*
      - split: validation
        path: mmc_en/validation-*
      - split: test
        path: mmc_en/test-*
  - config_name: mmc_fa
    data_files:
      - split: train
        path: mmc_fa/train-*
      - split: validation
        path: mmc_fa/validation-*
      - split: test
        path: mmc_fa/test-*
  - config_name: mmc_fa_corrected
    data_files:
      - split: train
        path: mmc_fa_corrected/train-*
      - split: validation
        path: mmc_fa_corrected/validation-*
      - split: test
        path: mmc_fa_corrected/test-*
  - config_name: mmc_zh_corrected
    data_files:
      - split: train
        path: mmc_zh_corrected/train-*
      - split: validation
        path: mmc_zh_corrected/validation-*
      - split: test
        path: mmc_zh_corrected/test-*
  - config_name: mmc_zh_uncorrected
    data_files:
      - split: train
        path: mmc_zh_uncorrected/train-*
      - split: validation
        path: mmc_zh_uncorrected/validation-*
      - split: test
        path: mmc_zh_uncorrected/test-*

This dataset was generated by reformatting coref-data/mmc_raw into the indiscrim coreference format. See that repo for dataset details.

See 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.