Semantic Parsing to Manipulate Relational Database For a Management System
Muhammad Hamzah Mushtaq

TL;DR
This paper introduces a simple, field-specific semantic parsing model that converts natural language into SQL queries, reducing data requirements and computational complexity, tested on ATIS and WikiSQL datasets.
Contribution
The work presents a lightweight semantic parsing algorithm tailored for specific fields, emphasizing simplicity and efficiency over complex models.
Findings
The model performs linear computation, reducing complexity.
It achieves comparable accuracy on ATIS and WikiSQL datasets.
The approach requires minimal domain-specific data.
Abstract
Chatbots and AI assistants have claimed their importance in today life. The main reason behind adopting this technology is to connect with the user, understand their requirements, and fulfill them. This has been achieved but at the cost of heavy training data and complex learning models. This work is carried out proposes a simple algorithm, a model which can be implemented in different fields each with its own work scope. The proposed model converts human language text to computer-understandable SQL queries. The model requires data only related to the specific field, saving data space. This model performs linear computation hence solving the computational complexity. This work also defines the stages where a new methodology is implemented and what previous method was adopted to fulfill the requirement at that stage. Two datasets available online will be used in this work, the ATIS…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Stream Mining Techniques
