Skip to content

Instantly share code, notes, and snippets.

@soraxas
Last active August 31, 2023 06:33
Show Gist options
  • Save soraxas/c7dbabdf9ce66492c219cb16d0f88391 to your computer and use it in GitHub Desktop.
Save soraxas/c7dbabdf9ce66492c219cb16d0f88391 to your computer and use it in GitHub Desktop.

== Resources ==

  • A good list of resources on fairness in NLP

  • Understanding Metric: A paper about "How to evaluate LLMs":

  • List of Interpretability in ML

== Code ==

  • Code on Metric: Python package to assess fairness of machine learning models.

  • Demo on Bias: Identify bias and measure fairness of your data

== Code & Resources ==

  • Good ref on Fairness: List of fairness metrics for datasets and machine learning models (code and explainations) by IBM

  • Code on Metric + relevant papers: A python library that implements many metrics: (e.g., Perplexity, BLEU, Rouge, etc.)

  • Python library on responsible AI and explaintaion, by Microsoft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment