fenchri commited on
Commit
aac0214
1 Parent(s): 8fff0be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -124,8 +124,8 @@ Finally, we surround each entity with entity indicators (`<e>`, `</e>`).
124
 
125
  ### Supported Tasks and Leaderboards
126
 
127
- The dataset was developped for intermediate pre-training of language models and can be used on any downstream task.
128
- In the paper it's effectiveness is proven on entity-centric tasks, such as NER.
129
 
130
  ### Languages
131
 
@@ -149,10 +149,12 @@ The dataset covers 93 languages in total, including English.
149
  ### Data Fields
150
 
151
  Each instance contains 3 fields:
152
- - id: Unique ID of each sentence
153
- - language: The language of choice for entity code-switching of the given sentence
154
- - en_sentence: The original English sentence
155
- - cs_sentence: The code-switched sentence
 
 
156
 
157
  An example of what a data instance looks like:
158
  ```
@@ -166,7 +168,7 @@ An example of what a data instance looks like:
166
 
167
  ### Data Splits
168
 
169
- There is a single data split for each language. You can randomly select a few examples to serve as validation set.
170
 
171
 
172
  ### Limitations
 
124
 
125
  ### Supported Tasks and Leaderboards
126
 
127
+ The dataset was developped for intermediate pre-training of language models.
128
+ In the paper we further fine-tune models on entity-centric downstream tasks, such as NER.
129
 
130
  ### Languages
131
 
 
149
  ### Data Fields
150
 
151
  Each instance contains 3 fields:
152
+ - `id`: Unique ID of each sentence
153
+ - `language`: The language of choice for entity code-switching of the given sentence
154
+ - `en_sentence`: The original English sentence
155
+ - `cs_sentence`: The code-switched sentence
156
+
157
+ In the case of the English subset, the `cs_sentence` field does not exist.
158
 
159
  An example of what a data instance looks like:
160
  ```
 
168
 
169
  ### Data Splits
170
 
171
+ There is a single data split for each language. You can randomly select a few examples from each language to serve as validation set.
172
 
173
 
174
  ### Limitations