Hypergraph Neural Networks (AAAI 2019). Contribute to iMoonLab/HGNN development by creating an account on GitHub.
Hypergraph Neural Networks (AAAI 2019). Contribute to iMoonLab/HGNN development by creating an account on GitHub.
main .github docs examples openhgnn space4hgnn tests .gitignore .readthedocs.yaml CONTRIBUTING.md LICENSE MANIFEST.in README.md README_EN.md main.py main_GUI.py pytest.ini requirements.txt setup.py space4hgnn.py yunnao_tutotial.mdBreadcrumbs HGNN_YING_with_annotation / main.py Latest...
代码地址:github.com/XL2248/HGNN 这篇论文是北京交通大学和腾讯联合研究发表于AAAI2021会议上的一篇论文,因为在现实世界的对话中的情感对话系统的成功取决于对情感的充分感知和恰当的表达,作者针对现有的情感对话领域中,模型没有充分利用多源信息中的感知情绪(对话历史的情绪流、面部表情、说话者的性格),而不能表达出...
implementation for paper Factorial User Modeling with Hierarchical Graph Neural Network for Enhanced Sequential Recommendation - xlx0010/HGNN
Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 928 Commits .github docs examples openhgnn space4hgnn tests .gitignore .readthedocs.yaml CONTRIBUTING.md LICENSE ...
.github docs examples openhgnn space4hgnn tests .gitignore .readthedocs.yaml CONTRIBUTING.md LICENSE MANIFEST.in README.md README_EN.md main.py main_GUI.py pytest.ini requirements.txt setup.py space4hgnn.py yunnao_tutotial.md Breadcrumbs HGNN_YING_with_annotation / pytest.ini Latest commit ...
Code for Infusing Multi-Source Knowledge with Heterogeneous Graph Neural Network for Emotional Conversation Generation (AAAI21) - XL2248/HGNN
pip install git+https://github.com/xy-Ji/gdbi.gitinstall graph database from pypi pip install neo4j==5.16.0 pip install nebula3-python==3.4.0Running an existing baseline model on an existing benchmark datasetpython main.py -m model_name -d dataset_name -t task_name -g 0 --use_best...
parser.add_argument('--model', '-m', default='GTN', type=str, help='name of models') parser.add_argument('--task', '-t', default='node_classification', type=str, help='name of task') # link_prediction / node_classification parser.add_argument('--dataset', '-d', default='acm...