ViMedNLI / README.md
tmnam20's picture
Update README.md
1f4c0b7 verified
metadata
dataset_info:
  features:
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: train
      num_bytes: 2246711
      num_examples: 11232
    - name: validation
      num_bytes: 293666
      num_examples: 1395
    - name: test
      num_bytes: 280532
      num_examples: 1422
  download_size: 686645
  dataset_size: 2820909
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*

The dataset source is at https://aclanthology.org/2023.eacl-main.228/

I just uploaded the dataset to HuggingFace to make it easy to use.

If you use the dataset, please cite the original publication.