stockmatch-synthetic
收藏资源简介:
StockMatch Synthetic Dataset 是一个合成的股票档案数据集,包含 12,500 个样本,专门用于构建基于 AI 的股票推荐系统。每个样本融合了关键的数值财务指标与由 Qwen2.5 大型语言模型生成的业务摘要文本。数据集经过探索性数据分析(EDA)处理:移除了内部行索引(stock_id)和公司全名(company_name),仅保留 ticker 作为唯一标识;所有特征均无缺失值;数值分布中虽存在市场自然极端值,但无完全不可能或损坏的值;每行具有唯一的 ticker 符号,确保股票实体的唯一性。该数据集适用于表格分类、特征提取、股票推荐、向量搜索等任务,数据规模在 10,000 到 100,000 条之间,采用 MIT 许可证。
StockMatch Synthetic Dataset is a synthetic stock profile dataset containing 12,500 samples, specifically designed for building AI-based stock recommendation systems. Each sample integrates key numerical financial indicators with business summary texts generated by the Qwen2.5 large language model. The dataset has undergone exploratory data analysis (EDA) processing: internal row indices (stock_id) and company full names (company_name) have been removed, leaving only ticker as the unique identifier; all features have no missing values; although there are market natural extreme values in numerical distributions, there are no completely impossible or corrupted values; each row has a unique ticker symbol, ensuring the uniqueness of stock entities. The dataset is suitable for tasks such as tabular classification, feature extraction, stock recommendation, and vector search, with a data size between 10,000 and 100,000 entries, and is licensed under the MIT license.
StockMatch Synthetic 数据集详情
数据集概述
该数据集包含 12,500 个合成股票档案,专为构建 AI 驱动的股票推荐系统而设计。数据集将关键的数值财务指标与 LLM 生成的业务摘要(使用 Qwen2.5 模型)相结合。
数据集信息
- 许可证:MIT
- 任务类别:表格分类、特征提取
- 标签:金融、股票推荐、合成、向量搜索
- 数据规模:10K < n < 100K
数据探索与清洗摘要
1. 无关列移除
移除了内部行索引(stock_id)和完整公司名称(company_name)等非必要标识符,保留 ticker 作为主要唯一标识符。
2. 缺失值检查
对所有特征进行了缺失值检查,结果显示 0 缺失值。这符合市场预期,因为基本面股票市场数据是公开且普遍可获取的。
3. 异常值与极端值分析
分析了数值分布的异常情况。虽然存在自然的市场极端值(例如,高增长科技股与低贝塔公用事业股),但未发现完全不可能或损坏的值。
4. 重复记录检查
检查了重复记录。虽然自动生成的公司名称存在轻微重叠,但每一行都拥有 唯一的 ticker 符号,确保了股票实体的独特性。
包含文件
data_science_FP_updated.ipynb:完整 notebook,包含数据生成、EDA、可视化、Embedding 基准测试、FAISS 索引和生成流程。




