Upload smart_home_dialogues.json
Browse filesThis dataset comprise 10000 round of simulated dialogues. Each dialogue comprise of 3 parts:
1. General question including the demographic question, users' preference question and their property relate questions.
2. Based on their preference on certain smart system, the system specific configuration questions
3. The final smart plan summary for each smart system including the configured smart devices, estimated cost, installation complexity and ecological score.
For generation of the questions, I used the python to design the decision to build this interaction conditional question logic and randomise the answers in order to generate this dataset. For further python scripts, you can refer to my Github Project here: https://github.com/yagebin79386/chatbot-smart-home.git
- .gitattributes +1 -0
- smart_home_dialogues.json +3 -0
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
smart_home_dialogues.json filter=lfs diff=lfs merge=lfs -text
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b0d8c6823ae0194312a2b6c5141382eab43a84965fcceb890e51dc8052c2b64
|
3 |
+
size 86921671
|