You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,13 @@ By making a contribution to this project, I certify that:
46
46
47
47
## LLM Generated Content
48
48
49
-
libCEED is a research software project, and such requires citation of the origin of ideas, as is expected with research papers.
50
-
LLM generated code can contain novel algorithms developed by other researchers and replicated without attribution from the training data for the LLM.
51
-
As such, we cannot accept pull requests containing code predominately generated by LLM.
49
+
libCEED is a research software project, and such we require citation of the origin of ideas in the same way that citations are expected for research papers.
50
+
LLM/GenAI generated code can contain novel algorithms developed by other researchers and replicated without attribution.
51
+
As such, we cannot accept pull requests containing code predominately generated by LLM/GenAI.
52
52
53
-
LLMs may be used to aid the development of code for pull requests (PR); however, the individual submitting the PR must adhere to the Developer's Certificate of Origin and is ultimately responsible for the content in the PR.
54
-
Pull requests must disclose and describe all LLM usage.
53
+
LLMs may be used to aid the development of code for pull requests (PR); however, the individual submitting the PR must certify to its contents as described by Developer's Certificate of Origin.
54
+
The human creating the PR is ultimately responsible for the content in the PR.
0 commit comments