Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,9 @@ Large Language Models (LLMs) are showing emerging abilities, and one of the late
|
|
| 21 |
reasoning in question answering on tabular data. Although there are some available datasets to assess question
|
| 22 |
answering systems on tabular data, they are not large and diverse enough to evaluate this new ability of LLMs.
|
| 23 |
To this end, we provide a corpus of 65 real world datasets, with 3,269,975 and 1615 columns in total, and 1300 questions to evaluate your models for the task of QA over Tabular Data.
|
|
|
|
|
|
|
|
|
|
| 24 |
By clicking on each name in the table below, you will be able to explore each dataset.
|
| 25 |
|
| 26 |
| | Name | Rows | Cols | Domain | Source (Reference) |
|
|
@@ -118,7 +121,7 @@ In the table below you can see all the data types assigned to each column, as we
|
|
| 118 |
| list[category] | 112 | [apple, orange, banana] |
|
| 119 |
| list[url] | 8 | [google.com, apple.com] |
|
| 120 |
|
| 121 |
-
|
| 122 |
|
| 123 |
If you use this resource, please use the following reference
|
| 124 |
|
|
|
|
| 21 |
reasoning in question answering on tabular data. Although there are some available datasets to assess question
|
| 22 |
answering systems on tabular data, they are not large and diverse enough to evaluate this new ability of LLMs.
|
| 23 |
To this end, we provide a corpus of 65 real world datasets, with 3,269,975 and 1615 columns in total, and 1300 questions to evaluate your models for the task of QA over Tabular Data.
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## 📚 Datasets
|
| 27 |
By clicking on each name in the table below, you will be able to explore each dataset.
|
| 28 |
|
| 29 |
| | Name | Rows | Cols | Domain | Source (Reference) |
|
|
|
|
| 121 |
| list[category] | 112 | [apple, orange, banana] |
|
| 122 |
| list[url] | 8 | [google.com, apple.com] |
|
| 123 |
|
| 124 |
+
## 🔗 Reference
|
| 125 |
|
| 126 |
If you use this resource, please use the following reference
|
| 127 |
|