Amalia_hardcoded / README.md
GoncaloVinagre's picture
Update README.md
633a8c1 verified
|
Raw
History Blame Contribute Delete
3.48 kB
---
configs:
- config_name: default
data_files:
- split: pt
path: "pt.jsonl"
- split: en
path: "en.jsonl"
language:
- pt
- en
task_categories:
- question-answering
- text-generation
tags:
- instruction-following
- supervised fine-tuning
- pt-pt
pretty_name: AMALIA Hardcoded
---
<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>
# AMALIA Hardcoded
Handwritten dataset to provide the AMALIA model with self-referential knowledge about its development and capabilities, both in Portuguese and English.
This dataset is provided as part of the [AMALIA project](https://github.com/AMALIA-LLM/AMALIA) and is included in the data mix used to post-train the AMALIA model.
---
## 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}
}
```