gitextract_urfqphok/ ├── .gitignore ├── LICENSE ├── README.md ├── examples/ │ ├── example_input.jsonl │ ├── example_output.jsonl │ ├── example_output_extracted.jsonl │ └── example_rules.txt ├── extract_label.py ├── extract_label.sh ├── get_probability.py ├── get_probability.sh ├── infer_shieldlm.py ├── infer_shieldlm.sh ├── requirements.txt └── train_code/ ├── config.py ├── data_helper.py ├── ds_config_hf.json ├── requirements.txt ├── run_decoderonly_hf.sh ├── sft_data/ │ └── data.json ├── sft_data_process.py └── train_decoderonly_hf.py