MarinaPlius commited on
Commit
ec0c74a
1 Parent(s): 466b42e

adding some descriptions

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -2,13 +2,30 @@
2
  language:
3
  - ca
4
  ---
5
- # Dataset Card for Instrucat_v2
6
 
7
  ## Dataset Description
8
 
9
  ### Dataset Summary
10
  InstruCat is a dataset consisting of 223445 instructions in Catalan.
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  #### Data Splits
13
  - train.jsonl: 169025 instructions
14
  - validation.jsonl: 26695 instructions
@@ -30,24 +47,7 @@ An example of 'test' looks as follows:
30
  }
31
  ```
32
 
33
- #### Dataset contains data converted to instructions format from the following datasets:
34
- - caBreu
35
- - CatalanQA
36
- - CoqCat
37
- - GuiaCat
38
- - IntoxiCat
39
- - Parafraseja
40
- - PAWS-ca
41
- - sts-ca
42
- - WikiCat
43
- - CaWikiTC
44
- - teca
45
- - CaSERa
46
- - ceil
47
-
48
-
49
-
50
- #### Category Distibution
51
  | Category | Number of instructions |% |
52
  |----------------|----------|------ |
53
  | ner | 59410 | 26.58% |
 
2
  language:
3
  - ca
4
  ---
5
+ # Dataset Card for Instrucat
6
 
7
  ## Dataset Description
8
 
9
  ### Dataset Summary
10
  InstruCat is a dataset consisting of 223445 instructions in Catalan.
11
 
12
+ ### Dataset contains data converted to instructions format from the following datasets:
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
+ - CaSERa : The instructions were created in form of multilabel classification tasks, where the labels are a given set of emotions present or absent in the texts.
15
+ - CatalanQA : The instructions correspond to questions in CatalanQA.
16
+ - 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.
17
+ - ceil : The instructions were created in 2 different ways of Named Entity Recognition tasks with the distribution 70% - 30%. The first way is to list all the found Named Entities. The second way is to list only Named Entities of a particular category.
18
+ - CoqCat : The instructions correspond to the first questions of CoqCat conversations.
19
+ - GuiaCat : The instructions were created in form of sentiment analysis tasks.
20
+ - IntoxiCat : The instructions were created in form of binary classification tasks. The task is to define wether a given text is toxic or no.
21
+ - Parafraseja : The instructions were created in form of text generation tasks. The task is to generate a text equivalent by meaning to a given text.
22
+ - PAWS-ca : The instructions were created in form of text generation tasks. The task is to generate a text equivalent by meaning to a given text.
23
+ - sts-ca : The instructions were created in form of text generation tasks. The task is to generate a text equivalent by meaning to a given text.
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
  #### Data Splits
30
  - train.jsonl: 169025 instructions
31
  - validation.jsonl: 26695 instructions
 
47
  }
48
  ```
49
 
50
+ ### Category Distibution
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  | Category | Number of instructions |% |
52
  |----------------|----------|------ |
53
  | ner | 59410 | 26.58% |