test / README.md
Chu0113's picture
Upload README.md with huggingface_hub
1820455
|
raw
history blame
1.78 kB
metadata
pretty_name: ROPES
language:
  - ko
license:
  - cc-by-4.0
size_categories:
  - 10K<n<100K
task_categories:
  - question-answering
task_ids:
  - extractive-qa
dataset_info:
  features:
    - name: id
      dtype: string
    - name: answer_index
      dtype: int32
    - name: logical_forms
      sequence: string
    - name: logical_form_pretty
      dtype: string
    - name: world_literals
      struct:
        - name: world1
          sequence: string
        - name: world2
          sequence: string
    - name: question
      dtype: string
  splits:
    - name: train
      num_bytes: 1184122
      num_examples: 1941
    - name: validation
      num_bytes: 170793
      num_examples: 278
    - name: test
      num_bytes: 340625
      num_examples: 552
  download_size: 599158
  dataset_size: 1695540

Dataset Card for ROPES

Licensing Information

The data is distributed under the CC BY 4.0 license.

Source Data Citation Information

@inproceedings{Lin2019ReasoningOP,
  title={Reasoning Over Paragraph Effects in Situations},
  author={Kevin Lin and Oyvind Tafjord and Peter Clark and Matt Gardner},
  booktitle={MRQA@EMNLP},
  year={2019}
}

Citation Information

@inproceedings{KITD,
  title={์–ธ์–ด ๋ฒˆ์—ญ ๋ชจ๋ธ์„ ํ†ตํ•œ ํ•œ๊ตญ์–ด ์ง€์‹œ ํ•™์Šต ๋ฐ์ดํ„ฐ ์„ธํŠธ ๊ตฌ์ถ•},
  author={์ž„์˜์„œ, ์ถ”ํ˜„์ฐฝ, ๊น€์‚ฐ, ์žฅ์ง„์˜ˆ, ์ •๋ฏผ์˜, ์‹ ์‚ฌ์ž„},
  booktitle={์ œ 35ํšŒ ํ•œ๊ธ€ ๋ฐ ํ•œ๊ตญ์–ด ์ •๋ณด์ฒ˜๋ฆฌ ํ•™์ˆ ๋Œ€ํšŒ},
  pages={591--595},
  year={2023}
}
@inproceedings{KITD,
  title={Korean Instruction Tuning Dataset},
  author={Yeongseo Lim, HyeonChang Chu, San Kim, Jin Yea Jang, Minyoung Jung, Saim Shin},
  booktitle={Proceedings of the 35th Annual Conference on Human and Cognitive Language Technology},
  pages={591--595},
  year={2023}
}