ExpressAI / DataLab

The unified platform for data-related resources.
https://expressai.github.io/DataLab/
Apache License 2.0
131 stars 27 forks source link

Summary of potential issues (20220608) #253

Open pfliu-nlp opened 2 years ago

pfliu-nlp commented 2 years ago

1. cmrc2019

2. dureader_yesno

@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"}

3. dureader_search

4. ckbqa

5. coqa

6. dureader_robust

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]}

7. ccpm

8. cail2019

ccks2019_fin

ccks2020_fin_ee

ccks2021_fin_ea

ccks2021_fin_re

pfliu-nlp commented 2 years ago

STSB

cail2018

ubuntu_dialogs_corpus