rpryzant / deconfounded_lexicon_induction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4/19/21] DEPRECATED -- please use this repo instead

This repo is no longer under active development.

Deconfounded Lexicon Induction

This repo contains code for the paper, "Deconfounded Lexicon Induction for Interpretable Social Science".

You can read the paper here. It outlines the algorithms implemented in this repo.

The project website is here.

Installation

pip install -r requirements.txt

Usage

python main.py --config sample_config.json [--train] [--test]

Logs, models, features, and summary files will be written in the config's working_dir. See sample_config.json for an example config and explanation.

About

License:MIT License


Languages

Language:Python 100.0%