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 learning the semantic meanings of Chinese sentences and comparing the similarity between two sentences. This novel model is capable of catching non-local features. Additionally, we also tried to apply the long short-term memory (LSTM) network in the model to improve its performance. The experiments were conducted on the LCQMC dataset and the results showed that our model could achieve a higher accuracy than previous work.
Code (0)
등록된 구현이 없습니다.
Tasks
SentenceSentence SimilarityMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Siamese CNN Architecture for Learning Chinese Sentence Similarity
This paper presents a deep neural architecture which applies the siamese convolutional neural network sharing model parameters for learning a semantic similarity metric between two sentences. In addition, two different s…
Semantic SimilaritySemantic Textual SimilaritySentenceSentence SimilarityExtending Monolingual Semantic Textual Similarity Task to Multiple Cross-lingual Settings
This paper describes our independent effort for extending the monolingual semantic textual similarity (STS) task setting to multiple cross-lingual settings involving English, Japanese, and Chinese. So far, we have adopte…
Semantic SimilaritySemantic Textual SimilaritySTSTranslationPredicting 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 SimilaritySTSSiamese Networks for Semantic Pattern Similarity
Semantic Pattern Similarity is an interesting, though not often encountered NLP task where two sentences are compared not by their specific meaning, but by their more abstract semantic pattern (e.g., preposition or frame…
Question AnsweringDual-View Distilled BERT for Sentence Embedding
Recently, BERT realized significant progress for sentence matching via word-level cross sentence attention. However, the performance significantly drops when using siamese BERT-networks to derive two sentence embeddings,…
SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings+1