We use an iterative ranking-and-improvement pipeline, combining LLM judges and human evaluations, to identify prompt styles that best support human understanding.
Visit: https://vica1106.github.io/Judging-the-Judges.github.io
src/
├── pages/
│ ├── Home.js # Homepage
│ ├── Leaderboard.js # Model rankings
│ ├── Prompts.js # Prompts & examples
│ ├── Results.js # Research results
│ ├── Team.js # Team members
│ └── BlogIndex.js # Blog posts
├── components/
│ ├── headers/ # Navigation header
│ └── footers/ # Page footer
└── images/ # Images and logo
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/Vica1106/Judging-the-Judges.git
cd Judging-the-Judges.github.io- Install dependencies:
npm install
# or
yarn installStart the development server:
npm start
# or
yarn startOpen http://localhost:3000 to view it in the browser.
The page will reload automatically when you make edits.
Build the app for production:
npm run build
# or
yarn buildThis creates an optimized build in the build folder.
This project uses GitHub Actions for automatic deployment.
Every push to the main branch automatically:
- Builds the project
- Deploys to GitHub Pages
Just push your changes:
git add .
git commit -m "your commit message"
git push origin mainThe website will be updated automatically in a few minutes! ✨
- Go to your repo Settings → Pages
- Under "Build and deployment", select GitHub Actions
| Command | Description |
|---|---|
npm start |
Run development server |
npm run build |
Build for production |
npm test |
Run tests |
- React - Frontend framework
- TailwindCSS - Utility-first CSS
- Styled Components - CSS-in-JS
- Framer Motion - Animations
- React Router - Routing
This project is for research purposes.
Visit the Team page to meet the researchers.
