Replicated Siamese LSTM in Ticketing System for Similarity Learning and Retrieval in Asymmetric Texts
The goal of our industrial ticketing system is to retrieve a relevant solution for an input query, by matching with historical tickets stored in knowledge base. A query is comprised of subject and description, while a historical ticket consists of subject, description and solution. To retrieve a relevant solution, we use textual similarity paradigm to learn similarity in the query and historical tickets. The task is challenging due to significant term mismatch in the query and ticket pairs of asymmetric lengths, where subject is a short text but description and solution are multi-sentence texts. We present a novel Replicated Siamese LSTM model to learn similarity in asymmetric text pairs, that gives 22% and 7% gain (Accuracy@10) for retrieval task, respectively over unsupervised and supervised baselines. We also show that the topic and distributed semantic features for short and long texts improved both similarity learning and retrieval.
Code (0)
등록된 구현이 없습니다.
Tasks
RetrievalSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Predicting the Semantic Textual Similarity with Siamese CNN and LSTM
Semantic Textual Similarity (STS) is the basis of many applications in Natural Language Processing (NLP). Our system combines convolution and recurrent neural networks to measure the semantic similarity of sentences. It …
Semantic SimilaritySemantic Textual SimilaritySTS3D Human Action Recognition with Siamese-LSTM Based Deep Metric Learning
This paper proposes a new 3D Human Action Recognition system as a two-phase system: (1) Deep Metric Learning Module which learns a similarity metric between two 3D joint sequences using Siamese-LSTM networks; (2) A Multi…
3D Action RecognitionAction RecognitionGeneral ClassificationMetric Learning+1UniMelb at SemEval-2018 Task 12: Generative Implication using LSTMs, Siamese Networks and Semantic Representations with Synonym Fuzzing
This paper describes a warrant classification system for SemEval 2018 Task 12, that attempts to learn semantic representations of reasons, claims and warrants. The system consists of 3 stacked LSTMs: one for the reason, …
General ClassificationMulti-Task LearningSemantic SimilaritySemantic Textual Similarity+1Short Ticketing Detection Framework Analysis Report
This report presents a comprehensive analysis of an unsupervised multi-expert machine learning framework for detecting short ticketing fraud in railway systems. The study introduces an A/B/C/D station classification syst…
Chinese Sentences Similarity via Cross-Attention Based Siamese Network
Measuring sentence similarity is a key research area nowadays as it allows machines to better understand human languages. In this paper, we proposed a Cross-Attention Siamese Network (CATsNet) to carry out the task of le…
SentenceSentence Similarity