|
|
|
|
|
by rahimnathwani
480 days ago
|
|
The article introducing the library has something about how pairwise comparisons are most reliable (i.e. for each pair of items you ask an LLM which they prefer) but computationally expensive. Doing a single LLM call (rank these items in order) is much less reliable. So they do something in between that gives enough pairwise comparisons to have a more reliable list. https://news.ycombinator.com/item?id=43175658 |
|