File size: 847 Bytes
18f34d9 3855073 18f34d9 3855073 18f34d9 3855073 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
configs:
- config_name: sft
data_files:
- split: train
path: sft/train.parquet
- split: test
path: sft/test.parquet
- config_name: dpo
data_files:
- split: train
path: dpo/train.parquet
- split: test
path: dpo/test.parquet
- config_name: evaluator
data_files:
- split: train
path: evaluator/train.parquet
- split: test
path: evaluator/test.parquet
license: cc-by-nc-4.0
task_categories:
- text-generation
tags:
- dpo
- sft
---
# GoodPoin-ICLR
## Citation
```bibtex
@inproceedings{
anonymous2026goodpoint,
title={GoodPoint: Learning Constructive Scientific Paper Feedback from Author Responses},
author={Anonymous},
booktitle={Third Conference on Language Modeling},
year={2026},
url={https://openreview.net/forum?id=u7u3hVx1Io}
}
``` |