Skip to content

Commit e741d9a

Browse files
authored
Merge pull request #6 from benmaier/patch-1
Update README.md
2 parents fec4216 + 393dce9 commit e741d9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Embeddings-Similarity Rating (ESR)
1+
# Semantic-Similarity Rating (SSR)
22

3-
A Python package implementing the Embeddings-Similarity Rating methodology for converting LLM textual responses to Likert scale probability distributions using semantic similarity against reference statements.
3+
A Python package implementing the Semantic-Similarity Rating methodology for converting LLM textual responses to Likert scale probability distributions using semantic similarity against reference statements.
44

55
## Overview
66

7-
The ESR methodology addresses the challenge of mapping rich textual responses from Large Language Models (LLMs) to structured Likert scale ratings. Instead of forcing a single numerical rating, ESR preserves the inherent uncertainty and nuance in textual responses by generating probability distributions over all possible Likert scale points.
7+
The SSR methodology addresses the challenge of mapping rich textual responses from Large Language Models (LLMs) to structured Likert scale ratings. Instead of forcing a single numerical rating, SSR preserves the inherent uncertainty and nuance in textual responses by generating probability distributions over all possible Likert scale points.
88

9-
This package provides a distilled, reusable implementation of the ESR methodology described in the paper "Measuring Synthetic Consumer Purchase Intent Using Embeddings-Similarity Ratings" by Maier & Aslak (2025).
9+
This package provides a distilled, reusable implementation of the SSR methodology described in the paper "Measuring Synthetic Consumer Purchase Intent Using Semantic-Similarity Ratings" (2025).
1010

1111
## Installation
1212

@@ -82,13 +82,13 @@ The ESR methodology works by:
8282

8383
## Core Components
8484

85-
- `ResponseRater`: Main class implementing the ESR methodology
85+
- `ResponseRater`: Main class implementing the SSR methodology
8686
- `get_response_pmfs()`: Convert LLM response embeddings to PMFs using specified reference set
8787

8888
## Citation
8989

9090
```
91-
Maier, B. F., & Aslak, U. (2025). Measuring Synthetic Consumer Purchase Intent Using Embeddings-Similarity Ratings.
91+
Maier, B. F., Aslak, U., Fiaschi, L., Pappas, K., Wiecki, T. (2025). Measuring Synthetic Consumer Purchase Intent Using Embeddings-Similarity Ratings.
9292
```
9393

9494
## License

0 commit comments

Comments
 (0)