Siamese 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). We utilize Siamese Networks to model this task, and show its usefulness in determining SQL patterns for unseen questions in a database-backed question answering scenario. Our approach achieves high accuracy and contains a built-in proxy for confidence, which can be used to keep precision arbitrarily high.
Code (0)
등록된 구현이 없습니다.
Tasks
Question AnsweringSimilar 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 SimilarityExtractive Summarization for Arabic Documents Using SAraBERT with a Semantic Siamese Similarity Evaluation Metric
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…
Improving Text Semantic Similarity Modeling through a 3D Siamese Network
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, resul…
NavigateSemantic SimilaritySemantic Textual SimilarityCommon Variable Learning and Invariant Representation Learning using Siamese Neural Networks
We consider the statistical problem of learning common source of variability in data which are synchronously captured by multiple sensors, and demonstrate that Siamese neural networks can be naturally applied to this pro…
Representation LearningSemantic SimilaritySemantic Textual SimilaritySemantic Textual Similarity with Siamese Neural Networks
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