-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
我完全使用了原始代码,并且获得了成功的task1_output。但在model2产生的final output文件中,尽管cond_value在查找文本时是基本正确的,可应该出现数字的地方似乎绝大部分都返回了空值。另一个疑惑是,所有的输出都没有包含id。
出错的时候就像这样:
test: {"question": "PE2011大于11或者EPS2011大于11的公司有哪些", "table_id": "69d4941c334311e9aefd542696d6e445"}
task1_output: {"sel": [1], "agg": [0], "cond_conn_op": 2, "conds": [[3, 0], [6, 0]]}
standard: {"agg": [0], "cond_conn_op": 2, "sel": [1], "table_id": "69d4941c334311e9aefd542696d6e445", "conds": [[6, 0, "11"], [3, 0, "11"]]}
final_output: {"sel": [1], "agg": [0], "cond_conn_op": 2, "conds": []}
Metadata
Metadata
Assignees
Labels
No labels