Shuntaro Suzuki1,*, Kento Tokura1,*, Daichi Yashima1,*, Kanon Amemiya1,*, Komei Sugiura1, Shinnosuke Takamichi1
1 Keio University * Equal contribution.
Interspeech 2026
This repository provides the implementation of ELSA, as presented in our paper: "ELSA: Acoustic Event-Level Semantic Alignment for Fine-Grained Reference-Free Text-to-Audio Evaluation". It includes code, dataset preparation instructions, and scripts for evaluation.
ELSA consists of two main components:
# Clone the repository
git clone git@github.com:kento2247/TTAEval.git
cd TTAEval
uv sync
# Download pretrained models
sh scripts/download_model.sh
This will download:
Run a single audio/text pair through the evaluation model:
python src/oneshot.py \
--audio_file_path data/wav/tango/train/23.wav \
--text "A dog barking and a car honking." \
--metric REL
Arguments:
--audio_file_path: Path to the input audio file.--text: Text description of the audio.--metric: Evaluation metric, REL or OVL (default: REL).We gratefully acknowledge the following GitHub repositories for providing valuable code and resources that contributed to this work:
@inproceedings{suzuki2026elsa,
title = {ELSA: Acoustic Event-Level Semantic Alignment for Fine-Grained Reference-Free Text-to-Audio Evaluation},
author = {Shuntaro Suzuki and Kento Tokura and Daichi Yashima and Kanon Amemiya and Komei Sugiura and Shinnosuke Takamichi},
year = {2026},
booktitle = {Interspeech 2026},
}
3 commits
Jupyter Notebook
98.7%
Python
1.3%
Shuntaro Suzuki1,*, Kento Tokura1,*, Daichi Yashima1,*, Kanon Amemiya1,*, Komei Sugiura1, Shinnosuke Takamichi1
1 Keio University * Equal contribution.
Interspeech 2026
This repository provides the implementation of ELSA, as presented in our paper: "ELSA: Acoustic Event-Level Semantic Alignment for Fine-Grained Reference-Free Text-to-Audio Evaluation". It includes code, dataset preparation instructions, and scripts for evaluation.
ELSA consists of two main components:
# Clone the repository
git clone git@github.com:kento2247/TTAEval.git
cd TTAEval
uv sync
# Download pretrained models
sh scripts/download_model.sh
This will download:
Run a single audio/text pair through the evaluation model:
python src/oneshot.py \
--audio_file_path data/wav/tango/train/23.wav \
--text "A dog barking and a car honking." \
--metric REL
Arguments:
--audio_file_path: Path to the input audio file.--text: Text description of the audio.--metric: Evaluation metric, REL or OVL (default: REL).We gratefully acknowledge the following GitHub repositories for providing valuable code and resources that contributed to this work:
@inproceedings{suzuki2026elsa,
title = {ELSA: Acoustic Event-Level Semantic Alignment for Fine-Grained Reference-Free Text-to-Audio Evaluation},
author = {Shuntaro Suzuki and Kento Tokura and Daichi Yashima and Kanon Amemiya and Komei Sugiura and Shinnosuke Takamichi},
year = {2026},
booktitle = {Interspeech 2026},
}
3 commits
Jupyter Notebook
98.7%
Python
1.3%