Unseen Entity Handling in Complex Question Answering over Knowledge Base via Language Generation
Xin Huang, Jung-Jae Kim, Bowei Zou
Abstract
Complex question answering over knowledge base remains as a challenging task because it involves reasoning over multiple pieces of information, including intermediate entities/relations and other constraints. Previous methods simplify the SPARQL query of a question into such forms as a list or a graph, missing such constraints as “filter” and “order_by”, and present models specialized for generating those simplified forms from a given question. We instead introduce a novel approach that directly generates an executable SPARQL query without simplification, addressing the issue of generating unseen entities. We adapt large scale pre-trained encoder-decoder models and show that our method significantly outperforms the previous methods and also that our method has higher interpretability and computational efficiency than the previous methods.
BibTeX
@inproceedings{huang-etal-2021-unseen-entity,
title = "Unseen Entity Handling in Complex Question Answering over Knowledge Base via Language Generation",
author = "Huang, Xin and
Kim, Jung-Jae and
Zou, Bowei",
editor = "Moens, Marie-Francine and
Huang, Xuanjing and
Specia, Lucia and
Yih, Scott Wen-tau",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
month = nov,
year = "2021",
address = "Punta Cana, Dominican Republic",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2021.findings-emnlp.50/",
doi = "10.18653/v1/2021.findings-emnlp.50",
pages = "547--557"
}