paper-with-me

홈 › Papers

Accelerating Real-Time Question Answering via Question Generation

2020-09-10 · Yuwei Fang, Shuohang Wang, Zhe Gan, Siqi Sun, Jingjing Liu, Chenguang Zhu

Although deep neural networks have achieved tremendous success for question answering (QA), they are still suffering from heavy computational and energy cost for real product deployment. Further, existing QA systems are bottlenecked by the encoding time of real-time questions with neural networks, thus suffering from detectable latency in deployment for large-volume traffic. To reduce the computational cost and accelerate real-time question answering (RTQA) for practical usage, we propose to remove all the neural networks from online QA systems, and present Ocean-Q (an Ocean of Questions), which introduces a new question generation (QG) model to generate a large pool of QA pairs offline, then in real time matches an input question with the candidate QA pool to predict the answer without question encoding. Ocean-Q can be readily deployed in existing distributed database systems or search engine for large-scale query usage, and much greener with no additional cost for maintaining large neural networks. Experiments on SQuAD(-open) and HotpotQA benchmarks demonstrate that Ocean-Q is able to accelerate the fastest state-of-the-art RTQA system by 4X times, with only a 3+% accuracy drop.

📄 PDF Abstract BibTeX arXiv:2009.05167

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMulti-Task LearningQuestion AnsweringQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Self-Wiring Question Answering Systems

2016-11-06 · Ricardo Usbeck, Jonathan Huthmann, Nico Duldhardt, Axel-Cyrille Ngonga Ngomo

Question answering (QA) has been the subject of a resurgence over the past years. The said resurgence has led to a multitude of question answering (QA) systems being developed both by companies and research facilities. W…

Question Answering

Repo4QA: Answering Complex Coding Questions via Dense Retrieval on GitHub Repositories

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Open-source platforms such as Github and Stack Overflow both play important roles in our software ecosystem. It is crucial but time-consuming for programmers to raise their specific programming questions on coding forums…

Contrastive LearningInformation RetrievalRetrieval

TimelineQA: A Benchmark for Question Answering over Timelines

2023-06-01 · Wang-Chiew Tan, Jane Dwivedi-Yu, Yuliang Li, Lambert Mathias 외

Lifelogs are descriptions of experiences that a person had during their life. Lifelogs are created by fusing data from the multitude of digital services, such as online photos, maps, shopping and content streaming servic…

Question AnsweringRetrieval

Repo4QA: Answering Coding Questions via Dense Retrieval on GitHub Repositories

2022-10-01 · COLING 2022 10 · Minyu Chen, Guoqiang Li, Chen Ma, Jingyang Li 외

Open-source platforms such as GitHub and Stack Overflow both play significant roles in current software ecosystems. It is crucial but time-consuming for developers to raise programming questions in coding forums such as …

Information RetrievalRetrieval

Long-VMNet: Accelerating Long-Form Video Understanding via Fixed Memory

2025-03-17 · Saket Gurukar, Asim Kadav

Long-form video understanding is essential for various applications such as video retrieval, summarizing, and question answering. Yet, traditional approaches demand substantial computing power and are often bottlenecked …

FormGPUQuestion AnsweringRetrieval+2