QuestionAnswerGenerationPipeline - Multiple Answers #6099
demongolem-biz2
started this conversation in
General
Replies: 1 comment
-
Actually I take that back it seems to be a mixed bag. Quite often I get 1 answer back, but sometimes I do get multiple answers back up to 5. Let me modify my question then to is there a threshold level that can be set or any other way to say always return k answers? Do I have my understanding correct that it is up to k? So based upon 12 documents, I have this distribution of returned answers: 1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For the ExtractiveQAPipeline, I can do:
and I get 5 answers return when the pipeline is run.
When I do
I am only getting back 1 answer.
Does seeing the top_k parameter for the QuestionAnswerGenerationPipeline still make sense? I really am looking for the top scoring answers and would like to produce multiple answers per document.
Beta Was this translation helpful? Give feedback.
All reactions