clue: An automatically extracted abstract concept (entity, event, topic) associated with a set of memory utterances.
Personalized PageRank (PPR): A graph algorithm used here to score the 'importance' of memory nodes based on their connectivity to relevant clues.
Mutual Information (MI): A statistical measure used to adaptively weight the contribution of relevance, importance, and temporal scores based on the query type.
MeetingQA: A new benchmark dataset introduced in this paper simulating real-world meeting scenarios with multi-turn dialogues and QA pairs.
Recency decay: A common temporal retrieval method that prioritizes newer items, which the paper argues is insufficient for specific temporal constraints.
RITRanker: The paper's scoring module that combines Relevance, Importance, and Temporal alignment.
TimeLlaMa: A specific temporal embedding model used to compute similarity between time expressions in the query and memory timestamps.