paper-with-me

Papers

Answer Complex Questions: Path Ranker Is All You Need

2021-07-11 · Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval 2021 7 · Xinyu Zhang, Ke Zhan, Enrui Hu, Chengzhen Fu, Lan Luo, Hao Jiang, Yantao Jia, Fan Yu, Zhicheng Dou, Zhao Cao, Lei Chen

Currently, the most popular method for open-domain Question Answering (QA) adopts "Retriever and Reader" pipeline, where the retriever extracts a list of candidate documents from a large set of documents followed by a ranker to rank the most relevant documents and the reader extracts answer from the candidates. Existing studies take the greedy strategy in the sense that they only use samples for ranking at the current hop, and ignore the global information across the whole documents. In this paper, we propose a purely rank-based framework Thinking Path Re-Ranker (TPRR), which is comprised of Thinking Path Ranker (TPR) for generating document sequences called "a path" and External Path Reranker (EPR) for selecting the best path from candidate paths generated by TPR. Specifically, TPR leverages the scores of a dense model and conditional probabilities to score the full paths. Moreover, to further enhance the performance of the dense ranker in the iterative training, we propose a "thinking" negatives selection method that the top-K candidates treated as negatives in the current hop are adjusted dynamically through supervised signals. After achieving multiple supporting paths through TPR, the EPR component which integrates several fine-grained training tasks for QA is used to select the best path for answer extraction. We have tested our proposed solution on the multi-hop dataset "HotpotQA" with a full wiki set ting, and the results show that TPRR significantly outperforms the existing state-of-the-art models. Moreover, our method has won the first place in the HotpotQA official leaderboard since Feb 1, 2021 under the Fullwiki setting. Code is available at https://gitee.com/mindspore/mindspore/ tree/master/model_zoo/research/nlp/tprr.

📄 PDF Abstract BibTeX

Code (3)

2023-MindSpore-1/ms-code-220/tree/main/tprr mindspore
MindSpore-paper-code-3/code9/tree/main/tprr mindspore
mindspore-ai/models mindspore

Tasks

AllOpen-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Answering Open-Domain Multi-Answer Questions via a Recall-then-Verify Framework

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

Open-domain questions are likely to be open-ended and ambiguous, leading to multiple valid answers. Existing approaches typically adopt the rerank-then-read framework, where a reader reads top-ranking evidence to predict…

valid

Answering Open-Domain Multi-Answer Questions via a Recall-then-Verify Framework

2021-10-16 · ACL 2022 5 · Zhihong Shao, Minlie Huang

Open-domain questions are likely to be open-ended and ambiguous, leading to multiple valid answers. Existing approaches typically adopt the rerank-then-read framework, where a reader reads top-ranking evidence to predict…

valid

Open-Set Knowledge-Based Visual Question Answering with Inference Paths

2023-10-12 · Jingru Gan, Xinzhe Han, Shuhui Wang, Qingming Huang

Given an image and an associated textual question, the purpose of Knowledge-Based Visual Question Answering (KB-VQA) is to provide a correct answer to the question with the aid of external knowledge bases. Prior KB-VQA m…

Knowledge GraphsMulti-class ClassificationQuestion AnsweringVisual Question Answering+1

AgAsk: An Agent to Help Answer Farmer's Questions From Scientific Documents

2022-12-21 · Bevan Koopman, Ahmed Mourad, Hang Li, Anton van der Vegt 외

Decisions in agriculture are increasingly data-driven; however, valuable agricultural knowledge is often locked away in free-text reports, manuals and journal articles. Specialised search systems are needed that can mine…

ArticlesInformation RetrievalRetrieval

You Only Need One Model for Open-domain Question Answering

2021-12-14 · Haejun Lee, Akhil Kedia, Jongwon Lee, Ashwin Paranjape 외

Recent approaches to Open-domain Question Answering refer to an external knowledge base using a retriever model, optionally rerank passages with a separate reranker model and generate an answer using another reader model…

Hard AttentionNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+1