Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.68 KB

Generating Competency Question using LLMs

Domains

Parameter setting

  • .env.example: environment and parameters settings, needs to replace the value of API KEY with your own OPENAI api key.

Code(hci)

Data(hci)

Results(hci)

  • gpt-output: output of the generate-iteration.py, contains generative CQs with different number of papers as input to the RAG, differnt temperature, and different iteration.
  • all-cos-results: cosinie similarity of all pairs of (genCQs, gtCQs), here in HCI is 15*15 pairs
  • highest-cos-results: cosinie similarity of best pairs of (genCQs, gtCQs), here in HCI is 15 pairs
  • metric-results: Precision and Recall for 10 iteration

Analysis(hci)