| --- |
| dataset_info: |
| features: |
| - name: sentence1 |
| dtype: string |
| - name: sentence2 |
| dtype: string |
| - name: score |
| dtype: float64 |
| - name: index |
| dtype: int64 |
| splits: |
| - name: train |
| num_bytes: 1375164 |
| num_examples: 6968 |
| - name: validation |
| num_bytes: 171895 |
| num_examples: 871 |
| - name: test |
| num_bytes: 171895 |
| num_examples: 871 |
| download_size: 989208 |
| dataset_size: 1718954 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| - split: validation |
| path: data/validation-* |
| - split: test |
| path: data/test-* |
| --- |
| |
|
|
| ## Dataset for Vietnamese Semantic Textual Similarity |
|
|
| This is a Vietnamese dataset designed for **semantic textual similarity (STS)** and **embedding-related tasks**. |
| Each example contains two sentences (`sentence1`, `sentence2`) along with a **similarity score** (`score`) representing how semantically close the two sentences are. The dataset can be used to train and evaluate models for **sentence embeddings**, **semantic search**, and **text similarity** in Vietnamese. |
|
|
| ### Dataset Details |
|
|
| | Split | Number of Examples | Size | |
| | ---------- | ------------------ | ------- | |
| | Train | 6,968 | 1.38 MB | |
| | Validation | 871 | 0.17 MB | |
| | Test | 871 | 0.17 MB | |
|
|
| **Total size:** approximately 1.72 MB |
| **Download size:** approximately 0.99 MB |
|
|
| ### Features |
|
|
| * **sentence1** (*string*): The first sentence. |
| * **sentence2** (*string*): The second sentence. |
| * **score** (*float*): Semantic similarity score between the two sentences. |
| * **index** (*int*): Example index. |
|
|
| ### Use Cases |
|
|
| * Sentence embedding model training |
| * Semantic textual similarity benchmarking |
| * Text matching and retrieval tasks |
|
|