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.67k stars 201 forks source link

[Feature] update text classification configs and fix a bug in load_json_config #549

Closed hugochan closed 2 years ago

hugochan commented 2 years ago

Description

Updated text classification configs and fixed a bug in load_json_config. Previously, updating config template value (e.g., graph_construction_name) in json config will not affect default template config loading. After the fix, it behaves as expected.

Checklist

Please feel free to remove inapplicable items for your PR.