wenhuchen / LogicNLG

The data and code for ACL2020 paper "Logical Natural Language Generation from Open-Domain Tables"
MIT License
167 stars 22 forks source link

Besides the linearization text, what else information is needed when test? Does the column index need? #5

Closed patronum08 closed 4 years ago

wenhuchen commented 4 years ago

Sorry that I somehow missed your issue. For the val/test/blind test, the column index is given. If you are using training, the column index is not necessary, you can use your technique to narrow down the description to certain table columns. Our released version for column indexing is only for reference.

patronum08 commented 4 years ago

I see. That's helpful. Thanks