kamel-usp/jbcs2025_experiments_report
JBCS 2025: Experimental Artefacts for AES in Brazilian Portuguese This repository contains all experimental artefacts (logs, configurations, predictions, and evaluation results) described in the paper: Exploring the Usage of LLMs for Automatic Essay Scoring in Brazilian Portuguese EssaysAndré Barbosa, Igor Cataneo Silveira, Denis Deratani MauáTODO 📦 What's in this dataset repo? This dataset is not a training dataset. Instead, it provides comprehensive logs and… See the full description on the dataset page: https://huggingface.co/datasets/kamel-usp/jbcs2025_experiments_report.
JBCS 2025: Experimental Artefacts for AES in Brazilian Portuguese
This repository contains all experimental artefacts (logs, configurations, predictions, and evaluation results) described in the paper:
Exploring the Usage of LLMs for Automatic Essay Scoring in Brazilian Portuguese Essays André Barbosa, Igor Cataneo Silveira, Denis Deratani Mauá TODO
📦 What's in this dataset repo?
This dataset is not a training dataset. Instead, it provides comprehensive logs and outputs from experiments evaluating different language models for Automatic Essay Scoring (AES) tasks in Brazilian Portuguese.
Specifically, it contains:
- 🔁 JSONL files: raw predictions from each evaluated model.
- 📊 CSV files: detailed performance metrics (Quadratic Weighted Kappa, F1-score, etc.).
- ⚙️ YAML files: complete Hydra configurations for reproducibility.
- 📋 Log files: logs detailing each evaluation run.
📚 Related Collection
All models and datasets related to this work are available in the Hugging Face collection:
📊 Evaluated Models
The table below lists all models trained and evaluated for each essay competence (C1 to C5), along with direct links to their Hugging Face repository pages:
🧠 Additionally, API-only models (e.g., DeepSeek-R1, ChatGPT-4o, Sabiá-3) were evaluated but are not hosted on the Hub. Their predictions and logs are still included in this dataset.
🧪 How to Use this Dataset
You can easily load the data using Hugging Face datasets library:
from datasets import load_dataset
ds = load_dataset("kamel-usp/jbcs2025_experiments", split="runs")📄 License and Citation
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY-4.0).
If you use these artefacts, please cite our paper:
TODO