relbert/t_rex
Viewer • Updated • 1.59M • 426 • 3
This repository provides a knowledge-graph–oriented variant of Meta-Llama-3-8B-Instruct, fine-tuned with LoRA on the T-REx factual triple dataset as a triple extraction model.
The model takes natural language passages as input and outputs factual (head, relation, tail) triples in a structured JSON format, designed to be used as a knowledge graph backend for RAG systems (e.g., HippoRAG-style KG retrieval).
(subject, relation, object) were converted into simple natural language sentences.{
"triples": [
["New Bomb Turks", "P136", "garage punk"]
]
}
"is from") or as Wikidata-style relation IDs (e.g. "P136").Base model
meta-llama/Meta-Llama-3-8B