UNIST-Eunchan's picture
Update README.md
2939a7c
|
raw
history blame
2.49 kB
---
dataset_info:
features:
- name: 'Unnamed: 0'
dtype: int64
- name: question
dtype: string
- name: answer
dtype: string
- name: abstract
dtype: string
- name: introduction
dtype: string
splits:
- name: train
num_bytes: 1844987
num_examples: 421
- name: validation
num_bytes: 949747
num_examples: 211
- name: test
num_bytes: 1403003
num_examples: 320
download_size: 2341682
dataset_size: 4197737
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
license: mit
task_categories:
- summarization
- question-answering
language:
- en
tags:
- nlp-research-paper-abstract
- nlp-research-paper
- question-generation
pretty_name: NLP_Papers_to_Question_Generation
size_categories:
- n<1K
---
# Dataset Card for Dataset Name
<!-- Provide a quick summary of the dataset. -->
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** @UNIST-Eunchan
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** [allenai/qasper](https://huggingface.co/datasets/allenai/qasper)
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
## Uses
- NLP Paper Abstract+Introduction to Question-Answer Pair Generation
<!-- Address questions around how the dataset is intended to be used. -->
[More Information Needed]
## Dataset Creation
### Curation Rationale
<!-- Motivation for the creation of this dataset. -->
[More Information Needed]
### Source Data
This data is made by applying and processing [allenai/qasper](https://huggingface.co/datasets/allenai/qasper)
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
## More Information [optional]
[More Information Needed]