Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling mistakes in ranking-notes.md #305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/under-the-hood/ranking-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Similarly, if a note was impacted by tag outlier filter and required note interc

Multi-Model ranking allows Community Notes to run multiple ranking algorithms before reconciling the results to assign final note status.
We use this ability to test new models, refine current approaches and support expanding the Community Notes contributor base.
We currently run several variations of the matrix facgtorizaiton approach.
We currently run several variations of the matrix factorization approach.
Each variation uses the same modeling logic and parameters, but applies the model to different slices of the ratings data.

- The _Core_ model determines status for notes with most ratings from geographical areas where Community Notes is well established (e.g. the US, where Community Notes has been available for multiple years). We refer to established areas as _Core_ areas and areas where Community Notes has recently launched as _Expansion_ areas. The Core model includes ratings from users in Core areas on notes where the majority of ratings also came from users in Core areas.
Expand Down Expand Up @@ -405,7 +405,7 @@ For not-helpful notes:
- Introduce note diligence scoring through a novel matrix factorization algorithm incorporating rater weights.

**November 13, 2023**
- Introduce tag-consensus harassment-abuse note scoring to decrease rater helpfulness for raters who have rated notes as Helpful where there is a consensus of harrassemnt or abuse.
- Introduce tag-consensus harassment-abuse note scoring to decrease rater helpfulness for raters who have rated notes as Helpful where there is a consensus of harrassement or abuse.

**October 20, 2023**
- Expand filtering applied to "Incorrect" tags to raise the standard for Helpfulness and reduce risk of potentially incorrect Helpful notes.
Expand Down