Skip to content

Commit 2c2fdaa

Browse files
authored
Update __init__.py
1 parent e741d9a commit 2c2fdaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

semantic_similarity_rating/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
Embeddings-Similarity Rating (ESR) Package
2+
Semantic-Similarity Rating (SSR) Package
33
44
A package for converting LLM textual responses to Likert scale probability distributions
55
using semantic similarity against reference statements.
66
7-
This package implements the ESR methodology described in the paper:
8-
"Measuring Synthetic Consumer Purchase Intent Using Embeddings-Similarity Ratings"
7+
This package implements the SSR methodology described in the paper:
8+
"LLMs Reproduce Human Purchase Intent via Semantic Similarity Elicitation of Likert Ratings"
99
"""
1010

1111
from beartype.claw import beartype_this_package

0 commit comments

Comments
 (0)