Open pfliu-nlp opened 2 years ago
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"}
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
text_similarity
float
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
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