MarinaPlius commited on
Commit
8aa0f0a
1 Parent(s): 62be82b

updated stats with nlucat

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -7,7 +7,7 @@ language:
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.
@@ -18,6 +18,7 @@ InstruCat is a dataset consisting of 223445 instructions in Catalan.
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.
@@ -27,9 +28,9 @@ InstruCat is a dataset consisting of 223445 instructions in Catalan.
27
  ## Dataset Structure
28
 
29
  #### Data Splits
30
- - train.jsonl: 169025 instructions
31
- - validation.jsonl: 26695 instructions
32
- - test.jsonl: 27725 instructions
33
 
34
  ### Data Instances
35
 
@@ -50,14 +51,15 @@ An example of 'test' looks as follows:
50
  ### Category Distibution
51
  | Category | Number of instructions |% |
52
  |----------------|----------|------ |
53
- | ner | 59410 | 26.58% |
54
- | paraphrasis | 34695 | 15.52% |
55
- | text_classification | 33393 | 14.94% |
56
- | toxicity | 29809 | 13.34% |
57
- | qa | 27427 | 12.27% |
58
- | emotion_detection | 18492 | 8.27% |
59
- | entailment_generation | 6354 | 2.84% |
60
- | sentiment_analysis | 5750 | 2.57% |
61
- | abstractive_summarization | 2999 | 1.34% |
62
- | extreme_summarization | 2999 | 1.34% |
63
- | entailment | 2117 | 0.94% |
 
 
7
  ## Dataset Description
8
 
9
  ### Dataset Summary
10
+ InstruCat is a dataset consisting of 235318 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.
 
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
+ - NLUCat : The instructions were created in form of phrase generation tasks to express a given intent.
22
  - 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.
23
  - 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.
24
  - 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.
 
28
  ## Dataset Structure
29
 
30
  #### Data Splits
31
+ - train.jsonl: 178044 instructions
32
+ - validation.jsonl: 28125 instructions
33
+ - test.jsonl: 29149 instructions
34
 
35
  ### Data Instances
36
 
 
51
  ### Category Distibution
52
  | Category | Number of instructions |% |
53
  |----------------|----------|------ |
54
+ | ner | 59410 | 25.24% |
55
+ | paraphrasis | 34695 | 14.74% |
56
+ | text_classification | 33393 | 14.19% |
57
+ | toxicity | 29809 | 12.66% |
58
+ | qa | 27427 | 11.65% |
59
+ | emotion_detection | 18492 | 7.85% |
60
+ | phrase_generation | 11873 | 5.04% |
61
+ | entailment_generation | 6354 | 2.70% |
62
+ | sentiment_analysis | 5750 | 2.44% |
63
+ | abstractive_summarization | 2999 | 1.27% |
64
+ | extreme_summarization | 2999 | 1.27% |
65
+ | entailment | 2117 | 0.89% |