text2triple-flan-t5 / README.md
pat-jj's picture
Update README.md
f9dd9f0 verified
|
raw
history blame
867 Bytes
---
library_name: transformers
license: mit
base_model:
- google/flan-t5-large
---
# A Text-to-Triple Model Trained on WikiOfGraph dataset
Base Model: Flan-T5-Large
**Example Input:**
"William Gerald Standridge (November 27, 1953 – April 12, 2014) was an American stock car racing driver. He was a competitor in the NASCAR Winston Cup Series and Busch Series."
**Output:**
(S> William gerald standridge| P> Nationality| O> American),
(S> William gerald standridge| P> Occupation| O> Stock car racing driver),
(S> William gerald standridge| P> Competitor| O> Busch series),
(S> William gerald standridge| P> Competitor| O> Nascar winston cup series),
(S> William gerald standridge| P> Birth date| O> November 27, 1953),
(S> William gerald standridge| P> Death date| O> April 12, 2014)
**Paper of WikiOfGraph dataset**: https://arxiv.org/pdf/2409.07088v1