Transformers
PyTorch
bart
text2text-generation
How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("gaetangate/bart-large_genrl_simpleq")
model = AutoModelForSeq2SeqLM.from_pretrained("gaetangate/bart-large_genrl_simpleq")
Quick Links

This model is used in the paper Generative Relation Linking for Question Answering over Knowledge Bases. ArXiv, GitHub

Citation

@inproceedings{rossiello-genrl-2021,
 title={Generative relation linking for question answering over knowledge bases},
 author={Rossiello, Gaetano and Mihindukulasooriya, Nandana and Abdelaziz, Ibrahim and Bornea, Mihaela and Gliozzo, Alfio and Naseem, Tahira and Kapanipathi, Pavan},
 booktitle={International Semantic Web Conference},
 pages={321--337},
 year={2021},
 organization={Springer},
 url = "https://link.springer.com/chapter/10.1007/978-3-030-88361-4_19",
 doi = "10.1007/978-3-030-88361-4_19"
}
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for gaetangate/bart-large_genrl_simpleq