leekezar / Modeling-ASL-Phonology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improving Sign Recognition With Phonology

This repository contains the necessary code to replicate the findings of Improving Sign Recognition with Phonology.

The project extends the OpenHands project in the following ways:

  1. Adds phoneme types to the WLASL dataset class
  2. Adds the ability for additional linear layers (classification heads) according to the "parameters" property in the config file.
  3. Adds enhanced performance evaluation metrics to the InferenceModel

For instructions on how to utilize OpenHands, please see the original repository. An example config file is provided in the root directory (gcn_top2_all_train.config, bert_top2_all_train.config).

Citation:

@inproceedings{KezarImprovingISLR,
  title = {Improving Sign Recognition with Phonology},
  author = {Kezar, Lee and Thomason, Jesse and Sehyr, Zed Sevcikova},
  publisher = {The 17th Conference of the European Chapter of the Association for Computational Linguistics (EACL)},
  year = {2023},
  url = {https://arxiv.org/abs/2302.05759}
}

About


Languages

Language:Python 100.0%