LHRS-UM-FERI/MENTHOS-logparse
MENTHOS-logparse
English
Model Description
MENTHOS-LogParsing is a token-classification model fine-tuned from answerdotai/ModernBERT-base for structured field extraction from raw logs. It uses a maximum sequence length of 256.
Intended Use
- BIO-style token labeling on log lines.
- Useful for extracting fields like request URL, status, error level, timestamp, etc.
Label Space
Training code defines BIO labels (plus special ignored/padding handling), including:
B-request_url,I-request_urlB-statusB-error_level,I-error_levelB-error_message,I-error_messageB-time_received,I-time_receivedB-remote_host,I-remote_host- and additional request-header related labels
The full token-label mapping is defined in the training code.
Training Data
Trained on the MENTHOS log-parsing dataset.
Benchmark Results
Benchmark results for the MENTHOS evaluation set.
Reference baseline (Morpheus ONNX):
Benchmark Plots
Limitations
- Label matching is based on tokenized substring alignment from structured columns.
- Domain shift in log formats can reduce extraction quality.
Citation
@misc{borovic_li-dobnik_kranjec_ferme_2026,
title = {MENTHOS-logparse},
author = {Borovic, Li Dobnik, Kranjec, Ferme},
year = {2026},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/LHRS-UM-FERI/MENTHOS-logparse}}
}Slovenščina
Opis modela
MENTHOS-LogParsing je model za token klasifikacijo, naučen iz answerdotai/ModernBERT-base, za ekstrakcijo strukturiranih polj iz surovih log zapisov. Uporablja maksimalno dolžino zaporedja 256.
Namen uporabe
- BIO označevanje tokenov v log vrsticah.
- Uporabno za polja kot so URL zahteve, status, error level, časovni žig ipd.
Prostor oznak
Skripta učenja definira BIO oznake (ter posebne oznake za ignoriranje/padding), npr.:
B-request_url,I-request_urlB-statusB-error_level,I-error_levelB-error_message,I-error_messageB-time_received,I-time_receivedB-remote_host,I-remote_host
Celotno mapiranje je definirano v učni kodi.
Učni podatki
Učenje je potekalo na MENTHOS log-parsing datasetu.
Rezultati benchmarka
Referenčni baseline (Morpheus ONNX):
Grafi benchmarka
Omejitve
- Ujemanje oznak temelji na poravnavi tokeniziranih podnizov.
- Pri drugačnih log formatih se lahko kakovost ekstrakcije zmanjša.
Citiranje
@misc{borovic_li-dobnik_kranjec_ferme_2026,
title = {MENTHOS-logparse},
author = {Borovic, Li Dobnik, Kranjec, Ferme},
year = {2026},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/LHRS-UM-FERI/MENTHOS-logparse}}
}