Papers by Yujia Gu
Pass off Fish Eyes for Pearls: Attacking Model Selection of Pre-trained Models (2022.acl-long)
Copied to clipboard
| Challenge: | Existing feature-based model selection methods are vulnerable to fine-tuning and are not reliable indicators for the PTM’s transferability. |
| Approach: | They propose feature-based model selection methods which assess PTMs’ transferability to a specific task in a fast way without fine-tuning. |
| Outcome: | The proposed methods can make FMS mistakenly judge transferability of models and can be combined with the backdoor attack to misguide the FMS to select poisoned models. |
Learning Neural Ordinary Equations for Forecasting Future Links on Temporal Knowledge Graphs (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing models for temporal knowledge graphs model the temporal KGs in discrete state spaces, whereas static models model the KG in discretized state spaces. |
| Approach: | They propose a continuum model that extends the idea of neural ordinary differential equations to multi-relational graph convolutional networks and encodes both temporal and structural information into continuous-time dynamic embeddings. |
| Outcome: | The proposed model outperforms existing models on five benchmark datasets showing it can predict future links on temporal knowledge graphs. |
ECOLA: Enhancing Temporal Knowledge Embeddings with Contextualized Language Representations (2023.findings-acl)
Copied to clipboard
Zhen Han, Ruotong Liao, Jindong Gu, Yao Zhang, Zifeng Ding, Yujia Gu, Heinz Koeppl, Hinrich Schütze, Volker Tresp
| Challenge: | Existing enhancement approaches cannot be applied to temporal knowledge graphs (tKGs) existing enhancement approaches assume knowledge embedding is time-independent, whereas entity embedded in tKG models evolves . |
| Approach: | They propose to use textual data to enhance temporal knowledge embedding by Enhanced Temporal Knowledge Embeddings with Contextualized Language Representations (ECOLA) to evaluate ECOLA, they introduce three new datasets for training and evaluation. |
| Outcome: | The proposed model significantly improves Hits@1 on the link prediction task. |