Fair Distribution of Delivery Orders

Abstract

Traditional knowledge graphs (KGs) provide each entity with a unique embedding as a representation, which contains a lot of redundant information. Meanwhile, the space complexities of the KGs are positively related to the number of entities. In this work, we propose a hierarchical representation learning method, namely HRL, which is a parameter-efficient model where the number of model parameters is independent of dataset scales. Specifically, we propose a hierarchical model comprising a Meta Encoder and a Context Encoder to generate the representation of entities and relations. The Meta Encoder captures the common representations shared across entities, while the Context Encoder learns entity-specific representations. We further provide a theoretical analysis of model design by constructing a structural causal model (SCM) when completing a knowledge graph. The SCM outlines the relationships between nodes, where entity embeddings are conditioned on both common and entity-specific representations. Note that our model is designed to reduce model scale while maintaining competitive performance. We evaluate HRL on the knowledge graph completion task using three real-world datasets. The results demonstrate that HRL significantly outperforms existing parameter-efficient baselines, as well as traditional state-of-the-art baselines of similar scale.

Cite

Text

Hosseini et al. "Fair Distribution of Delivery Orders." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/313

Markdown

[Hosseini et al. "Fair Distribution of Delivery Orders." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/hosseini2024ijcai-fair/) doi:10.24963/ijcai.2024/313

BibTeX

@inproceedings{hosseini2024ijcai-fair,
  title     = {{Fair Distribution of Delivery Orders}},
  author    = {Hosseini, Hadi and Narang, Shivika and Was, Tomasz},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {2825-2833},
  doi       = {10.24963/ijcai.2024/313},
  url       = {https://mlanthology.org/ijcai/2024/hosseini2024ijcai-fair/}
}