Text Simplification for Comprehension-based Question-Answering
Tanvi Dadu, Kartikey Pant, Seema Nagar, Ferdous Ahmed Barbhuiya,, Kuntal Dey

TL;DR
This paper explores how text simplification impacts question-answering performance, introducing a simplified dataset and demonstrating modest improvements in accuracy metrics.
Contribution
It presents Simple-SQuAD, a new simplified dataset, and analyzes the effects of text simplification on question-answering accuracy and transfer quality.
Findings
Simplification improves Exact Match by up to 2.04%
Simplification improves F1 score by up to 1.74%
Analysis of transfer edits and sentence length effects
Abstract
Text simplification is the process of splitting and rephrasing a sentence to a sequence of sentences making it easier to read and understand while preserving the content and approximating the original meaning. Text simplification has been exploited in NLP applications like machine translation, summarization, semantic role labeling, and information extraction, opening a broad avenue for its exploitation in comprehension-based question-answering downstream tasks. In this work, we investigate the effect of text simplification in the task of question-answering using a comprehension context. We release Simple-SQuAD, a simplified version of the widely-used SQuAD dataset. Firstly, we outline each step in the dataset creation pipeline, including style transfer, thresholding of sentences showing correct transfer, and offset finding for each answer. Secondly, we verify the quality of 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText Readability and Simplification · Topic Modeling · Natural Language Processing Techniques
