gum_indiscrim / README.md
ianporada's picture
Upload dataset
87b78f8 verified
metadata
dataset_info:
  - config_name: ontogum
    features:
      - name: sentences
        list:
          - name: id
            dtype: int64
          - name: speaker
            dtype: string
          - name: text
            dtype: string
          - name: tokens
            list:
              - name: deprel
                dtype: string
              - name: deps
                dtype: string
              - name: feats
                dtype: string
              - name: head
                dtype: int64
              - name: id
                dtype: int64
              - name: lemma
                dtype: string
              - name: misc
                dtype: string
              - name: text
                dtype: string
              - name: upos
                dtype: string
              - name: xpos
                dtype: string
          - name: misc
            struct:
              - name: parse_tree
                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: 23472505
        num_examples: 165
      - name: validation
        num_bytes: 3119527
        num_examples: 24
      - name: test
        num_bytes: 3180699
        num_examples: 24
    download_size: 7424694
    dataset_size: 29772731
  - config_name: original
    features:
      - name: sentences
        list:
          - name: id
            dtype: int64
          - name: speaker
            dtype: string
          - name: text
            dtype: string
          - name: tokens
            list:
              - name: deprel
                dtype: string
              - name: feats
                dtype: string
              - name: head
                dtype: int64
              - name: id
                dtype: float64
              - name: lemma
                dtype: string
              - name: misc
                dtype: string
              - name: text
                dtype: string
              - name: upos
                dtype: string
              - name: xpos
                dtype: string
          - name: misc
            struct:
              - name: parse_tree
                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: 22369183
        num_examples: 165
      - name: validation
        num_bytes: 2970347
        num_examples: 24
      - name: test
        num_bytes: 3038551
        num_examples: 24
    download_size: 7048887
    dataset_size: 28378081
configs:
  - config_name: ontogum
    data_files:
      - split: train
        path: ontogum/train-*
      - split: validation
        path: ontogum/validation-*
      - split: test
        path: ontogum/test-*
  - config_name: original
    data_files:
      - split: train
        path: original/train-*
      - split: validation
        path: original/validation-*
      - split: test
        path: original/test-*

This dataset was generated by reformatting coref-data/gum_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.