Skip to content

Unimodal and multimodal experiments addressing the problem of automatic isotopy identification

Notifications You must be signed in to change notification settings

TinfFoil/isotopy-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unimodal and multimodal automatic isotopy identification

This repository contains the code for the paper "Towards the Automatic Identification of Isotopies" (2023), presented at the 14th Media Mutations International Conference by Alice Fedotova and Alberto Barrón-Cedeño.

Overview

The aim of the experiments was addressing the problem of automatic isotopy identification, a novel task in the field of automated content analysis aimed at reducing the cost of annotation for the study of medical dramas. The work first involved expanding a subset of the Medical Dramas Dataset by including subtitles and keyframes for each segment from the TV show Grey's Anatomy. On the basis of the obtained corpus, experiments were conducted using unimodal and multimodal transformer-based models (CLIP, BERT and MMBT). Two different classification approaches were also compared: the first approach consisted in employing a single multiclass classifier, while the second involved using the one-vs-the-rest approach.

Subfolders

  1. subtitles contains the software used for the aligning the temporal annotations and the subtitles.
  2. keyframes contains the scripts used for extracting the keyframes of the segments.
  3. models contains the scripts used for running the experiments with CLIP, BERT and MMBT.

Requirements

The repository contains a Pipfile with all required dependencies, which can be installed using pipenv:

pipenv install Pipfile

Contact

Alice Fedotovaffedoxalice.fedotova@studio.unibo.it

About

Unimodal and multimodal experiments addressing the problem of automatic isotopy identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published