Answer Extraction from Passage Graph for Question Answering
Abstract
In question answering, answer extraction aims to pin-point the exact answer from passages. However, most previous methods perform such extraction on each passage separately, without considering clues provided in other passages. This paper presents a novel approach to extract answers by fully leveraging connections among different passages. Specially, extraction is performed on a PassageGraph which is built by adding links upon multiple passages. Different passages are connected by linking words with the same stem. We use the factor graph as our model for answer extraction. Experimental results on multiple QA datasets demonstrate that our method significantly improves the performance of answer extraction.
Cite
Text
Sun et al. "Answer Extraction from Passage Graph for Question Answering." International Joint Conference on Artificial Intelligence, 2013.Markdown
[Sun et al. "Answer Extraction from Passage Graph for Question Answering." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/sun2013ijcai-answer/)BibTeX
@inproceedings{sun2013ijcai-answer,
title = {{Answer Extraction from Passage Graph for Question Answering}},
author = {Sun, Hong and Duan, Nan and Duan, Yajuan and Zhou, Ming},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2013},
pages = {2169-2175},
url = {https://mlanthology.org/ijcai/2013/sun2013ijcai-answer/}
}