Skip to content

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

Pinned 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.

    2.3k 194

  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 …

    1.3k 119

  3. LinearRAG LinearRAG Public

    Source code of LinearRAG at ICLR'26

    Python 464 50

Repositories

Showing 10 of 22 repositories
  • Awesome-GraphRAG Public

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

    DEEP-PolyU/Awesome-GraphRAG’s past year of commit activity
    2,289 MIT 194 0 3 Updated Apr 13, 2026
  • LinearRAG Public

    Source code of LinearRAG at ICLR'26

    DEEP-PolyU/LinearRAG’s past year of commit activity
    Python 464 GPL-3.0 50 2 0 Updated Apr 13, 2026
  • matopt-xlab Public

    Matopt for Xiao HUANG lab

    DEEP-PolyU/matopt-xlab’s past year of commit activity
    Python 1 0 0 0 Updated Apr 12, 2026
  • DEEP-PolyU/deep-polyu.github.io’s past year of commit activity
    CSS 0 0 0 0 Updated Apr 7, 2026
  • 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 text-to-SQL.

    DEEP-PolyU/Awesome-LLM-based-Text2SQL’s past year of commit activity
    1,300 MIT 119 0 0 Updated Apr 2, 2026
  • Awesome-GraphMemory Public

    A survey of Graph-based Agent Memory | A curated list of resources (surveys, papers, benchmarks, and opensource projects) on graph-based agent memory.

    DEEP-PolyU/Awesome-GraphMemory’s past year of commit activity
    236 11 0 0 Updated Apr 1, 2026
  • RV-Bench Public

    [AAAI2026] Benchmarking LLMs' Mathematical Reasoning with Unseen Random Variables Questions

    DEEP-PolyU/RV-Bench’s past year of commit activity
    Python 3 MIT 2 0 0 Updated Mar 27, 2026
  • KaSLA Public
    DEEP-PolyU/KaSLA’s past year of commit activity
    Python 4 MIT 0 0 0 Updated Feb 2, 2026
  • DELLM_ACL2024 Public Forked from DEEP-PolyU/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 10 0 0 Updated Aug 27, 2025
  • Knowledge-to-SQL Public

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

    DEEP-PolyU/Knowledge-to-SQL’s past year of commit activity
    Python 58 MIT 10 0 0 Updated Aug 26, 2025

Top languages

Python CSS

Most used topics

Loading…