Back to list
TerryTong-Git

exps-performance

by TerryTong-Git

Claude Code project configuration for ToolProj

0🍴 0📅 Jan 14, 2026

SKILL.md


name: exps-performance description: Documentation for the main LLM performance experiments (exps_performance)

exps_performance - Main Performance Experiments

Purpose

Run LLM inference on algorithmic problems, collect CoT rationales and evaluate correctness.

Key Files

FilePurpose
src/exps_performance/main.pyMain runner
src/exps_performance/dataset.pyDataset definitions
src/exps_performance/arms.pyEvaluation arms (NL, code_sim, code_exec)
src/exps_performance/llm.pyLLM interface
src/exps_performance/analysis.pyAnalysis and plotting
src/exps_performance/noise.pyNoise injection experiments

Results Structure

src/exps_performance/results/
  {model}_seed{seed}/
    tb/
      run_{timestamp}/
        res.jsonl  # Main results file

res.jsonl Schema

FieldDescription
kindProblem type (e.g., "knap", "bellman_ford")
digitProblem size/digits
nl_correctNL evaluation result
code_correctCode execution result
sim_correctCode similarity result
modelModel name
seedRandom seed

Data Sources

  • Performance results: src/exps_performance/results/{model}_seed{seed}/tb/run_*/res.jsonl
  • Excludes gsm8k from accuracy calculations in logistic analysis

Running Commands

# Run main experiment
uv run python src/exps_performance/main.py --model <model> --seed <seed>

# Run analysis
uv run python src/exps_performance/analysis.py

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon