View on GitHub

SIDATA

Semeval2018-Task3-Irony-Detection

URL: https://github.com/zhenduow/Semeval2018-Task3-Irony-Detection

Description

This repository implements the solution for the SemEval-2018 Task 3, focusing on irony detection in tweets. The task is divided into two subtasks, and this repository addresses the binary classification subtask (Task A), where the goal is to classify tweets as ironic (1) or non-ironic (0).

Project Overview

Methodology

Dataset

The training dataset, provided by the task organizers, consists of 3,834 tweets labeled as ironic (1) or non-ironic (0).

Results

The models demonstrate good performance, achieving high accuracy, precision, recall, and F1-scores with the extracted features.

Implementation & Code

The repository contains scripts for: