CAS / README.md
ygorg's picture
Add 'ner_neg' config data files
758a94e verified
|
raw
history blame
3.6 kB
metadata
dataset_info:
  - config_name: cls
    features:
      - name: id
        dtype: string
      - name: document_id
        dtype: string
      - name: tokens
        list: string
      - name: label
        dtype:
          class_label:
            names:
              '0': negation_speculation
              '1': negation
              '2': neutral
              '3': speculation
    splits:
      - name: train
        num_bytes: 606539
        num_examples: 2653
      - name: validation
        num_bytes: 88536
        num_examples: 379
      - name: test
        num_bytes: 178583
        num_examples: 758
    download_size: 351467
    dataset_size: 873658
  - config_name: ner_neg
    features:
      - name: id
        dtype: string
      - name: document_id
        dtype: string
      - name: tokens
        list: string
      - name: lemmas
        list: string
      - name: ner_tags
        list:
          class_label:
            names:
              '0': O
              '1': B_scope_neg
              '2': I_scope_neg
    splits:
      - name: train
        num_bytes: 1629906
        num_examples: 2653
      - name: validation
        num_bytes: 239147
        num_examples: 379
      - name: test
        num_bytes: 480380
        num_examples: 758
    download_size: 628494
    dataset_size: 2349433
  - config_name: ner_spec
    features:
      - name: id
        dtype: string
      - name: document_id
        dtype: string
      - name: tokens
        list: string
      - name: lemmas
        list: string
      - name: ner_tags
        list:
          class_label:
            names:
              '0': O
              '1': B_xcope_inc
              '2': I_xcope_inc
    splits:
      - name: train
        num_bytes: 1629892
        num_examples: 2653
      - name: validation
        num_bytes: 239147
        num_examples: 379
      - name: test
        num_bytes: 480380
        num_examples: 758
    download_size: 625381
    dataset_size: 2349419
  - config_name: pos
    features:
      - name: id
        dtype: string
      - name: document_id
        dtype: string
      - name: tokens
        list: string
      - name: lemmas
        list: string
      - name: pos_tags
        list:
          class_label:
            names:
              '0': B-ABR
              '1': B-ADJ
              '2': B-ADV
              '3': B-DET:ART
              '4': B-DET:POS
              '5': B-INT
              '6': B-KON
              '7': B-NAM
              '8': B-NOM
              '9': B-NUM
              '10': B-PRO:DEM
              '11': B-PRO:IND
              '12': B-PRO:PER
              '13': B-PRO:REL
              '14': B-PRP
              '15': B-PRP:det
              '16': B-PUN
              '17': B-PUN:cit
              '18': B-SENT
              '19': B-SYM
              '20': B-VER:con
              '21': B-VER:cond
              '22': B-VER:futu
              '23': B-VER:impf
              '24': B-VER:infi
              '25': B-VER:pper
              '26': B-VER:ppre
              '27': B-VER:pres
              '28': B-VER:simp
              '29': B-VER:subi
              '30': B-VER:subp
    splits:
      - name: train
        num_bytes: 1629906
        num_examples: 2653
      - name: validation
        num_bytes: 239147
        num_examples: 379
      - name: test
        num_bytes: 480380
        num_examples: 758
    download_size: 681620
    dataset_size: 2349433
configs:
  - config_name: cls
    data_files:
      - split: train
        path: cls/train-*
      - split: validation
        path: cls/validation-*
      - split: test
        path: cls/test-*
  - config_name: ner_neg
    data_files:
      - split: train
        path: ner_neg/train-*
      - split: validation
        path: ner_neg/validation-*
      - split: test
        path: ner_neg/test-*
  - config_name: ner_spec
    data_files:
      - split: train
        path: ner_spec/train-*
      - split: validation
        path: ner_spec/validation-*
      - split: test
        path: ner_spec/test-*
  - config_name: pos
    data_files:
      - split: train
        path: pos/train-*
      - split: validation
        path: pos/validation-*
      - split: test
        path: pos/test-*
    default: true