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 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 HANNAH GREEN DANS AGENCE WEST HALL A 18:15 NUM COMPTE 78192563457293248629154 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Hannah Green', '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 P. MOORE /MOTIF PERSONAL LOAN /REF PLOAN2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'P. Moore', 'info': 'PERSONAL LOAN'}<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 QVC.COM CARTE 1764XXXXXXXX2785 89.63USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'QVC.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 V. LARSEN /MOTIF VEHICLE PAYMENT /REF VEHREF2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'V. Larsen', 'info': 'VEHICLE 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 SOLARFLARE SYSTEMS /MOTIF DEVELOPMENT FEE /REF SFDEV0423 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Solarflare Systems', 'info': 'DEVELOPMENT 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 1235796 ASOS CARTE 4679XXXXXXXX0987 134.89GBP ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'ASOS', '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 080924 ALIEXPRESS.COM CARTE 7431XXXXXXXX2198 23.19USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'AliExpress.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 ROCKETHUB CORP /MOTIF ATM WITHDRAWAL FEE /REF ATM505093 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'RocketHub Corp', 'info': 'ATM WITHDRAWAL 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 TOMAS MILLS DANS AGENCE EAST IM A 16:50 NUM COMPTE 01938527348129457681359 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Tomas Mills', '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 G. STEWART /MOTIF DIRECT DEPOSIT /REF DD59G142 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'G. Stewart', 'info': 'DIRECT DEPOSIT'}<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 BESTBUY.COM CARTE 2946XXXXXXXX8524 214.45USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'BestBuy.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 Q. LAWSON /MOTIF HOUSE PAYMENT /REF HSPR3042023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Q. Lawson', 'info': 'HOUSE 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 GALAXONICS /MOTIF HARDWARE SUPPLY /REF GXSUP4570 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Galaxonics', 'info': 'HARDWARE SUPPLY'}<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 3857419 H&M CARTE 8391XXXXXXXX4058 73.00USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'H&M', '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 101024 BARNES&NOBLE.COM CARTE 9732XXXXXXXX2146 17.10USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Barnes&Noble.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 MASSIVE INC /MOTIF CURRENCY EXCHANGE FEE /REF FXFEE1402 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Massive Inc', 'info': 'CURRENCY EXCHANGE 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 ISABELLE TREMBLAY DANS AGENCE NORD MONTRÉAL A 11:45 NUM COMPTE 45678912465478236145132 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Isabelle Tremblay', '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 J. HUGHES /MOTIF OFFICE RENT /REF OFRENT2195 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'J. Hughes', 'info': 'OFFICE RENT'}<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.DE CARTE 1348XXXXXXXX9674 95.23EUR ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'eBay.DE', '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 M. HALL /MOTIF INSURANCE PAYMENT /REF INSURE2049 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'M. Hall', 'info': 'INSURANCE 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 NANOGENIX LABS /MOTIF RESEARCH GRANT /REF NLGRE04P32 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Nanogenix Labs', 'info': 'RESEARCH GRANT'}<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 4786594 SEPHORA CARTE 2932XXXXXXXX8574 65.10USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Sephora', '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 230824 LULU.COM CARTE 7432XXXXXXXX1254 12.25USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Lulu.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 GOTHAM TECHNOLOGIES /MOTIF SERVICE CHARGE /REF SVC9090 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Gotham Technologies', 'info': 'SERVICE 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 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 JAVIER TORRES DANS AGENCE HORIZON MADRID A 12:30 NUM COMPTE 76251438935641230957821 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Javier Torres', '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 W. PETERSON /MOTIF HOME REPAIR /REF HMRE99302 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'W. Peterson', 'info': 'HOME REPAIR'}<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 ETSY.COM CARTE 9871XXXXXXXX3217 67.42USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Etsy.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 H. PATTERSON /MOTIF TRAVEL EXPENSE /REF TRAVEGRP04 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'H. Patterson', 'info': 'TRAVEL EXPENSE'}<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 TRANSCORP SYSTEMS /MOTIF MANUFACTURING /REF TSY4MFG31 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Transcorp Systems', 'info': 'MANUFACTURING'}<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 2436918 NIKE CARTE 8913XXXXXXXX7425 182.45USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Nike', '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 EPE /DE MERIDIAN STEEL /MOTIF SUPPLY CHAIN /REF MSC012345SP ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Meridian Steel', 'info': 'SUPPLY CHAIN'}<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 /DE BLUEFIN SOLUTIONS /MOTIF RELOCATION /REF BLF123456 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Bluefin Solutions', 'info': 'RELOCATION'}<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 7854123 WHOLE FOODS CARTE 5641XXXXXXXX9867 120.75USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Whole Foods', '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 120324 BOOKING.COM CARTE 3452XXXXXXXX6712 FRA 200.00EUR ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Booking.com', 'info': 'TRAVEL CANCELLATION'}<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 SOCIETE LYSANDRE /MOTIF ANNUAL SERVICE /REF SLS2024 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Société Lysandre', 'info': 'ANNUAL 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: DEPOSIT PAR OLIVIA MARTIN DANS AGENCE CLARIDGE A 14:15 NUM COMPTE 123459876543215678900123 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Olivia Martin', '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 /DE TRANSMEDICA /MOTIF CONSULTATION FEES /REF TMF2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Transmedica', 'info': 'CONSULTATION FEES'}<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 NEWEGG.COM CARTE 7945XXXXXXXX2367 540.23USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Newegg.com', 'info': 'ELECTRONICS PURCHASE'}<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 /DE CODA ORGANIZATION /MOTIF DONATION /REF CODON8429 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Coda Organization', 'info': 'DONATION'}<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 /DE ZEALOUS TECH /MOTIF SOFTWARE LICENSE /REF ZLT59022 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Zealous Tech', 'info': 'SOFTWARE LICENSE'}<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 1238976 TARGET CARTE 9864XXXXXXXX5681 67.45USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Target', '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 210623 SOUTHWEST.COM CARTE 1234XXXXXXXX5679 USA 150.30USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Southwest.com', 'info': 'FLIGHT CANCELLATION'}<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 PINEAPPLE INC /MOTIF FINANCIAL ADVISORY /REF PAPPLESVC ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Pineapple Inc', 'info': 'FINANCIAL ADVISORY'}<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 JACQUES MOREAU DANS AGENCE LATIN QUARTER A 13:45 NUM COMPTE 369852074112365987412589 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Jacques Moreau', '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 /DE J. FISHER /MOTIF CONSTRUCTION PAYMENT /REF TC94003 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'J. Fisher', 'info': 'CONSTRUCTION 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 SUR UBER.COM CARTE 4765XXXXXXXX0912 23.45USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Uber.com', 'info': 'TRANSPORTATION 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: VIR SEPA INST /DE GALACTIC SPACEWAYS /MOTIF SPONSORSHIP /REF 942920GS ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Galactic Spaceways', 'info': 'SPONSORSHIP'}<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 /DE TERABYTE SYSTEMS /MOTIF CLOUD SERVICES /REF TBS20234 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Terabyte Systems', 'info': 'CLOUD 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 7412036 CVS CARTE 6382XXXXXXXX4710 45.89USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'CVS', '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 140623 DELTA.COM CARTE 7853XXXXXXXX1245 USA 570.00USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Delta.com', 'info': 'TRAVEL 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 MINTLEAF /MOTIF BACK OFFICE SERVICES /REF MLSERV121 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Mintleaf', 'info': 'BACK OFFICE 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: DEPOSIT PAR HENRI DUPONT DANS AGENCE SAINT GERMAIN A 16:00 NUM COMPTE 852369741258963014789652 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Henri Dupont', '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 /DE GLOBAL CHEMICALS /MOTIF RESEARCH PURPOSES /REF GCRE2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Global Chemicals', 'info': 'RESEARCH PURPOSES'}<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 ZARA.COM CARTE 6789XXXXXXXX0145 129.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Zara.com', 'info': 'FASHION PURCHASE'}<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 /DE D. CARTER /MOTIF CONSULTING REWARD /REF CRD98023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'D. Carter', 'info': 'CONSULTING REWARD'}<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 /DE INFINITY WORKS /MOTIF FREELANCE JOB /REF FW9827 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Infinity Works', 'info': 'FREELANCE JOB'}<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 3278945 NORDSTROM CARTE 3412XXXXXXXX6875 145.70USD ### 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 300423 EXPEDIA.COM CARTE 6784XXXXXXXX2134 USA 345.00USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Expedia.com', 'info': 'TRAVEL CANCELLATION'}<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 AQUARY INC /MOTIF LEGAL SERVICES /REF 2023LEGALS ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Aquary Inc', 'info': 'LEGAL 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: DEPOSIT PAR BEATRICE DUPUIS DANS AGENCE MONTMARTRE A 10:50 NUM COMPTE 654897321456789321465879 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Beatrice Dupuis', '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 /DE Q. HALLOWAY /MOTIF ASSET MANAGEMENT /REF QHAMP ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Q. Halloway', 'info': 'ASSET MANAGEMENT'}<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 BOOKDEPOSITORY.COM CARTE 4532XXXXXXXX0978 84.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'BookDepository.com', 'info': 'BOOK PURCHASE'}<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 /DE DMV SERVICES /MOTIF VEHICLE REGISTRATION /REF DMV2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'DMV Services', 'info': 'VEHICLE REGISTRATION'}<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 /DE VISETEX INC /MOTIF CONTRACT WORK /REF VISETC9634 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Visetex Inc', 'info': 'CONTRACT WORK'}<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 4785632 REI CARTE 2567XXXXXXXX0895 156.70USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'REI', '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 150623 LYFT.COM CARTE 1597XXXXXXXX8674 USA 78.45USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Lyft.com', 'info': 'RIDE CANCELLATION'}<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 VITTLES INC /MOTIF OVERDRAFT FEE /REF OVERD244 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Vittles Inc', '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 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 MATEO RUIZ DANS AGENCE BARCELONETA A 11:30 NUM COMPTE 456789123465789123456789 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Mateo Ruiz', '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 /DE HERITAGE FOUNDATION /MOTIF CHARITY /REF CHAR942G22 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Heritage Foundation', 'info': 'CHARITY'}<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 MACYS.COM CARTE 6741XXXXXXXX7854 220.57USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Macys.com', 'info': 'FASHION PURCHASE'}<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 /DE C. EVANS /MOTIF PROJECT FUNDING /REF PF2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'C. Evans', 'info': 'PROJECT FUNDING'}<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 /DE ASTROMIC SYSTEMS /MOTIF EQUIPMENT LEASE /REF EQLS2580 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Astromic Systems', 'info': 'EQUIPMENT LEASE'}<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 2143657 HOME DEPOT CARTE 6749XXXXXXXX2130 320.45USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Home Depot', '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 281023 AUTOTRADER.COM CARTE 8745XXXXXXXX6521 USA 450.00USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'AutoTrader.com', 'info': 'CANCELLED 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 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 PIXELTECH /MOTIF SERVER MAINTENANCE /REF PIX9421 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'PixelTech', 'info': 'SERVER 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 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 VICTOR GUIMARD DANS AGENCE OPERA A 12:45 NUM COMPTE 789123654123987456789123 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Victor Guimard', '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 /DE M. CLARK /MOTIF INVESTMENT /REF INV92093 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'M. Clark', 'info': 'INVESTMENT'}<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 WAYFAIR.COM CARTE 4852XXXXXXXX3671 178.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Wayfair.com', 'info': 'FURNITURE PURCHASE'}<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 /DE GLOBAL RESEARCH /MOTIF SCHOLARSHIP /REF GRSC2023 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Global Research', '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 /DE STELLAR NAVIGATION /MOTIF TRAINING SERVICES /REF TNRS2024 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Stellar Navigation', 'info': 'TRAINING 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 7120369 WALMART CARTE 5781XXXXXXXX4569 345.87USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Walmart', '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 09282024 MAGICJACK.COM CARTE 9422XXXXXXXX5156 35.78USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'MagicJack.com', 'info': 'SUBSCRIPTION CANCELLATION'}<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 BASICLIFE /MOTIF INSUFFICIENT FUNDS /REF NSF2309 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'BasicLife', 'info': 'INSUFFICIENT FUNDS'}<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 AMELIE DURAND DANS AGENCE BASTILLE A 13:10 NUM COMPTE 963852741258963789654123 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Amelie Durand', '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 /DE F. COLLINS /MOTIF OFFICE SUPPLIES /REF OFSUP5950 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'F. Collins', 'info': 'OFFICE SUPPLIES'}<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 MOTOROLA.COM CARTE 8945XXXXXXXX2158 699.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Motorola.com', 'info': 'GADGET PURCHASE'}<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 /DE ALPHA HEALTH /MOTIF HOSPITAL BILL /REF HB9NN30 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Alpha Health', 'info': 'HOSPITAL 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 /DE NETBRIGHT CONSULTING /MOTIF BUSINESS ADVISORY /REF NBAD9942 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Netbright Consulting', 'info': 'BUSINESS ADVISORY'}<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 5693147 HOMEGOODS CARTE 6598XXXXXXXX0712 132.40USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'HomeGoods', '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 300923 UDEMY.COM CARTE 6981XXXXXXXX4523 USA 59.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Udemy.com', 'info': 'COURSE CANCELLATION'}<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 TINYTECH CORP /MOTIF ACCOUNT MANAGEMENT /REF ACCTMGMT123 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'TinyTech Corp', 'info': 'ACCOUNT MANAGEMENT'}<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 PIERRE LEGRAND DANS AGENCE BEAUBOURG A 11:20 NUM COMPTE 789456123258963741528963 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Pierre Legrand', '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 /DE INNOVATEAM /MOTIF RESEARCH DEVELOPMENT /REF RDV45678 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Innovateam', 'info': 'RESEARCH DEVELOPMENT'}<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 NIKE.COM CARTE 7536XXXXXXXX2187 289.45USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'Nike.com', 'info': 'SPORTSWEAR PURCHASE'}<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 /DE TECHMATRIX /MOTIF NEW EQUIPMENT /REF NEQUIP3209 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Techmatrix', 'info': 'NEW EQUIPMENT'}<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 /DE INFONOVUS /MOTIF CONSULTING SERVICE /REF CNSLT2490 ### Response: {'transaction_channel': 'Transfer', 'other_party_name': 'Infonovus', 'info': 'CONSULTING 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 8745912 BIG LOTS CARTE 9874XXXXXXXX3210 74.25USD ### Response: {'transaction_channel': 'Card Payement', 'other_party_name': 'Big Lots', '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 150824 PLAYSTATION.COM CARTE 8742XXXXXXXX4510 49.99USD ### Response: {'transaction_channel': 'Online Payement', 'other_party_name': 'PlayStation.com', 'info': 'SUBSCRIPTION CANCELLATION'}<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 PLANET EXPRESS /MOTIF TRANSACTION FEE /REF PEXP2023 ### Response: {'transaction_channel': 'Bank fee', 'other_party_name': 'Planet Express', 'info': 'TRANSACTION 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 CARLOS JUAN DANS AGENCE SOLYMAR A 10:45 NUM COMPTE 741025896325478963125478 ### Response: {'transaction_channel': 'Deposit', 'other_party_name': 'Carlos Juan', 'info': ''}<eos>