corefud_raw / README.md
ianporada's picture
Upload dataset
014a952 verified
|
raw
history blame
1.52 kB
metadata
dataset_info:
  config_name: lt_lcc-corefud
  features:
    - name: doc_id
      dtype: string
    - name: sentences
      list:
        - name: comment
          dtype: string
        - name: global_entity
          dtype: string
        - name: newdoc
          dtype: string
        - name: newpar
          dtype: 'null'
        - name: sent_id
          dtype: string
        - name: speaker
          dtype: 'null'
        - name: text
          dtype: string
        - name: tokens
          list:
            - name: coref_mentions
              list:
                - name: eid
                  dtype: string
                - name: eid_or_grp
                  dtype: string
                - name: etype
                  dtype: string
                - name: other
                  dtype: string
                - name: span
                  dtype: string
            - name: deprel
              dtype: string
            - name: feats
              dtype: string
            - name: form
              dtype: string
            - name: head
              dtype: int64
            - name: lemma
              dtype: string
            - name: ord
              dtype: int64
            - name: upos
              dtype: string
            - name: xpos
              dtype: string
    - name: coref_entities
      list:
        list:
          - name: sent_id
            dtype: string
          - name: span
            dtype: string
  splits:
    - name: train
      num_bytes: 3752255
      num_examples: 80
    - name: validation
      num_bytes: 421659
      num_examples: 10
  download_size: 700606
  dataset_size: 4173914
configs:
  - config_name: lt_lcc-corefud
    data_files:
      - split: train
        path: lt_lcc-corefud/train-*
      - split: validation
        path: lt_lcc-corefud/validation-*