Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
model_type:
|
| 4 |
-
|
| 5 |
domain:
|
| 6 |
-
|
| 7 |
language:
|
| 8 |
-
|
| 9 |
-
- zh
|
| 10 |
-
metrics:
|
| 11 |
-
- spearman
|
| 12 |
tags:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
tools:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
---
|
| 20 |
# Rebuttal-RM 🏅
|
| 21 |
## 1. Introduction
|
|
@@ -120,11 +117,13 @@ Output format example:
|
|
| 120 |
```
|
| 121 |
## 4. Citation
|
| 122 |
```
|
| 123 |
-
@
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
|
|
|
|
|
|
| 129 |
}
|
| 130 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
model_type:
|
| 4 |
+
- reward-model
|
| 5 |
domain:
|
| 6 |
+
- nlp
|
| 7 |
language:
|
| 8 |
+
- en
|
|
|
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
+
- evaluator
|
| 11 |
+
- reward-model
|
| 12 |
+
- rebuttal
|
| 13 |
tools:
|
| 14 |
+
- vllm
|
| 15 |
+
- openai api
|
| 16 |
---
|
| 17 |
# Rebuttal-RM 🏅
|
| 18 |
## 1. Introduction
|
|
|
|
| 117 |
```
|
| 118 |
## 4. Citation
|
| 119 |
```
|
| 120 |
+
@misc{he2026dancingchainsstrategicpersuasion,
|
| 121 |
+
title={Dancing in Chains: Strategic Persuasion in Academic Rebuttal via Theory of Mind},
|
| 122 |
+
author={Zhitao He and Zongwei Lyu and Yi R Fung},
|
| 123 |
+
year={2026},
|
| 124 |
+
eprint={2601.15715},
|
| 125 |
+
archivePrefix={arXiv},
|
| 126 |
+
primaryClass={cs.CL},
|
| 127 |
+
url={https://arxiv.org/abs/2601.15715},
|
| 128 |
}
|
| 129 |
+
```
|