paper-with-me

Papers

Semantic similarity estimation for domain specific data using BERT and other techniques

2025-06-23 · R. Prashanth

Estimation of semantic similarity is an important research problem both in natural language processing and the natural language understanding, and that has tremendous application on various downstream tasks such as question answering, semantic search, information retrieval, document clustering, word-sense disambiguation and machine translation. In this work, we carry out the estimation of semantic similarity using different state-of-the-art techniques including the USE (Universal Sentence Encoder), InferSent and the most recent BERT, or Bidirectional Encoder Representations from Transformers, models. We use two question pairs datasets for the analysis, one is a domain specific in-house dataset and the other is a public dataset which is the Quora's question pairs dataset. We observe that the BERT model gave much superior performance as compared to the other methods. This should be because of the fine-tuning procedure that is involved in its training process, allowing it to learn patterns based on the training data that is used. This works demonstrates the applicability of BERT on domain specific datasets. We infer from the analysis that BERT is the best technique to use in the case of domain specific data.

📄 PDF Abstract BibTeX arXiv:2506.18602

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalMachine TranslationNatural Language UnderstandingQuestion AnsweringSemantic SimilaritySemantic Textual SimilaritySentenceWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…

Similar Papers 제목 키워드 기반

BIOSSES: A Semantic Sentence Similarity Estimation System for the Biomedical Domain

2017-07-15 · Bioinformatics 2017 7 · Gizem Sogancioglu, Hakime Öztürk, Arzucan Özgür

Motivation: The amount of information available in textual format is rapidly increasing in the biomedical domain. Therefore, natural language processing (NLP) applications are becoming increasingly important to facilitat…

RetrievalSemantic SimilaritySemantic Textual SimilaritySentence+3

Fusing Semantic, Lexical, and Domain Perspectives for Recipe Similarity Estimation

2026-03-10 · Denica Kjorvezir, Danilo Najkov, Eva Valencič, Erika Jesenko 외 arxiv

This research focuses on developing advanced methods for assessing similarity between recipes by combining different sources of information and analytical approaches. We explore the semantic, lexical, and domain similari…

Recipe Generation

Synergistic Union of Word2Vec and Lexicon for Domain Specific Semantic Similarity

2017-06-06 · Keet Sugathadasa, Buddhi Ayesha, Nisansa de Silva, Amal Shehan Perera 외

Semantic similarity measures are an important part in Natural Language Processing tasks. However Semantic similarity measures built for general use do not perform well within specific domains. Therefore in this study we …

LemmatizationSemantic SimilaritySemantic Textual Similarity

Neural sentence embedding models for semantic similarity estimation in the biomedical domain

2021-10-01 · Kathrin Blagec, Hong Xu, Asan Agibetov, Matthias Samwald

BACKGROUND: In this study, we investigated the efficacy of current state-of-the-art neural sentence embedding models for semantic similarity estimation of sentences from biomedical literature. We trained different neural…

ArticlesSemantic SimilaritySemantic Textual SimilaritySentence+3

Graph-Augmented Cyclic Learning Framework for Similarity Estimation of Medical Clinical Notes

2022-08-19 · Can Zheng, Yanshan Wang, Xiaowei Jia

Semantic textual similarity (STS) in the clinical domain helps improve diagnostic efficiency and produce concise texts for downstream data mining tasks. However, given the high degree of domain knowledge involved in clin…

DiagnosticLanguage ModelingLanguage ModellingSemantic Textual Similarity+1