Code Monkey home page Code Monkey logo

daakg's Introduction

DAAKG

Deep Active Alignment of Knowledge Graph Entities and Schemata, SIGMOD 2023

Dataset

Link: DWY100K with dangling entities and schema alignment

Dependencies

  • Python 3.9+
  • Python libraries
    • PyTorch: conda install pytorch pytorch-cuda=11.8 -c pytorch -c nvidia
    • PyG: conda install pyg -c pyg
    • graph-tool: conda install -c conda-forge graph-tool
    • Other libraries: pip install cupy-cuda11x numpy tensorboard igraph pandas

Quick Start

Running script:

python -m daakg.run --log transe \
    --data_dir "data/daakg/D_W_100K_V1" \
    --save "output" \
    --rate 0.3 \
    --epoch 1000 \
    --check 10 \
    --update 10 \
    --train_batch_size 1024 \
    --share \
    --encoder "" \
    --hiddens "100" \
    --decoder "TransE" \
    --sampling "T" \
    --k "5" \
    --margin "1" \
    --alpha "1" \
    --feat_drop 0.0 \
    --lr 0.01 \
    --train_dist "euclidean" \
    --test_dist "euclidean"

Citation

If you find our work useful, please kindly cite it as follows:

@article{DAAKG_SIGMOD2023,
  author    = { Huang, Jiacheng and Sun, Zequn and Chen, Qijin and Xu, Xiaozhou and Ren, Weijun and Hu, Wei },
  title     = { Deep Active Alignment of Knowledge Graph Entities and Schemata },
  journal   = { Proc. ACM Manag. Data },
  year      = 2023,
  pages     = 159,
  volume    = 1,
  number    = 2
}

daakg's People

Contributors

gohometomacdonal avatar magiclogy- avatar whu2015 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

daakg's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.