├── .gitignore ├── LICENSE ├── README.md ├── ground_truth_gen ├── polished_rl_training_data.csv └── r1_distill_reasoning_graph_extraction.ipynb └── train └── Qwen_GRPO_Graph_Extraction.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wey-gu/grpo-graph-extraction/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wey-gu/grpo-graph-extraction/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wey-gu/grpo-graph-extraction/HEAD/README.md -------------------------------------------------------------------------------- /ground_truth_gen/polished_rl_training_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wey-gu/grpo-graph-extraction/HEAD/ground_truth_gen/polished_rl_training_data.csv -------------------------------------------------------------------------------- /ground_truth_gen/r1_distill_reasoning_graph_extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wey-gu/grpo-graph-extraction/HEAD/ground_truth_gen/r1_distill_reasoning_graph_extraction.ipynb -------------------------------------------------------------------------------- /train/Qwen_GRPO_Graph_Extraction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wey-gu/grpo-graph-extraction/HEAD/train/Qwen_GRPO_Graph_Extraction.ipynb --------------------------------------------------------------------------------