2023-09-20 AI Amir Support

 

Produce report

image-20230920133224625

 

Izveidot validation kopu, manuāli atlastot 100 atvērtos un 100 aizvērtos jautājumus

 

Beakdown:

  1. Mannaly find 100 open questions, 100 closed questions (yes/no answers or answer with single word) => CSV dataset

  2. Using openai API GPT4 Create hyper-param search of different prompt structures based on guidelines: http://share.yellowrobot.xyz/quick/2023-9-11-F1B1EF12-EC43-40FC-B3FD-8AC486BC8196.html

  3. Examples python

     

 

  1. Example: ” \n\n Classify Text above as “Open Question” or “Closed Question” (Question that can be answerd with “Yes” or “No” or using Single Word):

    Run this on validation dataset -> Calc Acc, F1

  2. Test also hyper params

    1. temperature = 0, n=1

    2. temperature=0.3, n=3 => Get by voting

    3. temperature=0.5, n=3 => Get by voting

  3. Test effect of system_prompt to results - at least 10 different system_prompt

  4. Test at least 50 prompt combinations

  5. Produce report, identify best prompt configuration

  6. Mine whole dataset using this configuration (run it only on Questions)