Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
ziweiji committed Oct 16, 2024
1 parent 34501cf commit cd2b9e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This is the repository for our ANAH series of papers, containing [ANAH: Analytic

The repo contains:

+ The [data](#huggingface-model--dataset) for training and evaluating the LLM which consists of sentence-level hallucination annotations.
+ The [model](#huggingface-model--dataset) for annotating the hallucination.
+ The [data](#huggingface-dataset) for training and evaluating the LLM which consists of sentence-level hallucination annotations.
+ The [model](#huggingface-model) for annotating the hallucination.
+ The [code](#evaluation) for evaluating the LLMs' ability to annotate hallucination.


## πŸš€ What's New
- **[2024.09.26]** ANAH-v2 has been accepted by the NeurIPS 2024. πŸŽ‰πŸŽ‰πŸŽ‰
- **[2024.07.12]** ANAH-v2 [Annotator](https://huggingface.co/opencompass/anah-v2) has been open-sourced. πŸ”₯πŸ”₯πŸ”₯
- **[2024.07.03]** ANAH [Annotator-7B](https://huggingface.co/opencompass/anah-7b)&[Annotator-20B](https://huggingface.co/opencompass/anah-20b) have been open-sourced. πŸ”₯πŸ”₯πŸ”₯
- **[2024.07.03]** ANAH [Annotator-7B](https://huggingface.co/opencompass/anah-7b) & [20B](https://huggingface.co/opencompass/anah-20b) have been open-sourced. πŸ”₯πŸ”₯πŸ”₯
- **[2024.05.16]** ANAH has been accepted by the main conference of ACL 2024. πŸŽ‰πŸŽ‰πŸŽ‰


Expand Down Expand Up @@ -50,19 +50,19 @@ The final dataset encompasses both over ∼3k topics, ∼196k model responses, a
<img src="docs/figure/teaser-v2.jpg" height="500">
</p>

<a name="huggingface-model--dataset"></a>
## πŸ€— HuggingFace Model & Dataset

## πŸ€— HuggingFace Model & Dataset
<a name="huggingface-dataset"></a>
### Dataset

The ANAH dataset is available on Huggingface dataset hub.

| Dataset | Huggingface Repo |
|---------|------------------|
| ANAH | [Dataset Link](https://huggingface.co/datasets/opencompass/anah) |
|---------|------------------|
| ANAH-v2 | [Will Open Source] |
| ANAH-v2 | [Will Open Source] |

<a name="huggingface-model"></a>
### Model

ANAH can be used for training hallucination annotators.
Expand Down

0 comments on commit cd2b9e1

Please sign in to comment.