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
I believe the issue that for some reason none of those 1000 articles queried grom xDD are NOT in English (which gets checked) and for some reason flags all the articles as "not valid for prediction". So it's a bug in the function that doesn't handle when the dataframe of articles is empty and therefore doesn't get the sentence embeddings added to it.
We should be able to use the steps to query xDD and crossref then inspect the returned papers metadata before it gets fed into the prediction step, can't imagine all 1000 articles are actually not in English!
Running the docker compose in the root directory I am now running into a new error with indices:
Which seems to be coming from this line:
in the
relevance_prediction()
function.I'll try a bit of debugging to see why it's popping up.
The text was updated successfully, but these errors were encountered: