Skip to content

Instantly share code, notes, and snippets.

View jayy-77's full-sized avatar
🎯
Focusing

Jay Prajapati jayy-77

🎯
Focusing
View GitHub Profile
---
name: finpaper-convert
description: >
Convert a finance paper into a Harbor finance hard-tier task. Runs 9
phases (Design β†’ Branch β†’ Data Gen β†’ Starter β†’ Oracle β†’ Tests β†’ LLM Judge
β†’ Validate β†’ Draft PR) with 6 human checkpoints. Bakes in finance-specific
discipline: filter-canon annotation, QA_* contamination rows, calibration
cohort for sparse-density cutoffs, independent-anchor recomputation in
tests, and an aggregate LLM judge threshold.
disable-model-invocation: true
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Map;
import java.util.Scanner;
public class Compiler {
static ArrayList<String> list = new ArrayList<>();
static int flag = 0;
public static void main(String args[]) throws FileNotFoundException {