Skip to content

Commit 41dd573

Browse files
authored
Merge pull request #571 from JensGrote/docs/activation-test-field-563
docs: add LLM activation test field to proposal template
2 parents c69b251 + a2a836f commit 41dd573

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/propose-anchor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@ body:
5757
validations:
5858
required: false
5959

60+
- type: textarea
61+
id: activation-test
62+
attributes:
63+
label: LLM Activation Test Result
64+
description: |
65+
Paste the LLM's response to: "What concepts do you associate with '<your term>'?"
66+
This front-loads the Precise/Rich/Consistent signal for reviewers.
67+
placeholder: |
68+
Model: [e.g., Claude, GPT-4, Gemini]
69+
Prompt: "What concepts do you associate with '<term>'?"
70+
Response: ...
71+
validations:
72+
required: true
73+
6074
- type: checkboxes
6175
id: checklist
6276
attributes:

CONTRIBUTING.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Before proposing, test the anchor with this prompt in an LLM:
5656
What concepts do you associate with '<your semantic anchor name>'?
5757
----
5858

59+
NOTE: The proposal template includes a required *LLM Activation Test Result* field. Paste your test output there — it front-loads the Precise/Rich/Consistent signal for reviewers.
60+
5961
Evaluate the response:
6062

6163
* *Recognition:* Does the LLM recognize the term?
@@ -115,6 +117,7 @@ Click the btn:[Propose New Anchor] button on the https://raifdmueller.github.io/
115117
*All you need to provide:*
116118

117119
* The term or concept name
120+
* An LLM activation test result (required)
118121
* (Optional) Why you think it would be valuable
119122

120123
=== Step 2: Copilot Validation

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Can be traced to key proponents, publications, or documented standards.
7373
What concepts do you associate with '<your anchor name>'?
7474
```
7575

76+
> **Note:** The proposal template includes a required **LLM Activation Test Result** field. Paste your test output there — it front-loads the Precise/Rich/Consistent signal for reviewers.
77+
7678
### Evaluate the Response
7779

7880
Ask yourself:

docs/CONTRIBUTING.de.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Bevor Sie einen Vorschlag machen, testen Sie den Anker mit diesem Prompt in eine
5454
Welche Konzepte verbindest du mit '<Name Ihres semantischen Ankers>'?
5555
----
5656

57+
NOTE: Die Vorlagsvorlage enthält ein Pflichtfeld *LLM Activation Test Result*. Fügen Sie dort Ihre Testausgabe ein — es liefert Reviewern vorab das Precise/Rich/Consistent-Signal.
58+
5759
Bewerten Sie die Antwort:
5860

5961
* *Erkennung:* Erkennt das LLM den Begriff?
@@ -72,6 +74,7 @@ Klicken Sie auf die btn:[Neuen Anker vorschlagen] Schaltfläche auf der https://
7274
*Alles, was Sie angeben müssen:*
7375

7476
* Der Begriff oder Konzeptname
77+
* Ein LLM-Aktivierungstestergebnis (Pflichtfeld)
7578
* (Optional) Warum Sie denken, dass es wertvoll wäre
7679

7780
=== Schritt 2: Copilot-Validierung

0 commit comments

Comments
 (0)