Skip to content

llmeval/llmeval.github.io

Repository files navigation

LLMEval Official Website

Official website for the LLMEval research series by Fudan NLP Lab. The site collects papers, datasets, leaderboards, and short project notes for the LLMEval benchmark family.

Publications

Paper Venue GitHub Data
LLMEval-Logic arXiv 2026 LLMEval-Logic HF
LLMEval-Fair ACL 2026 Main LLMEval-Fair HF
LLMEval-Med EMNLP 2025 Findings LLMEval-Med HF
LLMEval AAAI 2024 LLMEval-1 · LLMEval-2 HF-1 · HF-2
LLMEval-Gaokao2024-Math Technical Report Llmeval-Gaokao2024-Math -

Tech Stack

  • Next.js 16 (App Router, Static Export)
  • Tailwind CSS v4 + Geist Font
  • TypeScript
  • @tanstack/react-table — interactive leaderboard with sorting/filtering
  • Framer Motion — smooth animations
  • next-themes — dark/light mode

Getting Started

npm install
npm run dev

Open http://localhost:3000.

Project Structure

src/
  app/              # Pages (Home, Papers, Leaderboard, Blog)
  components/       # Reusable UI components
  data/
    papers.ts       # Paper metadata (title, authors, venues, links)
    leaderboard.ts  # LLMEval-Fair leaderboard (30 models, 10 disciplines)
    blog.ts         # Blog posts with paper summaries

Updating Content

Papers — Edit src/data/papers.ts, add entries to the papers array.

Leaderboard — Edit src/data/leaderboard.ts, update leaderboardData.

Blog — Edit src/data/blog.ts, add new post objects with Markdown content.

Mirrored README filesrepo-readmes/ stores copies used by the website. When an upstream benchmark README changes, refresh the matching copy here so links and badges do not drift.

Deployment

Auto-deploys to GitHub Pages on push to main via .github/workflows/deploy.yml.

Manual build:

npm run build   # generates static site in out/

Contact

About

Official website for the LLMEval research series — Fudan NLP Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages