To address the memory bottleneck issue caused by the linear increase in KV cache due to the increasing sequence length of large reasoning models (LRMs), the research team proposed the BeaconKV method. This method requires no training and predicts key-value pairs that will be revisited by maintaining “beacons” queries representing the global query cluster. By utilizing the characteristic of思维的 revisit markers in long-range reasoning, which cluster into a small number of similar groups in the embedding space, BeaconKV replaces recent queries to estimate the importance of future tokens. Experimental results show that BeaconKV performs well across four open-source LRMs and various reasoning benchmarks, achieving up to 5.8 times more memory reduction compared to existing compression methods, while almost maintaining full-cache accuracy and increasing throughput by more than 4.3 times.