CoolFace
Apppublic

LeonardoMdSA/Context-aware-NLP-classification-platform-with-MCP

sourceHugging Facemitupdated 7mo agoView on Hugging Face
2likes
train.json214 linesDownload Raw Back to samples
1[2  {3    "text": "Invoice issued for project Beta Q2 2025",4    "label": "finance.invoice"5  },6  {7    "text": "Invoice #INV-4444 for office renovation project",8    "label": "finance.invoice"9  },10  {11    "text": "Monthly billing statement for April 2025",12    "label": "finance.invoice"13  },14  {15    "text": "Contract for outsourced IT support",16    "label": "legal.contract"17  },18  {19    "text": "Revised invoice for Q2 2025 payment",20    "label": "finance.invoice"21  },22  {23    "text": "Invoice #INV-5432 for software license renewal",24    "label": "finance.invoice"25  },26  {27    "text": "Invoice for Q4 2025 total amount $12,000",28    "label": "finance.invoice"29  },30  {31    "text": "Final invoice for consulting hours April 2025",32    "label": "finance.invoice"33  },34  {35    "text": "Compliance training schedule and policy overview",36    "label": "hr.policy"37  },38  {39    "text": "Payment reminder for unpaid invoice #INV-6789",40    "label": "finance.invoice"41  },42  {43    "text": "Invoice for quarterly subscription Q3 2025",44    "label": "finance.invoice"45  },46  {47    "text": "Invoice for external vendor services Q4 2025",48    "label": "finance.invoice"49  },50  {51    "text": "Payment confirmation for invoice 2025-09-12",52    "label": "finance.invoice"53  },54  {55    "text": "Service-level agreement for client Y",56    "label": "legal.contract"57  },58  {59    "text": "Invoice for purchase order #PO-7893",60    "label": "finance.invoice"61  },62  {63    "text": "Payment received for invoice #2025-07-12",64    "label": "finance.invoice"65  },66  {67    "text": "Invoice for equipment purchase Q1 2025",68    "label": "finance.invoice"69  },70  {71    "text": "Non-compete agreement for key executives",72    "label": "legal.contract"73  },74  {75    "text": "Master service agreement with supplier Y",76    "label": "legal.contract"77  },78  {79    "text": "Employee handbook updated with vacation policies",80    "label": "hr.policy"81  },82  {83    "text": "Employee telework policy update Q2 2025",84    "label": "hr.policy"85  },86  {87    "text": "Employment contract for new hire John Doe",88    "label": "legal.contract"89  },90  {91    "text": "Updated HR policy for internal promotions and transfers",92    "label": "hr.policy"93  },94  {95    "text": "Invoice for cloud service subscription, June 2025",96    "label": "finance.invoice"97  },98  {99    "text": "Software licensing agreement for enterprise client",100    "label": "legal.contract"101  },102  {103    "text": "Payment request for invoice #2025-08-19",104    "label": "finance.invoice"105  },106  {107    "text": "Final invoice for services rendered to client XYZ",108    "label": "finance.invoice"109  },110  {111    "text": "Invoice #INV-7890 for quarterly HR services",112    "label": "finance.invoice"113  },114  {115    "text": "Updated HR policy on sick leave procedures",116    "label": "hr.policy"117  },118  {119    "text": "Payment receipt for invoice #INV-1001 dated 2025-03-12",120    "label": "finance.invoice"121  },122  {123    "text": "Invoice for IT consulting Q1 2025",124    "label": "finance.invoice"125  },126  {127    "text": "Policy on overtime and time tracking for employees",128    "label": "hr.policy"129  },130  {131    "text": "Quarterly invoice for project Alpha",132    "label": "finance.invoice"133  },134  {135    "text": "Policy for mandatory workplace safety training",136    "label": "hr.policy"137  },138  {139    "text": "Invoice for training services Q4 2025",140    "label": "finance.invoice"141  },142  {143    "text": "Revised invoice for client ABC, Q3 2025",144    "label": "finance.invoice"145  },146  {147    "text": "Payment due for invoice issued to client ABC",148    "label": "finance.invoice"149  },150  {151    "text": "Policy on employee code of conduct and ethics",152    "label": "hr.policy"153  },154  {155    "text": "Agreement on confidentiality obligations Q3 2025",156    "label": "legal.contract"157  },158  {159    "text": "Invoice #INV-3321 for legal consulting fees",160    "label": "finance.invoice"161  },162  {163    "text": "Billing statement for client ABC, Q2 2025",164    "label": "finance.invoice"165  },166  {167    "text": "Consulting agreement with Company Z",168    "label": "legal.contract"169  },170  {171    "text": "Invoice #INV-9021 for maintenance services",172    "label": "finance.invoice"173  },174  {175    "text": "Mandatory compliance training policy for all staff",176    "label": "hr.policy"177  },178  {179    "text": "Invoice for office supplies, March 2025",180    "label": "finance.invoice"181  },182  {183    "text": "HR guidance on parental leave entitlements",184    "label": "hr.policy"185  },186  {187    "text": "New guidelines for work-from-home policy",188    "label": "hr.policy"189  },190  {191    "text": "Monthly invoice for consulting services, May 2025",192    "label": "finance.invoice"193  },194  {195    "text": "Contract renewal for existing client services",196    "label": "legal.contract"197  },198  {199    "text": "Contract amendment for previously signed SLA",200    "label": "legal.contract"201  },202  {203    "text": "Independent contractor agreement for freelance work",204    "label": "legal.contract"205  },206  {207    "text": "Invoice #INV-5555 for Q1 2025 training materials",208    "label": "finance.invoice"209  },210  {211    "text": "Contract agreement between Company A and Company B",212    "label": "legal.contract"213  }214]