|
1 | 1 | export const questions = [ |
2 | 2 | "What is the title of the paper", |
3 | 3 | "Which year was the paper published", |
4 | | - "What are all of the author's names, in the format (J. Doe) in a \"¶\" separated list. Reply N/A if authors are not found", |
5 | | - "What is the part no. of the part studied by the paper. If there is more than one, list in a \";\" separated list", // There can be more than one part no. in a paper |
6 | | - "What is the type of part or parts (eg. switching regulator) mentioned in the paper. If there is more than one, list in a \";\" separated list", |
7 | | - "Who is the manufacturer. If there is more than one, list in a \";\" separated list", // There can be more than one manufacturer in a paper if multiple parts are mentioned |
| 4 | + "What are all of the author's names, in the format (J. Doe) in a \"¶\" separated list", |
| 5 | + "What is the part no. of the part studied by the paper. If there is more than one, list them", // There can be more than one part no. in a paper |
| 6 | + "What is the type of part or parts (eg. switching regulator) mentioned in the paper. If there is more than one, list them", |
| 7 | + "Who is the manufacturer. If there is more than one, list them", // There can be more than one manufacturer in a paper if multiple parts are mentioned |
8 | 8 | "What is the type of testing location: Respond to this question with \"Terrestrial\" for a terrestial testing location, or \"Flight\" for a flight testing location", |
9 | 9 | "What type of testing was done: Respond to this question with \"TID\" for Total Ionizing Dose testing, \"SEE\" for heavy ion, proton, laser, or neutron testing, \"DD\" for displacement damage testing, or \"OTHER\" if you are not completely 100% sure", |
10 | 10 | // In-progress prompts, bad results |
11 | | - "If Total Ionizing Dose testing was performed, then list which of the following tests were done in a \"¶\" separated list: Co60, ELDRS, Protons, Electrons. Otherwise, reply N/A", |
12 | | - "If single event effects testing using heavy ion, proton, laser, or neutron was done, then list which of the following tests were done in a \"¶\" separated list: Reply SEU for single event upset, SET for single event transient, SEFI for single event functional interrupt, SEL for single event latchup, SEB for single event burnout, SEGR for gate rupture, Dose rate for dose rate. Otherwise, reply N/A", |
13 | | - "If displacement damage testing was performed, then list which of the following tests were conducted in a \"¶\" separated list: Reply \"Protons\" for proton damage, \"Neutrons\" for neutron damage. Otherwise, reply N/A", |
| 11 | + // "If Total Ionizing Dose testing was performed, then list which of the following tests were done in a \"¶\" separated list: Co60, ELDRS, Protons, Electrons. Otherwise, reply N/A", |
| 12 | + // "If single event effects testing using heavy ion, proton, laser, or neutron was done, then list which of the following tests were done in a \"¶\" separated list: Reply SEU for single event upset, SET for single event transient, SEFI for single event functional interrupt, SEL for single event latchup, SEB for single event burnout, SEGR for gate rupture, Dose rate for dose rate. Otherwise, reply N/A", |
| 13 | + // "If displacement damage testing was performed, then list which of the following tests were conducted in a \"¶\" separated list: Reply \"Protons\" for proton damage, \"Neutrons\" for neutron damage. Otherwise, reply N/A", |
14 | 14 |
|
15 | | - "Summarize the paper's test results with a strong emphasis on the data collected from the tests", |
16 | | - "Reference the page number for each answer for the above questions in a \"¶\" separated list. If you are unable to give a page number or the answer is N/A, provide the answer N/A" |
| 15 | + "Summarize the paper's test results in 3 lines", |
| 16 | + // "Reference the page number for each answer for the above questions in a \"¶\" separated list. If you are unable to give a page number or the answer is N/A, provide the answer N/A" |
17 | 17 | ]; |
18 | 18 |
|
19 | 19 | export const prompt = `Please answer the following questions, as concisely as possible, and with a heavy emphasis on numbers instead of words.\n |
20 | | - Use standard text. |
| 20 | + Use standard text and do not provide citations for any answer. |
21 | 21 | If you are unable to answer the question accurately, provide the answer N/A. |
22 | 22 | Answer each question, and separate the answers with a "ø" character as a delimiter.\n`; |
23 | 23 |
|
|
0 commit comments