TiM: Think-in-Memory—a framework where LLMs store reasoning results ('thoughts') rather than raw text to avoid repeated processing
Inductive Thought: A concise text summary containing a relation between two entities, often formatted as a triple (Head, Relation, Tail)
Post-thinking: A stage after response generation where the LLM analyzes the interaction to generate, merge, or forget thoughts in the memory
LSH: Locality-Sensitive Hashing—an algorithmic technique that hashes similar input items into the same 'buckets' with high probability, enabling fast approximate nearest neighbor search
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that freezes pre-trained weights and injects trainable rank decomposition matrices
MemoryBank: A baseline memory mechanism inspired by the Ebbinghaus forgetting curve that stores raw dialogue text