KTO: Kahneman-Tversky Optimization—an alignment method for LLMs that uses binary (good/bad) labels rather than paired preferences, based on prospect theory.
PKG: Personal Knowledge Graph—a graph representation of a specific user's past transactions (buys/sells), serving as a proxy for their preferences and intent.
MKG: Market Knowledge Graph—a graph representation of external financial signals, such as asset price trends and sector metadata.
JSON-LD: JSON for Linked Data—a format used to serialize Knowledge Graphs into text that LLMs can process while retaining semantic structure.
Pref@k: A metric measuring how many of the top-k recommended assets match the user's past behavioral patterns (alignment).
Comb@k: A joint metric combining profitability and behavioral alignment, assessing if recommendations are both money-making and consistent with user history.
non-IID: Non-Independent and Identically Distributed—data distribution where clients (e.g., banks) have different types of users/assets, making federated learning harder.
Federated Learning: A machine learning approach where models are trained across multiple decentralized edge devices or servers holding local data samples, without exchanging them.
ISIN: International Securities Identification Number—a unique code that identifies a specific financial security.