2022 IEEE International IOT, Electronics and Mechatronics Conference (IEMTRONICS) 2022
DOI: 10.1109/iemtronics55184.2022.9795814
|View full text |Cite
|
Sign up to set email alerts
|

SQL ChatBot – using Context Free Grammar

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2022
2022
2023
2023

Publication Types

Select...
1
1

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 7 publications
0
2
0
Order By: Relevance
“…The task is to understand and represent the given natural language query in its equivalent SQL format. Authors from [6], [7] demonstrated how the KWS systems give more accurate results by giving particular importance to logical operators (and, or, not); similarly, [8] focused on words such as 'average, count, total' etc., to deal with advanced NLP queries. However, such attempts were limited in scope and domain, as the set of words to focus upon was domain specific.…”
Section: Regular Expressionsmentioning
confidence: 99%
See 1 more Smart Citation
“…The task is to understand and represent the given natural language query in its equivalent SQL format. Authors from [6], [7] demonstrated how the KWS systems give more accurate results by giving particular importance to logical operators (and, or, not); similarly, [8] focused on words such as 'average, count, total' etc., to deal with advanced NLP queries. However, such attempts were limited in scope and domain, as the set of words to focus upon was domain specific.…”
Section: Regular Expressionsmentioning
confidence: 99%
“…This representation is called a one-hot encoding because, in a given row, only one column index has a non-zero value of '1'. Consider the following example: Sentence ="he started driving when he was 22 years old" Here, vocab = ['22', 'driving', 'he', 'old', 'started', 'was', 'when', 'years'] The one-hot matrix for the above sentence is shown in Table 1, having dimensions (9,8). If logical operations are performed on these one-hot vectors, they can be used to do a basic keyword search, which looks for the presence of one or more query words in a given document or corpus.…”
Section: A One Hot Embedding (Ohe)mentioning
confidence: 99%