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:¶
The document appears to be a historical text, likely a set of propositions or theses, written in Latin. The title mentions "AMORE ET STUDIO IUDICANDAE VERITATIS" and references "Wittenberge" and "R. P. Martino Luther." This strongly suggests it is one of Martin Luther's famous writings, most likely the Ninety-five Theses, which were famously posted in Wittenberg.
Here is the extracted information:
{ "persons_mentioned": ["Martin Luther"], "places_mentioned": ["Wittenberge"], "general_topic": "A theological disputation or set of propositions concerning repentance, indulgences, purgatory, and the authority of the Pope, characteristic of Martin Luther's early Reformation writings.", "important_dates": ["MDXVII"] }
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']}