Human annotation for unit extraction quality and factuality.
- install flask
pip install flask - run
python app.pyto start the server - go to the localhost URL (most likely: http://127.0.0.1:5000)
- enter your name in the sign up page
- it will show the first default page (most likely instance_id=4 for gemini)
- change instance id from the URL, and the model name from the drop down available at the top of the page
- remember the name you sign up with. it will save your annotations under that directory name. annotations for the same instance_id, for different models, will be stored in the same json file.
Human annotation for unit extraction quality (completeness) and correctness (right label).
- install flask
pip install flask - run
python app.pyto start the server - go to the localhost URL (most likely: http://127.0.0.1:5000)
- enter your name in the sign up page
- click radio buttons for annotations
- use the 'go to entry' box at the bottom to jump to particular entry
- remember your username, the csv file will be stored under a folder of that name in your local pc.
- you can track entries in the csv file to take a pause and come back to annotating later.