semEval_rebel / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
d475ff9 verified
|
raw
history blame
1.48 kB
metadata
language:
  - en
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: sentence
      dtype: string
    - name: relation
      dtype:
        class_label:
          names:
            '0': Cause-Effect(e1,e2)
            '1': Cause-Effect(e2,e1)
            '2': Component-Whole(e1,e2)
            '3': Component-Whole(e2,e1)
            '4': Content-Container(e1,e2)
            '5': Content-Container(e2,e1)
            '6': Entity-Destination(e1,e2)
            '7': Entity-Destination(e2,e1)
            '8': Entity-Origin(e1,e2)
            '9': Entity-Origin(e2,e1)
            '10': Instrument-Agency(e1,e2)
            '11': Instrument-Agency(e2,e1)
            '12': Member-Collection(e1,e2)
            '13': Member-Collection(e2,e1)
            '14': Message-Topic(e1,e2)
            '15': Message-Topic(e2,e1)
            '16': Product-Producer(e1,e2)
            '17': Product-Producer(e2,e1)
            '18': Other
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: context
      dtype: string
    - name: triplets
      dtype: string
  splits:
    - name: train
      num_bytes: 2976954
      num_examples: 8000
    - name: test
      num_bytes: 1007749
      num_examples: 2717
  download_size: 2580448
  dataset_size: 3984703

Dataset Card for "semEval_rebel"

More Information needed