Schemata: Cognitive structures used to organize and interpret information; in CAM, these are hierarchical clusters of summaries.
Assimilation: The process of fitting new information into existing memory structures without drastically altering the overall hierarchy.
Accommodation: The process of altering existing memory structures (schemata) when new information cannot be fitted into current frameworks.
Ego-centric network: A local subgraph consisting of a specific node (the ego) and its immediate neighbors, used here to analyze local structural roles.
Label Propagation: A semi-supervised machine learning algorithm that assigns labels to previously unlabeled data points by propagating labels through the graph.
Constructivist Theory: A theory by Jean Piaget stating that learners construct knowledge out of their experiences through assimilation and accommodation.
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents.
RAPTOR: A baseline method that organizes text into a recursive tree structure using clustering.
GraphRAG: A baseline method that builds a knowledge graph from text entities and relations.
Overlapping clustering: A clustering method where a single data point can belong to multiple clusters simultaneously.