ground_truth
stringlengths 1.05k
2.66k
|
---|
### Instruction:You are a useful assistant who should extract fitting values of given parameters from a bigger text. Answer as concisely as possible and provide your response as a JSON object with the following schema:{"Parameters":["","",...] , "Values": ["", "", ...]}.
### Input:These are the parameters: client, item_3_desc, item_5_vat, total_net_worth, item_1_net_price, item_3_qty, item_5_qty, item_7_gross_worth, item_4_vat.
This is the Text: ice_no 40949664 invoice_date 05/12/2020 seller Smith Johnson and Moore 701 Timothy Rapids Suite 816 Lake Andres KY 81497 client Taylor PLC Unit 8528 Box 8676 DPO AE 62685 seller_tax_id 990-74-2646 client_tax_id 998-75-7020 iban GB78APAP25463699014706 item_1_desc R&M; RICHARDS WOMAN'S BLUE DRESS With Rhinestone Accent Short Sleeves Sz 16W item_1_qty 3 item_1_net_price $29.99 item_1_net_worth $89.97 item_1_vat 10% item_1_gross_worth $98.97 item_2_desc SCOTT MCCINTOCK SIZE 12 BLACK PARTY DRESS WITH SPARKLIND TOP item_2_qty 5 item_2_net_price 25 item_2_net_worth 125 item_2_vat 10% item_2_gross_worth $137.50 item_3_desc Vintage Gothic Lolita Dress Women Loose Puff Sleeve Pure Color Princess Dresses item_3_qty 3 item_3_net_price $22.77 item_3_net_worth $68.31 item_3_vat 10% item_3_gross_worth $75.14 item_4_desc NWOT Italian Dress Grey Black Size XS Made in Italy item_4_qty 1 item_4_net_price $44.99 item_4_net_worth $44.99 item_4_vat 10% item_4_gross_worth $49.49 item_5_desc 14 Colors Women Spaghetti Strap Bodycon Mini Dress Sexy Party Club Wear Dresses item_5_qty 4 item_5_net_price $4.71 item_5_net_worth $18.84 item_5_vat 10% item_5_gross_worth $20.72 item_6_desc KAREN SCOTT 3X DRESS item_6_qty 1 item_6_net_price $5.99 item_6_net_worth $5.99 item_6_vat 10% item_6_gross_worth $6.59 item_7_desc Adult Kids Pokemon Pikachu Kigurumi Pajama Cosplay Christmas Costume Sleepwear item_7_qty 3 item_7_net_price $9.95 item_7_net_worth $29.85 item_7_vat 10% item_7_gross_worth $32.83 total_net_worth $382.95 total_vat $38.30 total_gross_worth $421.25.
### Response:{'Parameters': ['client', 'item_3_desc', 'item_5_vat', 'total_net_worth', 'item_1_net_price', 'item_3_qty', 'item_5_qty', 'item_7_gross_worth', 'item_4_vat'], 'Values': ['Taylor PLC Unit 8528 Box 8676 DPO AE 62685', 'Vintage Gothic Lolita Dress Women Loose Puff Sleeve Pure Color Princess Dresses', '10%', '$382.95', '$29.99', '3', '4', '$32.83', '10%']} |