This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 { |