Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,49 @@ tags:
|
|
| 11 |
pretty_name: 'HATS: Human-Assessed Transcription Side-by-side'
|
| 12 |
size_categories:
|
| 13 |
- 1K<n<10K
|
| 14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pretty_name: 'HATS: Human-Assessed Transcription Side-by-side'
|
| 12 |
size_categories:
|
| 13 |
- 1K<n<10K
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## 🗃️ HATS Dataset
|
| 17 |
+
|
| 18 |
+
**HATS** (**H**uman **A**ssessed **T**ranscription **S**ide-by-Side) is a data set for French 🇫🇷 which consists of 1,000 triplets (reference, hypothesis A, hypothesis B) and 7,150 human choice annotated by 143 subjects 🫂 Their objective was to select, given a textual reference, which of two erroneous hypotheses is the best.
|
| 19 |
+
|
| 20 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
- **Curated by:** Thibault Bañeras-Roux, Richard Dufour, Jane Wottawa, Mickael Rouvier, Teva Merlin
|
| 25 |
+
- **Funded by:** Agence Nationale de la Recherche - DIETS project (contract ANR-20-CE23-0005)
|
| 26 |
+
- **Language:** French 🇫🇷
|
| 27 |
+
- **License:** MIT
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
## 🧑🏫 Metric-Evaluator
|
| 31 |
+
|
| 32 |
+
This toolkit calculates the percentage of time a metric agrees with human judgments. Recognizing that human judgments can vary, instances arise where no consensus exists, and choices may be influenced by randomness 🎲 To filter the dataset based on consensus cases, utilize the certitude argument. This parameter represents the percentage of humans who selected the same hypothesis (set it to 1 when 100% of subjects make the same choice, and 0.7 when 70% of subjects choose the same hypothesis)."
|
| 33 |
+
|
| 34 |
+
### 📊 Results
|
| 35 |
+
|
| 36 |
+
| Metrics | 100% | 70% | Full |
|
| 37 |
+
| -------------------------------- | --------- | --------- | --------- |
|
| 38 |
+
| Word Error Rate | 63% | 53% | 49% |
|
| 39 |
+
| Character Error Rate | 77% | 64% | 60% |
|
| 40 |
+
| BERTScore CamemBERT-large | 80% | 68% | 65% |
|
| 41 |
+
| SemDist CamemBERT-large | 80% | 71% | 67% |
|
| 42 |
+
| SemDist Sentence CamemBERT-large | **90%** | **78%** | **73%** |
|
| 43 |
+
| Phoneme Error Rate | 80% | 69% | 64% |
|
| 44 |
+
|
| 45 |
+
To add the results of your metric, contact me at **thibault [le dot] roux [le at] uclouvain.be** ✉️
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
## 📜 Citation
|
| 49 |
+
|
| 50 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 51 |
+
|
| 52 |
+
```
|
| 53 |
+
@inproceedings{baneras2023hats,
|
| 54 |
+
title={HATS: An Open data set Integrating Human Perception Applied to the Evaluation of Automatic Speech Recognition Metrics},
|
| 55 |
+
author={Ba{\~n}eras-Roux, Thibault and Wottawa, Jane and Rouvier, Mickael and Merlin, Teva and Dufour, Richard},
|
| 56 |
+
booktitle={Text, Speech and Dialogue 2023 - Interspeech Satellite},
|
| 57 |
+
year={2023}
|
| 58 |
+
}
|
| 59 |
+
```
|