1 year, 11 months ago

Second semester project for Data Mining 2021/2022 course

This is the second project for students enrolled in the Data Mining course 2021/2022 at the Faculty of Mathematics, Informatics, and Mechanics at the University of Warsaw. The task is to predict topics of scientific publications based on their abstracts.

Overview

The task in this challenge is to predict topics of scientific articles from the ACM Digital Library. The topics correspond to classes from the ACM Computing Classification System (the old version from 1998). This is a multi-label classification problem as each text can be assigned to multiple (at least one) classes.

More details regarding the available data, submission format, and evaluation can be found in the Task description section.

Terms & Conditions
 
 
Rank Team Name Is Report Preliminary Score Final Score Submissions
1
jm394464
True 0.4566 0.456600 37
2
fm394471
True 0.4505 0.450600 45
3
m.procyk
True 0.4451 0.442700 20
4
baseline
True 0.4290 0.436100 1
5
wdrz
True 0.3572 0.359300 6
6
jakubpw
True 0.3602 0.354500 25
7
jr394142
True 0.3383 0.326200 6
8
LK
True 0.3041 0.303600 25
9
kc427902
True 0.0591 0.074300 2
10
abcd
False 0.3094 No report file found or report rejected. 8

Data for this project consists of two tables in a tab-separated columns format. Each row in those files corresponds to an abstract of a scientific article from ACM Digital Library, which was assigned to one or more topics from the ACM Computing Classification System.

The training data (DM2022_training_docs_and_labels.tsv) has three columns: the first one is an identifier of a document, the second one stores the text of the abstract, and the third one contains a list of comma-separated topic labels.

The test data (DM2022_test_docs.tsv) has a similar format, but the labels in the third column are missing.

The task and the format of submissions: the task for you is to predict the labels of documents from the test data and submit them to the evaluation system. A correctly formatted submission should be a text file with exactly 100000 lines. Each line should correspond to a document from the test data set (the order matters!) and contain a list of one or more predicted labels, separated by commas.

Evaluation: the quality of submissions will be evaluated using the average F1-score measure, i.e., for each test document, the F1-score between the predicted and true labels will be computed, and the values obtained for all test cases will be averaged.

Solutions will be evaluated on-line and the preliminary results will be published on the public leaderboard. The preliminary score will be computed on a small subset of the test time series (10%), fixed for all participants. The final evaluation will be performed after completion of the competition using the remaining part of the test data. Those results will also be published online. It is important to note that only teams that submit a report describing their approach before the end of the challenge will qualify for the final evaluation. Participants can submit many solutions but before the competition ends, each team needs to indicate up to two final solutions that will undergo the final evaluation (on the remaining part of the test data).

In case of additional questions, please post them on the competition forum. 

In order to download competition files you need to be enrolled.
This forum is for all users to discuss matters related to the competition. Good manners apply!
There is no topics in this competition.