metadata
language:
- gl
task_categories:
- question-answering
- multiple-choice
- text-generation
pretty_name: xstorycloze_gl
dataset_info:
config_name: gl
features:
- name: InputStoryid
dtype: string
- name: InputSentence1
dtype: string
- name: InputSentence2
dtype: string
- name: InputSentence3
dtype: string
- name: InputSentence4
dtype: string
- name: RandomFifthSentenceQuiz1
dtype: string
- name: RandomFifthSentenceQuiz2
dtype: string
- name: AnswerRightEnding
dtype: int32
splits:
- name: train
num_examples: 360
- name: test
num_examples: 1511
configs:
- config_name: gl
data_files:
- split: train
path: XStoryCloze_train_gl.tsv
- split: test
path: XStoryCloze_test_gl.tsv
default: true
Dataset Card for xstorycloze_gl
xstorycloze_gl is a question answering dataset in Galician.
Dataset Details
Dataset Description
xstorycloze_gl is based on multiple-choice narrative completions. The dataset consists of 360 instances in the train split and 1511 instances in the test split. Each instance contains a story stem, divided in 4 sentences, 2 possible completions, and the number indicating the correct answer.
- Curated by: Proxecto Nós
- Language(s) (NLP): Galician
Dataset Structure
The dataset is provided in CSV format where each row corresponds to a four-sentence story and contains an instance identifier, the story divided in four fields for each sentence, 2 possible completions for the story, and the number - either 1 or 2 - corresponding to the correct completion. Each line contains the following fields:
InputStoryid
: text string containing the identifier of the story.InputSentence1
: The first statement in the story.InputSentence2
: The second statement in the story.InputSentence3
: The third statement in the story.InputSentence4
: The forth statement in the story.RandomFifthSentenceQuiz1
: first possible continuation of the story.RandomFifthSentenceQuiz2
: second possible continuation of the story.AnswerRightEnding
: correct possible ending; either 1 or 2.