| 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} | |
| } | |
| ``` |