Skip to content

Graph Neural Networks (GNNs) for NLP #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Cgarg9 opened this issue Mar 14, 2025 · 0 comments
Open

Graph Neural Networks (GNNs) for NLP #36

Cgarg9 opened this issue Mar 14, 2025 · 0 comments

Comments

@Cgarg9
Copy link
Collaborator

Cgarg9 commented Mar 14, 2025

Description:

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant