Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,25 @@
|
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
+
---
|
6 |
+
|
7 |
+
- **Homepage:** [TabFact](https://tabfact.github.io/index.html)
|
8 |
+
- **Repository:** [GitHub](https://github.com/wenhuchen/Table-Fact-Checking)
|
9 |
+
- **Paper:** [TabFact: A Large-scale Dataset for Table-based Fact Verification](https://arxiv.org/abs/1909.02164)
|
10 |
+
|
11 |
+
### Dataset Summary
|
12 |
+
|
13 |
+
tab_fact is a large-scale dataset for the task of fact-checking on tables. Original dataset is available @ https://huggingface.co/datasets/tab_fact and this is a slightly modified version of the dataset wherein the tabular data is processed into a specific format for ease of use.
|
14 |
+
|
15 |
+
### Citation Information
|
16 |
+
|
17 |
+
```
|
18 |
+
@inproceedings{2019TabFactA,
|
19 |
+
title={TabFact : A Large-scale Dataset for Table-based Fact Verification},
|
20 |
+
author={Wenhu Chen, Hongmin Wang, Jianshu Chen, Yunkai Zhang, Hong Wang, Shiyang Li, Xiyou Zhou and William Yang Wang},
|
21 |
+
booktitle = {International Conference on Learning Representations (ICLR)},
|
22 |
+
address = {Addis Ababa, Ethiopia},
|
23 |
+
month = {April},
|
24 |
+
year = {2020}
|
25 |
+
}
|
26 |
+
```
|