L2R-QA: An Open-Domain Question Answering Framework

Tieke He,Yu Li,Zhipeng Zou,Qing Wu
DOI: https://doi.org/10.1007/978-3-030-36204-1_12
2019-01-01
Abstract:Open-domain question answering has always being a challenging task. It involves information retrieval, natural language processing, machine learning, and so on. In this work, we try to explore some comparable methods in improving the precision of open-domain question answering. In detail, we bring in the topic model in the phase of document retrieval, in the hope of exploiting more hidden semantic information of a document. Also, we incorporate the learning to rank model into the LSTM to train more available features for the ranking of candidate paragraphs. Specifically, we combine the results from both LSTM and learning to rank model, which lead to a more precise understanding of questions, as well as the paragraphs. We conduct an extensive set of experiments to evaluate the efficacy of our proposed framework, which proves to be superior.
What problem does this paper attempt to address?