Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,11 @@ language:
|
|
7 |
## Dataset Description
|
8 |
|
9 |
### Dataset Summary
|
10 |
-
InstruCat is a dataset consisting of 216826 instructions in Catalan.
|
11 |
|
12 |
-
|
|
|
|
|
|
|
13 |
- caBreu : The instructions were created in form of summarization tasks. There are 2 types of summarization categories in the dataset: extreme and abstractive. The extreme one summarizes text into one sentence and the abstractive into shorter texts around 3-5 sentences.
|
14 |
- CatalanQA : The instructions correspond to questions in CatalanQA.
|
15 |
- CaWikiTC : The instructions were created in 2 different ways of text classification tasks with the distribution 70% - 30%. The first way is to define a category of a given text. The second way is to answer where a given text belongs to a certain category in a form of alternative question.
|
@@ -24,12 +26,12 @@ InstruCat is a dataset consisting of 216826 instructions in Catalan.
|
|
24 |
- teca : The instructions were created in 2 different ways with the distribution 70% - 30%. The first way is in form of entailment generation tasks. The second way is to define whether one given text is an entailment of another given text.
|
25 |
- WikiCat : The instructions were created in 2 different ways of text classification tasks with the distribution 70% - 30%. The first way is to define a category of a given text. The second way is to answer where a given text belongs to a certain category in a form of alternative question.
|
26 |
|
27 |
-
## Dataset Structure
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
-
|
32 |
-
|
|
|
33 |
|
34 |
### Data Instances
|
35 |
|
@@ -62,5 +64,32 @@ An example of 'test' looks as follows:
|
|
62 |
| extreme_summarization | 2999 | 1.38% |
|
63 |
| entailment | 2117 | 0.97% |
|
64 |
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
## Dataset Description
|
8 |
|
9 |
### Dataset Summary
|
|
|
10 |
|
11 |
+
InstruCat is a dataset consisting of 216,826 instructions in Catalan.
|
12 |
+
|
13 |
+
It contains data converted to instructions format from the following datasets:
|
14 |
+
|
15 |
- caBreu : The instructions were created in form of summarization tasks. There are 2 types of summarization categories in the dataset: extreme and abstractive. The extreme one summarizes text into one sentence and the abstractive into shorter texts around 3-5 sentences.
|
16 |
- CatalanQA : The instructions correspond to questions in CatalanQA.
|
17 |
- CaWikiTC : The instructions were created in 2 different ways of text classification tasks with the distribution 70% - 30%. The first way is to define a category of a given text. The second way is to answer where a given text belongs to a certain category in a form of alternative question.
|
|
|
26 |
- teca : The instructions were created in 2 different ways with the distribution 70% - 30%. The first way is in form of entailment generation tasks. The second way is to define whether one given text is an entailment of another given text.
|
27 |
- WikiCat : The instructions were created in 2 different ways of text classification tasks with the distribution 70% - 30%. The first way is to define a category of a given text. The second way is to answer where a given text belongs to a certain category in a form of alternative question.
|
28 |
|
|
|
29 |
|
30 |
+
### Languages
|
31 |
+
|
32 |
+
This dataset is in Catalan (ca-ES).
|
33 |
+
|
34 |
+
## Dataset Structure
|
35 |
|
36 |
### Data Instances
|
37 |
|
|
|
64 |
| extreme_summarization | 2999 | 1.38% |
|
65 |
| entailment | 2117 | 0.97% |
|
66 |
|
67 |
+
|
68 |
+
#### Data Splits
|
69 |
+
- train.jsonl: 165100 instructions
|
70 |
+
- validation.jsonl: 25351 instructions
|
71 |
+
- test.jsonl: 26375 instructions
|
72 |
+
|
73 |
+
|
74 |
+
## Additional Information
|
75 |
+
|
76 |
+
### Dataset Curators
|
77 |
+
|
78 |
+
Language Technologies Unit (langtech@bsc.es) at the Barcelona Supercomputing Center (BSC).
|
79 |
+
|
80 |
+
This work is funded by the Ministerio para la Transformación Digital y de la Función Pública - Funded by EU – NextGenerationEU within the framework of the [project ILENIA](https://proyectoilenia.es/) with reference 2022/TL22/00215337, 2022/TL22/00215336, 2022/TL22/00215335 y 2022/TL22/00215334
|
81 |
+
|
82 |
+
|
83 |
+
### Licensing Information
|
84 |
+
|
85 |
+
InstruCAT contains data converted to instructions format from datasets with various licenses.
|
86 |
+
The whole work is licensed under the most restrictive license in the corpus, which is [Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.es) license. Any use of all or part of the text gathered in CATalog must abide by the terms of the original licenses, including attribution clauses when relevant. We facilitate this by providing provenance information for each data point.
|
87 |
+
|
88 |
+
|
89 |
+
### Citation Information
|
90 |
+
|
91 |
+
[N/A]
|
92 |
+
|
93 |
+
### Contributions
|
94 |
+
|
95 |
+
[N/A]
|