Merged
Conversation
better629
reviewed
Sep 5, 2025
| # Replace the path with either: | ||
| # 1. Your local model checkpoint directory | ||
| # 2. Or a Hugging Face Hub repo id, e.g. Qwen/Qwen2.5-7B-Instruct | ||
| MODEL_PATH=/mnt/home/LLaMA-Factory/saves/Qwen2.5-7B-Instruct-Ret/full/sft |
| | ---------------- | ----------- | --------- | --------- | --------- | --------- | --------- | | ||
| | **LLaMA-3.1 8B** | Original | *45.57* | *54.64* | 45.87 | 32.08 | 44.54 | | ||
| | | R1-Searcher | 28.44 | 53.71 | *67.10* | *41.41* | *47.67* | | ||
| | | **CARE** | **49.94** | **63.09** | **75.29** | **51.00** | **59.83** | |
better629
reviewed
Sep 5, 2025
| This work represents a step toward making LLMs more accurate, reliable, and efficient for knowledge-intensive tasks. | ||
| ### Results Overview | ||
| <p align="center"> | ||
| <img src="assets/retrieval_results.png" alt="CARE Results" width="85%" style="display:inline-block;"/> |
| <p align="center"> | ||
| <img src="assets/method.png" width="80%"> | ||
| </p> | ||
| --- |
| git clone https://github.com/hiyouga/EasyR1.git | ||
| cd EasyR1 | ||
| pip install -e . | ||
| python CARE/scripts/load_script/load_model.py |
Member
There was a problem hiding this comment.
the cmd lines are discontinued, see the preview of readme.md
| } | ||
| ``` | ||
| 📌 *Whether to enable curriculum learning can be controlled in* | ||
| [`CARE/verl/trainer/config.py`](CARE/verl/trainer/config.py). |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.