Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Each instance contains:
|
|
37 |
- `english`: The English sentence (string)
|
38 |
- `non_english`: The corresponding sentence in another language (string)
|
39 |
- `distance`: Semantic similarity score (cosine distance) between the sentences (float)
|
40 |
-
- `quality`:
|
41 |
- `readability`: Readability score (float)
|
42 |
- `sentiment`: Sentiment score (float)
|
43 |
|
|
|
37 |
- `english`: The English sentence (string)
|
38 |
- `non_english`: The corresponding sentence in another language (string)
|
39 |
- `distance`: Semantic similarity score (cosine distance) between the sentences (float)
|
40 |
+
- `quality`: Content quality score (float)
|
41 |
- `readability`: Readability score (float)
|
42 |
- `sentiment`: Sentiment score (float)
|
43 |
|