Chloe Yixin Xie

dblp:355/7462 · also Yixin Xie 0001 · DBLP profile ↗
← Back
2ranked-venue papers in the field
0as first author
2since 2021 · last 2024
0000-0002-4436-3474ORCID · verified

Domains — venue-derived; a paper can count in several

Big Data, Cloud & Distributed Data Systems · 2
YearPublicationVenuePosition
2024 KGIF: Optimizing Relation-Aware Recommendations with Knowledge Graph Information Fusion
abstract
While deep-learning-enabled recommender systems demonstrate strong performance benchmarks, many struggle to adapt effectively in real-world environments due to limited use of user-item relationship data and insufficient transparency in recommendation generation. Traditional collaborative filtering approaches fail to integrate multifaceted item attributes, and although Factorization Machines account for item-specific details, they overlook broader relational patterns. Collaborative knowledge graph-based models have progressed by embedding user-item interactions with item-attribute relationships, offering a holistic perspective on interconnected entities. However, these models frequently aggregate attribute and interaction data in an implicit manner, leaving valuable relational nuances underutilized.This study introduces the Knowledge Graph Attention Network with Information Fusion (KGIF), a specialized framework designed to merge entity and relation embeddings explicitly through a tailored self-attention mechanism. The KGIF framework integrates reparameterization via dynamic projection vectors, enabling embeddings to adaptively represent intricate relationships within knowledge graphs. This explicit fusion enhances the interplay between user-item interactions and item-attribute relationships, providing a nuanced balance between user-centric and item-centric representations. An attentive propagation mechanism further optimizes knowledge graph embeddings, capturing multi-layered interaction patterns. The contributions of this work include an innovative method for explicit information fusion, improved robustness for sparse knowledge graphs, and the ability to generate explainable recommendations through interpretable path visualization. The implementation and datasets for this study are publicly available1.
Donghyun Jeon, Houbing Song, Dongfang Liu, Alvaro Velasquez, Chloe Yixin Xie, Shuteng Niu
IEEE Big Data6
2024 Flexible Memory Rotation (FMR): Rotated Representation with Dynamic Regularization to Overcome Catastrophic Forgetting in Continual Knowledge Graph Learning
abstract
As a special type of Knowledge Graph (KG), Continual Knowledge Graph Learning (CKGL) plays a pivotal role in various areas such as recommendation systems, search engines, and personalized services, where knowledge dynamically evolves. A challenging problem in CKGL is catastrophic forgetting, where models forget previously learned knowledge upon being trained on new data. To overcome the challenge, this study proposes Flexible Memory Rotation (FMR), a dual-level regularization technique that focuses on both parameter level and structural level. Our idea is inspired by the natural human learning process, which tends to memorize correctly learned knowledge, leverage the learned to acquire new knowledge, and refine incorrectly learned knowledge with newly obtained information. Commonly, existing regularization-based methods fail to mimic this human nature by having a fixed constraint strategy for all model parameters. To this end, the proposed FMR offers flexible constraints based on qualities of learned knowledge evaluated by the Fisher Information Matrix (FIM). Additionally, we identified a limitation of FIM in CKGL, which is the assumption of independence of time steps does not always hold. To overcome this, FMR rotates the parameter space to diagonalize the FIM. This work has four major contributions: 1) develop a novel regularization technique, FMR, a flexible regularization technique, 2) reveal the unexpected failure of FIM in CKGL and provides an easy remedy via parameter space rotation, 3) the comparison experiments on four benchmark datasets designed for CKGL demonstrates improvement over various state-of-the-art (SOTA) CKGL models, and 4) a comprehensive ablation study investigates each component of the proposed model. The source code is available at https://github.com/lijingzhu1/FMR.
Lijing Zhu, Donghyun Jeon, Chloe Yixin Xie, Shuteng Niu
IEEE Big Data5