[Day 132] MLx Fundamentals Day 4(1) + CS109: Fairness in AI

 Hello :)
Today is Day 132!


A quick summary of today:
  • covered lecture 26: fairness from Stanford's CS109


Schedule was (time is in BST):

The practical session on GenAI (Vision&NLP) was too late for my local time so I will rewatch the recording and share about it in tomorrow's post.

Firstly, Meng Fang from the University of Liverpool

The lecture was a general intro to LLMs


Examples for coding, art, Q&A. Then talked about GPT, and the transformer architecture. 

Then, some prompt engineering strategies (zero-shot, few-shot, chain-of-thought, self consistency)

Then, a brief intro to retrieval-based models. It was mostly based on the ACL 2023 talk which I covered around Day 74.

Finally, language agents. It was a lot of content for just 2 hours, but it was a nice overview.


Secondly, about CS109 Lecture 26 on Fairness:

Professor Piech introduced the topic of fair AI, and how we need to be aware of the problems it can cause if it is biased.


There are two philosophical views on fairness

  • Procedural (fairness through unawareness turns out to be hard)
    • focuses on the decision-making or classification process, ensures that the algorithm does not rely on unfair features
  • Distributive
    • focuses on the decision-making or classification outcome,  ensures that the distribution of good and bad outcomes is equitable
Fairness through awareness still fails to capture certain aspects
  • if the classifier is significantly less good at identifying candidates (i.e. for a surgery in a minority group, relative to the data), the candidates accepted might have worse outcomes, leading to future bias
  • quality of service disparity might then lead to an allocation disparity (looking at differences in groups and assume there is a stronger differences than there are between the groups, which can change people's mindsets to think that one group is stronger than the other)


That is all for today!

See you tomorrow :)

Popular posts from this blog

[Day 198] Transactions Data Streaming Pipeline Porject [v1 completed]

[Day 107] Transforming natural language to charts

[Day 54] I became a backprop ninja! (woohoo)