Open_WikiTable icon indicating copy to clipboard operation
Open_WikiTable copied to clipboard

Abount the detail of the dataset.

Open nzjin opened this issue 2 years ago • 2 comments

I find there are several fields of each sample in the dataset, which are dict_keys(['question_id', 'original_table_id', 'question', 'sql', 'answer', 'hard_positive_idx', 'positive_idx', 'negative_idx', 'dataset']).

  1. Could you provide a comment about the meaning of each field?
  2. Literally, positive idx means the index of relevant tables, however, I find some positive_idx are empty lists ([]), does it mean there are no relevant tables for this question? and how do you feed empty tables into the encoder?

nzjin avatar Jun 01 '23 14:06 nzjin

Thank you for pointing out. We just updated readme file.

sean0042 avatar Jun 02 '23 02:06 sean0042