Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -171,6 +171,44 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
| 171 |
|
| 172 |
प्रत्येक प्रविष्टि JSON ढाँचामा प्रस्तुत गरिएको छ। उदाहरण स्वरूप:
|
| 173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
```json
|
| 175 |
In Devanagari Language:
|
| 176 |
[
|
|
|
|
| 171 |
|
| 172 |
प्रत्येक प्रविष्टि JSON ढाँचामा प्रस्तुत गरिएको छ। उदाहरण स्वरूप:
|
| 173 |
|
| 174 |
+
```json
|
| 175 |
+
In Romanized Language:
|
| 176 |
+
[
|
| 177 |
+
{
|
| 178 |
+
"id": 1,
|
| 179 |
+
"query": "Account recovery process kasto huncha?",
|
| 180 |
+
"response": "Account recovery process simple ra saral chha.",
|
| 181 |
+
"intent": "Account Recovery",
|
| 182 |
+
"subintent": "Account Recovery Process",
|
| 183 |
+
"emotion": "Reassured"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"id": 2,
|
| 187 |
+
"query": "Bill maa garbar vayo jasto lagyo?",
|
| 188 |
+
"response": "Kripaya detail batainu hos, ma herchu.",
|
| 189 |
+
"intent": "Billing And Invoices",
|
| 190 |
+
"subintent": "Billing Issue",
|
| 191 |
+
"emotion": "Frustated"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"id": 3,
|
| 195 |
+
"query": "Malai naya product haruko update kasari prapta garna sakinchha?",
|
| 196 |
+
"response": "Naya product haruko update hamro website bata prapta garna sakinchha.",
|
| 197 |
+
"intent": "Digital Engagement",
|
| 198 |
+
"subintent": "Subscribe To Newsletter",
|
| 199 |
+
"emotion": "Hopeful "
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"id": 4,
|
| 203 |
+
"query": "Tapai ko anubhav kasto rahyo hamro sewa sanga?",
|
| 204 |
+
"response": "Tapai ko anubhav hamro sanga dherai ramro rahyo.",
|
| 205 |
+
"intent": "Feedback And Complaints",
|
| 206 |
+
"subintent": "Provide Feedback",
|
| 207 |
+
"emotion": "Satisfied"
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
]
|
| 211 |
+
|
| 212 |
```json
|
| 213 |
In Devanagari Language:
|
| 214 |
[
|