--- license: cc-by-nc-4.0 parent_dataset: thu-coai/esconv task_categories: - text-generation - conversational tags: - empathy - emotional-intelligence - eq - emotional-support - ranked language: - en size_categories: - 1K= 1530 | ~260 | | Top 50% | >= 1500 | ~650 | | Bottom 25% | < 1480 | ~325 | ## Tournament Method - Swiss-style pairing: similar-Elo conversations matched each round - 10 rounds, ~650 matches per round - Logit-probe A/B judging: normalized P(A|{A,B}) from single-token output - Position bias mitigated via randomized A/B presentation order - Continuous Elo scoring (no binary win/loss, raw probabilities as match scores) ## Citation Original ESConv dataset: ```bibtex @inproceedings{liu-etal-2021-towards, title = "Towards Emotional Support Dialog Systems", author = "Liu, Siyang and others", booktitle = "ACL 2021", year = "2021" } ```