PAIR-code / llm-mediation-experiments

Platform for running experiments involving LLMs as online mediators.
Apache License 2.0
1 stars 3 forks source link

Create data export (CSV/tabular data) for experiment analysis #24

Open cjqian opened 1 month ago

cjqian commented 1 month ago

From the tech doc:

For analysis by experiment: provide CSV/tabular data for data export. Flatten data. Every stage has its own set of columns. Principles: be able to replay the experiment

vivtsai commented 1 week ago

@cjqian What exactly do you have in mind for this? Could it basically be the current JSON download, but in column form? Or are we missing anything?

cjqian commented 1 week ago

Good question; I think current JSON is probably fine for now. Let's keep this in the backlog until we have our first batch of feedback from experimenters (e.g. Mael, Clementine).