zhongshsh commited on
Commit
04e55b7
·
verified ·
1 Parent(s): b083592

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -18,9 +18,9 @@ base_model: Qwen/Qwen3-1.7B
18
  datasets:
19
  - cx-cmu/GEO-Bench
20
  ---
21
- # AutoGEO<sub>Mini</sub> (Qwen1.7B, GEOBench)
22
 
23
- AutoGEO<sub>Mini</sub> (Qwen1.7B, GEOBench) is a GEO model designed to improve how web document is incorporated into answers generated by **LLM-based search engines**.
24
 
25
  The model rewrites a given document to better match the preferences of generative engines (e.g., GPT, Gemini, Claude), with the goal of increasing the document’s **visibility and coverage** in generated responses, while **preserving the original meaning and factual content**.
26
 
@@ -41,7 +41,7 @@ from autogeo.rewriters import rewrite_document
41
 
42
  rewritten_text = rewrite_document(
43
  document="Input text.",
44
- dataset="GEOBench",
45
  engine_llm="gemini",
46
  model_path="cx-cmu/AutoGEO_mini_Qwen1.7B_ResearchyGEO",
47
  )
@@ -53,7 +53,7 @@ Evaluation:
53
  python -m autogeo.evaluate \
54
  --model autogeo_mini \
55
  --model_path cx-cmu/AutoGEO_mini_Qwen1.7B_ResearchyGEO \
56
- --dataset GEOBench
57
  ```
58
 
59
 
@@ -62,7 +62,7 @@ python -m autogeo.evaluate \
62
 
63
  * **Paper:** [https://arxiv.org/abs/2510.11438](https://arxiv.org/abs/2510.11438)
64
  * **Code:** [https://github.com/cxcscmu/AutoGEO](https://github.com/cxcscmu/AutoGEO)
65
- * **Dataset:** [https://huggingface.co/datasets/cx-cmu/GEOBench](https://huggingface.co/datasets/cx-cmu/GEOBench)
66
 
67
  ## Citation
68
 
 
18
  datasets:
19
  - cx-cmu/GEO-Bench
20
  ---
21
+ # AutoGEO<sub>Mini</sub> (Qwen1.7B, GEO-Bench)
22
 
23
+ AutoGEO<sub>Mini</sub> (Qwen1.7B, GEO-Bench) is a GEO model designed to improve how web document is incorporated into answers generated by **LLM-based search engines**.
24
 
25
  The model rewrites a given document to better match the preferences of generative engines (e.g., GPT, Gemini, Claude), with the goal of increasing the document’s **visibility and coverage** in generated responses, while **preserving the original meaning and factual content**.
26
 
 
41
 
42
  rewritten_text = rewrite_document(
43
  document="Input text.",
44
+ dataset="GEO-Bench",
45
  engine_llm="gemini",
46
  model_path="cx-cmu/AutoGEO_mini_Qwen1.7B_ResearchyGEO",
47
  )
 
53
  python -m autogeo.evaluate \
54
  --model autogeo_mini \
55
  --model_path cx-cmu/AutoGEO_mini_Qwen1.7B_ResearchyGEO \
56
+ --dataset GEO-Bench
57
  ```
58
 
59
 
 
62
 
63
  * **Paper:** [https://arxiv.org/abs/2510.11438](https://arxiv.org/abs/2510.11438)
64
  * **Code:** [https://github.com/cxcscmu/AutoGEO](https://github.com/cxcscmu/AutoGEO)
65
+ * **Dataset:** [https://huggingface.co/datasets/cx-cmu/GEO-Bench](https://huggingface.co/datasets/cx-cmu/GEO-Bench)
66
 
67
  ## Citation
68