---
title: "BizFinBench"
type: "tool"
slug: "hithink-research-bizfinbench"
canonical_url: "https://www.graphcanon.com/tools/hithink-research-bizfinbench"
github_url: "https://github.com/HiThink-Research/BizFinBench"
homepage_url: "https://hithink-research.github.io/BizFinBench/"
stars: 167
forks: 12
primary_language: "Python"
license: null
archived: false
categories: ["llm-frameworks", "evaluation-observability"]
tags: ["llm", "benchmark", "python", "finance", "llm-benchmarking", "llm-evaluation"]
updated_at: "2026-07-11T12:01:55.619756+00:00"
---

# BizFinBench

> A Business-Driven Real-World Financial Benchmark for Evaluating LLMs

A Business-Driven Real-World Financial Benchmark for Evaluating LLMs

## Facts

- Repository: https://github.com/HiThink-Research/BizFinBench
- Homepage: https://hithink-research.github.io/BizFinBench/
- Stars: 167 · Forks: 12 · Open issues: 0 · Watchers: 2
- Primary language: Python
- Last pushed: 2026-05-01T01:36:34+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Steady (computed 2026-07-11T12:01:36.723Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 90 low) · last scan 2026-07-11T12:01:43.843Z
- Full report: [trust report](/tools/hithink-research-bizfinbench/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/hithink-research-bizfinbench/trust)

## Categories

- [LLM Frameworks](/categories/llm-frameworks.md)
- [Evaluation & Observability](/categories/evaluation-observability.md)

## Tags

llm, benchmark, python, finance, llm-benchmarking, llm evaluation

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [awesome](/tools/sindresorhus-awesome.md) - 😎 Curated list of awesome topics including hardware resources (★ 484,026) [Active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [open-webui](/tools/open-webui-open-webui.md) - User-friendly AI Interface (Supports Ollama, OpenAI API, ...) (★ 145,029) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
### Install requirements
```sh
pip install -r requirements.txt
```

---

### Quick Start – Evaluate a Local Model

```sh
export MODEL_PATH=model/Qwen2.5-0.5B   # Path to the model to be evaluated
export REMOTE_MODEL_PORT=16668
export REMOTE_MODEL_URL=http://127.0.0.1:${REMOTE_MODEL_PORT}/model
export MODEL_NAME=Qwen2.5-0.5B
export PROMPT_TYPE=chat_template   # Hithink llama3 llama2 none qwen chat_template; chat_template is recommended

---

### Quick Start – Evaluate a Local Model and Score with a Judge Model

```sh
export MODEL_PATH=model/Qwen2.5-0.5B   # Path to the model to be evaluated
export REMOTE_MODEL_PORT=16668
export REMOTE_MODEL_URL=http://127.0.0.1:${REMOTE_MODEL_PORT}/model
export MODEL_NAME=Qwen2.5-0.5B
export PROMPT_TYPE=chat_template   # llama3 llama2 none qwen chat_template; chat_template is recommended

---

### Quick Start – Evaluate external apis (e.g., chatgpt)

```sh
export API_NAME=chatgpt # The api name, currently support chatgpt
export API_KEY=xxx # Your api key
export MODEL_NAME=gpt-4.1

---

## 📄 License
  **Usage and License Notices**: The data and code are intended and licensed for research use only.
License: Attribution-NonCommercial 4.0 International It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-use
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/hithink-research-bizfinbench`](/api/graphcanon/tools/hithink-research-bizfinbench)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
