Maxbenkre commited on
Commit
c7a145c
·
verified ·
1 Parent(s): 2347a90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -70,6 +70,15 @@ parsed_results = qstn.parser.raw_responses(results)
70
 
71
  ## Citation
72
 
73
- Authors: Maximilian Kreutner, Jens Rupprecht, Georg Ahnert, Ahmed Salem, and Markus Strohmaier
74
-
75
- This package will soon have a arxiv paper.
 
 
 
 
 
 
 
 
 
 
70
 
71
  ## Citation
72
 
73
+ If you find QSTN useful in your work, please cite our [paper](https://arxiv.org/abs/2512.08646):
74
+
75
+ ```bibtex
76
+ @misc{kreutner2025qstnmodularframeworkrobust,
77
+ title={QSTN: A Modular Framework for Robust Questionnaire Inference with Large Language Models},
78
+ author={Maximilian Kreutner and Jens Rupprecht and Georg Ahnert and Ahmed Salem and Markus Strohmaier},
79
+ year={2025},
80
+ eprint={2512.08646},
81
+ archivePrefix={arXiv},
82
+ primaryClass={cs.CL},
83
+ url={https://arxiv.org/abs/2512.08646},
84
+ }