Brunato commited on
Commit
cbdf5b1
1 Parent(s): 42d8a53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -22
README.md CHANGED
@@ -23,7 +23,8 @@ The assessment involves an entailment task in which the model is given two sente
23
  <!-- Provide a longer summary of what this dataset is. -->
24
 
25
  The dataset contains 568 pairs of sentences, where the first sentence includes the ORC and the second sentence is the declarative sentence which can be implied or not by the first.
26
- The ORCs have been primarily sourced from linguistic and psycholinguistic literature, as well as from existing benchmarks designed to test language models' ability to recognize grammaticality.
 
27
 
28
  ### Dataset Sources [optional]
29
 
@@ -55,16 +56,22 @@ The ORCs have been primarily sourced from linguistic and psycholinguistic litera
55
 
56
  [More Information Needed]
57
 
58
- ## Dataset Creation
59
-
60
- ### Curation Rationale
 
 
 
 
 
 
61
 
62
- <!-- Motivation for the creation of this dataset. -->
63
 
64
  [More Information Needed]
65
 
66
  ### Source Data
67
 
 
68
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
69
 
70
  #### Data Collection and Processing
@@ -95,23 +102,6 @@ The ORCs have been primarily sourced from linguistic and psycholinguistic litera
95
 
96
  [More Information Needed]
97
 
98
- #### Personal and Sensitive Information
99
-
100
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
101
-
102
- [More Information Needed]
103
-
104
- ## Bias, Risks, and Limitations
105
-
106
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
107
-
108
- [More Information Needed]
109
-
110
- ### Recommendations
111
-
112
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
113
-
114
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
115
 
116
  ## Citation [optional]
117
 
 
23
  <!-- Provide a longer summary of what this dataset is. -->
24
 
25
  The dataset contains 568 pairs of sentences, where the first sentence includes the ORC and the second sentence is the declarative sentence which can be implied or not by the first.
26
+ The ORCs have been primarily sourced from linguistic and psycholinguistic literature, as well as from existing benchmarks designed to test language models' ability to recognize grammatically.
27
+
28
 
29
  ### Dataset Sources [optional]
30
 
 
56
 
57
  [More Information Needed]
58
 
59
+ The dataset is provided as a tab-separated text file with the following information for each entry:
60
+ - UniqueIndexID: a numerical identifier for the entry;
61
+ - ID-mapping: an identifier mapping for cross-referencing according to the CONDITION;
62
+ - Source: the original reference from which the sentence has been taken.
63
+ - CONDITION: The type of ORC, based on the features of the two NPs involved.
64
+ - SENTENCE 1: the first sentence containing the ORC;
65
+ - SENTENCE 2: the second sentence that may or may not be implied by sentence 1;
66
+ - NP INVOLVED: indicates whether SENTENCE 2 targets the head of the relative clause (NP1) or the subject of the embedded clause (NP2).;
67
+ - GOLD: the gold label assigned to the pair ("sì" if sentence 1 implied sentence 2, "no" otherwise).
68
 
 
69
 
70
  [More Information Needed]
71
 
72
  ### Source Data
73
 
74
+
75
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
76
 
77
  #### Data Collection and Processing
 
102
 
103
  [More Information Needed]
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
 
106
  ## Citation [optional]
107