paper-with-me

홈 › Papers

Applying Transfer Learning for Improving Domain-Specific Search Experience Using Query to Question Similarity

2021-01-07 · Ankush Chopra, Shruti Agrawal, Sohom Ghosh

Search is one of the most common platforms used to seek information. However, users mostly get overloaded with results whenever they use such a platform to resolve their queries. Nowadays, direct answers to queries are being provided as a part of the search experience. The question-answer (QA) retrieval process plays a significant role in enriching the search experience. Most off-the-shelf Semantic Textual Similarity models work fine for well-formed search queries, but their performances degrade when applied to a domain-specific setting having incomplete or grammatically ill-formed search queries in prevalence. In this paper, we discuss a framework for calculating similarities between a given input query and a set of predefined questions to retrieve the question which matches to it the most. We have used it for the financial domain, but the framework is generalized for any domain-specific search engine and can be used in other domains as well. We use Siamese network [6] over Long Short-Term Memory (LSTM) [3] models to train a classifier which generates unnormalized and normalized similarity scores for a given pair of questions. Moreover, for each of these question pairs, we calculate three other similarity scores: cosine similarity between their average word2vec embeddings [15], cosine similarity between their sentence embeddings [7] generated using RoBERTa [17] and their customized fuzzy-match score. Finally, we develop a metaclassifier using Support Vector Machines [19] for combining these five scores to detect if a given pair of questions is similar. We benchmark our model's performance against existing State Of The Art (SOTA) models on Quora Question Pairs (QQP) dataset as well as a dataset specific to the financial domain.

📄 PDF Abstract BibTeX arXiv:2101.02351

Code (0)

등록된 구현이 없습니다.

Tasks

QQPQuestion SimilarityRetrievalSemantic Textual SimilaritySentenceSentence EmbeddingsTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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.
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$…
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…
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…
Attention 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Decoupling Representation and Knowledge for Few-Shot Intent Classification and Slot Filling

2023-12-21 · Jie Han, Yixiong Zou, Haozhao Wang, Jun Wang 외

Few-shot intent classification and slot filling are important but challenging tasks due to the scarcity of finely labeled data. Therefore, current works first train a model on source domains with sufficiently labeled dat…

intent-classificationIntent ClassificationIntent Classification and Slot FillingRelation+2

Towards Graph Foundation Models: A Transferability Perspective

2025-03-12 · Yuxiang Wang, Wenqi Fan, Suhang Wang, Yao Ma

In recent years, Graph Foundation Models (GFMs) have gained significant attention for their potential to generalize across diverse graph domains and tasks. Some works focus on Domain-Specific GFMs, which are designed to …

EvoAgentBench: Benchmarking Agent Self-Evolution via Ability Transfer

2026-07-06 · Xingze Gao, Chuanrui Hu, Hongda Chen, Pengfei Yao 외 arxiv

Agent self-evolution in long-horizon LLM systems is largely procedural: useful experience is not merely stored information, but reusable procedures for searching, debugging, and verification. Yet current evaluations do n…

Assessing Transferability from Simulation to Reality for Reinforcement Learning

2019-07-10 · Fabio Muratore, Michael Gienger, Jan Peters

Learning robot control policies from physics simulations is of great interest to the robotics community as it may render the learning process faster, cheaper, and safer by alleviating the need for expensive real-world ex…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Generative Memory for Lifelong Reinforcement Learning

2019-02-22 · Aswin Raghavan, Jesse Hostetler, Sek Chai

Our research is focused on understanding and applying biological memory transfers to new AI systems that can fundamentally improve their performance, throughout their fielded lifetime experience. We leverage current unde…

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)