File size: 5,621 Bytes
d389958 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | {
"train": [
{
"utterance": "do they take reservations at mcdonalds",
"label": 0
},
{
"utterance": "i would like an update on the progress of my credit card application",
"label": 3
},
{
"utterance": "can you tell me why is my bank account frozen",
"label": 1
},
{
"utterance": "why in the world am i locked out of my bank account",
"label": 1
},
{
"utterance": "who froze my bank account",
"label": 1
},
{
"utterance": "has my amex application gone through yet",
"label": 3
},
{
"utterance": "does michael's accept reservations",
"label": 0
},
{
"utterance": "why cannot i take any money out from my bank account",
"label": 1
},
{
"utterance": "does cowgirl creamery in san francisco take reservations",
"label": 0
},
{
"utterance": "why am i locked out of my bank account",
"label": 1
},
{
"utterance": "find out if la tour d'argent in paris takes reservations",
"label": 0
},
{
"utterance": "please set two alarms, one at 12 pm and the next at 1 pm",
"label": 2
},
{
"utterance": "will i be notified when my application has been processed",
"label": 3
},
{
"utterance": "wake me up at noon tomorrow",
"label": 2
},
{
"utterance": "was my application approved or not for a credit card at chase bank",
"label": 3
},
{
"utterance": "set my alarm for getting up",
"label": 2
},
{
"utterance": "has there been any notice that my card app has been looked at",
"label": 3
},
{
"utterance": "i need you to schedule an alarm",
"label": 2
},
{
"utterance": "why am i seeing a hold on my boa account",
"label": 1
},
{
"utterance": "set up an alarm",
"label": 2
},
{
"utterance": "did my american express card application go through yet",
"label": 3
},
{
"utterance": "please create an alarm for 12 noon",
"label": 2
},
{
"utterance": "does moes in la except rerservations",
"label": 0
},
{
"utterance": "do you know whether ihop does reservations",
"label": 0
}
],
"validation": [
{
"utterance": "how come a hold was placed on my 401k account",
"label": 1
},
{
"utterance": "what is the status of my new credit card application",
"label": 3
},
{
"utterance": "do they take reservations at carrabbas",
"label": 0
},
{
"utterance": "make an alarm for tomorrow at twilight",
"label": 2
},
{
"utterance": "where can i find out the status of my credit card application",
"label": 3
},
{
"utterance": "is it possible to make reservations with famous dave's restaurant",
"label": 0
},
{
"utterance": "what's with the block on my bank account",
"label": 1
},
{
"utterance": "set alarm for 5 am",
"label": 2
}
],
"test": [
{
"utterance": "does pho king in ceres take reservations",
"label": 0
},
{
"utterance": "make an alarm 6am",
"label": 2
},
{
"utterance": "i need you to set an alarm for 8am tomorrow",
"label": 2
},
{
"utterance": "does the steakhouse on main st take reservations",
"label": 0
},
{
"utterance": "has there been any changes in the status of my credit card application",
"label": 3
},
{
"utterance": "look to see if my application for the barclay's card has gone through yet",
"label": 3
},
{
"utterance": "can i talk to someone about why there is a hold on my checking account",
"label": 1
},
{
"utterance": "help me please, my account is blocked",
"label": 1
}
],
"intents": [
{
"id": 0,
"name": null,
"tags": [],
"regexp_full_match": [],
"regexp_partial_match": [],
"description": null
},
{
"id": 1,
"name": null,
"tags": [],
"regexp_full_match": [],
"regexp_partial_match": [],
"description": null
},
{
"id": 2,
"name": null,
"tags": [],
"regexp_full_match": [],
"regexp_partial_match": [],
"description": null
},
{
"id": 3,
"name": null,
"tags": [],
"regexp_full_match": [],
"regexp_partial_match": [],
"description": null
}
]
} |