Datasets:
raileymontalan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,70 +1,61 @@
|
|
1 |
-
---
|
2 |
-
pretty_name: LINDSEA Pragmatics
|
3 |
-
license:
|
4 |
-
- cc-by-4.0
|
5 |
-
task_categories:
|
6 |
-
- text-generation
|
7 |
-
- text-classification
|
8 |
-
language:
|
9 |
-
- id
|
10 |
-
dataset_info:
|
11 |
-
features:
|
12 |
-
- name: id
|
13 |
-
dtype: string
|
14 |
-
- name: label
|
15 |
-
dtype: string
|
16 |
-
- name: prompts
|
17 |
-
list:
|
18 |
-
- name: question_translated
|
19 |
-
dtype: string
|
20 |
-
- name: text
|
21 |
-
dtype: string
|
22 |
-
- name: choices_translated
|
23 |
-
dtype: string
|
24 |
-
- name: prompt_templates
|
25 |
-
sequence: string
|
26 |
-
- name: metadata
|
27 |
-
struct:
|
28 |
-
- name: language
|
29 |
-
dtype: string
|
30 |
-
- name: linguistic_phenomenon
|
31 |
-
dtype: string
|
32 |
-
- name: category
|
33 |
-
dtype: string
|
34 |
-
- name: lexical_item
|
35 |
-
dtype: string
|
36 |
-
- name: question
|
37 |
-
dtype: string
|
38 |
-
- name: choices
|
39 |
-
dtype: string
|
40 |
-
splits:
|
41 |
-
- name: id
|
42 |
-
num_bytes: 46162
|
43 |
-
num_examples: 100
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
- config_name: default
|
60 |
-
data_files:
|
61 |
-
- split: id
|
62 |
-
path: data/id-*
|
63 |
-
- split: id_fewshot
|
64 |
-
path: data/id_fewshot-*
|
65 |
-
size_categories:
|
66 |
-
- n<1K
|
67 |
-
---
|
68 |
|
69 |
# LINDSEA Pragmatics
|
70 |
|
|
|
1 |
+
---
|
2 |
+
pretty_name: LINDSEA Pragmatics
|
3 |
+
license:
|
4 |
+
- cc-by-4.0
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
+
- text-classification
|
8 |
+
language:
|
9 |
+
- id
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: string
|
14 |
+
- name: label
|
15 |
+
dtype: string
|
16 |
+
- name: prompts
|
17 |
+
list:
|
18 |
+
- name: question_translated
|
19 |
+
dtype: string
|
20 |
+
- name: text
|
21 |
+
dtype: string
|
22 |
+
- name: choices_translated
|
23 |
+
dtype: string
|
24 |
+
- name: prompt_templates
|
25 |
+
sequence: string
|
26 |
+
- name: metadata
|
27 |
+
struct:
|
28 |
+
- name: language
|
29 |
+
dtype: string
|
30 |
+
- name: linguistic_phenomenon
|
31 |
+
dtype: string
|
32 |
+
- name: category
|
33 |
+
dtype: string
|
34 |
+
- name: lexical_item
|
35 |
+
dtype: string
|
36 |
+
- name: question
|
37 |
+
dtype: string
|
38 |
+
- name: choices
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: id
|
42 |
+
num_bytes: 46162
|
43 |
+
num_examples: 100
|
44 |
+
- name: id_fewshot
|
45 |
+
num_bytes: 644
|
46 |
+
num_examples: 5
|
47 |
+
download_size: 15436
|
48 |
+
dataset_size: 46806
|
49 |
+
configs:
|
50 |
+
- config_name: default
|
51 |
+
data_files:
|
52 |
+
- split: id
|
53 |
+
path: data/id-*
|
54 |
+
- split: id_fewshot
|
55 |
+
path: data/id_fewshot-*
|
56 |
+
size_categories:
|
57 |
+
- n<1K
|
58 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
# LINDSEA Pragmatics
|
61 |
|