We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e741d9a commit 2c2fdaaCopy full SHA for 2c2fdaa
semantic_similarity_rating/__init__.py
@@ -1,11 +1,11 @@
1
"""
2
-Embeddings-Similarity Rating (ESR) Package
+Semantic-Similarity Rating (SSR) Package
3
4
A package for converting LLM textual responses to Likert scale probability distributions
5
using semantic similarity against reference statements.
6
7
-This package implements the ESR methodology described in the paper:
8
-"Measuring Synthetic Consumer Purchase Intent Using Embeddings-Similarity Ratings"
+This package implements the SSR methodology described in the paper:
+"LLMs Reproduce Human Purchase Intent via Semantic Similarity Elicitation of Likert Ratings"
9
10
11
from beartype.claw import beartype_this_package
0 commit comments