Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ license: cc-by-4.0
|
|
45 |
|
46 |
<!-- Provide a quick summary of the dataset. -->
|
47 |
|
48 |
-
xstorycloze_gl is a question answering dataset in Galician.
|
49 |
|
50 |
## Dataset Details
|
51 |
|
@@ -57,6 +57,21 @@ xstorycloze_gl is based on multiple-choice narrative completions. The dataset co
|
|
57 |
- **Language(s) (NLP):** Galician
|
58 |
- **License:** [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
## Dataset Structure
|
61 |
|
62 |
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:
|
@@ -68,4 +83,5 @@ The dataset is provided in CSV format where each row corresponds to a four-sente
|
|
68 |
- `InputSentence4`: The forth statement in the story.
|
69 |
- `RandomFifthSentenceQuiz1`: first possible continuation of the story.
|
70 |
- `RandomFifthSentenceQuiz2`: second possible continuation of the story.
|
71 |
-
- `AnswerRightEnding`: correct possible ending; either 1 or 2.
|
|
|
|
45 |
|
46 |
<!-- Provide a quick summary of the dataset. -->
|
47 |
|
48 |
+
xstorycloze_gl is a question answering dataset in Galician, translated from the [English StoryCloze dataset](https://cs.rochester.edu/nlp/rocstories/).
|
49 |
|
50 |
## Dataset Details
|
51 |
|
|
|
57 |
- **Language(s) (NLP):** Galician
|
58 |
- **License:** [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
59 |
|
60 |
+
### Dataset Sources
|
61 |
+
|
62 |
+
- **Repository:** [Proxecto NÓS at HuggingFace](https://huggingface.co/proxectonos)
|
63 |
+
|
64 |
+
|
65 |
+
## Uses
|
66 |
+
|
67 |
+
xstorycloze_gl is intended to evaluate reading comprehension of language models. Some suitable use cases for the dataset are:
|
68 |
+
|
69 |
+
- Common sense reasoning: xstorycloze_ca contains stories that require basic background knowledge, such as the cost of things or the consequences of social interactions.
|
70 |
+
- Casuality understanding: The stories in xstorycloze_ca are full of temporal and causal relationships between events, which requires a coherent way of understanding causality in narratives.
|
71 |
+
- Multiple choice test: For each story, xstorycloze_ca has 2 different completions which require reasoning between different options.
|
72 |
+
- Reading comprehension: Problems and answers in xstorycloze_ca are formulated in natural language.
|
73 |
+
|
74 |
+
|
75 |
## Dataset Structure
|
76 |
|
77 |
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:
|
|
|
83 |
- `InputSentence4`: The forth statement in the story.
|
84 |
- `RandomFifthSentenceQuiz1`: first possible continuation of the story.
|
85 |
- `RandomFifthSentenceQuiz2`: second possible continuation of the story.
|
86 |
+
- `AnswerRightEnding`: correct possible ending; either 1 or 2.
|
87 |
+
|