ragarwal commited on
Commit
d733f0a
1 Parent(s): 89720af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -2,6 +2,17 @@
2
  license: llama3
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
5
  ### Results
6
  | Method | Rank | Mean Win Rate (%) | Average AUC |
7
  |-------------------------|------|-------------------|-------------|
@@ -19,3 +30,19 @@ license: llama3
19
  | ROUGE-L | 12 | 6.73 | 54.678 |
20
 
21
  *Comparison of different factuality evaluation methods across all test datasets. The methods are ranked based on the Mean Win Rate, which measures overall performance on factuality tasks. The Average AUC column represents the average of all individual AUC-ROC scores.*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: llama3
3
  ---
4
 
5
+ [Original Repo](https://github.com/raunak-agarwal/factual-consistency-eval)
6
+
7
+ [Paper](https://arxiv.org/abs/2408.04114)
8
+
9
+ Inference can be done using VLLM
10
+
11
+ Data:
12
+ - [Training Data](https://huggingface.co/datasets/ragarwal/factual-consistency-training-mix)
13
+ - [Evaluation Benchmark](https://huggingface.co/datasets/ragarwal/factual-consistency-evaluation-benchmark)
14
+
15
+
16
  ### Results
17
  | Method | Rank | Mean Win Rate (%) | Average AUC |
18
  |-------------------------|------|-------------------|-------------|
 
30
  | ROUGE-L | 12 | 6.73 | 54.678 |
31
 
32
  *Comparison of different factuality evaluation methods across all test datasets. The methods are ranked based on the Mean Win Rate, which measures overall performance on factuality tasks. The Average AUC column represents the average of all individual AUC-ROC scores.*
33
+
34
+
35
+
36
+ Cite this work as follows:
37
+ ```
38
+ @misc{agarwal2024zeroshotfactualconsistencyevaluation,
39
+ title={Zero-shot Factual Consistency Evaluation Across Domains},
40
+ author={Raunak Agarwal},
41
+ year={2024},
42
+ eprint={2408.04114},
43
+ archivePrefix={arXiv},
44
+ primaryClass={cs.CL},
45
+ url={https://arxiv.org/abs/2408.04114},
46
+ }
47
+ ```
48
+