Skip to content

cloversjtu/PsychCounsel-Bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 PsychCounsel-Bench Dataset (Partial Release)

Overview

PsychCounsel-Bench is a benchmark dataset designed to evaluate the psychological intelligence of Large Language Models (LLMs).
The dataset is inspired by the U.S. National Counselor Examination (NCE) β€” a professional licensure exam for counselors β€” and aims to assess whether LLMs possess the psychological knowledge and reasoning abilities required for counseling-related tasks.

This repository provides a partial release of the PsychCounsel-Bench dataset.
The full dataset will be publicly released after the acceptance of the associated research paper.


πŸ“˜ Dataset Description

  • Total questions (full version): 2,252
  • Current release: Partial subset
  • Format: Multiple-choice (single correct answer: A/B/C/D)
  • Language: English

Each entry follows this structure:

 {
    "id": 3,
    "question": "An individual's self-esteem is most likely to improve when they credit their success to which of the following?",
    "options": {
      "a": "Factors within themselves",
      "b": "Factors outside themselves",
      "c": "Indirect factors",
      "d": "Random factors",
      "e": "Unstable factors"
    },
    "answer": "a"
  }

πŸͺͺ License: CC-BY-NC-ND 4.0

This dataset is released under the CC BY-NC-ND 4.0 license.
You are free to share β€” copy and redistribute the material in any medium or format β€” under the following terms:

Condition Description
🏷️ Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made.
πŸ’Ό NonCommercial You may not use the material for commercial purposes.
βš™οΈ NoDerivatives You may not remix, transform, or build upon the material.
🚫 No additional restrictions You may not apply legal or technological measures that restrict others from doing anything the license permits.

πŸ“˜ Full license text:
Creative Commons CC BY-NC-ND 4.0



πŸ“„ Citation

If you use this dataset in your research, please cite:

@article{zeng2025pychobench,
  title={PsychCounsel-Bench: Evaluating the Psychology Intelligence of Large Language Models},
  author={Zeng, Min},
  journal={arXiv preprint arXiv:2510.01611},
  year={2025}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published