graph4ai / graph4nlp

Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources!
Apache License 2.0
1.66k stars 201 forks source link

@Yu Chen: fully implement Dynamic graph construction #57

Closed teddylfwu closed 4 years ago

teddylfwu commented 4 years ago
hugochan commented 4 years ago

Finished:

i) Add raw_text_to_init_graph method to base class. ii) Implement other similarity metric learning & graph sparsification techniques, and add graph regularization techniques. iii) Improve doc_string.

hugochan commented 4 years ago

New: decouple graph metric learning & sparsification