MCPcopy Create free account

hub / github.com/19PINE-AI/ikp / functions

Functions549 in github.com/19PINE-AI/ikp

FunctionTip
({ active, payload }: any)
website/src/pages/Densing.tsx:433
FunctionVendorTag
({ vendor }: { vendor: string | null | undefined })
website/src/components/Tag.tsx:3
FunctionVerdictTag
({ verdict }: { verdict: string })
website/src/components/Tag.tsx:30
FunctionViewToggle
({ view, setView, }: { view: "both_wrong" | "disagreement"; setView: (v: "both_wrong" | "disagreement"
website/src/pages/FingerprintPair.tsx:136
Method__init__
( self, api_key: Optional[str] = None, base_url: str = "https://openrouter.ai/api/v1",
src/api_client.py:22
Method__init__
(self, X, y)
scripts/15_densing_law_analysis.py:33
Method__init__
(self, path: str | Path)
pipeline/store.py:45
Methodassign_tiers
Assign tiers and apply monotonicity + range filtering to all calibrated probes.
pipeline/store.py:105
Functioncalibrate_on_landmark
Query one landmark and judge. Returns (landmark_name, correct, response).
pipeline/calibrate.py:23
Functioncalibrate_probe
Run one probe through all 6 landmarks in parallel.
pipeline/calibrate.py:30
Functioncall_judge
(probe_id, question, gold, response, http)
scripts/strict_rejudge_v4flash.py:50
Functioncheck
(entry)
scripts/clean_flag_researchers.py:25
Functioncreate_ollama_judge
Create a judge function using a local Ollama model.
src/scorer.py:93
Functionecr
Effective capacity ratio: 10**(predicted - actual log_params).
scripts/penalty_sensitivity.py:81
Functionenrich_one
(probe_id, name, openalex_url, gold_subfield)
scripts/enrich_researcher_gold.py:187
Functioneval_model_wrapper
(args)
scripts/run_evaluation.py:477
Functioneval_one
(probe)
scripts/run_evaluation.py:283
Functioneval_one
(probe)
scripts/rerun_researcher_probes.py:180
Functioneval_one
(probe)
scripts/ikp_estimate.py:434
Functioneval_one
(probe)
scripts/legacy/retry_model.py:188
Functionfetch_label
(lbl)
scripts/clean_flag_wikidata.py:51
Functionformat_done
(model, result, error, elapsed)
cli/evaluate.py:64
Methodget_pending
Get probes that haven't been tested on this landmark yet.
pipeline/store.py:93
Functionis_cs_venue
(venue_name: str)
scripts/enrich_researcher_gold.py:96
Functionjudge
(question: str, gold: str, response: str)
scripts/ikp_estimate.py:150
Functionloo_cv
Leave-one-out median multiplicative error in predicted params (10**slope*acc+intercept).
scripts/penalty_sensitivity.py:65
Functionmonths_since
(date_str: str, ref: datetime = REF_DATE)
scripts/15_densing_law_analysis.py:87
Functionpatch_one_probe
(rec)
scripts/patch_429_failures.py:122
Functionquery
(question: str)
scripts/ikp_estimate.py:102
Functionquery_one
(args)
pipeline/generate_researchers.py:218
Functionquery_openalex_author
Query OpenAlex for author info. Max 2 retries with backoff.
scripts/legacy/fill_researcher_probes.py:148
Functionredraw_loop
()
cli/progress.py:116
FunctionregimeFor
(hss: number, jaccard: number, bothW: number)
website/src/pages/Fingerprint.tsx:27
Functionrun_one
(mn, mi)
scripts/rerun_researcher_probes.py:358
Functionrunner
(i: int, m: dict)
cli/progress.py:135
Functionscore_researcher_probe
Score a researcher probe response. The response should mention the researcher's field. Accept if: - Response contains the gold field or a
src/llm_judge.py:90
Functionscore_with_llm_judge
Use an LLM as judge for complex matching cases. This is the fallback when simple matching fails. The judge LLM evaluates whether the response
src/llm_judge.py:115
Functionsearch_and_build_probes
Search the web for entities matching a tier's frequency band, then build probes from the discovered facts. Args: client: OpenRouterCl
scripts/10_web_grounded_probes.py:87
Methodset_calibration
Record a calibration result for one probe on one landmark.
pipeline/store.py:98
Functionsort_key
(item)
scripts/run_all_models.py:104
Functiontest_model
Test a model in both normal and thinking modes.
scripts/legacy/test_thinking_modes.py:32
Functiontest_one
(probe)
scripts/legacy/calibrate_probes_parallel.py:122
Functiontest_probe
(probe_idx, probe, model_id, model_type)
scripts/legacy/calibrate_batch2.py:126
Functiontest_probe
(probe_idx, probe, model_id, model_type)
scripts/legacy/calibrate_batch3.py:126
Functiontest_probe
(probe_idx, probe, model_id, model_type)
scripts/legacy/fix_calibration.py:131
Functiontest_probe_on_landmark
Test one probe on one landmark model. Returns (correct, response_snippet).
scripts/legacy/calibrate_landmarks.py:228
Functiontest_probe_on_model
Test a single probe on a single model.
scripts/legacy/run_calibration.py:141
Functiontex_escape
Escape special LaTeX characters in a string.
paper/figures/generate_appendix_figures.py:81
Functionwork
(model: dict, set_status)
cli/evaluate.py:36
← previous501–549 of 549, ranked by callers