twitter / communitynotes

Documentation and source code powering Twitter's Community Notes
https://twitter.github.io/communitynotes
Apache License 2.0
1.42k stars 196 forks source link

Scorer update: stable initialization, incorrect tag update, refactoring #155

Closed jbaxter closed 1 year ago

jbaxter commented 1 year ago

-dramatically improve matrix factorization optimization stability, by initializing with a 1st pass of users with well-estimated parameters -add 5 new fields to note status history, with more detail about each of the different scorers -update TF-IDF incorrect tag filtering -move most logic in main.py to runner.py -add a 13th group model

Abdirahim007 commented 1 year ago

Noted. Good Stuff.