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

    Awesome-GraphRAG: A curated list of resources (surveys, papers, benchmarks, and opensource projects) on graph-based retrieval-augmented generation.

    1.7k 158

  2. Awesome-LLM-based-Text2SQL Awesome-LLM-based-Text2SQL Public

    [TKDE2025] Next-Generation Database Interfaces: A Survey of LLM-based Text-to-SQL | A curated list of resources (surveys, papers, benchmarks, and opensource projects) on large language model-based …

    413 42

  3. KEQA_WSDM19 KEQA_WSDM19 Public

    Knowledge Graph Embedding Based Question Answering

    Python 156 51

  4. Knowledge-to-SQL Knowledge-to-SQL Public

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

    Python 57 10

  5. AANE_Python AANE_Python Public

    Accelerated Attributed Network Embedding, SDM 2017

    Python 50 17

  6. CAGED_CIKM22 CAGED_CIKM22 Public

    Python 30 1

Repositories

Showing 10 of 17 repositories

Top languages

Loading…

Most used topics

Loading…