What is the current state-of-the-art NLP Question Answering model that has no need to receive [passage, question] as inputs, receiving only [question] and delivering the [answer] in unstructured text?

In my researches, I just have found [passage, question] -> model -> [answer], like R-NET (Microsoft) and QANet (Google). I would like to find something like: [question] -> model -> [answer]. Is there anything like this?

Thanks!

More Felipe Farias's questions See All
Similar questions and discussions