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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -20,10 +20,12 @@ datasets:
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
 
 
 
27
  This model is part of the **AutoGEO** framework proposed in the paper
28
 
29
  📄 **Paper:** ["What Generative Search Engines Like and How to Optimize Web Content Cooperatively"](https://arxiv.org/abs/2510.11438)
 
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 generative 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
 
27
+ ⚠️ This model is trained for the generative engine powered by `gemini-2.5-flash-lite` on dataset `GEO-Bench`. If you intend to use AutoGEO<sub>Mini</sub> with other types of generative engines or datasets, you must post-train `Qwen/Qwen3-1.7B` using [our code](https://github.com/cxcscmu/AutoGEO).
28
+
29
  This model is part of the **AutoGEO** framework proposed in the paper
30
 
31
  📄 **Paper:** ["What Generative Search Engines Like and How to Optimize Web Content Cooperatively"](https://arxiv.org/abs/2510.11438)