\begin{table*}[h]
\centering
\makebox[\textwidth][c]{%
    \resizebox{1\textwidth}{!}{%
        \begin{tabular}{|l|p{19cm}|}
        \hline
        \textbf{Purpose} & \textbf{Prompt part} \\
        \hline
        define system role & {You are an information extraction assistant. Output must be valid JSON string with the keys 'SUBJECT', 'EVENT\_TYPE', 'ATTRIBUTE', 'VALUE' and the correct values corresponding to these keys.} \\ \hline
        
        instructions & {From the input, extract structured information units that each represent a single biographical event and have these fields: 'SUBJECT', 'EVENT\_TYPE', 'ATTRIBUTE', 'VALUE'"} \\ \hline
        
        avoid inference & {Only extract information present in the INPUT. Do not add new information or any information from your training data.} \\ \hline
        
        restrict scope (fields) & {Consider only the following EVENT\_TYPEs and ATTRIBUTES, skip all others:  [...]} \\ \hline
        
        restrict scope (subject) & {Only structured information on the following target person is relevant: [...]} \\ \hline
        
        source fidelity & {Keep the original wording of the short text fragment where the extracted information was found. Do not change the original wording}\\ \hline

        output format & {In your response, do not add any explanation or comments, instead return only the structured data.} \\ \hline
        
        completeness & {It is important that you exract as much information as possible!!} \\ \hline
        
        Few shot instructions & {The following is an example for the correct OUTPUT you should generate for a given INPUT. INPUT:} \\ \hline

        example input & {INPUT: Görtz, Adolf Erzählung (Kinder- und Jugendliteratur) 31.5. 1920, Köln. 1958-61 Studium am Institut für Lit. „Johannes R. Becher“. Ehrenurk. im Preisausschreiben anläßlich der IV. Weltfestspiele der Jugend und Studenten (1953); 3. Preis im Preisausschreiben des Ministeriums für Kultur (Kinder- und Jugendliteratur) (1953); Lobende Anerkennung im gleichen Preisausschreiben (1954), Leipzig C 1, Jacobstraße 14. Schriftsteller der Deutschen Demokratischen Republik. Bearbeiter des biographischen Teils: Joachim Ret, Egon Sartorius. Bearbeiter des bibliographischen Teils: Helmut Donner, Hans Heininger. Leipzig 1961.} \\ \hline

        example output & {hallo}
        
        
        \\ \hline
        \end{tabular}
    }%
}
\caption{}
\label{tab: prompt}
\end{table*}