kasnerz / factgenie

A Toolkit for Annotating and Visualizing LLM Hallucinations
MIT License
1 stars 0 forks source link

Display individual examples for each batch #10

Open kasnerz opened 3 weeks ago

kasnerz commented 3 weeks ago

On the page for a crowdsourcing campaign, we show only the status for individual batches and the number of examples in each batch:

It would be useful to also display the examples that are selected for the batch. This information is stored in the db.csv file in the campaign folder, but it is not visible in the web interface.

The solution I imagine is the following:

For consistency, the information about an individual examples should be as similar as possible to what we have on the LLM eval pages (where we have no batches).