minhleduc commited on
Commit
7cc998d
·
verified ·
1 Parent(s): faed10a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -29,3 +29,23 @@ configs:
29
  - split: test
30
  path: data/test-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - split: test
30
  path: data/test-*
31
  ---
32
+
33
+ ## Dataset for Vietnamese Semantic Textual Similarity
34
+
35
+ This is a Vietnamese dataset designed for **semantic textual similarity (STS)** and **embedding-related tasks**.
36
+ 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.
37
+
38
+
39
+ ### Features
40
+
41
+ * **sentence1** (*string*): The first sentence.
42
+ * **sentence2** (*string*): The second sentence.
43
+ * **score** (*float*): Semantic similarity score between the two sentences.
44
+ * **index** (*int*): Example index.
45
+
46
+ ### Use Cases
47
+
48
+ * Sentence embedding model training
49
+ * Semantic textual similarity benchmarking
50
+ * Text matching and retrieval tasks
51
+