Efficient Environmental Claim Detection with Hyperbolic Graph Neural Networks
Darpan Aswal, Manjira Sinha

TL;DR
This paper introduces a graph neural network approach, especially hyperbolic GNNs, for environmental claim detection that outperforms transformer models while using significantly fewer parameters, making it suitable for resource-constrained settings.
Contribution
The work presents a novel graph-based method using hyperbolic GNNs for environmental claim detection, demonstrating superior performance and efficiency over existing transformer-based models.
Findings
HGNNs outperform state-of-the-art models in accuracy.
P-HGNNs use up to 30x fewer parameters.
Hierarchical modeling significantly improves HGNN performance.
Abstract
Transformer based models, especially large language models (LLMs) dominate the field of NLP with their mass adoption in tasks such as text generation, summarization and fake news detection. These models offer ease of deployment and reliability for most applications, however, they require significant amounts of computational power for training as well as inference. This poses challenges in their adoption in resource-constrained applications, especially in the open-source community where compute availability is usually scarce. This work proposes a graph-based approach for Environmental Claim Detection, exploring Graph Neural Networks (GNNs) and Hyperbolic Graph Neural Networks (HGNNs) as lightweight yet effective alternatives to transformer-based models. Re-framing the task as a graph classification problem, we transform claim sentences into dependency parsing graphs, utilizing a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies
