-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathugphysics_judge.yaml
More file actions
34 lines (33 loc) · 1.09 KB
/
ugphysics_judge.yaml
File metadata and controls
34 lines (33 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ugphysics_judge:
resources_servers:
ugphysics_judge:
entrypoint: app.py
domain: knowledge
verified: false
description: Undergraduate physics QA verified by a TRUE/FALSE LLM judge with math-verify symbolic fallback
value: Score undergraduate-physics benchmarks (e.g. UGPhysics) where the judge is a TRUE/FALSE equivalence grader using a reference solution
should_use_judge: true
judge_model_server:
type: responses_api_models
name: judge_model
judge_responses_create_params:
input: []
max_output_tokens: 2048
temperature: 0.0
top_p: 1.0
use_chat_completions_for_judge: true
ugphysics_judge_simple_agent:
responses_api_agents:
simple_agent:
entrypoint: app.py
resources_server:
type: resources_servers
name: ugphysics_judge
model_server:
type: responses_api_models
name: policy_model
datasets:
- name: example
type: example
jsonl_fpath: resources_servers/ugphysics_judge/data/example.jsonl
license: Apache 2.0