Primary competition visual

GO DATA SCIENCE 4.0 - Mental Health Challenge

Helping Tunisia
3 000 TND
Completed (~1 year ago)
Natural Language Processing
Generative AI
Classification
322 joined
194 active
Starti
Feb 15, 25
Closei
Feb 16, 25
Reveali
Feb 16, 25
About

You are given a dataset consisting of text entries from online discussions, including titles and detailed content. Each entry is labeled with a category corresponding to a mental health-related issue. Your task is to develop a model that accurately classifies new, unseen text into the correct category.

The dataset consists of text-based entries related to mental health discussions.

Each entry in the dataset includes:

  • id: A unique identifier for each text entry.
  • title: The title of the discussion or post.
  • content: The main body of the text.
  • target: The assigned category, representing a mental health issue (only available in train.csv).
Files
Description
Files
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.
Train contains the target. This is the dataset that you will use to train your model.
Is an example of what your submission file should look like. The order of the rows does not matter, but the names of the "ID" must be correct.