Lifted Representation Hypothesis in Language Models
- 1.LLM이 개별 사실이 아닌 공유 잠재 구조로 메모리를 갱신한다는 '리프티드 표현 가설' 제안
- 2.일반화(lifting)와 세분화(shattering) 개념으로 규칙 저장·수정 과정을 프레임화
- 3.ICL·LoRA·전체 파인튜닝에 걸친 통제된 예외 학습 실험으로 가설 검증
- 4.중첩된 규칙·예외 구조에서 세분화 실패에 취약하고 조기 일반화가 빈번함을 발견
왜 중요한가?
LLM이 예외가 있는 규칙 체계를 학습할 때 규칙을 성급하게 일반화하고 예외 세분화에 실패한다는 결과는, 지식 편집·지속 학습 시스템이 인스턴스 단위가 아닌 규칙 구조 단위로 설계돼야 함을 시사한다. 파인튜닝 방식별로 실패 양상을 비교한 점이 실무에 유용하다.
본문 미리보기
arXiv:2607.19360v1 Announce Type: new Abstract: Large language models (LLMs) often answer queries by mapping individual observations to more general rule-like structures. However, it remains unclear how these structures are stored, selected, and revised. To study this process, we propose thelifted representation hypothesis: LLMs update memory through shared latent structures rather than isolated instance-level facts. This view frames lifting as an efficient use of symmetry across instances, and
전체 내용이 궁금하다면?
원문을 직접 읽어보세요