CLNov 12, 2023

On the Robustness of Question Rewriting Systems to Questions of Varying Hardness

arXiv:2311.06807v1639 citationsh-index: 62
Originality Incremental advance
AI Analysis

This work addresses robustness in conversational question answering for incremental improvements in handling diverse question types.

The paper tackles the problem of question rewriting systems' robustness to questions of varying difficulty by proposing a heuristic to classify hardness and a learning framework that trains separate models for each hardness level, showing improved overall performance on two datasets.

In conversational question answering (CQA), the task of question rewriting~(QR) in context aims to rewrite a context-dependent question into an equivalent self-contained question that gives the same answer. In this paper, we are interested in the robustness of a QR system to questions varying in rewriting hardness or difficulty. Since there is a lack of questions classified based on their rewriting hardness, we first propose a heuristic method to automatically classify questions into subsets of varying hardness, by measuring the discrepancy between a question and its rewrite. To find out what makes questions hard or easy for rewriting, we then conduct a human evaluation to annotate the rewriting hardness of questions. Finally, to enhance the robustness of QR systems to questions of varying hardness, we propose a novel learning framework for QR that first trains a QR model independently on each subset of questions of a certain level of hardness, then combines these QR models as one joint model for inference. Experimental results on two datasets show that our framework improves the overall performance compared to the baselines.

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