We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bc7_litcovid generates instances with out a text field, e.g., {'id': '34', 'document_id': '34219343', 'text': None, 'labels': ['Prevention']}
bc7_litcovid
text
{'id': '34', 'document_id': '34219343', 'text': None, 'labels': ['Prevention']}
Iterate through the dataset as normal.
text should have a value (since it has labels)
text is None in several cases
None
The text was updated successfully, but these errors were encountered:
#self-assign
Sorry, something went wrong.
@jason-fries There's missing data in the actual file. Should I just log it as a warning and exclude it (and others like it) from the dataset?
@jason-fries This is completed in #727
shamikbose
Successfully merging a pull request may close this issue.
Describe the bug
bc7_litcovid
generates instances with out atext
field, e.g.,{'id': '34', 'document_id': '34219343', 'text': None, 'labels': ['Prevention']}
Steps to reproduce the bug
Iterate through the dataset as normal.
Expected results
text
should have a value (since it has labels)Actual results
text
isNone
in several casesThe text was updated successfully, but these errors were encountered: