├── 496_multi_defendant_legal_judgment (2).pdf ├── README.md ├── dataset └── dataset-v5 │ ├── data_preprocess_for_transform.py │ ├── data_v5.03.zip │ └── generate_sub_data.py ├── environment.yml ├── models └── HRN │ ├── config │ ├── run_raw_base.sh │ ├── run_raw_data.sh │ └── test_raw_data.sh │ ├── main.py │ ├── single_test.py │ ├── src │ ├── cal_sample_weight.py │ ├── data_collator.py │ ├── data_templates.py │ ├── debug.py │ ├── model.py │ ├── mt5_fid.py │ └── text_match.py │ └── test.py └── tools ├── tensor_tools.py └── terminal2file.py /496_multi_defendant_legal_judgment (2).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/496_multi_defendant_legal_judgment (2).pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/README.md -------------------------------------------------------------------------------- /dataset/dataset-v5/data_preprocess_for_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/dataset/dataset-v5/data_preprocess_for_transform.py -------------------------------------------------------------------------------- /dataset/dataset-v5/data_v5.03.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/dataset/dataset-v5/data_v5.03.zip -------------------------------------------------------------------------------- /dataset/dataset-v5/generate_sub_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/dataset/dataset-v5/generate_sub_data.py -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/environment.yml -------------------------------------------------------------------------------- /models/HRN/config/run_raw_base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/config/run_raw_base.sh -------------------------------------------------------------------------------- /models/HRN/config/run_raw_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/config/run_raw_data.sh -------------------------------------------------------------------------------- /models/HRN/config/test_raw_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/config/test_raw_data.sh -------------------------------------------------------------------------------- /models/HRN/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/main.py -------------------------------------------------------------------------------- /models/HRN/single_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/single_test.py -------------------------------------------------------------------------------- /models/HRN/src/cal_sample_weight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/src/cal_sample_weight.py -------------------------------------------------------------------------------- /models/HRN/src/data_collator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/src/data_collator.py -------------------------------------------------------------------------------- /models/HRN/src/data_templates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/src/data_templates.py -------------------------------------------------------------------------------- /models/HRN/src/debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/src/debug.py -------------------------------------------------------------------------------- /models/HRN/src/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/src/model.py -------------------------------------------------------------------------------- /models/HRN/src/mt5_fid.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /models/HRN/src/text_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/src/text_match.py -------------------------------------------------------------------------------- /models/HRN/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/models/HRN/test.py -------------------------------------------------------------------------------- /tools/tensor_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/tools/tensor_tools.py -------------------------------------------------------------------------------- /tools/terminal2file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CURRENTF/HRN/HEAD/tools/terminal2file.py --------------------------------------------------------------------------------