Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,8 @@ tags:
|
|
11 |
# Multilingual Parallel Sentences with Semantic Similarity Scores and Quality Metrics
|
12 |
|
13 |
This dataset is a diverse collection of parallel sentences in English and various other languages, sourced from multiple high-quality datasets.
|
14 |
-
Each sentence pair includes a semantic similarity score calculated using the Language-agnostic BERT Sentence Embedding (LaBSE) model,
|
|
|
15 |
|
16 |
### Supported Tasks
|
17 |
|
@@ -69,7 +70,10 @@ A total of 5 000 sentences were downloaded from each split of each datase
|
|
69 |
### Annotations
|
70 |
|
71 |
Semantic similarity scores were generated using the LaBSE model by calculating cosine distances between embeddings.
|
72 |
-
Additional metrics
|
|
|
|
|
|
|
73 |
|
74 |
## Considerations for Using the Data
|
75 |
|
|
|
11 |
# Multilingual Parallel Sentences with Semantic Similarity Scores and Quality Metrics
|
12 |
|
13 |
This dataset is a diverse collection of parallel sentences in English and various other languages, sourced from multiple high-quality datasets.
|
14 |
+
Each sentence pair includes a semantic similarity score calculated using the [Language-agnostic BERT Sentence Embedding (LaBSE) model](https://huggingface.co/sentence-transformers/LaBSE),
|
15 |
+
along with additional quality metrics.
|
16 |
|
17 |
### Supported Tasks
|
18 |
|
|
|
70 |
### Annotations
|
71 |
|
72 |
Semantic similarity scores were generated using the LaBSE model by calculating cosine distances between embeddings.
|
73 |
+
Additional metrics were annotated using the
|
74 |
+
[quality](https://huggingface.co/agentlans/deberta-v3-base-zyda-2-quality),
|
75 |
+
[readability](https://huggingface.co/agentlans/deberta-v3-base-zyda-2-readability), and
|
76 |
+
[sentiment](https://huggingface.co/agentlans/deberta-v3-base-zyda-2-sentiment) models.
|
77 |
|
78 |
## Considerations for Using the Data
|
79 |
|