paper-with-me

홈 › Papers

A Benchmark Corpus for the Detection of Automatically Generated Text in Academic Publications

2022-02-04 · LREC 2022 6 · Vijini Liyanage, Davide Buscaldi, Adeline Nazarenko

Automatic text generation based on neural language models has achieved performance levels that make the generated text almost indistinguishable from those written by humans. Despite the value that text generation can have in various applications, it can also be employed for malicious tasks. The diffusion of such practices represent a threat to the quality of academic publishing. To address these problems, we propose in this paper two datasets comprised of artificially generated research content: a completely synthetic dataset and a partial text substitution dataset. In the first case, the content is completely generated by the GPT-2 model after a short prompt extracted from original papers. The partial or hybrid dataset is created by replacing several sentences of abstracts with sentences that are generated by the Arxiv-NLP model. We evaluate the quality of the datasets comparing the generated texts to aligned original texts using fluency metrics such as BLEU and ROUGE. The more natural the artificial texts seem, the more difficult they are to detect and the better is the benchmark. We also evaluate the difficulty of the task of distinguishing original from generated text by using state-of-the-art classification models.

📄 PDF Abstract BibTeX arXiv:2202.02013

Code (1)

vijini/generatedtextdetection 공식 구현

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
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…
Attention 설명 없음
Weight Decay 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Overview of the DAGPap22 Shared Task on Detecting Automatically Generated Scientific Papers

2022-10-01 · sdp (COLING) 2022 10 · Yury Kashnitsky, Drahomira Herrmannova, Anita de Waard, George Tsatsaronis 외

This paper provides an overview of the DAGPap22 shared task on the detection of automatically generated scientific papers at the Scholarly Document Process workshop colocated with COLING. We frame the detection problem a…

Binary Classification

Accuracy of the Uzbek stop words detection: a case study on "School corpus"

2022-09-15 · Khabibulla Madatov, Shukurla Bekchanov, Jernej Vičič

Stop words are very important for information retrieval and text analysis investigation tasks of natural language processing. Current work presents a method to evaluate the quality of a list of stop words aimed at automa…

Information RetrievalRetrievalSentence

MirasText: An Automatically Generated Text Corpus for Persian

2018-05-01 · LREC 2018 5 · Behnam Sabeti, Hossein Abedi Firouzjaee, Ali Janalizadeh Choobbasti, S.H.E. Mortazavi Najafabadi 외
Keyword ExtractionLanguage ModelingLanguage Modelling

Detecting Anorexia in Spanish Tweets

2019-09-01 · RANLP 2019 9 · Pilar L{\'o}pez {\'U}beda, Flor Miriam Plaza del Arco, Manuel Carlos D{\'\i}az Galiano, L. Alfonso Urena Lopez 외

Mental health is one of the main concerns of today{'}s society. Early detection of symptoms can greatly help people with mental disorders. People are using social networks more and more to express emotions, sentiments an…

Anorexia Detection

Effectiveness of Text, Acoustic, and Lattice-based representations in Spoken Language Understanding tasks

2022-12-16 · Esaú Villatoro-Tello, Srikanth Madikeri, Juan Zuluaga-Gomez, Bidisha Sharma 외

In this paper, we perform an exhaustive evaluation of different representations to address the intent classification problem in a Spoken Language Understanding (SLU) setup. We benchmark three types of systems to perform …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)intent-classificationIntent Classification+4