Is there a way to perform Question Answering without providing a context for the answer?

I am looking for a Hugging Face model that allows to perform Question Answering without providing the context for the answer itself.

For instance, let’s assume that I have the following question:

“Who was the fifth King of Rome?”

I would like the model to exploit its own knowledge (i.e. the one that it created in the training phase) to give the answer, without relying on a given context.

I am aware of RAG model but I am looking for a newer model for the task.

2 Likes