paper-with-me

홈 › Papers

Improving Text Semantic Similarity Modeling through a 3D Siamese Network

2023-07-18 · Jianxiang Zang, Hui Liu

Siamese networks have gained popularity as a method for modeling text semantic similarity. Traditional methods rely on pooling operation to compress the semantic representations from Transformer blocks in encoding, resulting in two-dimensional semantic vectors and the loss of hierarchical semantic information from Transformer blocks. Moreover, this limited structure of semantic vectors is akin to a flattened landscape, which restricts the methods that can be applied in downstream modeling, as they can only navigate this flat terrain. To address this issue, we propose a novel 3D Siamese network for text semantic similarity modeling, which maps semantic information to a higher-dimensional space. The three-dimensional semantic tensors not only retains more precise spatial and feature domain information but also provides the necessary structural condition for comprehensive downstream modeling strategies to capture them. Leveraging this structural advantage, we introduce several modules to reinforce this 3D framework, focusing on three aspects: feature extraction, attention, and feature fusion. Our extensive experiments on four text semantic similarity benchmarks demonstrate the effectiveness and efficiency of our 3D Siamese Network.

📄 PDF Abstract BibTeX arXiv:2307.09274

Code (0)

등록된 구현이 없습니다.

Tasks

NavigateSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Extractive Summarization for Arabic Documents Using SAraBERT with a Semantic Siamese Similarity Evaluation Metric

2026-08-21 · Sami Shames El Deen, Mariette Awad arxiv

In this research, we introduce SAraBERT, an enhanced version of AraBERT which proposes inter-sentence transformer layers for extractive summarization tasks. To ensure that the summaries generated by SAraBERT achieve a hi…

Learning Contextual Embeddings for Structural Semantic Similarity using Categorical Information

2017-08-01 · CONLL 2017 8 · Massimo Nicosia, Aless Moschitti, ro

Tree kernels (TKs) and neural networks are two effective approaches for automatic feature engineering. In this paper, we combine them by modeling context word similarity in semantic TKs. This way, the latter can operate …

Feature EngineeringQuestion AnsweringRelation ExtractionSemantic Similarity+5

Semantic Textual Similarity with Siamese Neural Networks

2019-09-01 · RANLP 2019 9 · Tharindu Ranasinghe, Constantin Orasan, Ruslan Mitkov

Calculating the Semantic Textual Similarity (STS) is an important research area in natural language processing which plays a significant role in many applications such as question answering, document summarisation, infor…

Information RetrievalQuestion AnsweringRetrievalSemantic Textual Similarity+1

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

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