Semantic parsing method and semantic parser
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- AISPEECH CO LTD
- Publication Date
- 2022-07-15
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of artificial intelligence, in particular to a semantic parsing method and a semantic parser. Background technique
[0002] Semantic parsing refers to the task of converting natural language questions into logical forms. Logical form is a structured semantic expression, usually an executable statement, such as Lambda expression and SQL query language, which can be directly executed by the program, retrieved from the database and return the answer. Due to the tight coupling with knowledge bases, semantic parsing is often used in the field of automatic question answering based on knowledge graphs or databases.
[0003] To build a semantic parser in an entirely new domain, researchers need to first acquire a large amount of training data, usually starting from writing template rules for tuples (canonical questions, logical forms).
[0004] Template rules: Grammar rules manually written by researchers that map...