Susana Sotelo Docio
commited on
Commit
·
d6ea6ee
1
Parent(s):
9831cfd
Initial commit
Browse files- README.md +69 -0
- XStoryCloze_test_gl.tsv +0 -0
- XStoryCloze_train_gl.tsv +0 -0
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- gl
|
| 4 |
+
task_categories:
|
| 5 |
+
- question-answering
|
| 6 |
+
- multiple-choice
|
| 7 |
+
- text-generation
|
| 8 |
+
pretty_name: xstorycloze_gl
|
| 9 |
+
dataset_info:
|
| 10 |
+
config_name: gl
|
| 11 |
+
features:
|
| 12 |
+
- name: InputStoryid
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: InputSentence1
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: InputSentence2
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: InputSentence3
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: InputSentence4
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: RandomFifthSentenceQuiz1
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: RandomFifthSentenceQuiz2
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: AnswerRightEnding
|
| 27 |
+
dtype: int32
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_examples: 360
|
| 31 |
+
- name: test
|
| 32 |
+
num_examples: 1511
|
| 33 |
+
configs:
|
| 34 |
+
- config_name: gl
|
| 35 |
+
data_files:
|
| 36 |
+
- split: train
|
| 37 |
+
path: XStoryCloze_train_gl.tsv
|
| 38 |
+
- split: test
|
| 39 |
+
path: XStoryCloze_test_gl.tsv
|
| 40 |
+
default: true
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
# Dataset Card for xstorycloze_gl
|
| 44 |
+
|
| 45 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 46 |
+
|
| 47 |
+
xstorycloze_gl is a question answering dataset in Galician.
|
| 48 |
+
|
| 49 |
+
## Dataset Details
|
| 50 |
+
|
| 51 |
+
### Dataset Description
|
| 52 |
+
|
| 53 |
+
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.
|
| 54 |
+
|
| 55 |
+
- **Curated by:** [Proxecto Nós](https://doagalego.nos.gal/)
|
| 56 |
+
- **Language(s) (NLP):** Galician
|
| 57 |
+
|
| 58 |
+
## Dataset Structure
|
| 59 |
+
|
| 60 |
+
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:
|
| 61 |
+
|
| 62 |
+
- `InputStoryid`: text string containing the identifier of the story.
|
| 63 |
+
- `InputSentence1`: The first statement in the story.
|
| 64 |
+
- `InputSentence2`: The second statement in the story.
|
| 65 |
+
- `InputSentence3`: The third statement in the story.
|
| 66 |
+
- `InputSentence4`: The forth statement in the story.
|
| 67 |
+
- `RandomFifthSentenceQuiz1`: first possible continuation of the story.
|
| 68 |
+
- `RandomFifthSentenceQuiz2`: second possible continuation of the story.
|
| 69 |
+
- `AnswerRightEnding`: correct possible ending; either 1 or 2.
|
XStoryCloze_test_gl.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
XStoryCloze_train_gl.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|