Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,12 @@ license: apache-2.0
|
|
4 |
|
5 |
# AVeriTeC
|
6 |
|
7 |
-
|
8 |
Data, knowledge store and source code to reproduce the baseline experiments for the [AVeriTeC](https://arxiv.org/abs/2305.13117) dataset, which will be used for the 7th [FEVER](https://fever.ai/) workshop co-hosted at EMNLP 2024.
|
9 |
|
|
|
|
|
|
|
|
|
10 |
## Dataset
|
11 |
The training and dev dataset can be found under [data](https://huggingface.co/chenxwh/AVeriTeC/tree/main/data). Test data will be released at a later date. Each claim follows the following structure:
|
12 |
```json
|
|
|
4 |
|
5 |
# AVeriTeC
|
6 |
|
|
|
7 |
Data, knowledge store and source code to reproduce the baseline experiments for the [AVeriTeC](https://arxiv.org/abs/2305.13117) dataset, which will be used for the 7th [FEVER](https://fever.ai/) workshop co-hosted at EMNLP 2024.
|
8 |
|
9 |
+
|
10 |
+
## NEWS:
|
11 |
+
- 19.04.2024: The submisstion page (with eval.ai) for the shared-task is alive, you can participate by submitting your predictions [here](https://eval.ai/web/challenges/challenge-page/2285/overview)!
|
12 |
+
-
|
13 |
## Dataset
|
14 |
The training and dev dataset can be found under [data](https://huggingface.co/chenxwh/AVeriTeC/tree/main/data). Test data will be released at a later date. Each claim follows the following structure:
|
15 |
```json
|