Skip to main content

Natural Portuguese Language Benchmark

Project description

Natural Portuguese Language Benchmark (Napolab)

The Natural Portuguese Language Benchmark (Napolab) is designed to be a collection of Portuguese datasets that are:

  • Natural: Composed, as far as possible, of natural Portuguese text or text that has undergone professional translation.
  • Reliable: The standard metrics used to evaluate the tasks on the dataset should reliably correlate with human judgments (such as accuracy, F1 score, Pearson correlation coefficient, etc.).
  • Public: All datasets must be available and downloadable via a publicly accessible link.
  • Human: All datasets must be annotated by human experts without any automation.
  • General: The datasets should not necessitate domain-specific knowledge or any preparation for an educated Portuguese speaker to solve the suggested tasks.

This repository contains links to demos, models fine-tuned on the benchmark, and instructions for using the datasets in the most convenient manner. The benchmark currently includes the following datasets:

We are open to expanding the benchmark, and suggestions for future additions are welcome in the issues. We also welcome evaluation results from any models on this benchmark, and we are particularly curious about the outcomes of evaluating recent LLMs on these datasets.

In addition to making these datasets available in Portuguese, all datasets have also been automatically translated into English, Spanish, Galician, and Catalan using the facebook/nllb-200-1.3B model through the Easy-Translate library.

The simplest way to use the Napolab benchmark is to run the commands:

pip install napolab
python -m napolab

This will download all the datasets from the Hugging Face Hub and save them in CSV format under the current folder.

If you would rather deal with the datasets in the format of the datasets library, you can also load the benchmark in this way:

from napolab import load_napolab_benchmark

napolab = load_napolab_benchmark(include_translations=True)

benchmark = napolab["datasets"]
translated_benchmark = napolab["translations"]

Demos

All of our fine-tuned models have been integrated into an appropriate Hugging Face Space.

Interact with our models in your browser by exploring our demos:

Models

We are making a few models fine-tuned on the datasets in this benchmark available on the Hugging Face Hub.

Datasets mDeBERTa v3 BERT Large BERT Base
ASSIN 2 - STS Link Link Link
ASSIN 2 - RTE Link Link Link
ASSIN - STS Link Link Link
ASSIN - RTE Link Link Link
HateBR Link Link Link
FaQUaD-NLI Link Link Link
PorSimplesSent Link Link Link

More details about how the models have been fine-tuned and their results on the benchmark can be found under EVALUATION.md.

Citation

Our research is ongoing, and we are currently working on describing our experiments in a paper, which will be published soon. In the meanwhile, if you would like to cite our work or models before the publication of the paper, please use the following BibTeX citation for this repository:

@software{Chaves_Rodrigues_eplm_2023,
author = {Chaves Rodrigues, Ruan and Tanti, Marc and Agerri, Rodrigo},
doi = {10.5281/zenodo.7781848},
month = {3},
title = {{Evaluation of Portuguese Language Models}},
url = {https://github.com/ruanchaves/napolab},
version = {1.0.0},
year = {2023}
}

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

napolab-1.0.1.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

napolab-1.0.1-py3-none-any.whl (9.3 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