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

Unsupervised Classification of Documents #7

Open
Fennec2000GH opened this issue Sep 25, 2021 · 0 comments
Open

Unsupervised Classification of Documents #7

Fennec2000GH opened this issue Sep 25, 2021 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Fennec2000GH
Copy link
Collaborator

Description

Using some kind of clustering algorithm to predict a class per document. Classes may be genre, topic, usefulness, etc. Finding the closest cluster per document relies on a distance metric.

Objectives

  1. Implement different clustering algorithms to classify documents into an arbitrary set of classes. Text similarity would be a good starting point as the distance metric utilized.
  2. Use zero-shot learning (ZSL) to classify documents from a group of pre-determined classes. HuggingFace has a pipeline for that. Checkout the comments in here.
@Fennec2000GH Fennec2000GH added the good first issue Good for newcomers label Sep 25, 2021
@butakow butakow self-assigned this Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants