paper-with-me

Papers

Revisiting the Superficial Alignment Hypothesis

2024-09-27 · Mohit Raghavendra, Vaskar Nath, Sean Hendryx

The Superficial Alignment Hypothesis posits that almost all of a language model's abilities and knowledge are learned during pre-training, while post-training is about giving a model the right style and format. We re-examine these claims by empirically studying the scaling behavior of post-training with increasing finetuning examples and evaluating them using objective task-specific standardized benchmarks. Through experiments with the Llama-3, Mistral, and Llama-2 model families of multiple sizes, we observe that, similar to the pre-training scaling laws, post-training task performance scales as a power law against the number of finetuning examples. This power law relationship holds across a broad array of capabilities, including mathematical reasoning, coding, instruction following, and multihop-reasoning. In addition, for tasks like math and multihop reasoning, we observe that a handful of examples merely align the model stylistically but do not saturate performance on the benchmarks. Model performance is instead correlated with its reasoning ability and it improves significantly with more examples, illustrating the need for holistic evaluation programs leveraging objective benchmarks in addition to measurement of alignment to human preferences. We also observe that language models are not necessarily limited to using knowledge learned during pre-training. With appropriate post-training, a model's ability to integrate new knowledge greatly improves on downstream tasks like multihop question-answering. Taken together, these results shed new light on the Superficial Alignment Hypothesis, suggesting that it is, at best, an over-simplification.

📄 PDF Abstract BibTeX arXiv:2410.03717

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingMathMathematical ReasoningQuestion Answering

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Superficial Consciousness Hypothesis for Autoregressive Transformers

2024-12-10 · Yosuke Miyanishi, Keita Mitani

The alignment between human objectives and machine learning models built on these objectives is a crucial yet challenging problem for achieving Trustworthy AI, particularly when preparing for superintelligence (SI). Firs…

Superficial Safety Alignment Hypothesis

2024-10-07 · Jianwei Li, Jung-eun Kim

As large language models (LLMs) are overwhelmingly more and more integrated into various applications, ensuring they generate safe and aligned responses is a pressing need. Previous research on alignment has largely focu…

AttributeBinary ClassificationInstruction FollowingSafety Alignment

The Unlocking Spell on Base LLMs: Rethinking Alignment via In-Context Learning

2023-12-04 · Bill Yuchen Lin, Abhilasha Ravichander, Ximing Lu, Nouha Dziri 외

The alignment tuning process of large language models (LLMs) typically involves instruction learning through supervised fine-tuning (SFT) and preference tuning via reinforcement learning from human feedback (RLHF). A rec…

In-Context Learning

Operationalising the Superficial Alignment Hypothesis via Task Complexity

2026-02-17 · Tomás Vergara-Browne, Darshan Patil, Ivan Titov, Siva Reddy 외 arxiv

The superficial alignment hypothesis (SAH) posits that large language models learn most of their knowledge during pre-training, and that post-training merely surfaces this knowledge. The SAH, however, lacks a precise def…

Mathematical ReasoningInstruction FollowingMachine Translation

Extracting and Understanding the Superficial Knowledge in Alignment

2025-02-07 · Runjin Chen, Gabriel Jacob Perin, Xuxi Chen, Xilun Chen 외

Alignment of large language models (LLMs) with human values and preferences, often achieved through fine-tuning based on human feedback, is essential for ensuring safe and responsible AI behaviors. However, the process t…

In-Context Learning