Update README with DataBench Lite
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ task_categories:
|
|
15 |
# ๐พ๐๏ธ๐พ DataBench ๐พ๐๏ธ๐พ
|
16 |
|
17 |
This repository contains the original 65 datasets used for the paper Question Answering over Tabular Data with DataBench:
|
18 |
-
A Large-Scale Empirical Evaluation of LLMs which appeared in LREC-
|
19 |
|
20 |
Large Language Models (LLMs) are showing emerging abilities, and one of the latest recognized ones is tabular
|
21 |
reasoning in question answering on tabular data. Although there are some available datasets to assess question
|
@@ -98,8 +98,8 @@ By clicking on each name in the table below, you will be able to explore each da
|
|
98 |
Each folder represents one dataset. You will find the following files within:
|
99 |
|
100 |
* all.parquet: the processed data, with each column tagged with our typing system, in [parquet](https://arrow.apache.org/docs/python/parquet.html).
|
101 |
-
* qa.csv: contains the human-made set of questions, tagged by type and columns used, for the dataset
|
102 |
-
* sample.csv: sample containing 20 rows of the original dataset
|
103 |
* info.yml: additional information about the dataset
|
104 |
|
105 |
## ๐๏ธ Column typing system
|
|
|
15 |
# ๐พ๐๏ธ๐พ DataBench ๐พ๐๏ธ๐พ
|
16 |
|
17 |
This repository contains the original 65 datasets used for the paper Question Answering over Tabular Data with DataBench:
|
18 |
+
A Large-Scale Empirical Evaluation of LLMs which appeared in LREC-COLING 2024.
|
19 |
|
20 |
Large Language Models (LLMs) are showing emerging abilities, and one of the latest recognized ones is tabular
|
21 |
reasoning in question answering on tabular data. Although there are some available datasets to assess question
|
|
|
98 |
Each folder represents one dataset. You will find the following files within:
|
99 |
|
100 |
* all.parquet: the processed data, with each column tagged with our typing system, in [parquet](https://arrow.apache.org/docs/python/parquet.html).
|
101 |
+
* qa.csv: contains the human-made set of questions, tagged by type and columns used, for the dataset (sample_answer indicates the answers for DataBench lite)
|
102 |
+
* sample.csv: sample containing 20 rows of the original dataset (DataBench lite)
|
103 |
* info.yml: additional information about the dataset
|
104 |
|
105 |
## ๐๏ธ Column typing system
|