├── README.md ├── data_generation.py ├── images └── main_results.png ├── inference.py ├── my_config.yaml ├── pipeline └── reasonrag_pipeline.py ├── preference_data_generatoin.py └── training_config └── qwen_dpo.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/README.md -------------------------------------------------------------------------------- /data_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/data_generation.py -------------------------------------------------------------------------------- /images/main_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/images/main_results.png -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/inference.py -------------------------------------------------------------------------------- /my_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/my_config.yaml -------------------------------------------------------------------------------- /pipeline/reasonrag_pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/pipeline/reasonrag_pipeline.py -------------------------------------------------------------------------------- /preference_data_generatoin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/preference_data_generatoin.py -------------------------------------------------------------------------------- /training_config/qwen_dpo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wlzhang2020/ReasonRAG/HEAD/training_config/qwen_dpo.yaml --------------------------------------------------------------------------------