This is a page that curates AI-related papers published worldwide. All content here is summarized using Google Gemini and operated on a non-profit basis. Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.
Beyond Seen Data: Improving KBQA Generalization Through Schema-Guided Logical Form Generation
Created by
Haebom
Author
Shengxiang Gao, Jey Han Lau, Jianzhong Qi
Outline
This paper proposes a novel model, SG-KBQA, to address the issue of knowledge-based question answering (KBQA) where knowledge-based elements are invisible at test time. SG-KBQA enhances generalization performance by injecting schema context into entity retrieval and logical form generation, leveraging rich semantics and awareness of the knowledge-based structure. Experimental results demonstrate that SG-KBQA demonstrates strong generalization performance, outperforming state-of-the-art models across a variety of test settings on two commonly used benchmark datasets. The source code is available at https://github.com/gaosx2000/SG_KBQA .