paper-with-me

Papers

GATech at AbjadGenEval Shared Task: Multilingual Embeddings for Arabic Machine-Generated Text Classification

2026-02-17 · Ahmed Khaled Khamis arxiv

We present our approach to the AbjadGenEval shared task on detecting AI-generated Arabic text. We fine-tuned the multilingual E5-large encoder for binary classification, and we explored several pooling strategies to pool token representations, including weighted layer pooling, multi-head attention pooling, and gated fusion. Interestingly, none of these outperformed simple mean pooling, which achieved an F1 of 0.75 on the test set. We believe this is because complex pooling methods introduce additional parameters that need more data to train properly, whereas mean pooling offers a stable baseline that generalizes well even with limited examples. We also observe a clear pattern in the data: human-written texts tend to be significantly longer than machine-generated ones.

📄 PDF Abstract BibTeX arXiv:2603.10007

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationText Classification

Similar Papers 제목 키워드 기반

Domain Adaptive Pretraining for Multilingual Acronym Extraction

2022-06-30 · Usama Yaseen, Stefan Langer

This paper presents our findings from participating in the multilingual acronym extraction shared task SDU@AAAI-22. The task consists of acronym extraction from documents in 6 languages within scientific and legal domain…

CUNI Submission to the BUCC 2022 Shared Task on Bilingual Term Alignment

2022-06-01 · LREC (BUCC) 2022 6 · Borek Požár, Klára Tauchmanová, Kristýna Neumannová, Ivana Kvapilíková 외

We present our submission to the BUCC Shared Task on bilingual term alignment in comparable specialized corpora. We devised three approaches using static embeddings with post-hoc alignment, the Monoses pipeline for unsup…

Machine TranslationTranslation

Multilingual Named Entity Recognition Using Pretrained Embeddings, Attention Mechanism and NCRF

2019-06-21 · WS 2019 8 · Anton A. Emelyanov, Ekaterina Artemova

In this paper we tackle multilingual named entity recognition task. We use the BERT Language Model as embeddings with bidirectional recurrent network, attention, and NCRF on the top. We apply multilingual BERT only as em…

Joint NER and ClassificationLanguage ModelingLanguage ModellingMultilingual Named Entity Recognition+4

TRAVIS at PARSEME Shared Task 2020: How good is (m)BERT at seeing the unseen?

2020-12-01 · COLING (MWE) 2020 12 · Murathan Kurfali

This paper describes the TRAVIS system built for the PARSEME Shared Task 2020 on semi-supervised identification of verbal multiword expressions. TRAVIS is a fully feature-independent model, relying only on the contextual…

A Simple Approach to Learning Unsupervised Multilingual Embeddings

2020-04-10 · EMNLP 2020 11 · Pratik Jawanpuria, Mayank Meghwanshi, Bamdev Mishra

Recent progress on unsupervised learning of cross-lingual embeddings in bilingual setting has given impetus to learning a shared embedding space for several languages without any supervision. A popular framework to solve…

Bilingual Lexicon InductionDependency ParsingDocument ClassificationWord Alignment+1