paper-with-me

Papers

Chinese Sentences Similarity via Cross-Attention Based Siamese Network

2021-04-18 · Zhen Wang, Xiangxie Zhang, Yicong Tan

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.

📄 PDF Abstract BibTeX arXiv:2104.08787

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence Similarity

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

A Siamese CNN Architecture for Learning Chinese Sentence Similarity

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Haoxiang Shi, Cen Wang, Tetsuya Sakai

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 Similarity

Extending Monolingual Semantic Textual Similarity Task to Multiple Cross-lingual Settings

2016-05-01 · LREC 2016 5 · Yoshihiko Hayashi, Wentao Luo

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 SimilaritySTSTranslation

Predicting the Semantic Textual Similarity with Siamese CNN and LSTM

2018-10-24 · JEPTALNRECITAL 2018 5 · Elvys Linhares Pontes, Stéphane Huet, Andréa Carneiro Linhares, Juan-Manuel Torres-Moreno

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 SimilaritySTS

Siamese Networks for Semantic Pattern Similarity

2018-12-17 · Yassine Benajiba, Jin Sun, Yong Zhang, Longquan Jiang 외

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 Answering

Dual-View Distilled BERT for Sentence Embedding

2021-04-18 · Xingyi Cheng

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