Test Report¶
This test has the following configuration:
Test Results¶
Detailed Results¶
Result for image: luther¶
Prompt:¶
You are provided with a historical document. Carefully analyze the document and extract the following information, formatted as a JSON object:
Example of expected result:
{ "persons_mentioned": ["Person 1", "Person 2", "Person 3"], "places_mentioned": ["Place 1", "Place 2"], "general_topic": "Concise summary of the document's main topic or issue.", "important_dates": ["Date 1", "Date 2"] }
Ensure accuracy and completeness in your extraction.
Response:¶
Based on the historical document shown, I can provide the following JSON extraction:
{ "persons_mentioned": ["Martin Luther", "Papa" (Pope)], "places_mentioned": ["Wittenberge"], "general_topic": "Martin Luther's 95 Theses - a theological document challenging Catholic Church practices, particularly regarding indulgences, written in Latin and posted in 1517", "important_dates": ["1517"] }
Additional context: This appears to be one of the most significant documents in Christian history - Martin Luther's 95 Theses. The document is written in Latin and presents numbered arguments or propositions challenging various practices of the Catholic Church, particularly the sale of indulgences. The heading identifies it as being from Wittenberg and authored by Martin Luther, who is identified as a Doctor of Theology. The document is formatted in two columns with numbered theses or propositions, characteristic of academic theological disputations of the period.
The document's structure shows numbered points which was typical of scholarly disputations in medieval universities. Each numbered item presents a specific argument or point for debate regarding church doctrine and practices.
Ground Truth:¶
{'persons_mentioned': ['Martin Luther', 'Pope Leo X', 'Johann Tetzel'], 'places_mentioned': ['Wittenberg', 'Rome'], 'general_topic': "Critique of the Catholic Church's sale of indulgences and calls for theological reform.", 'important_dates': ['October 31, 1517']}