sefeoglu / ODS_project_student

A new ontology matcher.
GNU General Public License v3.0
0 stars 2 forks source link

Prompting LLM for all the prompt types #29

Open sefeoglu opened 8 months ago

sefeoglu commented 8 months ago

Hi @JulianSampels, Could you help @Tazio-Faha in adapting the codes for getting all the prompts from results_prompts and save them in a similar format here ?

https://github.com/sefeoglu/ODS_project_student/blob/a1737087a67a92da432237d9420e80e433b80914/src/llm-prompting/LLM_answer.py#L43-L53

Thanks in advance, Best.

JulianSampels commented 8 months ago

@Tazio-Faha I implemented the import and export for all the prompts which need to be run on the llm. Just call your llm function here: https://github.com/sefeoglu/ODS_project_student/blob/771c7d3c255e989cb2a1b4a81e0bfaf35936dbc9/src/ProjectODS.py#L161-L162

prompt need to be run on the llm and the result needs to be saved to yesOrNo so call something like

yesOrNo = llm(prompt)