Skip to main content

ACES metric for evaluating automated audio captioning models based on the semantics of sounds

Project description

ACES

This is the repository of Audio Captioning Evaluation on Semantics of Sound (ACES).

In here you will find the instructions how to train an ACES model and calculate statistics.

Installation

pip install aces-metric

Usage

The candidates can be a list, the references can be a list or a list of lists.

from aces import get_aces_score
candidates = ["a bunch of birds are singing"]
references = ["birds are chirping and singing loudly in the forest"]
score = get_aces_score(candidates, references, average=True)

Semantics of sounds

To get an output of classes of semantic groups from a caption:

from transformers import pipeline
pipe = pipeline("token-classification", "gijs/aces-roberta-13", aggregation_strategy="simple")
pipe("Bird chirps in the tree while a car hums")

Evaluation

All the code that is used to evaluate different models for the research paper can be found in the evaluation folder on the github. Particularly, the model evaluation can be found in evaluation/eval.py, and information about the FENSE experiment can be found in evaluation/fense_experiment/main.py.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aces-metric-0.0.4.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

aces_metric-0.0.4-py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page