paper-with-me

Papers

Q-PEFT: Query-dependent Parameter Efficient Fine-tuning for Text Reranking with Large Language Models

2024-04-06 · Zhiyuan Peng, Xuyang Wu, Qifan Wang, Sravanthi Rajanala, Yi Fang

Parameter Efficient Fine-Tuning (PEFT) methods have been extensively utilized in Large Language Models (LLMs) to improve the down-streaming tasks without the cost of fine-tuing the whole LLMs. Recent studies have shown how to effectively use PEFT for fine-tuning LLMs in ranking tasks with convincing performance; there are some limitations, including the learned prompt being fixed for different documents, overfitting to specific tasks, and low adaptation ability. In this paper, we introduce a query-dependent parameter efficient fine-tuning (Q-PEFT) approach for text reranking to leak the information of the true queries to LLMs and then make the generation of true queries from input documents much easier. Specifically, we utilize the query to extract the top-$k$ tokens from concatenated documents, serving as contextual clues. We further augment Q-PEFT by substituting the retrieval mechanism with a multi-head attention layer to achieve end-to-end training and cover all the tokens in the documents, guiding the LLMs to generate more document-specific synthetic queries, thereby further improving the reranking performance. Extensive experiments are conducted on four public datasets, demonstrating the effectiveness of our proposed approach.

📄 PDF Abstract BibTeX arXiv:2404.04522

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningRerankingText Reranking

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

ShadowPEFT: Shadow Network for Parameter-Efficient Fine-Tuning

2026-04-21 · Xianming Li, Zongxi Li, Tsz-fung Andrew Lee, Jing Li 외 arxiv

Parameter-efficient fine-tuning (PEFT) reduces the training cost of full-parameter fine-tuning for large language models (LLMs) by training only a small set of task-specific parameters while freezing the pretrained backb…

parameter-efficient fine-tuning

Parameter-Efficient Fine-Tuning of Large Language Models for Unit Test Generation: An Empirical Study

2024-11-04 · André Storhaug, Jingyue Li

The advent of large language models (LLMs) like GitHub Copilot has significantly enhanced programmers' productivity, particularly in code generation. However, these models often struggle with real-world tasks without fin…

Code Generationparameter-efficient fine-tuning

Q-Adapter: Visual Query Adapter for Extracting Textually-related Features in Video Captioning

2025-10-11 · Junan Chen, Trung Thanh Nguyen, Takahiro Komamizu, Ichiro Ide arxiv

Recent advances in video captioning are driven by large-scale pretrained models, which follow the standard "pre-training followed by fine-tuning" paradigm, where the full model is fine-tuned for downstream tasks. Althoug…

parameter-efficient fine-tuningVideo Captioning

ComPEFT: Compression for Communicating Parameter Efficient Updates via Sparsification and Quantization

2023-11-22 · Prateek Yadav, Leshem Choshen, Colin Raffel, Mohit Bansal

Parameter-efficient fine-tuning (PEFT) techniques make it possible to efficiently adapt a language model to create "expert" models that specialize to new tasks or domains. Recent techniques in model merging and compositi…

GPULanguage ModellingMMLUparameter-efficient fine-tuning+1

Query-driven Relevant Paragraph Extraction from Legal Judgments

2024-03-31 · T. Y. S. S Santosh, Elvin Quero Hernandez, Matthias Grabmair

Legal professionals often grapple with navigating lengthy legal judgements to pinpoint information that directly address their queries. This paper focus on this task of extracting relevant paragraphs from legal judgement…

Information Retrievalparameter-efficient fine-tuningRetrieval