Skip to content

How to Comply with Journal Policies

Journals have varying Large Language Model (LLM) policies, many of which have changed since 2023 to clarify the acceptable use of LLMs. This guide explains how to comply with the policies of a specific example: the journal GENETICS. The LLM policy of this journal is representative of many others in 2024. Like many other journals, GENETICS requires disclosure of how an LLM is used:

Manuscript Preparation

...

Materials and Methods

...

If you have used Large Language Models (LLMs), such as ChatGPT, please provide full technical specifications of the LLM used (name, version, model, source) and method of application (query structure, syntax).

Request Settings Files

When you run a CopyAid task to edit a file, you use a request settings file. This file provides a full technical specification of the LLM used. The chat_system setting within this file is the system message used in the request query sent to an LLM service, such as OpenAI. The query structure consists of this system message followed by the text to be edited.

Most users will simply use the request settings files included in the CopyAid Python package. Some may opt for customized request settings. Regardless, executing copyaid --help will reveal which CopyAid tasks correspond to which request settings files.

Packaged Request Settings

CopyAid 0.7 includes three request setting files. The permalinks to these files in the Software Heritage Archive are:

Optional Disclosures

Some journals may require or be interested in additional disclosures. Three potential options include:

  1. Edits suggested by the request settings files for a reference example of text,
  2. Git history of commits made to the source text by the author, and
  3. History of edits suggested by CopyAid on past drafts.

Based on personal communications with the managing editor of a journal, the first option is considered more useful than the latter two. A concern with the latter two options is the potential confusion that may arise from examining changes to drafts prior to submission versus changes to the manuscript after submission. Personal experience using CopyAid suggests that an exhaustive history of all suggested edits would be akin to an exhaustive list of spelling/grammar auto-corrections from text editor software.

Example Journal LLM Policies

Reference Example Edits by Packaged Request Settings Files

The request settings files included in the CopyAid 0.7 package are the result of analyses from automated testing. The following examples are from this testing, which used the lead sections of the Wikipedia articles on Earth and Antarctica around the time they were designated as Wikipedia Featured Articles.

Acknowledgements

These guidelines were motivated by questions arising from Manubot AI Editor (Pividori M, Greene CS. A publishing infrastructure for AI-assisted academic authoring. bioRxiv. 2023. doi:10.1101/2023.01.21.525030).