Views
No views yet
MoritzLaurer/mDeBERTa-v3-base-mnli-xnli fine-tuned as a cross-encoder entailment scorer for hierarchical Arabic genre classification, deliberately trained on the AraGenre dev_gold.json labels.stage2_llm_zeroshot_pipeline/ in the project repo). This model is not that system. It is released here for transparency and reproducibility of the project's full experimental record, not as a recommended production classifier.MoritzLaurer/mDeBERTa-v3-base-mnli-xnli fine-tuned on (Arabic text, augmented English genre definition) pairs with a binary entailment label. Deliberately trains on dev_gold.json (unlike the rest of the pipeline, which trains only on the 7 TRAIN genres) — since the dev genres differ from the train genres, the 110 extra labeled dev examples materially help, and dev genres are not the true held-out test set for this task. The 5-fold cross-validation protocol exists specifically to get an honest, unbiased performance estimate despite training on dev.MoritzLaurer/mDeBERTa-v3-base-mnli-xnlidev_gold.json (110 examples) plus augmented definitions and synthetic hard-negative examples.AutoModelForSequenceClassification.from_pretrained(...), score each (text, definition) pair, and take the definition with the highest P(entailment).python mdeberta_devgold_finetune.py1@inproceedings{barmandah-etal-2026-namaa,
2 title = {NAMAA at AraGenre 2026: From Encoder Baselines to Self-Consistent LLM Ensembling for Hierarchical Arabic Genre Classification},
3 author = {Barmandah, Hassan and Elhosiny, Israa and El-Ghawi, Yousra and Nacar, Omer},
4 booktitle = {Proceedings of the 4th Arabic Natural Language Processing Conference (ArabicNLP 2026)},
5 address = {Budapest, Hungary},
6 publisher = {Association for Computational Linguistics},
7 year = {2026},
8}1@inproceedings{elhaj-etal-2026-aragenre,
2 title = {AraGenre 2026: A Hierarchical Definition-Guided Arabic Genre Classification Shared Task},
3 author = {El-Haj, Mo and Ezzini, Saad and Abudalfa, Shadi and Lamsiyah, Salima and Jarrar, Mustafa},
4 booktitle = {Proceedings of the 4th Arabic Natural Language Processing Conference (ArabicNLP 2026)},
5 address = {Budapest, Hungary},
6 publisher = {Association for Computational Linguistics},
7 year = {2026},
8}