HaoyuHuang2 commited on
Commit
a05cf14
·
verified ·
1 Parent(s): c5f94d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,13 +4,15 @@ license: apache-2.0
4
  license_link: https://huggingface.co/Qwen/Qwen3-8B/blob/main/LICENSE
5
  pipeline_tag: text-generation
6
  base_model:
7
- - HaoyuHuang/DeepRefine-v1-8B
8
  ---
9
 
10
  # DeepRefine-v1-8B
11
 
12
  A general LLM-based reasoning model for agent-compiled knowledge refinement that improves the quality of any pre-constructed knowledge bases with user queries to make it more suitable for the downstream tasks.
13
 
 
 
14
  ## Simple Demo
15
  Below is a single refinement process with respect to a specfic query and pre-defined results from its interactions with any databases.
16
 
 
4
  license_link: https://huggingface.co/Qwen/Qwen3-8B/blob/main/LICENSE
5
  pipeline_tag: text-generation
6
  base_model:
7
+ - Qwen/Qwen3-8B
8
  ---
9
 
10
  # DeepRefine-v1-8B
11
 
12
  A general LLM-based reasoning model for agent-compiled knowledge refinement that improves the quality of any pre-constructed knowledge bases with user queries to make it more suitable for the downstream tasks.
13
 
14
+ Paper: https://huggingface.co/papers/2605.10488
15
+
16
  ## Simple Demo
17
  Below is a single refinement process with respect to a specfic query and pre-defined results from its interactions with any databases.
18