scicite_fewshots / README.md
igorwang's picture
Upload dataset
c03093b
metadata
dataset_info:
  features:
    - name: string
      dtype: string
    - name: sectionName
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': method
            '1': background
            '2': result
    - name: citingPaperId
      dtype: string
    - name: citedPaperId
      dtype: string
    - name: excerpt_index
      dtype: int32
    - name: isKeyCitation
      dtype: bool
    - name: label2
      dtype:
        class_label:
          names:
            '0': supportive
            '1': not_supportive
            '2': cant_determine
            '3': none
    - name: citeEnd
      dtype: int64
    - name: citeStart
      dtype: int64
    - name: source
      dtype:
        class_label:
          names:
            '0': properNoun
            '1': andPhrase
            '2': acronym
            '3': etAlPhrase
            '4': explicit
            '5': acronymParen
            '6': nan
    - name: label_confidence
      dtype: float32
    - name: label2_confidence
      dtype: float32
    - name: id
      dtype: string
    - name: fewshots_1
      dtype: string
    - name: fewshots_5
      dtype: string
    - name: fewshots_10
      dtype: string
  splits:
    - name: train
      num_bytes: 3926837
      num_examples: 8194
    - name: validation
      num_bytes: 439543
      num_examples: 916
    - name: test
      num_bytes: 8046476
      num_examples: 1859
  download_size: 6027818
  dataset_size: 12412856
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*