Skip to content
@DEEP-PolyU

Data Exploring and Extracting @ PolyU (DEEP Lab)

1. Knowledge Graph

A knowledge graph (KG) consists of numerous triples, in which each triple, i.e., (head entity, relation, tail entity), denotes an assertion. By embedding KGs into low-dimensional representations, we could integrate them into deep learning models to perform various tasks, such as search and recommendation.

1.1 Question Answering over Knowledge Graphs
HamQA_TheWebConf23
KEQA_WSDM19

1.2 Knowledge Graph Refinement
Real-world KGs often contain many false assertions, which were inevitably injected during the construction of KGs. We propose to investigate error-aware KG learning to eliminate the impact of errors on KG-based systems.
KAEL_WSDM23
CAGED_CIKM22
LLM4EA_NeurIPS24

2. Attributed Network Learning

Networks are widely adopted to represent the relations between objects in many disciplines. In real-world scenarios, nodes are often associated with a rich set of data describing their characteristics. We model these systems as attributed networks. Our goal is to develop effective, scalable, and human-centric learning algorithms for attributed networks, to enable their actionable patterns to be easily accessible and interpretable to data consumers.

2.1 Datasets
BlogCatalog is an undirected network with 5,196 nodes and 171,743 edges, associated with node attributes of dimension 8,189.
Flickr is an undirected network with 7,575 nodes and 239,738 edges, associated with node attributes of dimension 12,047.
Yelp_multilabel is an undirected network with 249,012 nodes and 1,779,803 edges, associated with node attributes of dimension 20,000.

2.2 Attributed network embedding
FeatWalk_AAAI19
GraphRNA_KDD19
AANE_SDM17

Popular repositories Loading

  1. Awesome-GraphRAG Awesome-GraphRAG Public

    A curated list of resources on graph-based retrieval-augmented generation (GraphRAG) for customized large language models.

    532 85

  2. KEQA_WSDM19 KEQA_WSDM19 Public

    Knowledge Graph Embedding Based Question Answering

    Python 156 51

  3. AANE_Python AANE_Python Public

    Accelerated Attributed Network Embedding, SDM 2017

    Python 50 17

  4. GraphRNA_KDD19 GraphRNA_KDD19 Public

    Graph Recurrent Networks with Attributed Random Walks

    Python 28 8

  5. CAGED_CIKM22 CAGED_CIKM22 Public

    Python 26 1

  6. FeatWalk_AAAI19 FeatWalk_AAAI19 Public

    Large-Scale Heterogeneous Feature Embedding

    Python 15 3

Repositories

Showing 10 of 14 repositories
  • Awesome-GraphRAG Public

    A curated list of resources on graph-based retrieval-augmented generation (GraphRAG) for customized large language models.

    DEEP-PolyU/Awesome-GraphRAG’s past year of commit activity
    532 MIT 85 0 0 Updated Feb 6, 2025
  • DELLM_ACL2024 Public Forked from Rcrossmeister/Knowledge-to-SQL

    [ACL2024 Findings] Knowledge-to-SQL: Enhancing SQL Generation with Data Expert LLM

    DEEP-PolyU/DELLM_ACL2024’s past year of commit activity
    Python 0 MIT 6 0 0 Updated Jan 20, 2025
  • .github Public
    DEEP-PolyU/.github’s past year of commit activity
    0 0 0 0 Updated Dec 31, 2024
  • MAIL_ACL24 Public

    ACL'24: Modality-Aware Integration with Large Language Models for Knowledge-based Visual Question Answering

    DEEP-PolyU/MAIL_ACL24’s past year of commit activity
    1 0 1 0 Updated Jun 19, 2024
  • KAEL_WSDM23 Public

    Active Ensemble Learning for Knowledge Graph Error Detection

    DEEP-PolyU/KAEL_WSDM23’s past year of commit activity
    Python 7 2 1 0 Updated Oct 29, 2023
  • GraphRNA_KDD19 Public

    Graph Recurrent Networks with Attributed Random Walks

    DEEP-PolyU/GraphRNA_KDD19’s past year of commit activity
    Python 28 MIT 8 2 2 Updated Jul 6, 2023
  • PIGR_PAKDD23 Public
    DEEP-PolyU/PIGR_PAKDD23’s past year of commit activity
    Python 0 0 0 0 Updated Apr 27, 2023
  • HamQA_TheWebConf23 Public

    Hierarchy-Aware Multi-Hop Question Answering over Knowledge Graphs

    DEEP-PolyU/HamQA_TheWebConf23’s past year of commit activity
    Python 3 MIT 1 0 0 Updated Apr 25, 2023
  • KEQA_WSDM19 Public

    Knowledge Graph Embedding Based Question Answering

    DEEP-PolyU/KEQA_WSDM19’s past year of commit activity
    Python 156 51 14 0 Updated Apr 23, 2023
  • DEEP-PolyU/Knowledge-Injection-Paper-List’s past year of commit activity
    0 0 0 0 Updated Mar 23, 2023

Top languages

Loading…

Most used topics

Loading…