Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringlengths
20
72
Intent
stringclasses
2 values
Entities
dict
Response
stringlengths
26
87
Action Required
stringclasses
2 values
Transfer 1000 PKR to Ali at HBL, account 1234567890.
transfer_money
{ "account_number": "1234567890", "amount": 1000, "bank_name": "HBL", "recipient_name": "Ali" }
Confirm transfer of 1000 PKR to Ali (HBL, Account: 1234567890)?
transaction_initiation_api
Send 5000 to David's UBL account.
transfer_money
{ "account_number": null, "amount": 5000, "bank_name": "UBL", "recipient_name": "David" }
Please provide David's account number.
request_missing_info
Move 2000 rupees to Fatima via Meezan Bank, account number 9876543210.
transfer_money
{ "account_number": "9876543210", "amount": 2000, "bank_name": "Meezan", "recipient_name": "Fatima" }
Confirm transfer of 2000 rupees to Fatima (Meezan, Account: 9876543210)?
transaction_initiation_api
Transfer funds to Hamza's Al-Falah account.
transfer_money
{ "account_number": null, "amount": null, "bank_name": "Al-Falah", "recipient_name": "Hamza" }
Please specify the amount and Hamza's account number.
request_missing_info
Send 10k to Sarah at HBL.
transfer_money
{ "account_number": null, "amount": 10000, "bank_name": "HBL", "recipient_name": "Sarah" }
Please provide Sarah's account number.
request_missing_info
Xfer 500 to John Doe, account 1112223333, UBL.
transfer_money
{ "account_number": "1112223333", "amount": 500, "bank_name": "UBL", "recipient_name": "John Doe" }
Confirm transfer of 500 to John Doe (UBL, Account: 1112223333)?
transaction_initiation_api
Transfer money to my mom, account 4445556666, at Meezan.
transfer_money
{ "account_number": "4445556666", "amount": null, "bank_name": "Meezan", "recipient_name": "my mom" }
Please specify the amount.
request_missing_info
Need to send 1500 to Omar. Al-Falah bank.
transfer_money
{ "account_number": null, "amount": 1500, "bank_name": "Al-Falah", "recipient_name": "Omar" }
Please provide Omar's account number.
request_missing_info
Gimme 200 bucks to Bob's account, HBL.
transfer_money
{ "account_number": null, "amount": 200, "bank_name": "HBL", "recipient_name": "Bob" }
Please provide Bob's account number.
request_missing_info
Transfer 3000 PKR to Aisha at UBL, account # 5556667777.
transfer_money
{ "account_number": "5556667777", "amount": 3000, "bank_name": "UBL", "recipient_name": "Aisha" }
Confirm transfer of 3000 PKR to Aisha (UBL, Account: 5556667777)?
transaction_initiation_api
What time does the bank open?
other
{ "account_number": null, "amount": null, "bank_name": null, "recipient_name": null }
I am a money transfer bot. I cannot answer that question.
null
Transfer 7500 to my brother, account 8889990000, at Al-Falah.
transfer_money
{ "account_number": "8889990000", "amount": 7500, "bank_name": "Al-Falah", "recipient_name": "my brother" }
Please specify your brother's name for confirmation. Then I will confirm the transfer.
request_missing_info
Send 10000 to Zayn, Meezan bank, acc 0001112222.
transfer_money
{ "account_number": "0001112222", "amount": 10000, "bank_name": "Meezan", "recipient_name": "Zayn" }
Confirm transfer of 10000 to Zayn (Meezan, Account: 0001112222)?
transaction_initiation_api
I want to send money.
transfer_money
{ "account_number": null, "amount": null, "bank_name": null, "recipient_name": null }
Please provide the recipient's name, bank, account number, and amount.
request_missing_info
Transfer 2000 to my friend's HBL account.
transfer_money
{ "account_number": null, "amount": 2000, "bank_name": "HBL", "recipient_name": "my friend" }
Please provide your friend's name and account number.
request_missing_info
Transfer 5000 rupees to John Doe at HBL bank, account 1234567890.
transfer_money
{ "account_number": "1234567890", "amount": 5000, "bank_name": "HBL", "recipient_name": "John Doe" }
Please confirm: Transfer 5,000 rupees to John Doe (HBL, Acc: 1234567890).
transaction_initiation_api
Send 10k to Jane at UBL.
transfer_money
{ "account_number": null, "amount": 10000, "bank_name": "UBL", "recipient_name": "Jane" }
Please provide Jane's account number.
request_missing_info
Transfer 2000 PKR to David via Meezan bank account 9876543210
transfer_money
{ "account_number": "9876543210", "amount": 2000, "bank_name": "Meezan", "recipient_name": "David" }
Please confirm: Transfer 2,000 PKR to David (Meezan, Acc: 9876543210).
transaction_initiation_api
Send money to Sarah at Al-Falah.
transfer_money
{ "account_number": null, "amount": null, "bank_name": "Al-Falah", "recipient_name": "Sarah" }
Please specify the amount and Sarah's account number.
request_missing_info
Transfer funds to Mike's account. Amount: 7500
transfer_money
{ "account_number": null, "amount": 7500, "bank_name": null, "recipient_name": "Mike" }
Please specify Mike's bank and account number.
request_missing_info
Xfer 1500 to Bob at HBL, account 1111222233.
transfer_money
{ "account_number": "1111222233", "amount": 1500, "bank_name": "HBL", "recipient_name": "Bob" }
Please confirm: Transfer 1,500 to Bob (HBL, Acc: 1111222233).
transaction_initiation_api
Move 10000 rupees to my sister's account at UBL.
transfer_money
{ "account_number": null, "amount": 10000, "bank_name": "UBL", "recipient_name": "my sister" }
Please provide your sister's name and account number.
request_missing_info
Need to send 3000 to Tom. Meezan bank.
transfer_money
{ "account_number": null, "amount": 3000, "bank_name": "Meezan", "recipient_name": "Tom" }
Please provide Tom's account number.
request_missing_info
Transfer 8000 to Alice. Account number is 4444555566 at Al-Falah.
transfer_money
{ "account_number": "4444555566", "amount": 8000, "bank_name": "Al-Falah", "recipient_name": "Alice" }
Please confirm: Transfer 8,000 to Alice (Al-Falah, Acc: 4444555566).
transaction_initiation_api
What's the weather like today?
other
{ "account_number": null, "amount": null, "bank_name": null, "recipient_name": null }
I'm a money transfer bot, I cannot answer that question.
null
Transfer 2500 to Anna at Al-Falah bank, account 5555666677.
transfer_money
{ "account_number": "5555666677", "amount": 2500, "bank_name": "Al-Falah", "recipient_name": "Anna" }
Please confirm: Transfer 2,500 to Anna (Al-Falah, Acc: 5555666677).
transaction_initiation_api
Send 6000 to my friend's HBL account.
transfer_money
{ "account_number": null, "amount": 6000, "bank_name": "HBL", "recipient_name": "my friend" }
Please provide your friend's name and account number.
request_missing_info
Transfer 12000 to Kevin at UBL. Account number is 7777888899.
transfer_money
{ "account_number": "7777888899", "amount": 12000, "bank_name": "UBL", "recipient_name": "Kevin" }
Please confirm: Transfer 12,000 to Kevin (UBL, Acc: 7777888899).
transaction_initiation_api
Send money to Emily.
transfer_money
{ "account_number": null, "amount": null, "bank_name": null, "recipient_name": "Emily" }
Please provide Emily's bank, account number, and the amount.
request_missing_info
I need to transfer 4000 PKR.
transfer_money
{ "account_number": null, "amount": 4000, "bank_name": null, "recipient_name": null }
Please provide the recipient's name, bank, and account number.
request_missing_info
Transfer some money to Sam's Meezan account.
transfer_money
{ "account_number": null, "amount": null, "bank_name": "Meezan", "recipient_name": "Sam" }
Please specify the amount and Sam's account number.
request_missing_info
Send 9000 to Ben at HBL account 0000111122.
transfer_money
{ "account_number": "0000111122", "amount": 9000, "bank_name": "HBL", "recipient_name": "Ben" }
Please confirm: Transfer 9,000 to Ben (HBL, Acc: 0000111122).
transaction_initiation_api
transfer 1000 to my dad
transfer_money
{ "account_number": null, "amount": 1000, "bank_name": null, "recipient_name": "my dad" }
Please provide your dad's bank and account number.
request_missing_info
Send 15000 to my brother via Al-Falah. His account number is 3333444455.
transfer_money
{ "account_number": "3333444455", "amount": 15000, "bank_name": "Al-Falah", "recipient_name": "my brother" }
Please provide your brother's name for confirmation. Then I will confirm the transfer.
request_missing_info
What is the balance in my account?
other
{ "account_number": null, "amount": null, "bank_name": null, "recipient_name": null }
I am a money transfer bot, I cannot answer that question.
null

Dataset Card for Dataset Name

This dataset card aims to be a base template for new datasets. It has been generated using this raw template.

Dataset Details

Dataset Description

  • Curated by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Language(s) (NLP): [More Information Needed]
  • License: [More Information Needed]

Dataset Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Dataset Structure

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Dataset Card Authors [optional]

[More Information Needed]

Dataset Card Contact

[More Information Needed]

Downloads last month
6