paper-with-me

홈 › Papers

Refining Joint Text and Source Code Embeddings for Retrieval Task with Parameter-Efficient Fine-Tuning

2024-05-07 · Karim Galliamov, Leila Khaertdinova, Karina Denisova

The latest developments in Natural Language Processing (NLP) have demonstrated remarkable progress in a code-text retrieval problem. As the Transformer-based models used in this task continue to increase in size, the computational costs and time required for end-to- end fine-tuning become substantial. This poses a significant challenge for adapting and utilizing these models when computational resources are limited. Motivated by these concerns, we propose a fine-tuning frame- work that leverages Parameter-Efficient Fine-Tuning (PEFT) techniques. Moreover, we adopt contrastive learning objectives to improve the quality of bimodal representations learned by transformer models. Additionally, for PEFT methods we provide extensive benchmarking, the lack of which has been highlighted as a crucial problem in the literature. Based on the thorough experimentation with the CodeT5+ model conducted on two datasets, we demonstrate that the proposed fine-tuning framework has the potential to improve code-text retrieval performance by tuning only 0.4% parameters at most.

📄 PDF Abstract BibTeX arXiv:2405.04126

Code (1)

leiluk1/codesearcher 공식 구현 pytorch

Tasks

BenchmarkingContrastive Learningparameter-efficient fine-tuningRetrievalText Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Optimizing CLIP Models for Image Retrieval with Maintained Joint-Embedding Alignment

2024-09-03 · Konstantin Schall, Kai Uwe Barthel, Nico Hezel, Klaus Jung

Contrastive Language and Image Pairing (CLIP), a transformative method in multimedia retrieval, typically trains two neural networks concurrently to generate joint embeddings for text and image pairs. However, when appli…

Image RetrievalRetrievalzero-shot-classificationZero-Shot Learning

Contextual Joint Factor Acoustic Embeddings

2019-10-16 · Yanpei Shi, Thomas Hain

Embedding acoustic information into fixed length representations is of interest for a whole range of applications in speech and audio technology. Two novel unsupervised approaches to generate acoustic embeddings by model…

ClassificationDecoderGeneral ClassificationSpeaker Recognition

Toward Universal Skeleton-Based Action Recognition across Heterogeneous Skeletons and Open Vocabularies

2026-04-18 · Jidong Kuang, Hongsong Wang, Jie Gui arxiv

Skeleton data used for action recognition are acquired from a wide range of sources, including depth sensors, marker-based motion capture systems, and 2D/3D pose estimators. These sources yield skeletons that differ in j…

Contrastive LearningAction Recognition

Learning Contextualised Cross-lingual Word Embeddings and Alignments for Extremely Low-Resource Languages Using Parallel Corpora

2020-10-27 · EMNLP (MRL) 2021 11 · Takashi Wada, Tomoharu Iwata, Yuji Matsumoto, Timothy Baldwin 외

We propose a new approach for learning contextualised cross-lingual word embeddings based on a small parallel corpus (e.g. a few hundred sentence pairs). Our method obtains word embeddings via an LSTM encoder-decoder mod…

Bilingual Lexicon InductionCross-Lingual Word EmbeddingsDecoderSentence+3

Speech Translation Refinement using Large Language Models

2025-01-25 · Huaixia Dou, Xinyu Tian, Xinglin Lyu, Jie Zhu 외

Recent advancements in large language models (LLMs) have demonstrated their remarkable capabilities across various language tasks. Inspired by the success of text-to-text translation refinement, this paper investigates h…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)In-Context Learningparameter-efficient fine-tuning+3