Skip to content

Commit ef70984

Browse files
Update README.md
1 parent 5eace00 commit ef70984

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Active-Explainable-Classification
22
A set of tools for leveraging active learning and model explainability for effecient document classification
33

4-
TODO: Finish README
4+
## What is this?
5+
6+
One component of my vision of FULLY AUTOMATED competative debate case production. When I take in massive sums of articles from a news API, I need a way to classify these documents into various buckets. I have to generate my own labeled data for this. That is a problem. Most people don't realize that the sample effeciency in models which utilize transfer learning is so great that AI-assisted data labeling is extremely useful and can significantly shorten what is ordinarily a painful data labeling process.
7+
8+
9+
1. We need a way to quickly create word embedding powered document classifiers which learn with a human in the loop. For some classes, an extremely limited number of examples may be all that is necessary to get results that a user would consider to be succesful for their task.
10+
2. I want to know what my model is learning - so I integrate the word embeddings avalible with Flair, combine with Classifiers in Sklearn and PyTorch, and finish it off with the LIME algorithim for model interpretability (implemented within the ELI5 Library)
11+
12+
13+
14+
15+
16+
TODO: 1. Finish README - Cite relavent technologies and papers
17+
2. Documentation/Examples/Installation Instructions
18+
3. More examples
19+
520

621
## Examples
722

0 commit comments

Comments
 (0)