CoolFace
Datasetpublic

ChengyiX/klik-temporal-memory-paper

KLIK Temporal Memory Paper Authors: Chengyi Xu and KLIK team This dataset is the public research record for KLIK Temporal, Entity-Aware, Privacy-Constrained Memory. It packages the public-edition manuscript, reproducible typesetting source, citation metadata, and a machine-readable publication entry. Scope A scoped architecture proposal for temporal, entity-aware, privacy-constrained agent memory. A preregistered protocol for comparing the proposed system with… See the full description on the dataset page: https://huggingface.co/datasets/ChengyiX/klik-temporal-memory-paper.

sourceHugging Facecc-by-4.0updated 23h agoView on Hugging Face
1likes131downloads
Dataset Card

KLIK Temporal Memory Paper

![Paper](klik-temporal-memory-evaluation-paper.public.en.pdf) ![License: CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)

Authors: Chengyi Xu and KLIK team

This dataset is the public research record for KLIK Temporal, Entity-Aware, Privacy-Constrained Memory. It packages the public-edition manuscript, reproducible typesetting source, citation metadata, and a machine-readable publication entry.

Scope

  • A scoped architecture proposal for temporal, entity-aware, privacy-constrained agent memory.
  • A preregistered protocol for comparing the proposed system with registered controls and memory baselines.
  • An evidence-readiness audit that keeps historical retrieval observations separate from unmeasured target-architecture results.

The paper does not claim that the proposed architecture has already beaten every memory system. Any future empirical claim remains bounded by registered datasets, comparator versions, runtime conditions, and preregistered statistical and safety gates.

Files

PathDescription
klik-temporal-memory-evaluation-paper.public.en.mdPublic-edition manuscript source.
klik-temporal-memory-evaluation-paper.public.en.pdfTypeset public-edition paper.
paper/main.texGenerated LaTeX used to compile the PDF.
paper/klik-paper.styShared KLIK research-paper style.
paper/compose_arxiv_preprint.mjsDeterministic Markdown-to-LaTeX generator.
paper.jsonlMachine-readable publication metadata.
CITATION.cffCitation metadata.

Reproduce the PDF

bash
node paper/compose_arxiv_preprint.mjs \
  klik-temporal-memory-evaluation-paper.public.en.md \
  paper/main.tex
(cd paper && tectonic main.tex)

Citation

bibtex
@article{klikteam2026temporalmemory,
  title  = {KLIK Temporal, Entity-Aware, Privacy-Constrained Memory},
  author = {Xu, Chengyi and {{KLIK team}}},
  year   = {2026},
  month  = aug,
  url    = {https://huggingface.co/datasets/ChengyiX/klik-temporal-memory-paper}
}