Improving Opinion-based Question Answering Systems Through Label Error Detection and Overwrite
Xiao Yang, Ahmed K. Mohamed, Shashank Jain, Stanislav Peshterliev,, Debojeet Chatterjee, Hanwen Zha, Nikita Bhalla, Gagan Aneja, Pranab, Mohanty

TL;DR
This paper introduces LEDO, a model-agnostic, efficient framework for detecting and correcting label errors in opinion-based question answering systems, significantly improving model accuracy without complex computations.
Contribution
The paper presents LEDO, a novel, computationally efficient, and generalizable method for label error detection and correction applicable across multiple tasks and datasets.
Findings
Achieved 1.1% MRR gain in retrieval models
Improved PR AUC by 1.5% in machine reading comprehension
Increased Average Precision by 0.9% in ranking models
Abstract
Label error is a ubiquitous problem in annotated data. Large amounts of label error substantially degrades the quality of deep learning models. Existing methods to tackle the label error problem largely focus on the classification task, and either rely on task specific architecture or require non-trivial additional computations, which is undesirable or even unattainable for industry usage. In this paper, we propose LEDO: a model-agnostic and computationally efficient framework for Label Error Detection and Overwrite. LEDO is based on Monte Carlo Dropout combined with uncertainty metrics, and can be easily generalized to multiple tasks and data sets. Applying LEDO to an industry opinion-based question answering system demonstrates it is effective at improving accuracy in all the core models. Specifically, LEDO brings 1.1% MRR gain for the retrieval model, 1.5% PR AUC improvement for the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Text and Document Classification Technologies · Machine Learning and Data Classification
MethodsDropout · Monte Carlo Dropout · Focus
