Skip to content

Commit

Permalink
added link to arXiv paper
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Aug 4, 2024
1 parent 90a7357 commit e1cf7de
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Cruz"
given-names: "André F."
- family-names: "Hardt"
given-names: "Moritz"
- family-names: "Mendler-Dünner"
given-names: "Celestine"
title: "Evaluating language models as risk scores"
version: 2.0.4
doi: 10.48550/arXiv.2407.14614
date-released: "2024-07-19"
url: "https://arxiv.org/abs/2407.14614"
preferred-citation:
type: article
authors:
- family-names: "Cruz"
given-names: "André F."
- family-names: "Hardt"
given-names: "Moritz"
- family-names: "Mendler-Dünner"
given-names: "Celestine"
journal: "arXiv preprint arXiv:2407.14614"
doi: 10.48550/arXiv.2407.14614
title: "Evaluating language models as risk scores"
month: 7
year: 2024
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
![PyPI - License](https://img.shields.io/pypi/l/folktexts)
![Python compatibility](https://badgen.net/pypi/python/folktexts)

> This package is accompanied by a paper titled ["Evaluating language models as risk scores"](https://arxiv.org/abs/2407.14614)
Folktexts is a python package to evaluate statistical properties of LLMs as classifiers.
It enables computing and evaluating classification _risk scores_ for tabular prediction tasks using LLMs.

Expand All @@ -23,6 +25,7 @@ Package documentation can be found [here](https://socialfoundations.github.io/fo
- [Example usage](#example-usage)
- [Evaluating feature importance](#evaluating-feature-importance)
- [Benchmark options](#benchmark-options)
- [Citation](#citation)
- [License and terms of use](#license-and-terms-of-use)


Expand Down Expand Up @@ -169,6 +172,20 @@ options:
```


## Citation

```
@misc{cruz2024evaluating,
title={Evaluating language models as risk scores},
author={Andr\'{e} F. Cruz and Moritz Hardt and Celestine Mendler-Dünner},
year={2024},
eprint={2407.14614},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
```


## License and terms of use

Code licensed under the [MIT license](LICENSE).
Expand Down

0 comments on commit e1cf7de

Please sign in to comment.