Towards Detection of Subjective Bias using Contextualized Word Embeddings

August 2, 2020 ยท View on GitHub

Data and codebase coming soon for Towards Detection of Subjective Bias using Contextualized Word Embeddings.

This directory currently contains the following files:

  1. preprocess.py : Converts WNC dataset into the format required for the BT script.
  2. train_model.py : Trains and validates the BERT-based models using the Transformers library.