Update README.md
Browse files
README.md
CHANGED
|
@@ -70,6 +70,15 @@ parsed_results = qstn.parser.raw_responses(results)
|
|
| 70 |
|
| 71 |
## Citation
|
| 72 |
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|