KaFSP: Knowledge-Aware Fuzzy Semantic Parsing for Conversational Question Answering over a Large-Scale Knowledge Base (2022.acl-long)
Copied to clipboard
| Challenge: | Existing semantic parsing frameworks for conversational question answering do not handle uncertain reasoning . qa over large knowledge bases has attracted broad interest due to the popularity of intelligent virtual assistants . |
| Approach: | They propose a fuzzy semantic parsing framework that defines fuzzy comparison operations in grammar for uncertain reasoning based on fuzzy set theory. |
| Outcome: | The proposed framework achieves significant improvements over state-of-the-art models on a large-scale conversational question answering benchmark. |
Similar Papers
Multi-Task Learning for Conversational Question Answering over a Large-Scale Knowledge Base (D19-1)
Copied to clipboard
| Challenge: | Recent approaches to handle large knowledge base decompose tasks into subtasks and solve them sequentially. |
| Approach: | They propose a multi-task learning framework that resolves coreference in conversations . they propose enabling shared supervisions and type-aware entity detection model . |
| Outcome: | The proposed framework improves overall F1 score from 67% to 79% on a large-scale conversational question answering dataset. |
Semantic Parsing for Conversational Question Answering over Knowledge Graphs (2023.eacl-main)
Copied to clipboard
| Challenge: | Recent years have seen an increasing number of applications aiming to build conversational interfaces based on information retrieval and user recommendation. |
| Approach: | They develop a dataset where user questions are annotated with Sparql parses and system answers correspond to execution results thereof. |
| Outcome: | The proposed parsers can be used to ground questions into queries over definitions in a knowledge graph with large vocabularies. |
Structured Context and High-Coverage Grammar for Conversational Question Answering over Knowledge Graphs (2021.emnlp-main)
Copied to clipboard
| Challenge: | We present a new approach for weakly-supervised conversational Question Answering over Knowledge Graphs . |
| Approach: | They propose a Logical Form grammar that can model a wide range of queries on a Knowledge Graph while remaining sufficiently simple to generate supervision data efficiently. |
| Outcome: | The proposed grammar can model a wide range of queries while remaining simple to generate supervision data efficiently. |
No Need for Large-Scale Search: Exploring Large Language Models in Complex Knowledge Base Question Answering (2024.lrec-main)
Copied to clipboard
| Challenge: | Knowledge Base Question Answering (KBQA) systems are a key research area in the field of natural language processing and information retrieval (IR). |
| Approach: | They propose to use large language models to convert natural language questions to structured knowledge representations by using a three-step fine-tune strategy to implement the KBQA system. |
| Outcome: | The proposed method achieves state-of-the-art performance across three datasets with a 79.9% F1 score. |
ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models (2024.findings-acl)
Copied to clipboard
Haoran Luo, Haihong E, Zichen Tang, Shiyao Peng, Yikai Guo, Wentai Zhang, Chenghao Ma, Guanting Dong, Meina Song, Wei Lin, Yifan Zhu, Anh Tuan Luu
| Challenge: | Existing KBQA methods address inefficient knowledge retrieval and semantic parsing errors. |
| Approach: | They propose a generatethen-retrieve KBQA framework that generates logical form and replaces entities and relations with an unsupervised retrieval method to improve both generation and retrieval more directly. |
| Outcome: | Experimental results show that ChatKBQA achieves new state-of-the-art performance on standard KBQA datasets, WebQSP, and CWQ. |
iQUEST: An Iterative Question-Guided Framework for Knowledge Base Question Answering (2025.acl-long)
Copied to clipboard
| Challenge: | Large language models suffer from factual inaccuracies in knowledge-intensive domains. |
| Approach: | They propose a question-guided KBQA framework that iteratively decomposes complex queries into simpler sub-questions and integrates a Graph Neural Network (GNN) to look ahead and incorporate 2-hop neighbor information at each reasoning step. |
| Outcome: | The proposed framework improves on four benchmark datasets and four LLMs. |
Uni-Parser: Unified Semantic Parser for Question Answering on Knowledge Base and Database (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches on semantic parsing suffer from exponential growth of logical form candidates and can hardly generalize to unseen data. |
| Approach: | They propose a unified semantic parser for question answering on KB and DB . they define the primitive as the essential element in their framework . |
| Outcome: | The proposed framework can predict logical forms by altering and composing top-ranked primitives with different operations. |
Improving Text-to-SQL Semantic Parsing with Fine-grained Query Understanding (2022.emnlp-industry)
Copied to clipboard
Jun Wang, Patrick Ng, Alexander Hanbo Li, Jiarong Jiang, Zhiguo Wang, Bing Xiang, Ramesh Nallapati, Sudipta Sengupta
| Challenge: | Recent research on Text-to-SQL semantic parsing relies on parser or heuristic based approach to understand natural language query. |
| Approach: | They propose a general-purpose, modular neural semantic parsing framework that is based on token-level fine-grained query understanding. |
| Outcome: | The proposed framework outperforms the state-of-the-art model by 2.7% on a WikiTableQuestions test set. |
Towards Transparent Interactive Semantic Parsing via Step-by-Step Correction (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing studies on semantic parsing focus on mapping a natural-language utterance to a logical form (LF) but natural language may contain ambiguity and variability, making this challenge difficult. |
| Approach: | They propose an interactive semantic parsing framework that explains the predicted LF step by step in natural language and enables the user to make corrections through natural-language feedback for individual steps. |
| Outcome: | The proposed framework improves parsing accuracy and transparency in a crowdsourced dialogue dataset. |
Context Dependent Semantic Parsing: A Survey (2020.coling-main)
Copied to clipboard
| Challenge: | Semantic parsing is the task of translating natural language utterances into machine-readable meaning representations. |
| Approach: | They propose to use contextual information to translate natural language utterances into machine-readable meaning representations. |
| Outcome: | The proposed methods do not utilize contextual information, which could boost the semantic parsing systems. |