paper-with-me

홈 › Papers

Fooling MOSS Detection with Pretrained Language Models

2022-01-19 · Stella Biderman, Edward Raff

As artificial intelligence (AI) technologies become increasingly powerful and prominent in society, their misuse is a growing concern. In educational settings, AI technologies could be used by students to cheat on assignments and exams. In this paper we explore whether transformers can be used to solve introductory level programming assignments while bypassing commonly used AI tools to detect similarities between pieces of software. We find that a student using GPT-J [Wang and Komatsuzaki, 2021] can complete introductory level programming assignments without triggering suspicion from MOSS [Aiken, 2000], a widely used software similarity and plagiarism detection tool. This holds despite the fact that GPT-J was not trained on the problems in question and is not provided with any examples to work from. We further find that the code written by GPT-J is diverse in structure, lacking any particular tells that future plagiarism detection techniques may use to try to identify algorithmically generated code. We conclude with a discussion of the ethical and educational implications of large language models and directions for future research.

📄 PDF Abstract BibTeX arXiv:2201.07406

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mossad: Defeating Software Plagiarism Detection

2020-10-04 · Breanna Devore-McDonald, Emery D. Berger

Automatic software plagiarism detection tools are widely used in educational settings to ensure that submitted work was not copied. These tools have grown in use together with the rise in enrollments in computer science …

Code Reuse Detection

MOSS-Audio Technical Report

2026-06-01 · Chen Yang, Chufan Yu, Hanfu Chen, Jie Zhu 외 arxiv

MOSS-Audio is a unified audio-language model for speech, environmental sound, and music understanding, supporting audio captioning, time-aware question answering, timestamped transcription, and audio-grounded reasoning. …

Instruction FollowingQuestion AnsweringAudio captioning

MOSS-VL Technical Report

2026-08-15 · Pengyu Wang, Chenkun Tan, Shaojun Zhou, Qirui Zhou 외 hf

We present MOSS-VL, an open vision-language model family that treats real-time interaction -- perceiving while it speaks -- as a first-class capability. It is co-designed across the stack: the language decoder attends to…

MOSS: End-to-End Dialog System Framework with Modular Supervision

2019-09-12 · Weixin Liang, Youzhi Tian, Chengcai Chen, Zhou Yu

A major bottleneck in training end-to-end task-oriented dialog system is the lack of data. To utilize limited training data more efficiently, we propose Modular Supervision Network (MOSS), an encoder-decoder training fra…

Decoderdialog state trackingNatural Language UnderstandingText Generation

MossNet: Mixture of State-Space Experts is a Multi-Head Attention

2025-10-30 · Shikhar Tuli, James Seale Smith, Haris Jeelani, Chi-Heng Lin 외 arxiv

Large language models (LLMs) have significantly advanced generative applications in natural language processing (NLP). Recent trends in model architectures revolve around efficient variants of transformers or state-space…