paper-with-me

홈 › Papers

Can Prompts Rewind Time for LLMs? Evaluating the Effectiveness of Prompted Knowledge Cutoffs

2025-09-26 · Xin Gao, Ruiyi Zhang, Daniel Du, Saurabh Mahindre, Sai Ashish Somayajula, Pengtao Xie arxiv

Large Language Models (LLMs) are widely used for temporal prediction, but their reliance on pretraining data raises contamination concerns, as accurate predictions on pre-cutoff test data may reflect memorization rather than reasoning, leading to an overestimation of their generalization capability. With the recent emergence of prompting-based unlearning techniques, a natural question arises: Can LLMs be prompted to simulate an earlier knowledge cutoff? In this work, we investigate the capability of prompting to simulate earlier knowledge cutoff in LLMs. We construct three evaluation datasets to assess the extent to which LLMs can forget (1) direct factual knowledge, (2) semantic shifts, and (3) causally related knowledge. Results demonstrate that while prompt-based simulated knowledge cutoffs show effectiveness when directly queried with the information after that date, they struggle to induce forgetting when the forgotten content is not directly asked but causally related to the query. These findings highlight the need for more rigorous evaluation settings when applying LLMs for temporal prediction tasks. The full dataset and evaluation code are available at https://github.com/gxx27/time_unlearn.

📄 PDF Abstract BibTeX arXiv:2510.02340

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RAIN: Your Language Models Can Align Themselves without Finetuning

2023-09-13 · Yuhui Li, Fangyun Wei, Jinjing Zhao, Chao Zhang 외

Large language models (LLMs) often demonstrate inconsistencies with human preferences. Previous research typically gathered human preference data and then aligned the pre-trained models using reinforcement learning or in…

Adversarial AttackTruthfulQA

AgentRewind: Recoverable Execution for Long-Horizon LLM Agents

2026-08-14 · Yu Zhuang, Kefei Chen, Yitong Duan, Shuxin Zheng 외 arxiv

Many real-world tasks require LLM agents to interact with their environments over long execution horizons. Errors that occur early in execution may propagate through both the agent context and environment state, and thei…

REWIND: Real-Time Egocentric Whole-Body Motion Diffusion with Exemplar-Based Identity Conditioning

2025-04-07 · CVPR 2025 1 · Jihyun Lee, Weipeng Xu, Alexander Richard, Shih-En Wei 외

We present REWIND (Real-Time Egocentric Whole-Body Motion Diffusion), a one-step diffusion model for real-time, high-fidelity human motion estimation from egocentric image inputs. While an existing method for egocentric …

DenoisingMotion Estimation

TimeRewind: Rewinding Time with Image-and-Events Video Diffusion

2024-03-20 · Jingxi Chen, Brandon Y. Feng, Haoming Cai, Mingyang Xie 외

This paper addresses the novel challenge of ``rewinding'' time from a single captured image to recover the fleeting moments missed just before the shutter button is pressed. This problem poses a significant challenge in …

Simulated Ignorance Fails: A Systematic Study of LLM Behaviors on Forecasting Problems Before Model Knowledge Cutoff

2026-01-20 · Zehan Li, Yuxuan Wang, Ali El Lahib, Ying-Jieh Xia 외 arxiv

Evaluating LLM forecasting capabilities is constrained by a fundamental tension: prospective evaluation offers methodological rigor but prohibitive latency, while retrospective forecasting (RF) -- evaluating on already-r…