Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.09 KB

Context and System Fusion in Post-ASR Emotion Recognition with Large Language Models

The official repository which contains the code for our paper Context and System Fusion in Post-ASR Emotion Recognition with Large Language Models.

Installation

pip install -r requirements.txt

Examples

python -m examples.use_metrics
python -m examples.use_naive_heuristics
python -m examples.use_rerank_metrics

Run tests

pytest

Citation

For attribution in academic contexts, please cite this work as:

@article{stepachev-2024-contextfusion,
      title={Context and System Fusion in Post-ASR Emotion Recognition with Large Language Models}, 
      author={Pavel Stepachev and Pinzhen Chen and Barry Haddow},
      year={2024},
      eprint={2410.03312},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2410.03312}, 
}