Upload entity_dataset.json
Browse files- entity_dataset.json +22 -0
entity_dataset.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"query": "Ci sono stanze disponibili dal 4 dicembre al 7 dicembre?",
|
4 |
+
"entities": {"check_in_date": "4 dicembre", "check_out_date": "7 dicembre"}
|
5 |
+
},
|
6 |
+
{
|
7 |
+
"query": "Quante stanze per due persone sono libere il 10 gennaio?",
|
8 |
+
"entities": {"check_in_date": "10 gennaio", "num_guests": 2}
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"query": "Vorrei una stanza con vista mare.",
|
12 |
+
"entities": {"tipo_stanza": "vista mare"}
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"query": "Che servizi sono inclusi nella stanza matrimoniale?",
|
16 |
+
"entities": {"tipo_stanza": "matrimoniale"}
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"query": "Qual è il prezzo per una stanza dal 5 al 10 febbraio?",
|
20 |
+
"entities": {"check_in_date": "5 febbraio", "check_out_date": "10 febbraio"}
|
21 |
+
}
|
22 |
+
]
|