target-benchmark / target

TARGET is a benchmark for evaluating Table Retrieval for Generative Tasks such as Fact Verification and Text-to-SQL
https://target-benchmark.github.io
Apache License 2.0
14 stars 6 forks source link

Feature/needle in haystack task 2 #29

Closed jixy2012 closed 2 weeks ago

jixy2012 commented 1 month ago

Create Needle in Haystack

gittables_config = DEFAULT_GITTABLES_DATASET_CONFIG.model_copy() gittables_config.num_tables = num_tables TARGET( TableRetrievalTask( { "fetaqa": DEFAULT_FETAQA_DATASET_CONFIG, "gittables": gittables_config, } ) )


- I've added a new issue [here](https://github.com/target-benchmark/target/issues/33#issue-2639650516) to address some issues i have with NIH right now, but want to get this pr done first and improve in the future.