1.5NAJul 4
Direct sampling methods for inverse medium scattering problems of elastic wavesLu Zhao, Yiling Li, Zhiyong Cheng
This paper concerns the inverse elastic scattering problem of determining an unknown penetrable obstacle from far-field data. Using the Helmholtz decomposition, the coupled boundary value problem is reformulated as a coupled scalar Helmholtz system. We prove the uniqueness of the associated coupled Helmholtz boundary value problem and of the corresponding boundary integral equation system, which is then discretized by a Nyström method for efficient numerical computation. Leveraging the relation between the compressional and shear far-field patterns of the Navier system and those of the coupled Helmholtz system, we employ three indicators to reconstruct the location and shape of the obstacle. Furthermore, we analyze the decay properties of these indicators and establish corresponding stability estimates. Numerical experiments are presented to illustrate the effectiveness and robustness of the proposed method, even for limited-aperture data.
1.7CLMay 10, 2023
SPSQL: Step-by-step Parsing Based Framework for Text-to-SQL GenerationRan Shen, Gang Sun, Hao Shen et al.
Converting text into the structured query language (Text2SQL) is a research hotspot in the field of natural language processing (NLP), which has broad application prospects. In the era of big data, the use of databases has penetrated all walks of life, in which the collected data is large in scale, diverse in variety, and wide in scope, making the data query cumbersome and inefficient, and putting forward higher requirements for the Text2SQL model. In practical applications, the current mainstream end-to-end Text2SQL model is not only difficult to build due to its complex structure and high requirements for training data, but also difficult to adjust due to massive parameters. In addition, the accuracy of the model is hard to achieve the desired result. Based on this, this paper proposes a pipelined Text2SQL method: SPSQL. This method disassembles the Text2SQL task into four subtasks--table selection, column selection, SQL generation, and value filling, which can be converted into a text classification problem, a sequence labeling problem, and two text generation problems, respectively. Then, we construct data formats of different subtasks based on existing data and improve the accuracy of the overall model by improving the accuracy of each submodel. We also use the named entity recognition module and data augmentation to optimize the overall model. We construct the dataset based on the marketing business data of the State Grid Corporation of China. Experiments demonstrate our proposed method achieves the best performance compared with the end-to-end method and other pipeline methods.