Clarify statdx source reference format and enhance sources description in LLM prompt schema

This commit is contained in:
Ross
2025-10-20 11:54:31 +01:00
parent c577da4779
commit 88713aba5b
+2 -2
View File
@@ -21,7 +21,7 @@ Please adhere to the following guidelines when creating each question:
8. Questions should feature metadata tags for finding, structure, condition, presentation, and subspecialty. 8. Questions should feature metadata tags for finding, structure, condition, presentation, and subspecialty.
9. Each question output should be a json object with the following schema: 9. Each question output should be a json object with the following schema:
10. For article sources pleese reference the article doi within the explanation field in the format [doi:10.xxxx/xxxxx], if you do not know the doi please use the article name. 10. For article sources pleese reference the article doi within the explanation field in the format [doi:10.xxxx/xxxxx], if you do not know the doi please use the article name.
11. For statdx sources please reference the article name in the format [statdx:article_id]. 11. For statdx sources please reference the article name in the format [statdx:article_id] (article_id may be docid).
12. References should be included inline within the feedback fields. 12. References should be included inline within the feedback fields.
13. Sources can also be included in the sources field as a list. 13. Sources can also be included in the sources field as a list.
14. Questions need to have a radiology focus, please avoid questions that are purely clinical or biochemical without imaging relevance. 14. Questions need to have a radiology focus, please avoid questions that are purely clinical or biochemical without imaging relevance.
@@ -79,7 +79,7 @@ JSON Schema (draft-07 compatible)
}, },
"sources": { "sources": {
"type": "array", "type": "array",
"description": "List of source references for the question (e.g. article DOIs or StatDx IDs or Source file names).", "description": "List of source references for the question (e.g. article DOIs or docid or StatDx IDs or Source file names).",
"items": { "type": "string" }, "items": { "type": "string" },
"uniqueItems": true "uniqueItems": true
}, },