CDDS: Cross-Domain Distribution Shift—differences in data distribution between the source and target domains (e.g., user behavior differences between Movie and Book platforms).
SDDS: Single-Domain Distribution Shift—differences in data distribution within a single domain due to factors like time or region (e.g., users in Beijing vs. Hong Kong).
IID: Independent and Identically Distributed—a standard statistical assumption that training and testing data come from the same probability distribution, which CICDOR challenges.
OOD: Out-of-Distribution—scenarios where the testing data distribution differs from the training data distribution.
Confounder: A variable that influences both the treatment (user preference) and the outcome (interaction), causing spurious correlations if not controlled.
FCI algorithm: Fast Causal Inference—a constraint-based causal discovery algorithm used to learn causal structures (DAGs) from data, capable of handling latent variables.
Backdoor Adjustment: A causal inference technique to estimate the causal effect of a variable by adjusting for confounding factors.
DAG: Directed Acyclic Graph—a graphical representation of causal relationships where edges represent influence and no loops exist.