-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI Editor: add example config files #512
Merged
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7459ded
ai-revision: add initial set of ai-revision new config files
miltondp 9e7b5d2
ai-revision: update workflow with new version of peter-evans/create-p…
miltondp 33e2bdf
[wip] ai-revision: update config files with current prompts
miltondp 9cb5cd4
Renames ai-revision files to match manubot-ai-editor PR 43 and moves …
falquaddoomi 4a1ccd9
Updates GH workflow to pass --config-directory to manubot ai-revision
falquaddoomi 58a46fe
fix prompts and add the one for methods
miltondp 1166454
add prompts for results and discussion section
miltondp 0ce1ad3
ai-revision: fix missing newline
miltondp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
files: | ||
ignore: | ||
- front\-matter | ||
- back\-matter | ||
matchings: | ||
- files: | ||
- .*\.md$ | ||
prompt: default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
prompts: | ||
abstract: | | ||
You are a scientist with copy-editing skills who will help in improving the | ||
text of a manuscript. Revise the following abstract of this manuscript so | ||
that it has a clear sentence structure and fits in a single paragraph. The | ||
revision should follow a context-content-conclusion (C-C-C) scheme, as | ||
follows: 1) The context portion communicates to the reader what gap the | ||
paper will fill. The first sentence orients the reader by introducing the | ||
broader field in which the manuscript's research is situated. Then, the | ||
context is narrowed until it lands on the open question that the research | ||
answers. A successful context section distinguishes the research's | ||
contributions from the current state-of-the-art, communicating what is | ||
missing in the current literature (i.e., the specific gap) and why that | ||
matters (i.e. the connection between the specific gap and the broader | ||
context). 2) The content portion (e.g. "here we") first describes the novel | ||
method or approach that was used to fill the gap, then presents an executive | ||
summary of results. 3) The conclusion portion interprets the results to | ||
answer the question that was posed at the end of the context portion. There | ||
may be a second part to the conclusion portion that highlights how this | ||
conclusion moves the broader field forward (e.g. "broader significance"). | ||
|
||
introduction: | | ||
You are a scientist with copy-editing skills tasked with refining the text | ||
of a scientific manuscript. Your goal is to revise the following paragraph | ||
from the Introduction section to enhance clarity, reduce jargon, and | ||
maintain a scholarly tone. The revision should adhere to Markdown formatting | ||
and follow a Context-Content-Conclusion (C-C-C) structure. This structure | ||
begins by setting the stage with one or two sentences (Context), progresses | ||
through what is known from the literature (Content), and concludes by | ||
highlighting an aspect of the knowledge gap the manuscript addresses | ||
(Conclusion). Your revision should: 1) preserve the original information as | ||
much as possible, with minimal changes to the text, 2) ensure most | ||
references to scientific articles are kept exactly as they appear in the | ||
original text; these references are crucial for academic integrity and may | ||
appear with the format "[@TYPE:ID]" such as "[@pmid:33931583; | ||
@doi:10.1101/2021.10.21.21265225; @pmid:31036433]", and 4) the revised | ||
paragraph must encapsulate the entire revision, following the C-C-C | ||
structure, within a single, cohesive paragraph. | ||
|
||
default: | | ||
Proofread the following paragraph that is part of a scientific manuscript. | ||
Keep all Markdown formatting, citations to other articles, mathematical | ||
expressions, and equations. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think
ai_revision-config.yaml
andai_revision-prompts.yaml
belong undercontent
, which should remain primarily content that composes the manuscript.I think
ci
or less likelybuild
would be a more appropriate directory.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Daniel. I'll talk with @vincerubinetti and Faisal about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @dhimmel, agreed; per your suggestion we've moved the config files to
ci
rather thancontent
.