Skip to content

model2找不到数字 #34

@ausernamr

Description

@ausernamr

我完全使用了原始代码,并且获得了成功的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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions