sileod's picture
Upload README.md with huggingface_hub
d65a682
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: premise
      dtype: string
    - name: hypothesis
      dtype: string
    - name: label
      dtype: string
    - name: config
      dtype: string
  splits:
    - name: train
      num_bytes: 1673129
      num_examples: 15600
    - name: validation
      num_bytes: 402347
      num_examples: 3748
    - name: test
      num_bytes: 283098
      num_examples: 3084
  download_size: 0
  dataset_size: 2358574

Dataset Card for "AdjectiveScaleProbe-nli"

@inproceedings{10.1609/aaai.v37i11.26559,
author = {Liu, Wei and Xiang, Ming and Ding, Nai},
title = {Adjective Scale Probe: Can Language Models Encode Formal Semantics Information?},
year = {2023},
isbn = {978-1-57735-880-0},
publisher = {AAAI Press},
url = {https://doi.org/10.1609/aaai.v37i11.26559},
doi = {10.1609/aaai.v37i11.26559},
booktitle = {Proceedings of the Thirty-Seventh AAAI Conference on Artificial Intelligence and Thirty-Fifth Conference on Innovative Applications of Artificial Intelligence and Thirteenth Symposium on Educational Advances in Artificial Intelligence},
articleno = {1490},
numpages = {9},
series = {AAAI'23/IAAI'23/EAAI'23}
}