Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ to get the results. You can adjust the filtering threshold by changing the value

## Citing this work
```
@misc{liu2025revisitingepistemicmarkersconfidence,
title={Revisiting Epistemic Markers in Confidence Estimation: Can Markers Accurately Reflect Large Language Models' Uncertainty?},
author={Jiayu Liu and Qing Zong and Weiqi Wang and Yangqiu Song},
year={2025},
eprint={2505.24778},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.24778},
@inproceedings{liu2025revisitingepistemicmarkersconfidence,
title = {Revisiting Epistemic Markers in Confidence Estimation: Can Markers Accurately Reflect Large Language Models' Uncertainty?},
author = {Jiayu Liu and Qing Zong and Weiqi Wang and Yangqiu Song},
booktitle = {Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
month = jul,
year = {2025},
address = {Vienna, Austria},
publisher = {Association for Computational Linguistics},
url = {https://aclanthology.org/2025.acl-short.18/},
doi = {10.18653/v1/2025.acl-short.18},
pages = {206--221},
isbn = {979-8-89176-252-7}
}
```

Expand Down