google-research / tapas

End-to-end neural table-text understanding models.
Apache License 2.0
1.13k stars 216 forks source link

Files to reproduce QA results of NQ-Tables test set #183

Open km9mn opened 6 months ago

km9mn commented 6 months ago

Hi, I want to reproduce the QA results of NQ-Tables test set in the paper "Open Domain Question Answering over Tables via Dense Retrieval".

As I know, I need the test_knn.jsonl file to generate retrieval results and create training data for reader model.

Can you share the file?