You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- No changes need to be made below this line when propagating to new vignettes-->
231
231
The Esteemer algorithm uses weighting coefficients, which vary based on the particularities of each causal pathway. For the social loss causal pathway, the weighting coefficients are:
<!-- Equations above need to be re-evaluated for each causal pathway -->
243
246
244
247
Of note, each persona has more than one measure's worth of data, therefore for each persona there are potentially many acceptable candidates, utilizing different causal pathways regarding different measures. Esteemer evaluates each acceptable candidate measure with differing coefficient weights depending on the causal pathway.
245
248
246
-
The final result of evaluating all of Alice's acceptable candidates are:
247
-
- Social loss: 19.5 F<sub>pref</sub>
248
-
- Social better: X F<sub>pref</sub>
249
-
- Goal approach: X F<sub>pref</sub>
250
-
<!-- Old text below:
251
-
**For Bob, Esteemer uses the following information:** - WIP
252
-
- The only acceptable candidate message is **Candidate α**
253
-
- Bob's preference for social loss messages is *Todo*
254
-
- Bob has not recieved the **Candidate α** message recently.
255
-
> ∴ Esteemer will select **Candidate α** as the most appropriate message to provide the recipient.
256
-
257
-
For each of the selected messages, Eseemer will return the template ID, message text, comparator type, acceptability relationship, measure name, title, and display type preferred by the recipient. This data is used in the next step of the pipeline to generate the precision feedback message. -->
249
+
The final result of evaluating all of Alice's acceptable candidates are:<br>
250
+
Social loss: 19.5 F<sub>pref</sub>
251
+
Social better: X(>19) F<sub>pref</sub>
252
+
Goal approach: X(>19) F<sub>pref</sub>
253
+
∴ Esteemer will select the social loss message candidate as the most appropriate message to provide the recipient.
254
+
255
+
<!-- Old outro text: For each of the selected messages, Eseemer will return the template ID, message text, comparator type, acceptability relationship, measure name, title, and display type preferred by the recipient. This data is used in the next step of the pipeline to generate the precision feedback message. -->
258
256
259
257
### Message Generation and Delivery (Pictoralist)
260
258
The fifth and final stage of the pipeline generates visual representations of the selected message based on the recipient's performance data, and sends this output off for delivery to the recipient.
0 commit comments