paper-with-me

홈 › Papers

Improving Domain-Specific Retrieval by NLI Fine-Tuning

2023-08-06 · Roman Dušek, Aleksander Wawer, Christopher Galias, Lidia Wojciechowska

The aim of this article is to investigate the fine-tuning potential of natural language inference (NLI) data to improve information retrieval and ranking. We demonstrate this for both English and Polish languages, using data from one of the largest Polish e-commerce sites and selected open-domain datasets. We employ both monolingual and multilingual sentence encoders fine-tuned by a supervised method utilizing contrastive loss and NLI data. Our results point to the fact that NLI fine-tuning increases the performance of the models in both tasks and both languages, with the potential to improve mono- and multilingual models. Finally, we investigate uniformity and alignment of the embeddings to explain the effect of NLI-based fine-tuning for an out-of-domain use-case.

📄 PDF Abstract BibTeX arXiv:2308.03103

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalNatural Language InferenceRetrievalSentence

Similar Papers 제목 키워드 기반

Parameter-Efficient Prompt Tuning Makes Generalized and Calibrated Neural Text Retrievers

2022-07-14 · Weng Lam Tam, Xiao Liu, Kaixuan Ji, Lilong Xue 외

Prompt tuning attempts to update few task-specific parameters in pre-trained models. It has achieved comparable performance to fine-tuning of the full parameter set on both language understanding and generation tasks. In…

RetrievalText RetrievalZero-shot Generalization

Domain-Specific Text Embedding Models for Entity Resolution

2026-08-17 · Khajesh Sapram, Srivardhani Raju, Kishore Konda arxiv

General-purpose text embedding models are designed to capture semantic similarity but are not optimised for distinguishing entity records that represent the same real-world business or person. This limitation affects app…

Information RetrievalSemantic SimilarityEntity Resolution

Retrieval Augmented Generation for Domain-specific Question Answering

2024-04-23 · Sanat Sharma, David Seunghyun Yoon, Franck Dernoncourt, Dewang Sultania 외

Question answering (QA) has become an important application in the advanced development of large language models. General pre-trained large language models for question-answering are not trained to properly understand th…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+2

Fine-Tuning or Fine-Failing? Debunking Performance Myths in Large Language Models

2024-06-17 · Scott Barnett, Zac Brannelly, Stefanus Kurniawan, Sheng Wong

Large Language Models (LLMs) have the unique capability to understand and generate human-like text from input queries. When fine-tuned, these models show enhanced performance on domain-specific queries. OpenAI highlights…

Information RetrievalRAGRetrievalRetrieval-augmented Generation

ORPHEAS: A Cross-Lingual Greek-English Embedding Model for Retrieval-Augmented Generation

2026-04-22 · Ioannis E. Livieris, Athanasios Koursaris, Alexandra Apostolopoulou, Konstantinos Kanaris Dimitris Tsakalidis 외 arxiv

Effective retrieval-augmented generation across bilingual Greek--English applications requires embedding models capable of capturing both domain-specific semantic relationships and cross-lingual semantic alignment. Exist…