ModelHub XC 0240295a6e 初始化项目,由ModelHub XC社区提供模型
Model: cx-cmu/AutoGEO_mini_Qwen1.7B_Ecommerce
Source: Original Platform
2026-05-09 17:54:25 +08:00

license, language, tags, library_name, pipeline_tag, base_model, datasets
license language tags library_name pipeline_tag base_model datasets
mit
en
text-rewriting
web
generative-engine-optimization
geo
reinforcement-learning
grpo
qwen3
transformers
safetensors
transformers text-generation Qwen/Qwen3-1.7B
cx-cmu/E-commerce

AutoGEOMini (Qwen1.7B, E-commerce)

AutoGEOMini (Qwen1.7B, E-commerce) is a GEO model designed to improve how web document is incorporated into answers generated by LLM-based generative engines.

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 documents visibility and coverage in generated responses, while preserving the original meaning and factual content.

⚠️ This model is trained for the generative engine powered by gemini-2.5-flash-lite on dataset E-commerce. If you intend to use AutoGEOMini with other types of generative engines or datasets, you must post-train Qwen/Qwen3-1.7B using our code.

This model is part of the AutoGEO framework proposed in the paper

📄 Paper: "What Generative Search Engines Like and How to Optimize Web Content Cooperatively"
👥 Authors: Yujiang Wu*, Shanshan Zhong*, Yubin Kim, Chenyan Xiong (*Equal contribution)
🚀 Code: AutoGEO on GitHub

Usage

This model is designed to be used through the AutoGEO framework. Try it out in huggingface Space or

Quick starts:

from autogeo.rewriters import rewrite_document

rewritten_text = rewrite_document(
    document="Input text.",
    dataset="E-commerce",
    engine_llm="gemini",
    model_path="cx-cmu/AutoGEO_mini_Qwen1.7B_ResearchyGEO",
)

Evaluation:

python -m autogeo.evaluate \
  --model autogeo_mini \
  --model_path cx-cmu/AutoGEO_mini_Qwen1.7B_ResearchyGEO \
  --dataset E-commerce

Citation

If you use this model, please cite:

@article{wu2025generative,
  title={What Generative Search Engines Like and How to Optimize Web Content Cooperatively},
  author={Wu, Yujiang and Zhong, Shanshan and Kim, Yubin and Xiong, Chenyan},
  journal={arXiv preprint arXiv:2510.11438},
  year={2025}
}
Description
Model synced from source: cx-cmu/AutoGEO_mini_Qwen1.7B_Ecommerce
Readme 2.1 MiB
Languages
Python 88.9%
Jinja 11.1%