Clarify statdx source reference format and enhance sources description in LLM prompt schema
This commit is contained in:
@@ -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.
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
@@ -79,7 +79,7 @@ JSON Schema (draft-07 compatible)
|
||||
},
|
||||
"sources": {
|
||||
"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" },
|
||||
"uniqueItems": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user