Pedrada commited on
Commit
e35c688
ยท
verified ยท
1 Parent(s): 3b7f393

Update README with DataBench Lite

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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-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,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