paper-with-me

Papers

Position-Aware Parameter Efficient Fine-Tuning Approach for Reducing Positional Bias in LLMs

2024-04-01 · Zheng Zhang, Fan Yang, Ziyan Jiang, Zheng Chen, Zhengyang Zhao, Chengyuan Ma, Liang Zhao, Yang Liu

Recent advances in large language models (LLMs) have enhanced their ability to process long input contexts. This development is particularly crucial for tasks that involve retrieving knowledge from an external datastore, which can result in long inputs. However, recent studies show a positional bias in LLMs, demonstrating varying performance depending on the location of useful information within the input sequence. In this study, we conduct extensive experiments to investigate the root causes of positional bias. Our findings indicate that the primary contributor to LLM positional bias stems from the inherent positional preferences of different models. We demonstrate that merely employing prompt-based solutions is inadequate for overcoming the positional preferences. To address this positional bias issue of a pre-trained LLM, we developed a Position-Aware Parameter Efficient Fine-Tuning (PAPEFT) approach which is composed of a data augmentation technique and a parameter efficient adapter, enhancing a uniform attention distribution across the input context. Our experiments demonstrate that the proposed approach effectively reduces positional bias, improving LLMs' effectiveness in handling long context sequences for various tasks that require externally retrieved knowledge.

📄 PDF Abstract BibTeX arXiv:2404.01430

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationparameter-efficient fine-tuningPosition

Similar Papers 제목 키워드 기반

GLT-PEFT: Gated Lie-Tucker Parameter-Efficient Fine-Tuning for Alzheimer's Disease Diagnosis with Hippocampal Segmentation Pretraining

2026-05-16 · Guanghua He, Hancan Zhu, Gaohang Yu, An Zhang arxiv

Parameter-efficient fine-tuning (PEFT) has emerged as a promising paradigm for adapting pretrained models under limited data conditions. However, most existing PEFT methods are designed for matrix-structured parameters a…

parameter-efficient fine-tuning

CURLoRA: Stable LLM Continual Fine-Tuning and Catastrophic Forgetting Mitigation

2024-08-26 · Muhammad Fawi

This paper introduces CURLoRA, a novel approach to fine-tuning large language models (LLMs) that leverages CUR matrix decomposition in the context of Low-Rank Adaptation (LoRA). Our method addresses two critical challeng…

Continual Learning

Multi-Point Positional Insertion Tuning for Small Object Detection

2024-12-24 · Kanoko Goto, Takumi Karasawa, Takumi Hirose, Rei Kawakami 외

Small object detection aims to localize and classify small objects within images. With recent advances in large-scale vision-language pretraining, finetuning pretrained object detection models has emerged as a promising …

Objectobject-detectionObject DetectionSmall Object Detection

AdaRing: Towards Ultra-Light Vision-Language Adaptation via Cross-Layer Tensor Ring Decomposition

2025-08-16 · Ying Huang, Yuanbin Man, Wenqi Jia, Zhengzhong Tu 외 arxiv

Adapter-based fine-tuning has gained remarkable attention in adapting large pre-trained vision language models (VLMs) for a wide range of downstream tasks efficiently. In this paradigm, only the inserted adapters are fin…

Low-rank Adaptation Method for Wav2vec2-based Fake Audio Detection

2023-06-09 · Chenglong Wang, Jiangyan Yi, Xiaohui Zhang, JianHua Tao 외

Self-supervised speech models are a rapidly developing research topic in fake audio detection. Many pre-trained models can serve as feature extractors, learning richer and higher-level speech features. However,when fine-…