paper-with-me

홈 › Papers

RECALL: Library-Like Behavior In Language Models is Enhanced by Self-Referencing Causal Cycles

2025-01-23 · Munachiso Nwadike, Zangir Iklassov, Toluwani Aremu, Tatsuya Hiraoka, Velibor Bojkovic, Benjamin Heinzerling, Hilal Alqaubeh, Martin Takáč, Kentaro Inui

We introduce the concept of the self-referencing causal cycle (abbreviated RECALL) - a mechanism that enables large language models (LLMs) to bypass the limitations of unidirectional causality, which underlies a phenomenon known as the reversal curse. When an LLM is prompted with sequential data, it often fails to recall preceding context. For example, when we ask an LLM to recall the line preceding "O say does that star-spangled banner yet wave" in the U.S. National Anthem, it often fails to correctly return "Gave proof through the night that our flag was still there" - this is due to the reversal curse. It occurs because language models such as ChatGPT and Llama generate text based on preceding tokens, requiring facts to be learned and reproduced in a consistent token order. While the reversal curse is often viewed as a limitation, we offer evidence of an alternative view: it is not always an obstacle in practice. We find that RECALL is driven by what we designate as cycle tokens - sequences that connect different parts of the training data, enabling recall of preceding tokens from succeeding ones. Through rigorous probabilistic formalization and controlled experiments, we demonstrate how the cycles they induce influence a model's ability to reproduce information. To facilitate reproducibility, we provide our code and experimental details at https://anonymous.4open.science/r/remember-B0B8/.

📄 PDF Abstract BibTeX arXiv:2501.13491

Code (1)

samunaai/remember 공식 구현

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Unveiling Factual Recall Behaviors of Large Language Models through Knowledge Neurons

2024-08-06 · Yifei Wang, YuHeng Chen, Wanting Wen, Yu Sheng 외

In this paper, we investigate whether Large Language Models (LLMs) actively recall or retrieve their internal repositories of factual knowledge when faced with reasoning tasks. Through an analysis of LLMs' internal factu…

Efficient Auto-Labeling of Large-Scale Poultry Datasets (ALPD) Using Semi-Supervised Models, Active Learning, and Prompt-then-Detect Approach

2025-01-18 · Ramesh Bahadur Bist, Lilong Chai, Shawna Weimer, Hannah Atungulua 외

The rapid growth of AI in poultry farming has highlighted the challenge of efficiently labeling large, diverse datasets. Manual annotation is time-consuming, making it impractical for modern systems that continuously gen…

Active Learning

ReCaLL: Membership Inference via Relative Conditional Log-Likelihoods

2024-06-23 · Roy Xie, Junlin Wang, Ruomin Huang, Minxing Zhang 외

The rapid scaling of large language models (LLMs) has raised concerns about the transparency and fair use of the pretraining data used for training them. Detecting such content is challenging due to the scale of the data…

Inference AttackLanguage ModelingLanguage ModellingMembership Inference Attack

Generative Large Recommendation Models: Emerging Trends in LLMs for Recommendation

2025-02-19 · Hao Wang, Wei Guo, Luankang Zhang, Jin Yao Chin 외

In the era of information overload, recommendation systems play a pivotal role in filtering data and delivering personalized content. Recent advancements in feature interaction and user behavior modeling have significant…

Recommendation Systems

BERT-Enhanced Retrieval Tool for Homework Plagiarism Detection System

2024-04-01 · Jiarong Xian, Jibao Yuan, Peiwei Zheng, Dexian Chen 외

Text plagiarism detection task is a common natural language processing task that aims to detect whether a given text contains plagiarism or copying from other texts. In existing research, detection of high level plagiari…

Retrieval