erikve commited on
Commit
0066292
1 Parent(s): ea63b13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -98,10 +98,19 @@ The data is intended to be used for training and testing models for Norwegian do
98
 
99
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
100
 
101
- [More Information Needed]
 
 
 
 
 
 
102
 
 
103
 
104
- ### Source Data
 
 
105
 
106
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
107
 
@@ -117,7 +126,7 @@ The numerical ratings of the underlying NoReC dataset were provided by the origi
117
  The data does not contain information considered personal or sensitive.
118
 
119
 
120
- ## Bias, Risks, and Limitations
121
 
122
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
123
 
 
98
 
99
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
100
 
101
+ Each instance in the data has the following three fields:
102
+ - 'id': a uniqe document identifier
103
+ - 'review': the actual review text
104
+ - 'sentiment': a numerical class label indicating polarity, which can have one of three values:
105
+ - 0 = negative
106
+ - 1 = positive
107
+ - 2 = fair (only available in the ternary version)
108
 
109
+ In terms of the mapping from the six-point numerical ratings in the underlying [NoReC](https://huggingface.co/datasets/ltg/norec) dataset, 'negative' (0) here corresponds to ratings of 1–3, 'positive' (0) corresponds to ratings of 5–6, while 'fair' corresponds to ratings of 4. In the binary version of NoReC_document, reviews with a rating of 4 are excluded.
110
 
111
+ The data comes with pre-defined train/dev/test splits, inherited from NoReC.
112
+
113
+ ## Source Data
114
 
115
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
116
 
 
126
  The data does not contain information considered personal or sensitive.
127
 
128
 
129
+ ### Bias, Risks, and Limitations
130
 
131
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
132