ACL 2023findings4 citations

SkillQG: Learning to Generate Question for Reading Comprehension Assessment

Xiaoqiang Wang, Bang Liu, Siliang Tang, Lingfei Wu

Abstract

We present SkillQG: a question generation framework with controllable comprehension types for assessing and improving machine reading comprehension models. Existing question generation systems widely differentiate questions by literal information such as question words and answer types to generate semantically relevant questions for a given context. However, they rarely consider the comprehension nature of questions, i.e., the different comprehension capabilities embodied by different questions. In comparison, our SkillQG is able to tailor a fine-grained assessment and improvement to the capabilities of questions answering models built on it. Specifically, we first frame the comprehension type of questions based on a hierarchical skill-based schema. We then formulate SkillQG as a skill-conditioned question generator. Furthermore, to improve the controllability of generation, we augment the input text with skill-specific question focus and knowledge, which are constructed by iteratively prompting the pre-trained language models. Empirical results demonstrate that SkillQG outperforms baselines in terms of quality, relevance, and skill-controllability while showing a promising performance boost in downstream question answering task.

BibTeX
@inproceedings{wang-etal-2023-skillqg,
    title = "{S}kill{QG}: Learning to Generate Question for Reading Comprehension Assessment",
    author = "Wang, Xiaoqiang  and
      Liu, Bang  and
      Tang, Siliang  and
      Wu, Lingfei",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.870/",
    doi = "10.18653/v1/2023.findings-acl.870",
    pages = "13833--13850"
}