lastdefiance20
commited on
Commit
•
42a6f71
1
Parent(s):
3f42a95
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
# HerO at AVeriTeC
|
5 |
+
**[Paper](https://arxiv.org/abs/2410.12377) | [Code](https://github.com/ssu-humane/HerO)**
|
6 |
+
|
7 |
+
## Model Summary
|
8 |
+
This model is a large language model to predict verdicts and justifications in fact-checking tasks within AVeriTeC.
|
9 |
+
|
10 |
+
## License
|
11 |
+
Following the [training dataset](https://huggingface.co/datasets/humane-lab/AVeriTeC-HerO) license, this model is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.
|
12 |
+
|
13 |
+
## Citation
|
14 |
+
```
|
15 |
+
@article{yoon2024hero,
|
16 |
+
title={HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims},
|
17 |
+
author={Yoon, Yejun and Jung, Jaeyoon and Yoon, Seunghyun and Park, Kunwoo},
|
18 |
+
journal={arXiv preprint arXiv:2410.12377},
|
19 |
+
year={2024}
|
20 |
+
}
|