gentaiscool commited on
Commit
8ec2d7c
·
verified ·
1 Parent(s): 68a530c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -4,10 +4,11 @@ datasets:
4
  - allenai/preference-test-sets
5
  ---
6
 
7
- # MetaMetrics-RM-v1.0
8
 
9
  + **Authors** [Genta Indra Winata](https://gentawinata.com/), [David Anugraha](https://davidanugraha.github.io/), [Lucky Susanto](https://luckysusanto.github.io/), [Garry Kuwanto](https://gkuwanto.github.io/), [Derry Tanti Wijaya](https://derrywijaya.github.io/)
10
- + **Paper**: https://arxiv.org/abs/2410.02381
 
11
  + **Model**: [meta-metrics/MetaMetrics-RM-v1.0](https://huggingface.co/meta-metrics/MetaMetrics-RM-v1.0)
12
  + **Dataset**:
13
  - [natolambert/skywork-preferences-80k-v0.1-cleaned](https://huggingface.co/datasets/natolambert/skywork-preferences-80k-v0.1-cleaned)
@@ -27,10 +28,12 @@ datasets:
27
 
28
  If you find this work useful for your research, please consider citing:
29
  ```
30
- @article{winata2024metametrics,
31
- title={MetaMetrics: Calibrating Metrics For Generation Tasks Using Human Preferences},
32
- author={Winata, Genta Indra and Anugraha, David and Susanto, Lucky and Kuwanto, Garry and Wijaya, Derry Tanti},
33
- journal={arXiv preprint arXiv:2410.02381},
34
- year={2024}
 
 
35
  }
36
  ```
 
4
  - allenai/preference-test-sets
5
  ---
6
 
7
+ # MetaMetrics-RM-v1.0 (ICLR 2025)
8
 
9
  + **Authors** [Genta Indra Winata](https://gentawinata.com/), [David Anugraha](https://davidanugraha.github.io/), [Lucky Susanto](https://luckysusanto.github.io/), [Garry Kuwanto](https://gkuwanto.github.io/), [Derry Tanti Wijaya](https://derrywijaya.github.io/)
10
+ + **Arxiv Paper**: https://arxiv.org/abs/2410.02381
11
+ + **ICLR Paper**: https://openreview.net/forum?id=slO3xTt4CG
12
  + **Model**: [meta-metrics/MetaMetrics-RM-v1.0](https://huggingface.co/meta-metrics/MetaMetrics-RM-v1.0)
13
  + **Dataset**:
14
  - [natolambert/skywork-preferences-80k-v0.1-cleaned](https://huggingface.co/datasets/natolambert/skywork-preferences-80k-v0.1-cleaned)
 
28
 
29
  If you find this work useful for your research, please consider citing:
30
  ```
31
+ @inproceedings{
32
+ winata2025metametrics,
33
+ title={MetaMetrics: Calibrating Metrics for Generation Tasks Using Human Preferences},
34
+ author={Genta Indra Winata and David Anugraha and Lucky Susanto and Garry Kuwanto and Derry Tanti Wijaya},
35
+ booktitle={The Thirteenth International Conference on Learning Representations},
36
+ year={2025},
37
+ url={https://openreview.net/forum?id=slO3xTt4CG}
38
  }
39
  ```