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:¶
{ "persons_mentioned": [ "Martin Luther (Martino Luther)", "Pope (Papa)", "Jesus Christ (Iesu Christi)", "St. Peter (S. Petri)", "St. Lawrence (S. Laurenti)" ], "places_mentioned": [ "Wittenberg (Wittenberge)", "Basilica of St. Peter (Basilica S. Petri)" ], "general_topic": "The initial propositions (Theses 1-25) of Martin Luther's academic dispute concerning the nature of Christian penance, the limits of Papal authority in remitting temporal punishment, the status of souls in Purgatory, and the theological validity and abuse of indulgences.", "important_dates": [ "1517 (M. D. XVII.)" ] }
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']}