editsql icon indicating copy to clipboard operation
editsql copied to clipboard

How to remove OOV and infer text directly to sql

Open Akshaysharma29 opened this issue 4 years ago • 2 comments

While running run_sparc_editsql.sh script on my added data I am facing the following issue.

read_data_json data/sparc/train_no_value.json 3034
read_data_json data/sparc/dev_no_value.json 423
continue
OOV! Doc_name
continue

and I am not able to infer a direct query to SQL. Any suggestions thanks.

Akshaysharma29 avatar Sep 15 '20 10:09 Akshaysharma29

@Akshaysharma29 You could try our codebase which supports predicting SQL for dialogues on your custom data.

SivilTaram avatar Nov 21 '20 16:11 SivilTaram

While running run_sparc_editsql.sh script on my added data I am facing the following issue.

read_data_json data/sparc/train_no_value.json 3034
read_data_json data/sparc/dev_no_value.json 423
continue
OOV! Doc_name
continue

and I am not able to infer a direct query to SQL. Any suggestions thanks.

@Akshaysharma29 I am currently facing the same problem, did you manage to solve it?

imanuelroz avatar Nov 23 '21 11:11 imanuelroz