CLAIJul 15, 2021

Automatic Task Requirements Writing Evaluation via Machine Reading Comprehension

arXiv:2107.07957v1Has Code
Originality Incremental advance
AI Analysis

This addresses the need for instant, detailed grading in educational settings, though it is incremental as it builds on existing MRC methods.

The paper tackles the problem of automatically evaluating task requirements writing in English tests by proposing an end-to-end framework based on machine reading comprehension, achieving 0.93 accuracy and 0.85 F1 score on a real-world dataset.

Task requirements (TRs) writing is an important question type in Key English Test and Preliminary English Test. A TR writing question may include multiple requirements and a high-quality essay must respond to each requirement thoroughly and accurately. However, the limited teacher resources prevent students from getting detailed grading instantly. The majority of existing automatic essay scoring systems focus on giving a holistic score but rarely provide reasons to support it. In this paper, we proposed an end-to-end framework based on machine reading comprehension (MRC) to address this problem to some extent. The framework not only detects whether an essay responds to a requirement question, but clearly marks where the essay answers the question. Our framework consists of three modules: question normalization module, ELECTRA based MRC module and response locating module. We extensively explore state-of-the-art MRC methods. Our approach achieves 0.93 accuracy score and 0.85 F1 score on a real-world educational dataset. To encourage reproducible results, we make our code publicly available at \url{https://github.com/aied2021TRMRC/AIED_2021_TRMRC_code}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes