semantic-search
github_semantic_searchSemantic-Search-dataset-for-EE5327701semantic-image-search-assetssiglip-semantic-image-search-assetssemantic-history-search
Semantic History (Synthetic)
Semantic History is a synthetic dataset for semantic history search research.It ships as three normalized Parquet tables:
Split
Description
docs
Search history records with url, title, description, frecency, last_visit_date, and tags.
queries
One row per query, tagged by profile and temporal/multi-label flags.
qrels
Relevance pairs linking queries ↔ docs with rank and relevance.
All content is synthetic (no real browsing logs).… See the full description on the dataset page: https://huggingface.co/datasets/frankjc2022/semantic-history-search.semantic_search_qualityThis is a synthetic dataset containing documents from Wikipedia, Cosmopedia, and CNN DailyMail news datasets containing search keywords that you can use for checking the quality of your semantic search engine
We have also released a library for generating your own synthetic dataset on your own data so you can perform tests.
To build your own datasets, refer Semantic Synth
