You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi,
I'm trying to implement the reader model training in Tensorflow. How does DPR deal with multiple answer spans in a positive passage?
Will there just be multiple positions labelled as the correct start/end position?
E.g. if there are 2 answer starts in a passage (h_i, h_j), would the model try to maximise the scores for tokens i and j using cross entropy loss?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to implement the reader model training in Tensorflow. How does DPR deal with multiple answer spans in a positive passage?
Will there just be multiple positions labelled as the correct start/end position?
E.g. if there are 2 answer starts in a passage (
h_i
,h_j
), would the model try to maximise the scores for tokensi
andj
using cross entropy loss?The text was updated successfully, but these errors were encountered: