You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To explore how Graph Neural Networks (GNNs) improve NLP, add a notebook that compares GNN-based models for text tasks.
Tasks:
Compare GCN (Graph Convolutional Network), GAT (Graph Attention Network), and HGT (Heterogeneous Graph Transformer) for tasks like relation extraction, entity linking, and document classification.
Evaluate improvements over standard transformers using accuracy and F1-score metrics.
Summarize when GNN-based approaches are useful for NLP.
Name the notebook gnn_nlp_comparison.ipynb.
Update the README file with relevant references.
The text was updated successfully, but these errors were encountered:
Description:
To explore how Graph Neural Networks (GNNs) improve NLP, add a notebook that compares GNN-based models for text tasks.
Tasks:
The text was updated successfully, but these errors were encountered: