CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-nc-4.0updated 1y agoView on Hugging Face
0likes245downloads
Dataset Card

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:

🔗 **AES JBCS2025 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:

ModelArchitectureTraining TypeLink
mbert_base-C1Encoder-onlyFine-tunedmbert_base-C1
mbert_base-C2Encoder-onlyFine-tunedmbert_base-C2
mbert_base-C3Encoder-onlyFine-tunedmbert_base-C3
mbert_base-C4Encoder-onlyFine-tunedmbert_base-C4
mbert_base-C5Encoder-onlyFine-tunedmbert_base-C5
bertimbau_base-C1Encoder-onlyFine-tunedbertimbau_base-C1
bertimbau_base-C2Encoder-onlyFine-tunedbertimbau_base-C2
bertimbau_base-C3Encoder-onlyFine-tunedbertimbau_base-C3
bertimbau_base-C4Encoder-onlyFine-tunedbertimbau_base-C4
bertimbau_base-C5Encoder-onlyFine-tunedbertimbau_base-C5
bertimbau_large-C1Encoder-onlyFine-tunedbertimbau_large-C1
bertimbau_large-C2Encoder-onlyFine-tunedbertimbau_large-C2
bertimbau_large-C3Encoder-onlyFine-tunedbertimbau_large-C3
bertimbau_large-C4Encoder-onlyFine-tunedbertimbau_large-C4
bertimbau_large-C5Encoder-onlyFine-tunedbertimbau_large-C5
llama3-8b-C1Decoder-onlyLoRAllama3-8b-C1
llama3-8b-C2Decoder-onlyLoRAllama3-8b-C2
llama3-8b-C3Decoder-onlyLoRAllama3-8b-C3
llama3-8b-C4Decoder-onlyLoRAllama3-8b-C4
llama3-8b-C5Decoder-onlyLoRAllama3-8b-C5
phi3.5-C1Decoder-onlyLoRAphi3.5-C1
phi3.5-C2Decoder-onlyLoRAphi3.5-C2
phi3.5-C3Decoder-onlyLoRAphi3.5-C3
phi3.5-C4Decoder-onlyLoRAphi3.5-C4
phi3.5-C5Decoder-onlyLoRAphi3.5-C5
phi4-C1Decoder-onlyLoRAphi4-C1
phi4-C2Decoder-onlyLoRAphi4-C2
phi4-C3Decoder-onlyLoRAphi4-C3
phi4-C4Decoder-onlyLoRAphi4-C4
phi4-C5Decoder-onlyLoRAphi4-C5

🧠 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:

python
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:

bibtex
TODO