CLAPJun 23, 2025

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

arXiv:2506.18602v12 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses semantic similarity estimation for domain-specific applications, but it is incremental as it applies existing methods to new data.

The paper tackled semantic similarity estimation for domain-specific data by comparing BERT, USE, and InferSent on a custom dataset and Quora question pairs, finding BERT achieved superior performance due to fine-tuning.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes