data_mining:neural_network:word_embeddings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
data_mining:neural_network:word_embeddings [2018/06/09 18:31] – [Sentiment classification] phreazerdata_mining:neural_network:word_embeddings [2018/06/09 18:40] (current) – [Debiasing word embeddings] phreazer
Line 112: Line 112:
   * Extract embedding vector for each word   * Extract embedding vector for each word
   * Feed into RNN with softmax output   * Feed into RNN with softmax output
 +
 +
 +===== Debiasing word embeddings =====
 +
 +Bias in text
 +
 +Addressing bias in word embessing:
 +
 +  - Identify bias direction (e.g. gender)
 +    * $e_{he} - e_{she}$, average them
 +  -  Neutralize: For every word that is not definitial (legitimate gender component), project
 +  - Equalize pairs: Only difference should be gender (e.g. grandfather vs. grandmother); equidistant
 +
 +
  • data_mining/neural_network/word_embeddings.1528561919.txt.gz
  • Last modified: 2018/06/09 18:31
  • by phreazer