{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/question-answering-over-electronic-devices-a","title":"Question Answering over Electronic Devices: A New Benchmark Dataset and a Multi-Task Learning based QA Framework","arxiv_id":"2109.05897","date":"2021-09-13","proceeding":"Findings (EMNLP) 2021 11","authors":["Abhilash Nandy","Soumya Sharma","Shubham Maddhashiya","Kapil Sachdeva","Pawan Goyal","Niloy Ganguly"],"abstract":"Answering questions asked from instructional corpora such as E-manuals, recipe books, etc., has been far less studied than open-domain factoid context-based question answering. This can be primarily attributed to the absence of standard benchmark datasets. In this paper we meticulously create a large amount of data connected with E-manuals and develop suitable algorithm to exploit it. We collect E-Manual Corpus, a huge corpus of 307,957 E-manuals and pretrain RoBERTa on this large corpus. We create various benchmark QA datasets which include question answer pairs curated by experts based upon two E-manuals, real user questions from Community Question Answering Forum pertaining to E-manuals etc. We introduce EMQAP (E-Manual Question Answering Pipeline) that answers questions pertaining to electronics devices. Built upon the pretrained RoBERTa, it harbors a supervised multi-task learning framework which efficiently performs the dual tasks of identifying the section in the E-manual where the answer can be found and the exact answer span within that section. For E-Manual annotated question-answer pairs, we show an improvement of about 40% in ROUGE-L F1 scores over the most competitive baseline. We perform a detailed ablation study and establish the versatility of EMQAP across different circumstances. The code and datasets are shared at https://github.com/abhi1nandy2/EMNLP-2021-Findings, and the corresponding project website is https://sites.google.com/view/emanualqa/home.","url_abs":"https://arxiv.org/abs/2109.05897v2","url_pdf":"https://arxiv.org/pdf/2109.05897v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"question-answering-over-electronic-devices-a","repo_url":"https://github.com/abhi1nandy2/emnlp-2021-findings","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"community-question-answering","task_name":"Community Question Answering"},{"task_slug":"multi-task-learning","task_name":"Multi-Task Learning"},{"task_slug":"question-answering","task_name":"Question Answering"}],"methods":[{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"attention-dropout","method_name":"Attention Dropout"},{"method_slug":"bert","method_name":"BERT"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"emqap","method_name":"EMQAP"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"linear-warmup-with-linear-decay","method_name":"Linear Warmup With Linear Decay"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"roberta","method_name":"RoBERTa"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"weight-decay","method_name":"Weight Decay"},{"method_slug":"wordpiece","method_name":"WordPiece"}],"datasets_introduced":[{"slug":"e-manual-corpus","name":"E-Manual Corpus","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2109.05897","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2109.05897"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/abhi1nandy2/emnlp-2021-findings","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_fixture":1,"unverified":8},"by_repo_kind":{"official":{"samples":9,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"f3e68336634b8642","entry":"flat_accuracy","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"fine_tuning_variants_scripts/AR_sentence_wise.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/fine_tuning_variants_scripts/AR_sentence_wise.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f3e68336634b8642"}},{"code_sha256_prefix":"162aed4b47317010","entry":"float_to_str","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"MTL_scripts/MTL_utils.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/MTL_scripts/MTL_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"162aed4b47317010"}},{"code_sha256_prefix":"e85f0cabb89be852","entry":"format_time","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"fine_tuning_variants_scripts/AR_sentence_wise.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/fine_tuning_variants_scripts/AR_sentence_wise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e85f0cabb89be852"}},{"code_sha256_prefix":"508a22212da25b22","entry":"get_em","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"evaluation/metrics.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"508a22212da25b22"}},{"code_sha256_prefix":"763a8b233c0c46c1","entry":"get_sent_embedding","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"evaluation/smd.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/evaluation/smd.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"763a8b233c0c46c1"}},{"code_sha256_prefix":"1eafbd36660bf39d","entry":"match_path_with_section","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"MTL_scripts/MTL_utils.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/MTL_scripts/MTL_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1eafbd36660bf39d"}},{"code_sha256_prefix":"6ee94dbbff2bd284","entry":"prepare_results","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"evaluation/metrics.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/evaluation/metrics.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6ee94dbbff2bd284"}},{"code_sha256_prefix":"7a617f732b781628","entry":"rem_sp","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"EManual_data_extraction/extract_sections_from_html.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/EManual_data_extraction/extract_sections_from_html.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7a617f732b781628"}},{"code_sha256_prefix":"27323a5a9bc199e9","entry":"remove_punct","repo":"abhi1nandy2/emnlp-2021-findings","repo_kind":"official","path":"MTL_scripts/MTL_utils.py","file_url":"https://github.com/abhi1nandy2/emnlp-2021-findings/blob/HEAD/MTL_scripts/MTL_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"27323a5a9bc199e9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}