10 months, 1 week ago

Second semester project for Data Mining 2022/2023 course

This is the second project for students enrolled in the Data Mining course 2022/2023 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
 
 
Please log in to the system!
Rank Team Name Is Report Preliminary Score Final Score Submissions
1
baseline
True 0.4290 0.436100 1
2
basiekjusz
True 0.4347 0.432400 23
3
jkozlovvski
True 0.4309 0.431300 13
4
Team Blue
True 0.4325 0.431100 18
5
Michał Orzyłowski
True 0.4372 0.430800 7
6
Czarek
True 0.4207 0.418600 21
7
kzakrzewski
True 0.4216 0.418200 10
8
M
True 0.4123 0.406600 10
9
AL
True 0.4025 0.403800 34
10
Jan Wojtach
True 0.3986 0.398100 9
11
bros
True 0.3818 0.380900 20
12
szumiel
True 0.3707 0.375300 3
13
Jakub Panasiuk
True 0.3679 0.366700 4
14
Szymon Karpiński
True 0.3585 0.358300 1
15
Krystian
True 0.3325 0.322100 11
16
zecernia
True 0.3052 0.307100 1
17
Team Turtle
True 0.2552 0.258500 10
18
Younginn
True 0.2324 0.229600 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 (DM2023_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 (DM2023_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 online 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.