Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 3.3 KB

Good DB papers.md

File metadata and controls

43 lines (33 loc) · 3.3 KB

Good DB Papers

Notes: Personally, these are the papers that have a very clear presentation to formulate and solve a problem / to construct a system.

Papers that define problems

  1. The Community-search Problem and How to Plan a Successful Cocktail Party (KDD 2010) [Paper]
  2. Optimizing DNN Computation Graph using Graph Substitutions (VLDB 2020)
  3. Robust Discovery of Positive and Negative Rules in Knowledge Bases (ICDE 2018) [Paper]
  4. Interpretable Decision Sets: A Joint Framework for Description and Prediction (KDD 2016) [Paper]
  5. LSH Ensemble: Internet-Scale Domain Search [Paper] [GitHub]
  6. Property Graph Schema Optimization for Domain-Specific Knowledge Graphs (ICDE 2021) [Paper]
  7. Scaling Atributed Network Embedding to Massive Graphs (VLDB 2021 Best paper!) [Paper] [Datasets] [Slides]

Papers that build systems

  1. NeuGraph: Parallel Deep Neural Network Computation on Large Graphs (USENIX 2019) [Paper]
  2. Optimizing Machine Learning Workloads in Collaborative Environments (SIGMOD 2020) [Paper]

Useful Materials

Some Graph things

  1. On the Minimum Common Supergraph of Two Graphs
  2. Graph Indexing: A Frequent Structure-based Approach (SIGMOD 2004) [Paper]
  3. Clique Relaxation Models in Networks: Theory, Algorithms, and Applications [Slides]
  4. Parallel Local Graph Clustering [Paper]

Graph Matching

  1. The graph matching problem [Link]
  2. Subgraph Matching Kernels for Attributed Graphs [Paper]
  3. Graph Similarity Search with Edit Distance Constraint in Large Graph Databases [Paper] image

Good Writing

  1. LASAGNE: Locality And Structure Aware Graph Node Embedding [Paper]

Others

  1. NP Optimization Problems [Link]
  • Greedy Set-Cover Algorithms [Paper]
  1. FAST-PPR: Personalized PageRank Estimation for Large Graphs [Slides]
  2. Graph Theory 1 [PDF]
  3. Graph Theory 2 [PDF]
  4. Graph Theory 3 [PDF]