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
load_dataset("gaokao2018_np1", "cloze-multiple-choice")
answer
answers
context
qa_extractive
@register_task(TaskType.qa_bool_dureader) @dataclass class QuestionAnsweringBoolDureader(QuestionAnswering): task: TaskType = TaskType.qa_bool_dureader question_column: str = "question" context_column: str = "documents" answers_column: str = "answers" answers: {"text": "xxx", "yesno_answer":"Yes"}
DataLab/datasets/dureader_robust/dureader_robust.py
Line 79 in 76548db
answers = {"text": answer_text, "answer_start": answer_start} (1) answers = [{"text": answer_text, "answer_start": answer_start}] (2) answers = {"text": [answer_text], "answer_start": [answer_start]}
QuestionAnsweringMultipleChoiceWithoutContext
arguments
ccks2021_fin_ea
event_relation_extraction
The text was updated successfully, but these errors were encountered:
text_similarity
float
Sorry, something went wrong.
No branches or pull requests
1. cmrc2019
load_dataset("gaokao2018_np1", "cloze-multiple-choice")
2. dureader_yesno
answer
beanswers
?context
as a columnqa_extractive
? it should be qa_multiple_choice or qa_bool?3. dureader_search
qa_extractive
while the context_column = "documents" is not a string4. ckbqa
5. coqa
6. dureader_robust
DataLab/datasets/dureader_robust/dureader_robust.py
Line 79 in 76548db
7. ccpm
QuestionAnsweringMultipleChoiceWithoutContext
for this dataset8. cail2019
ccks2019_fin
ccks2020_fin_ee
ccks2021_fin_ea
arguments
is different from the above one, so we probably need to modify the task name a little bitccks2021_fin_ea
?ccks2021_fin_re
event_relation_extraction
The text was updated successfully, but these errors were encountered: