venelin commited on
Commit
8986fa7
1 Parent(s): 6769077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +106 -8
README.md CHANGED
@@ -1,14 +1,83 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
- # The INFERES dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  train size = 6444
8
 
9
  test size = 1612
10
 
11
- ### Columns
12
 
13
  ID : the unique ID of the instance
14
 
@@ -22,13 +91,42 @@ Topic: 1 (Picasso), 2 (Columbus), 3 (Videogames), 4 (Olympic games), 5 (EU), 6 (
22
 
23
  Anno: ID of the annotators (in cases of undergrads or crowd - the ID of the group)
24
 
25
- Anno_Type: strategy used to generate the data: Generate, Rewrite, Crowd, and Automated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- The train/test split is stratified by a key that combines Label + Anno + Anno_type
28
 
29
- ### Disclaimer
30
 
31
- The results in the paper are done via k-fold cross validation and average across multiple runs. Experiments with this split might differ slightly.
 
 
 
 
 
 
32
 
33
- ### License
34
  cc-by-4.0
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - es
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: InferES
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - nli
19
+ - spanish
20
+ - negation
21
+ - coreference
22
+ task_categories:
23
+ - text-classification
24
+ task_ids:
25
+ - natural-language-inference
26
  ---
27
 
28
+ # Dataset Card for [Dataset Name]
29
+
30
+ ## Table of Contents
31
+ - [Table of Contents](#table-of-contents)
32
+ - [Dataset Description](#dataset-description)
33
+ - [Dataset Summary](#dataset-summary)
34
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
35
+ - [Languages](#languages)
36
+ - [Dataset Structure](#dataset-structure)
37
+ - [Data Instances](#data-instances)
38
+ - [Data Fields](#data-fields)
39
+ - [Data Splits](#data-splits)
40
+ - [Source Data](#source-data)
41
+ - [Annotations](#annotations)
42
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+ ## Dataset Description
50
+
51
+ - **Homepage:** https://github.com/venelink/inferes
52
+ - **Repository:** https://github.com/venelink/inferes
53
+ - **Paper:** https://arxiv.org/abs/2210.03068
54
+ - **Point of Contact:** venelin [at] utexas [dot] edu
55
+
56
+ ### Dataset Summary
57
+
58
+ Natural Language Inference dataset for European Spanish
59
+
60
+ Paper accepted and (to be) presented at COLING 2022
61
+
62
+ ### Supported Tasks and Leaderboards
63
+
64
+ Natural Language Inference
65
+
66
+ ### Languages
67
+
68
+ Spanish
69
+
70
+ ## Dataset Structure
71
+
72
+ The dataset contains two texts inputs (Premise and Hypothesis), Label for three-way classification, and annotation data.
73
+
74
+ ### Data Instances
75
 
76
  train size = 6444
77
 
78
  test size = 1612
79
 
80
+ ### Data Fields
81
 
82
  ID : the unique ID of the instance
83
 
 
91
 
92
  Anno: ID of the annotators (in cases of undergrads or crowd - the ID of the group)
93
 
94
+ Anno Type: Generate, Rewrite, Crowd, and Automated
95
+
96
+ ### Data Splits
97
+
98
+ train size = 6444
99
+
100
+ test size = 1612
101
+
102
+ The train/test split is stratified by a key that combines Label + Anno + Anno type
103
+
104
+ ### Source Data
105
+
106
+ Wikipedia + text generated from "sentence generators" hired as part of the process
107
+
108
+ #### Who are the annotators?
109
+
110
+ Native speakers of European Spanish
111
 
112
+ ### Personal and Sensitive Information
113
 
114
+ No personal or Sensitive information is included.
115
 
116
+ Annotators are anonymized and only kept as "ID" for research purposes.
117
+
118
+ ### Dataset Curators
119
+
120
+ Venelin Kovatchev
121
+
122
+ ### Licensing Information
123
 
 
124
  cc-by-4.0
125
+
126
+ ### Citation Information
127
+
128
+ To be added after proceedings from COLING 2022 appear
129
+
130
+ ### Contributions
131
+
132
+ Thanks to [@venelink](https://github.com/venelink) for adding this dataset.