paper-with-me

Papers

Ticket-BERT: Labeling Incident Management Tickets with Language Models

2023-06-30 · Zhexiong Liu, Cris Benge, Siduo Jiang

An essential aspect of prioritizing incident tickets for resolution is efficiently labeling tickets with fine-grained categories. However, ticket data is often complex and poses several unique challenges for modern machine learning methods: (1) tickets are created and updated either by machines with pre-defined algorithms or by engineers with domain expertise that share different protocols, (2) tickets receive frequent revisions that update ticket status by modifying all or parts of ticket descriptions, and (3) ticket labeling is time-sensitive and requires knowledge updates and new labels per the rapid software and hardware improvement lifecycle. To handle these issues, we introduce Ticket- BERT which trains a simple yet robust language model for labeling tickets using our proposed ticket datasets. Experiments demonstrate the superiority of Ticket-BERT over baselines and state-of-the-art text classifiers on Azure Cognitive Services. We further encapsulate Ticket-BERT with an active learning cycle and deploy it on the Microsoft IcM system, which enables the model to quickly finetune on newly-collected tickets with a few annotations.

📄 PDF Abstract BibTeX arXiv:2307.00108

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningLanguage ModelingLanguage ModellingManagement

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Adam 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Improving IT Support by Enhancing Incident Management Process with Multi-modal Analysis

2019-08-04 · Atri Mandal, Shivali Agarwal, Nikhil Malhotra, Giriprasad Sridhara 외

IT support services industry is going through a major transformation with AI becoming commonplace. There has been a lot of effort in the direction of automation at every human touchpoint in the IT support processes. Inci…

Management

FaultProfIT: Hierarchical Fault Profiling of Incident Tickets in Large-scale Cloud Systems

2024-02-27 · JunJie Huang, Jinyang Liu, Zhuangbin Chen, Zhihan Jiang 외

Postmortem analysis is essential in the management of incidents within cloud systems, which provides valuable insights to improve system's reliability and robustness. At CloudA, fault pattern profiling is performed durin…

Contrastive Learning

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

2021-05-25 · ACL 2021 5 · Chen Liang, Simiao Zuo, Minshuo Chen, Haoming Jiang 외

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ``lottery tickets'', and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In thi…

Model CompressionMulti-Task Learning

A Scalable and High Availability Solution for Recommending Resolutions to Problem Tickets

2025-07-26 · Harish Saragadam, Chetana K Nayak, Joy Bose arxiv

Resolution of incidents or problem tickets is a common theme in service industries in any sector, including billing and charging systems in telecom domain. Machine learning can help to identify patterns and suggest resol…

One-Shot Learning

EarlyBERT: Efficient BERT Training via Early-bird Lottery Tickets

2020-12-31 · ACL 2021 5 · Xiaohan Chen, Yu Cheng, Shuohang Wang, Zhe Gan 외

Heavily overparameterized language models such as BERT, XLNet and T5 have achieved impressive success in many NLP tasks. However, their high model complexity requires enormous computation resources and extremely long tra…

Model Compression