paper-with-me

Papers

SSR-TA: Sequence to Sequence based expert recurrent recommendation for ticket automation

2023-01-30 · Chenhan Cao, Xiaoyu Fang, Bingqing Luo, Bin Xia

The ticket automation provides crucial support for the normal operation of IT software systems. An essential task of ticket automation is to assign experts to solve upcoming tickets. However, facing thousands of tickets, inappropriate assignments will make tickets transfer frequently among experts, which causes time delays and wasted resources. Effectively and efficiently finding an appropriate expert in fewer steps is vital to ticket automation. In this paper, we proposed a sequence to sequence based translation model combined with a recurrent recommendation network to recommend appropriate experts for tickets. The sequence to sequence model transforms the ticket description into the corresponding resolution for capturing the potential and useful features of representing tickets. The recurrent recommendation network recommends the appropriate expert based on the assumption that the previous expert in the recommendation sequence cannot solve the expert. To evaluate the performance, we conducted experiments to compare several baselines with SSR-TA on two real-world datasets, and the experimental results show that our proposed model outperforms the baselines. The comparative experiment results also show that SSR-TA has a better performance of expert recommendations for user-generated tickets.

📄 PDF Abstract BibTeX arXiv:2301.12612

Code (1)

coderxor/ssr-ta 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Collaborative Recurrent Autoencoder: Recommend while Learning to Fill in the Blanks

2016-11-02 · NeurIPS 2016 12 · Hao Wang, Xingjian Shi, Dit-yan Yeung

Hybrid methods that utilize both content and rating information are commonly used in many recommender systems. However, most of them use either handcrafted features or the bag-of-words representation as a surrogate for t…

Collaborative FilteringDenoisingRecommendation Systems

Contextual Sequence Modeling for Recommendation with Recurrent Neural Networks

2017-06-23 · Elena Smirnova, Flavian vasile

Recommendations can greatly benefit from good representations of the user state at recommendation time. Recent approaches that leverage Recurrent Neural Networks (RNNs) for session-based recommendations have shown that D…

Session-Based Recommendations

Adversarial and Contrastive Variational Autoencoder for Sequential Recommendation

2021-03-19 · Zhe Xie, Chengxuan Liu, Yichi Zhang, Hongtao Lu 외

Sequential recommendation as an emerging topic has attracted increasing attention due to its important practical significance. Models based on deep learning and attention mechanism have achieved good performance in seque…

Collaborative FilteringSequential Recommendation

End-to-End Radio Traffic Sequence Recognition with Deep Recurrent Neural Networks

2016-10-03 · Timothy J. O'Shea, Seth Hitefield, Johnathan Corgan

We investigate sequence machine learning techniques on raw radio signal time-series data. By applying deep recurrent neural networks we learn to discriminate between several application layer traffic types on top of a co…

BIG-bench Machine LearningGeneral ClassificationTime SeriesTime Series Analysis

Customizing Language Models with Instance-wise LoRA for Sequential Recommendation

2024-08-19 · Xiaoyu Kong, Jiancan Wu, An Zhang, Leheng Sheng 외

Sequential recommendation systems predict the next interaction item based on users' past interactions, aligning recommendations with individual preferences. Leveraging the strengths of Large Language Models (LLMs) in kno…

Mixture-of-ExpertsMulti-Task Learningparameter-efficient fine-tuningRecommendation Systems+2