This is the repository for the website of the paper SPHERE: An Evaluation Card for Human-AI Systems (Ma & Zhao, et al., 2025) (Arxiv).
If you have paper(s) that evaluate human-AI system(s), we would love to feature them on our website!
- You can use our issue template to
Add a new paperhere. - If you have multiple papaers to add, you can create a pull request (PR) to update
./data/annotated_papers.csvin this repository. - Otherwise, you can also use the interface we provide on the website by Export > Add Paper to Website.
We will try to monitor the issue and PR regularly, but in case there is considerable delay, please feel free to send an email to us.
For those who have direct edit access to the repository, you can follow the steps below to update the website:
- Update
./data/annotated_papers.csvwith the new paper information. - Run
./data/convert_json.pyto convert the CSV file to JSON. - Test the website locally (
npm run dev) to make sure the new paper is displayed correctly.
We welcome your feedback and contribution!
- Clone the repository
git clone
cd - Install required libraries
npm ci- Run the development server
npm run dev- Open http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This website/repo is adapted from https://writing-assistant.github.io/.