Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Machine Learning component V3 (dsmvp-v3) #10

Open
naokiabe opened this issue Feb 10, 2021 · 1 comment
Open

Implement Machine Learning component V3 (dsmvp-v3) #10

naokiabe opened this issue Feb 10, 2021 · 1 comment

Comments

@naokiabe
Copy link
Collaborator

naokiabe commented Feb 10, 2021

As part of the progression of machine learning components with increasing levels of sophistication, implement version 3 ("dsmvp-v3") with the following characteristics:

Explainable Model: A machine learning model that can learn to detect racially biased expressions in context based on input labeled data without explicit division of "expression" and "context”, i.e. labeled data consisting of <text, classification> pairs, and the trained model is to output sub-expression(s) of a new test input text identified to be biased expressions in context.

This may need to make use of an AIX (Explainable AI model/method) on text data, which can learn to classify an entire text, and at the same time, point to portions of the text that are likely most responsible for the classification judgement.
This may have to be invented, or further literature search may be required.

At minimum, a method akin to those AIX methods targeting tabular data (e.g. contrastive explanation method in AIX 360) can be applied with relatively straightforward modifications. (Reference: https://arxiv.org/abs/1802.07623)

Coding of dsmvp-v3 should be similar to and share many aspects of how dsmvp-v3 in the repository is implemented, using Jupyter notebook and accessing the database via taketwo-webapi, etc.

@github-actions
Copy link

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days.

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

No branches or pull requests

4 participants