Display-Lab / knowledge-base

Precision Feedback Knowledge Base
https://display-lab.github.io/knowledge-base/
Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Update MPM and PFP scoring mapping to use case-sensitive CP `schema:name` #276

Closed pboisver closed 1 month ago

pboisver commented 1 month ago

After updating the schema:name in causal pathways elements to use mixed case (e.g. "Social Better", not "social better") the MPM needs to be updated to use the same exact case. We are currently using the causal pathway property as the index for looking up per CP MPM parameters in scoring (in esteemer). We also have an internal lookup for scoring algorithms and rules based on the same property.

1) update MPM 2) update CP -> score algorithm/rules in the PFP 3) create a new proposal to moving the internal mapping tp the MPM (externalizing knowledge)

pboisver commented 1 month ago

Closes: Display-Lab/precision-feedback-pipeline#437