Loading
Round 1: Completed #educational Weight: 10.0

SCRBL

Classify Scrambled Text

3680
392
34
161

πŸ›  Contribute: Found a typo? Or any other change in the description that you would like to see? Please consider sending us a pull request in the public repo of the challenge here.

πŸ•΅οΈ Introduction

We absolutely love jigsaw puzzles, feeling a little old for them? Well what if we tell you that the pieces of the puzzle are words and the puzzle has been completely put together. you just answer one simple question , is the puzzle perfect or are some pieces jumbled?

Surely you need vision beyond our eyes to see understand these word-pieces. How do you like them puzzles now πŸ˜‰!

Welcome to your new challenge. Given a dataset of various texts , predict whether or not they are scrambled/unscrambled.


Understand with code! Here is getting started code for you.πŸ˜„

πŸ’Ύ Dataset

The dataset consists of around 1 million pieces of texts which has been sourced from the largest encyclopedia in world - Wikipedia!

The dataset is split into train,val and test such that each of the sets has an equal split of the two classes.

πŸ“ Files

Following files are available in the resources section:

  • train.zip - (600,002 samples) This contains a csv file which contains 600,002 texts and their corresponding labels.
  • val.zip - (100,000 samples) This contains a csv file which contains 100,000 texts and their corresponding labels.
  • test.zip - (300,000 samples) This contains a csv file which contains 300,000 texts.

πŸš€ Submission

  • Prepare a CSV containing header as [text,label] and predicted value as scrambled or unscrambled.

Make your first submission here πŸš€ !!

πŸ–Š Evaluation Criteria

During evaluation F1 score where,

πŸ”— Links

πŸ“± Contact

Getting Started

Notebooks

See all
[Getting Started Notebook] SCRBL Challange
By
gauransh_k
About 2 years ago
0