Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
License:
Jitaishik commited on
Commit
384df56
·
verified ·
1 Parent(s): a7bc8e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -61,12 +61,14 @@ ds = load_dataset("UKPLab/Graph2Counsel")
61
  If you use this dataset in your research, please cite:
62
 
63
  ```bibtex
64
- @dataset{PLACEHOLDER,
65
- author = {AUTHOR(S)},
66
- title = {DATASET TITLE},
67
- year = {YEAR},
68
- publisher = {Hugging Face},
69
- url = {https://huggingface.co/datasets/YOUR_HF_USERNAME/YOUR_DATASET_NAME}
 
 
70
  }
71
  ```
72
 
 
61
  If you use this dataset in your research, please cite:
62
 
63
  ```bibtex
64
+ @misc{mandal2026graph2counselclinicallygroundedsynthetic,
65
+ title={Graph2Counsel: Clinically Grounded Synthetic Counseling Dialogue Generation from Client Psychological Graphs},
66
+ author={Aishik Mandal and Hiba Arnaout and Clarissa W. Ong and Juliet Bockhorst and Kate Sheehan and Rachael Moldow and Tanmoy Chakraborty and Iryna Gurevych},
67
+ year={2026},
68
+ eprint={2604.20382},
69
+ archivePrefix={arXiv},
70
+ primaryClass={cs.CL},
71
+ url={https://arxiv.org/abs/2604.20382},
72
  }
73
  ```
74