text
stringlengths
725
775
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE JAMESON INC /MOTIF SERVICE PAYMENT /REF JN00012345SP ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Jameson Inc', 'info': 'SERVICE PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE S. PEREZ /REF NOTPROVIDED VIREMENT FAMILIAL ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'S. Perez', 'info': 'VIREMENT FAMILIAL'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE GREEN SOLUTION /MOTIF REFUND /REF GRNSOL235 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Green Solution', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE LEXCORP /MOTIF ANNUAL FEE /REF ANFEE2024LX ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Lexcorp', 'info': 'ANNUAL FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 310324 EZSHOP.COM CARTE 5742XXXXXXXX8234 FRA 27,49EUR ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'EZShop.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE MOVITRADE LTD COMMISSION /REF MT2023COMM ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Movitrade Ltd', 'info': 'COMMISSION'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE HANNAH LEE /REF NOTPROVIDED /MOTIF PERSONAL TRANSFER ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Hannah Lee', 'info': 'PERSONAL TRANSFER'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE TRIPLEX GROUP /MOTIF INVOICE PAYMENT /REF TRXINV2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Triplex Group', 'info': 'INVOICE PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE GLOBAL BANK MONTHLY SERVICE FEE /REF GBSERV2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Global Bank', 'info': 'MONTHLY SERVICE FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 240224 BUYTECH.NET CARTE 4982XXXXXXXX5678 FRA 59,99EUR ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Buytech.net', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE ANYTECH /MOTIF SALARY /REF AT2024SAL ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Anytech', 'info': 'SALARY'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE P. BROWN /REF NOTPROVIDED /MOTIF LOAN PAYMENT ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'P. Brown', 'info': 'LOAN PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE NEXXUS LTD /MOTIF CONTRACT SETTLEMENT /REF NXCONSET2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Nexxus Ltd', 'info': 'CONTRACT SETTLEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE CAPITAL ONE /MOTIF MAINTENANCE CHARGE /REF CPCMNT2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Capital One', 'info': 'MAINTENANCE CHARGE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 050124 COOLSTORE.COM CARTE 4765XXXXXXXX8493 FRA 88,59EUR ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Coolstore.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE OMEGA TRADE /MOTIF CONSULTATION FEE /REF OTCONS2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Omega Trade', 'info': 'CONSULTATION FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE A. JONES /REF NOTPROVIDED /MOTIF TRANSFER SAVINGS ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'A. Jones', 'info': 'TRANSFER SAVINGS'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE TRADEWISE LLC PARTNERSHIP REVENUE /REF TWLLCPRV2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Tradewise LLC', 'info': 'PARTNERSHIP REVENUE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE SECUREBANK YEARLY ACCOUNT MAINTENANCE /REF YRACCT2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Securebank', 'info': 'YEARLY ACCOUNT MAINTENANCE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 102424 GADGETSHOP.COM CARTE 4871XXXXXXXX8765 USA 35,69USD ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Gadgetshop.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE BLUEPRINT CO /MOTIF INVESTMENT PROFIT /REF BPCO2024INF ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Blueprint Co', 'info': 'INVESTMENT PROFIT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE M. SMITH /REF NOTPROVIDED DEPOSIT ACCOUNT ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'M. Smith', 'info': 'DEPOSIT ACCOUNT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE TECHNOVATE LTD /MOTIF FINAL PAYMENT /REF TNOVFP2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Technovate Ltd', 'info': 'FINAL PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE INTEGRABANK /MOTIF CARD SERVICE FEE /REF INTCF2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Integrabank', 'info': 'CARD SERVICE FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 021324 STORE24.COM CARTE 4999XXXXXXXX2384 CAN 45,79CAD ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Store24.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE APEX TRADERS /MOTIF PENDING INVOICE /REF APEXINV2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Apex Traders', 'info': 'PENDING INVOICE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE N. TAYLOR /REF NOTPROVIDED /MOTIF FAMILY SUPPORT ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'N. Taylor', 'info': 'FAMILY SUPPORT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE BRIGHTON LTD /MOTIF REBATE /REF BRIGHTSAV2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Brighton Ltd', 'info': 'REBATE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE LOYALBANK OVERDRAFT FEE /REF OVERDRF2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Loyalbank', 'info': 'OVERDRAFT FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 303124 TECHBUY.CA CARTE 5123XXXXXXXX8741 CAN 60,45CAD ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Techbuy.ca', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE ZENITH CORP /MOTIF DIVIDEND PAYMENT /REF ZENITHDIV24 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Zenith Corp', 'info': 'DIVIDEND PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE R. WILSON /REF NOTPROVIDED /MOTIF ONE TIME BONUS ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'R. Wilson', 'info': 'ONE TIME BONUS'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE INNOVACT LTD /MOTIF PRODUCT SALE /REF INNPRODS2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Innovact Ltd', 'info': 'PRODUCT SALE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE TRADWELL BANK /MOTIF ATM FEE /REF ATMFEES2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Tradwell Bank', 'info': 'ATM FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 311124 FASHIONSHOP CARTE 4781XXXXXXXX7953 USA 52,35USD ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Fashionshop.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE PEAK SOLUTIONS /MOTIF PARTNERSHIP INCOME /REF PEAKPTNR24 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Peak Solutions', 'info': 'PARTNERSHIP INCOME'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE J. ANDERSON /REF NOTPROVIDED /MOTIF BONUS PAYMENT ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'J. Anderson', 'info': 'BONUS PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE ENTAPA LTD /MOTIF REVERSE CHARGE /REF ENTREVRG2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Entapa Ltd', 'info': 'REVERSE CHARGE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE CRESCENT BANK /MOTIF WIRED FEE /REF WIREFECS24 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Crescent Bank', 'info': 'WIRED FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 295124 GIZMOS.COM CARTE 4879XXXXXXXX8492 CAN 33,59CAD ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Gizmos.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE SYNTECH CO /MOTIF SALARY PAYMENT /REF SYNTECHSAL24 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Syntech Co', 'info': 'SALARY PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE T. GARCIA /REF NOTPROVIDED /MOTIF TRANSFER SAVINGS ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'T. Garcia', 'info': 'TRANSFER SAVINGS'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE SKYHIGH LTD /MOTIF REFUND /REF SKYHRFD2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'SkyHigh Ltd', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE BANK FEE /DE UNITED BANK /MOTIF SERVICE FEE /REF UNTSERFEE24 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'United Bank', 'info': 'SERVICE FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 112424 TRENDYSHOP.COM CARTE 4981XXXXXXXX3248 FRA 24,70EUR ### Response: {'transaction_channel': 'Payement', 'other_party_name': 'Trendyshop.com', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE A. MARTINEZ /MOTIF SALARY /REF AM23456789SAL ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'A. Martinez', 'info': 'SALARY'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: PAYEMENT CB STORE 1234567 SUPERMART CARTE 4578XXXXXXXX7894 45.76EUR ### Response: {'transaction_channel': 'Card Payment', 'other_party_name': 'SuperMart', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST EMIS /VERS K. SMITH /MOTIF LOAN PAYMENT /REF KS00098765LP ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'K. Smith', 'info': 'LOAN PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEP DIRECT RECU /DE WORLD TRAVEL /MOTIF REIMBURSEMENT /REF WT1234RB ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'World Travel', 'info': 'REIMBURSEMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: CHGS DE GESTION /DE ACME CORP /MOTIF MANAGEMENT FEE /REF MGMT2024AC ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'ACME Corp', 'info': 'MANAGEMENT FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: REMBOURS CB DU 210324 AMAZON.FR CARTE 6374XXXXXXXX7163 59,90EUR ### Response: {'transaction_channel': 'Online Payment', 'other_party_name': 'Amazon.fr', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE T. EVANS /REF NOTPROVIDED FRIENDLY TRANSFER ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'T. Evans', 'info': 'FRIENDLY TRANSFER'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 5489637 ELECTROMART CARTE 4729XXXXXXXX6290 199.99DH ### Response: {'transaction_channel': 'Card Payment', 'other_party_name': 'ElectroMart', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter, you receive transactions that are written in a banking context & you extract valuable data from them in JSON format: {'transaction_channel': (Transfer, Payment, Deposit, Online Payment, Card Payment, Bank fee), 'other_party_name': name of the sender or receiver, 'info': motif or reason for the transaction; if there is no motif just leave it blank} ### Input: DEPOSIT PAR H. MORENO DANS AGENCE PRINCIPALE MADRID A 11:00 NUM COMPTE 125799315476345712386521 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'H. Moreno', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT SUR ALIBABA.COM CARTE 5612XXXXXXXX1517 820.50DH ### Response: {'transaction_channel': 'Online Payment', 'other_party_name': 'Alibaba.com', 'info': 'SHOPPING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE L. THOMAS /MOTIF SCHOLARSHIP /REF SCHTHOS003 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'L. Thomas', 'info': 'SCHOLARSHIP'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE REDSUN ENERGIES /MOTIF ENERGY BILLING /REF REDSUN2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Redsun Energies', 'info': 'ENERGY BILLING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 12345 CARREFOUR CARTE 1234XXXXXXXX5678 45.50EUR ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Carrefour', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: REMBOURS CB DU 010424 AMAZON.COM CARTE 9876XXXXXXXX4321 USA 39.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Amazon.com', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: CHGS DE BANK /DE WAYNE ENTERPRISES /MOTIF WIRE TRANSFER FEE /REF WIRFEE4554 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Wayne Enterprises', 'info': 'WIRE TRANSFER FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEPOSIT PAR SOPHIE PIERRE DANS AGENCE CENTRAL PARIS A 10:45 NUM COMPTE 359812346598653245627854 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Sophie Pierre', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE MIRANDA JOHNSON /MOTIF CONSULTANCY /REF MJCN20231234 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Miranda Johnson', 'info': 'CONSULTANCY'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT SUR ALIBABA.COM CARTE 4512XXXXXXXX7890 300.15CNY ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Alibaba.com', 'info': 'SHOPPING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE DR ORIGIN INC /MOTIF MEDICAL BILL /REF DR0007_REF063 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Dr. Origin Inc', 'info': 'MEDICAL BILL'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE OMEGA SYSTEMS /MOTIF PROJECT PAYMENT /REF OMEGAPROJ2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Omega Systems', 'info': 'PROJECT PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 8596239 ZARA CARTE 7890XXXXXXXX1234 85.75EUR ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Zara', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: REMBOURS CB DU 150224 EBAY.COM CARTE 5684XXXXXXXX2167 USA 120.00USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'eBay.com', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: CHGS DE BANK /DE INGENIOUS LABS /MOTIF MONTHLY MAINTENANCE FEE /REF MAINTJAN2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Ingenious Labs', 'info': 'MONTHLY MAINTENANCE FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEPOSIT PAR MARIA LOPEZ DANS AGENCE AZUR NICE A 09:12 NUM COMPTE 47512698453124567852693 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Maria Lopez', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE A. MARTIN /MOTIF RENTAL INCOME /REF RENTAPR2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'A. Martin', 'info': 'RENTAL INCOME'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT SUR EBAY.FR CARTE 1234XXXXXXXX9876 78.99EUR ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'eBay.FR', 'info': 'SHOPPING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE CHAPTERS AND PAGES /MOTIF AUTHOR ROYALTIES /REF CHAPRNLT2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Chapters And Pages', 'info': 'AUTHOR ROYALTIES'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE DYNCORP NETWORKS /MOTIF TECH SERVICE /REF DYNTech2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Dyncorp Networks', 'info': 'TECH SERVICE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 7643201 IKEA CARTE 3487XXXXXXXX2536 155.60EUR ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'IKEA', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: REMBOURS CB DU 280323 SHOPIFY.COM CARTE 3478XXXXXXXX1234 FRA 67.34EUR ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Shopify.com', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: CHGS DE BANK /DE STARK INDUSTRIES /MOTIF WIRE TRANSFER FEE /REF STK2023WIRE ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Stark Industries', 'info': 'WIRE TRANSFER FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEPOSIT PAR AHMED KHILFI DANS AGENCE MAJORELLE TANGER A 17:10 NUM COMPTE 67891234553124679583210 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Ahmed Khilfi', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE N. ROGERS /MOTIF PAYMENT FOR FREELANCE /REF FLC00200302922 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'N. Rogers', 'info': 'PAYMENT FOR FREELANCE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT SUR WALMART.COM CARTE 9632XXXXXXXX8745 280.98USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Walmart.com', 'info': 'SHOPPING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE K. SCOTT /MOTIF MORTGAGE PAYMENT /REF MORT2212023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'K. Scott', 'info': 'MORTGAGE PAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE VEGAWAVE SOLUTIONS /MOTIF TESTING SERVICES /REF VGWAVE508 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Vegawave Solutions', 'info': 'TESTING SERVICES'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 2547836 DECATHLON CARTE 7524XXXXXXXX9856 98.45EUR ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Decathlon', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: REMBOURS CB DU 050524 ETSY.COM CARTE 7398XXXXXXXX2945 USA 47.50USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Etsy.com', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: CHGS DE BANK /DE SPACEX INC /MOTIF WIRE OPERATION FEE /REF SPXWIRE2023 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'SpaceX Inc', 'info': 'WIRE OPERATION FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEPOSIT PAR JULIA ROBERT DANS AGENCE SOUTH LYON A 12:30 NUM COMPTE 89125648753124579658329 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Julia Robert', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE S. SAMSON /MOTIF GIFT /REF SUMGIFT2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'S. Samson', 'info': 'GIFT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT SUR FLIPKART.COM CARTE 5684XXXXXXXX9176 1434.45INR ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Flipkart.com', 'info': 'SHOPPING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE E. CARTER /MOTIF LOAN REPAYMENT /REF LOAN992348702 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'E. Carter', 'info': 'LOAN REPAYMENT'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE TURBOWAVE INC /MOTIF CONSULTING FEE /REF TW9812043 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Turbowave Inc', 'info': 'CONSULTING FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 7412035 NORDSTROM CARTE 6742XXXXXXXX4321 132.56USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Nordstrom', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: REMBOURS CB DU 220624 TESLA.COM CARTE 8945XXXXXXXX2653 499.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Tesla.com', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: CHGS DE BANK /DE AMAZON LLC /MOTIF MAINTENANCE FEE /REF AMAZON2023FEB ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Amazon LLC', 'info': 'MAINTENANCE FEE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEPOSIT PAR BRUNO SILVA DANS AGENCE NORTH BRAGA A 15:00 NUM COMPTE 27419380512374628592705 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Bruno Silva', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA INST RECU /DE A. KING /MOTIF SALARY /REF SALA2023JUN ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'A. King', 'info': 'SALARY'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT SUR TARGET.COM CARTE 3456XXXXXXXX7890 150.00USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Target.com', 'info': 'SHOPPING'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: VIR SEPA RECU /DE U. MORGAN /MOTIF CHILD ALLOWANCE /REF CHIL2023MAY ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'U. Morgan', 'info': 'CHILD ALLOWANCE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: DEP SEPA RECU /DE LUMASALE MARKETING /MOTIF CAMPAIGN SERVICE /REF LSMKCAM2423 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Lumasale Marketing', 'info': 'CAMPAIGN SERVICE'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: PAYEMENT TPE STORE 4829103 PRIMARK CARTE 9834XXXXXXXX5623 48.20GBP ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Primark', 'info': ''}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: REMBOURS CB DU 150624 NETFLIX.COM CARTE 2956XXXXXXXX8421 15.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Netflix.com', 'info': 'REFUND'}<eos>
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request. ### Instruction: you are a transaction interpreter , you receive transactions that are writen for the banking context & you extract valuable data them in json format: {'transaction_channel': (Transfer, Online Payement, Card Payement, Bank fee, Deposit), 'other_party_name': name of the sender or receiver, 'info': motif or reason of the transaction, if there is no motif just leave it blank} ### Input: CHGS DE BANK /DE TECHWIRE SOLUTIONS /MOTIF ANNUAL SERVICE FEE /REF TSW2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Techwire Solutions', 'info': 'ANNUAL SERVICE FEE'}<eos>
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card