paper-with-me

Papers

Text Simplification for Comprehension-based Question-Answering

2021-09-28 · WNUT (ACL) 2021 11 · Tanvi Dadu, Kartikey Pant, Seema Nagar, Ferdous Ahmed Barbhuiya, Kuntal Dey

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 transferred sentences through various methodologies involving both automated and human evaluation. Thirdly, we benchmark the newly created corpus and perform an ablation study for examining the effect of the simplification process in the SQuAD-based question answering task. Our experiments show that simplification leads to up to 2.04% and 1.74% increase in Exact Match and F1, respectively. Finally, we conclude with an analysis of the transfer process, investigating the types of edits made by the model, and the effect of sentence length on the transfer model.

📄 PDF Abstract BibTeX arXiv:2109.13984

Code (1)

kartikeypant/text-simplification-qa-www2021 공식 구현

Tasks

Machine TranslationQuestion AnsweringSemantic Role LabelingSentenceStyle TransferText Simplification

Similar Papers 제목 키워드 기반

Do Text Simplification Systems Preserve Meaning? A Human Evaluation via Reading Comprehension

2023-12-15 · Sweta Agrawal, Marine Carpuat

Automatic text simplification (TS) aims to automate the process of rewriting text to make it easier for people to read. A pre-requisite for TS to be useful is that it should convey information that is consistent with the…

Question AnsweringReading ComprehensionText Simplification

Are You Smarter Than a Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension

2017-07-01 · CVPR 2017 7 · Aniruddha Kembhavi, Minjoon Seo, Dustin Schwenk, Jonghyun Choi 외

We introduce the task of Multi-Modal Machine Comprehension (M3C), which aims at answering multimodal questions given a context of text, diagrams and images. We present the Textbook Question Answering (TQA) dataset that i…

Question AnsweringReading ComprehensionVisual Question AnsweringVisual Question Answering (VQA)

Digital Comprehensibility Assessment of Simplified Texts among Persons with Intellectual Disabilities

2024-02-20 · Andreas Säuberli, Franz Holzknecht, Patrick Haller, Silvana Deilen 외

Text simplification refers to the process of increasing the comprehensibility of texts. Automatic text simplification models are most commonly evaluated by experts or crowdworkers instead of the primary target groups of …

Multiple-choiceText Simplification

Discourse Comprehension: A Question Answering Framework to Represent Sentence Connections

2021-11-01 · Wei-Jen Ko, Cutter Dalton, Mark Simmons, Eliza Fisher 외

While there has been substantial progress in text comprehension through simple factoid question answering, more holistic comprehension of a discourse still presents a major challenge (Dunietz et al., 2020). Someone criti…

Question AnsweringReading ComprehensionSentence

CodeQA: A Question Answering Dataset for Source Code Comprehension

2021-09-17 · Findings (EMNLP) 2021 11 · Chenxiao Liu, Xiaojun Wan

We propose CodeQA, a free-form question answering dataset for the purpose of source code comprehension: given a code snippet and a question, a textual answer is required to be generated. CodeQA contains a Java dataset wi…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension