Skip to content

Commit 40357ea

Browse files
committed
add
1 parent cfb61a3 commit 40357ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def merge_all_data_for_logical_form_generation(dataset, split):
332332
gold_ent_label_map = {}
333333
gold_rel_label_map = {}
334334
gold_type_label_map = {}
335-
normed_sexpr = example['question']
335+
# normed_sexpr = example['question']
336336

337337
normed_sexpr = vanilla_sexpr_linearization_method(sexpr)
338338
gold_entities = extract_mentioned_entities_from_sparql(sparql)

0 commit comments

Comments
 (0)