Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
dataset_info:
|
| 4 |
-
features:
|
| 5 |
-
- name: text
|
| 6 |
-
list:
|
| 7 |
-
- name: content
|
| 8 |
-
dtype: string
|
| 9 |
-
- name: role
|
| 10 |
-
dtype: string
|
| 11 |
-
splits:
|
| 12 |
-
- name: train
|
| 13 |
-
num_bytes: 3946452
|
| 14 |
-
num_examples: 3067
|
| 15 |
-
download_size: 1687475
|
| 16 |
-
dataset_size: 3946452
|
| 17 |
-
configs:
|
| 18 |
-
- config_name: default
|
| 19 |
-
data_files:
|
| 20 |
-
- split: train
|
| 21 |
-
path: data/train-*
|
| 22 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: text
|
| 6 |
+
list:
|
| 7 |
+
- name: content
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: role
|
| 10 |
+
dtype: string
|
| 11 |
+
splits:
|
| 12 |
+
- name: train
|
| 13 |
+
num_bytes: 3946452
|
| 14 |
+
num_examples: 3067
|
| 15 |
+
download_size: 1687475
|
| 16 |
+
dataset_size: 3946452
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: train
|
| 21 |
+
path: data/train-*
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# HerO at AVeriTeC
|
| 25 |
+
**[Paper](https://arxiv.org/abs/2410.12377) | [Code](https://github.com/ssu-humane/HerO)**
|
| 26 |
+
|
| 27 |
+
## Summaries
|
| 28 |
+
This is the modified instruction-tuning dataset derived from the [AVeriTeC dataset](https://huggingface.co/chenxwh/AVeriTeC), designed for fine-tuning large language models to predict verdicts and justifications in fact-checking tasks within AVeriTeC.
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
This dataset is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License, following the original [AVeriTeC dataset](https://huggingface.co/chenxwh/AVeriTeC) license."
|
| 32 |
+
|
| 33 |
+
## Citation
|
| 34 |
+
```
|
| 35 |
+
@article{yoon2024hero,
|
| 36 |
+
title={HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims},
|
| 37 |
+
author={Yoon, Yejun and Jung, Jaeyoon and Yoon, Seunghyun and Park, Kunwoo},
|
| 38 |
+
journal={arXiv preprint arXiv:2410.12377},
|
| 39 |
+
year={2024}
|
| 40 |
+
}
|
| 41 |
+
```
|