Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,12 +57,35 @@ The sentences included in the dataset are in Catalan (CA) and English (EN).
|
|
57 |
|
58 |
### Data Instances
|
59 |
|
60 |
-
The dataset is a single tsv file where each row contains a parallel sentence pair.
|
61 |
|
62 |
|
63 |
### Data Fields
|
64 |
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
### Data Splits
|
68 |
|
|
|
57 |
|
58 |
### Data Instances
|
59 |
|
60 |
+
The dataset is a single tsv file where each row contains a parallel sentence pair and additional domain and text type information for each sentence.
|
61 |
|
62 |
|
63 |
### Data Fields
|
64 |
|
65 |
+
Each example contains the following fields:
|
66 |
+
* sentence_id:
|
67 |
+
* en:
|
68 |
+
* en_sentence:
|
69 |
+
* ca:
|
70 |
+
* ca_sentence:
|
71 |
+
* domain:
|
72 |
+
* text_type:
|
73 |
+
*
|
74 |
+
|
75 |
+
#### Example:
|
76 |
+
|
77 |
+
<pre>
|
78 |
+
[
|
79 |
+
{
|
80 |
+
"00000a47-e4a5-8ab6-e0fa-3cbbeb596f34","en","As for the search engines, they also rely on the structure of your information content on the website to analyze and index your website.","ca","Pel que fa als motors de cerca, també es basen en l'estructura del seu contingut d'informació al lloc web per analitzar i indexar el seu lloc web.","MWM","SM"
|
81 |
+
|
82 |
+
},
|
83 |
+
...
|
84 |
+
]
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
+
</pre>
|
89 |
|
90 |
### Data Splits
|
91 |
|