DPeM: Dual-Process enhanced Memory—the proposed mechanism dividing memory into Working, Short-Term, and Long-Term components
MaLP: Medical Assistant with Long- and short-term memory and PEFT—the overall framework proposed in the paper
PEFT: Parameter-Efficient Fine-Tuning—methods to adapt LLMs by updating only a small subset of parameters
LoRA: Low-Rank Adaptation—a specific PEFT technique that injects trainable low-rank matrices into frozen model layers
STM: Short-Term Memory—stores relevant recent knowledge in the DPeM framework
LTM: Long-Term Memory—stores frequently accessed knowledge for longer duration in the DPeM framework
Coordinator: A module (likely an LLM) responsible for taking notes and summarizing dialogue content into Working Memory
Levenshtein distance: A string metric for measuring the difference between two sequences, used here for STM retrieval
Catastrophic forgetting: The tendency of an artificial neural network to completely and abruptly forget previously learned information upon learning new information