Section 01
[Introduction] Automatic Classification of Customer Service Tickets: Practical Comparison of Three Large Model Methods and Best Practices
This project systematically compares three large language model application paradigms—Zero-Shot classification (BART-large-mnli), Few-Shot learning (Gemini-2.5-Flash), and Fine-Tuned adjustment (DistilBERT)—for the task of automatic customer service ticket classification, addressing the pain points of traditional manual classification being time-consuming and error-prone. The final Fine-Tuned model achieves a classification accuracy of 98.5%, covering the entire process from data preparation, model training to production deployment, and provides best practice recommendations for method selection.