KevinZeng08 / sigmod-2024-contest

🏆 The winner code for ACM SIGMOD 2024 Programming Contest. Efficient and Accurate Hybrid Vector Search
4 stars 0 forks source link

Can you describe what the contest goals are? The link to the contest site is down. #1

Open zlccccc opened 3 weeks ago

zlccccc commented 3 weeks ago

可以介绍一下竞赛目标是啥么?竞赛网站链接挂了

KevinZeng08 commented 3 weeks ago

Hi. This contest gives a set of entries, each entry consists of one vector and several attributes, divided into the base dataset for indexing and query dataset for query. We need to query the Top-K entries in the base dataset with each query entry, by minimizing the distance between vectors and matching the attributes of the base entries (i.e. hybrid vector search). The goal is to achieve the highest recall of the query dataset within the specified time (20 minutes).