paper-with-me

홈 › Papers

A Self-Supervised Reinforcement Learning Approach for Fine-Tuning Large Language Models Using Cross-Attention Signals

2025-02-14 · Andrew Kiruluta, Andreas Lemos, Priscilla Burity

We propose a novel reinforcement learning framework for post training large language models that does not rely on human in the loop feedback. Instead, our approach uses cross attention signals within the model itself to derive a self supervised reward, thereby guiding iterative fine tuning of the model policy. By analyzing how the model attends to the input prompt during generation, we construct measures of prompt coverage, focus, and coherence. We then use these measures to rank or score candidate responses, providing a reward signal that encourages the model to produce well aligned, on topic text. In empirical comparisons against standard policy gradient methods and RL fine tuning with synthetic preference models, our method shows significant gains in prompt relevance and consistency over a non RL baseline. While it does not yet match the performance of fully human supervised RLHF systems, it highlights an important direction for scaling alignment with minimal human labeling. We provide a detailed analysis, discuss potential limitations, and outline future work for combining cross-attention based signals with smaller amounts of human feedback.

📄 PDF Abstract BibTeX arXiv:2502.10482

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient Methods

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
NON 설명 없음

Similar Papers 제목 키워드 기반

Self-Generative Adversarial Fine-Tuning for Large Language Models

2026-02-01 · Shiguang Wu, Yaqing Wang, Quanming Yao arxiv

Fine-tuning large language models (LLMs) for alignment typically relies on supervised fine-tuning or reinforcement learning from human feedback, both limited by the cost and scarcity of high-quality annotations. Recent s…

Reinforcement Learning

Reinforcement Learning Fine-tuning of Language Models is Biased Towards More Extractable Features

2023-11-07 · Diogo Cruz, Edoardo Pona, Alex Holness-Tofts, Elias Schmied 외

Many capable large language models (LLMs) are developed via self-supervised pre-training followed by a reinforcement-learning fine-tuning phase, often based on human or AI feedback. During this stage, models may be guide…

reinforcement-learningReinforcement Learning

Self-Play Fine-Tuning of Diffusion Models for Text-to-Image Generation

2024-02-15 · Huizhuo Yuan, Zixiang Chen, Kaixuan Ji, Quanquan Gu

Fine-tuning Diffusion Models remains an underexplored frontier in generative artificial intelligence (GenAI), especially when compared with the remarkable progress made in fine-tuning Large Language Models (LLMs). While …

Image GenerationReinforcement Learning (RL)Text to Image GenerationText-to-Image Generation

Contextual Transformer for Offline Meta Reinforcement Learning

2022-11-15 · Runji Lin, Ye Li, Xidong Feng, Zhaowei Zhang 외

The pretrain-finetuning paradigm in large-scale sequence models has made significant progress in natural language processing and computer vision tasks. However, such a paradigm is still hindered by several challenges in …

D4RLMeta Reinforcement LearningMuJoCoOffline RL+5

RISE: Enhancing VLM Image Annotation with Self-Supervised Reasoning

2025-08-17 · Suhang Hu, Wei Hu, Yuhang Su, Fan Zhang arxiv

Vision-Language Models (VLMs) struggle with complex image annotation tasks, such as emotion classification and context-driven object detection, which demand sophisticated reasoning. Standard Supervised Fine-Tuning (SFT) …

Reinforcement LearningEmotion ClassificationObject Detection