hoangs commited on
Commit
c20fa57
·
verified ·
1 Parent(s): 6a5d59a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viet-robot-small-talk
2
+
3
+ A tiny dataset of Vietnamese small-talk exchanges between a user and a home robot.
4
+
5
+ Columns:
6
+ - `id`: row id
7
+ - `user_vi`: user utterance in Vietnamese
8
+ - `user_en`: English translation
9
+ - `robot_vi`: robot reply in Vietnamese
10
+ - `robot_en`: English translation
11
+ - `mood`: overall mood of the exchange (neutral, friendly, helpful)
12
+
13
+ The dataset is manually authored for educational and prototyping purposes.
14
+
15
+ ## License
16
+
17
+ MIT