paper-with-me

Papers

SemEval-2024 Task 8: Weighted Layer Averaging RoBERTa for Black-Box Machine-Generated Text Detection

2024-02-24 · Ayan Datta, Aryan Chandramania, Radhika Mamidi

This document contains the details of the authors' submission to the proceedings of SemEval 2024's Task 8: Multigenerator, Multidomain, and Multilingual Black-Box Machine-Generated Text Detection Subtask A (monolingual) and B. Detection of machine-generated text is becoming an increasingly important task, with the advent of large language models (LLMs). In this paper, we lay out how using weighted averages of RoBERTa layers lets us capture information about text that is relevant to machine-generated text detection.

📄 PDF Abstract BibTeX arXiv:2402.15873

Code (1)

advin4603/ai-detection-with-wla 공식 구현 pytorch

Tasks

Text Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Weight Decay 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Taygete at SemEval-2022 Task 4: RoBERTa based models for detecting Patronising and Condescending Language

2022-04-22 · SemEval (NAACL) 2022 7 · Jayant Chhillar

This work describes the development of different models to detect patronising and condescending language within extracts of news articles as part of the SemEval 2022 competition (Task-4). This work explores different mod…

ArticlesLanguage ModelingLanguage Modelling

UoB\_UK at SemEval 2021 Task 2: Zero-Shot and Few-Shot Learning for Multi-lingual and Cross-lingual Word Sense Disambiguation.

2021-08-01 · SEMEVAL 2021 · Wei Li, Harish Tayyar Madabushi, Mark Lee

This paper describes our submission to SemEval 2021 Task 2. We compare XLM-RoBERTa Base and Large in the few-shot and zero-shot settings and additionally test the effectiveness of using a k-nearest neighbors classifier i…

Few-Shot LearningTask 2Transfer LearningWord Sense Disambiguation

aschern at SemEval-2020 Task 11: It Takes Three to Tango: RoBERTa, CRF, and Transfer Learning

2020-08-06 · SEMEVAL 2020 · Anton Chernyavskiy, Dmitry Ilvovsky, Preslav Nakov

We describe our system for SemEval-2020 Task 11 on Detection of Propaganda Techniques in News Articles. We developed ensemble models using RoBERTa-based neural architectures, additional CRF layers, transfer learning betw…

ArticlesTransfer Learning

YoungSheldon at SemEval-2021 Task 5: Fine-tuning Pre-trained Language Models for Toxic Spans Detection using Token classification Objective

2021-08-01 · SEMEVAL 2021 · Mayukh Sharma, Ilanthenral Kandasamy, W.b. Vasantha

In this paper, we describe our system used for SemEval 2021 Task 5: Toxic Spans Detection. Our proposed system approaches the problem as a token classification task. We trained our model to find toxic words and concatena…

Sentencetoken-classificationToken ClassificationToxic Spans Detection

FiSSA at SemEval-2020 Task 9: Fine-tuned For Feelings

2020-07-24 · SEMEVAL 2020 · Bertelt Braaksma, Richard Scholtens, Stan van Suijlekom, Remy Wang 외

In this paper, we present our approach for sentiment classification on Spanish-English code-mixed social media data in the SemEval-2020 Task 9. We investigate performance of various pre-trained Transformer models by usin…

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2