pt_text_completion / README.md
rafaelferreira's picture
Add AMALIA benchmark README with citation
01f7d1b verified
|
Raw
History Blame Contribute Delete
3.51 kB
---
configs:
- config_name: default
data_files:
- split: valid
path: valid.json
- split: test
path: test.json
size_categories:
- n<1K
language:
- pt
tags:
- benchmark
- amalia-bench
- pt-pt
- Portugal
pretty_name: PT-Completion
---
# PT-PT Completions
<div align="center">
<img width="400px" src="https://github.com/AMALIA-LLM/amalia-llm.github.io/blob/main/source/_static/logo/logo-color-black.png?raw=true">
[![AMALIA](https://img.shields.io/badge/AMALIA-Website-1A1A1A?labelColor=FDE000&style=for-the-badge)](https://amaliallm.pt/)
[![Paper](https://img.shields.io/badge/%20-Paper-1A1A1A?labelColor=FDE000&logo=googlescholar&logoColor=black&style=for-the-badge)](https://aclanthology.org/2026.propor-1.38/)
[![Data](https://img.shields.io/badge/%20-Data-1A1A1A?labelColor=FDE000&logo=huggingface&logoColor=black&style=for-the-badge)](https://huggingface.co/collections/amalia-llm/amalia-lm-eval/)
[![Main Repo](https://img.shields.io/badge/%20-Main%20Repo-1A1A1A?labelColor=FDE000&logo=github&logoColor=black&style=for-the-badge)](https://github.com/AMALIA-LLM/AMALIA)
[![Eval Repo](https://img.shields.io/badge/%20-Eval%20Repo-1A1A1A?labelColor=FDE000&logo=github&logoColor=black&style=for-the-badge)](https://github.com/AMALIA-LLM/amalia-lm-eval)
</div>
Simple text-completion dataset to evaluete model bias towards European Portuguese (pt-PT) or Brazilian Portuguese (pt-BR).
This dataset is provided as part of the [AMALIA project](https://github.com/AMALIA-LLM/AMALIA) and is included in [AMALIA-Bench](https://github.com/AMALIA-LLM/amalia-lm-eval), a comprehensive benchmark suite for evaluating large language models on European Portuguese.
---
## Citation
If you use this dataset or AMALIA in your work, please cite:
```bibtex
@inproceedings{simplicio-etal-2026-amalia,
title = "{AMALIA}: A Fully Open Large Language Model for {E}uropean {P}ortuguese",
author = "Simpl{{\'i}}cio, Afonso and Vinagre, Gon{{\c{{c}}}}alo and Ramos, Miguel Moura and Tavares, Diogo and Ferreira, Rafael and Attanasio, Giuseppe and Alves, Duarte M. and Calvo, In{{\^e}}s and Vieira, In{{\^e}}s and Guerra, Rui and Furtado, James and Canaverde, Beatriz and Paulo, Iago and Ramos, Vasco and Gl{{\'o}}ria-Silva, Diogo and Faria, Miguel and Treviso, Marcos and Gomes, Daniel and Gomes, Pedro and Semedo, David and Martins, Andr{{\'e}} and Magalh{{\~a}}es, Jo{{\~a}}o",
booktitle = "Proceedings of the 17th International Conference on Computational Processing of {{P}}ortuguese ({{PROPOR}} 2026) - Vol. 1",
month = apr,
year = "2026",
address = "Salvador, Brazil",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2026.propor-1.38/",
pages = "380--391",
isbn = "979-8-89176-387-6"
}
@misc{simplicio2026amaliatechnicalreportfully,
title = {AMALIA Technical Report: A Fully Open Source Large Language Model for European Portuguese},
author = {Afonso Simplício and Gonçalo Vinagre and Miguel Moura Ramos and Diogo Tavares and Rafael Ferreira and Giuseppe Attanasio and Duarte M. Alves and Inês Calvo and Inês Vieira and Rui Guerra and James Furtado and Beatriz Canaverde and Iago Paulo and Vasco Ramos and Diogo Glória-Silva and Miguel Faria and Marcos Treviso and Daniel Gomes and Pedro Gomes and David Semedo and André Martins and João Magalhães},
year = {2026},
eprint = {2603.26511},
archivePrefix = {arXiv},
primaryClass = {cs.CL},
url = {https://arxiv.org/abs/2603.26511}
}
```