PyTorch library for relational table learning with LLMs
Top 69.9% on sourcepulse
This library provides a PyTorch framework for Relational Table Learning (RTL) using Large Language Models (LLMs). It targets researchers and practitioners in graph neural networks and tabular data analysis, enabling the modular construction and co-training of advanced models by breaking down state-of-the-art GNNs, LLMs, and TNNs into standardized components.
How It Works
rLLM standardizes various graph neural network (GNN), large language model (LLM), and tabular neural network (TNN) architectures into modular components. This allows users to combine, align, and co-train these models for relational table learning tasks, treating diverse graph structures as interconnected tables. This approach facilitates experimentation and the development of novel RTL methods.
Quick Start & Requirements
pip
.cd ./examples && python bridge/bridge_tml1m.py
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is currently at v0.1, indicating it is in an early stage of development. Features like large-scale RTL training and LLM prompt optimization are still on the roadmap.
3 weeks ago
1 week