博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Team Project Proposal for ASE Course---query suggestion by 3D tag cloud
阅读量:6852 次
发布时间:2019-06-26

本文共 2971 字,大约阅读时间需要 9 分钟。

By Dongfei Yu

· Introduction

              • Due to my interests and previous research focus on web search and mining, so it’s easy to connect my proposal with web search. Generally speaking, what I want to do is making current query suggestion on commercial search engine more natural. We will do this with two main steps:

              • 1. Given a query, we will do query clustering from query log and select top k based on semantic similarity. There are many successful algorithms to achieve goal.

              • 2. Then we designed a friendly UI such as “3D rotating tag cloud” to display our suggestion depend on user’s current query.

We give a simple instance for describe my minds.

When user given a query such as “google”, we can get some related queries such as “google map”, ”google images”, ”google fondos” and so on. Besides, we get a similarity measure on each related query. Then we can create a 3D query cloud to show related recommendation. Different size of query represents different similarity with original query.

· NABC analysis

– Need

We locate our product as a feature on commercial search engine. As we all know, query suggestion is common and useful when we search something. On one hand, query suggestion will reduce the typing time and speed up what we want to find. On the other hand, query suggestion will give assistance while the user can’t exactly express their demand with a keyword or the return result doesn’t satisfy the user. In fact, exploratory search is a very hot research fields.

– Approach

There are many related research and method on query suggestion. Most commercial search engines support such features. When user type something, some related queries will appear in Droplist. So user can select instead of typing what they want to search.

But we want to do more and offer a more cool and natural approach to accomplish query suggestion. “3D tag cloud” seems to be a possible way. We will create a “3D query cloud” on search engine, so user will easily find more exact query from the cloud when the original query can’t meet their demand.

– Benefit

The major feature on our project is cool but useful. It will give a friendly user experience while searching. And it won’t be very complex.

– Competitors

To our best knowledge, there are no such features on the major search engine, such Bing/Google/Yahoo. But query suggestion is common and successful on it. What’s more, 3D tag cloud tech is not very difficult, and has been used in Blog tag/product recommender system. So we combine the query suggestion and “3D query cloud” UI, it will be a creative feature.

· Conclusion and General schema

In a word, we want to put query suggestion into 3D query cloud. So our work will focus on two sides: a well-performed query suggestion algorithm and design 3D query cloud interface. We will have an alpha version demo within one month, and testing will occupy another month. More idea and improvement may be proposed later.

 

 

 

 

 

 

转载于:https://www.cnblogs.com/CodeBreaking/p/3341236.html

你可能感兴趣的文章
POJ 3320 (尺取法+Hash)
查看>>
名校公开课网站汇总
查看>>
CodeForces 620E New Year Tree
查看>>
Django 0.1
查看>>
11.扩展:信息检索技术
查看>>
SQL Server2008中删除重复记录
查看>>
CS184.1X 计算机图形学导论 作业0
查看>>
牛人博客
查看>>
Unique Binary Search Trees II
查看>>
CSS的基本语法
查看>>
设计模式(一)_单例模式
查看>>
对于新手而言,PHP开发选择什么开发工具,及PhpStorm的特性和Git集成要点
查看>>
ebay 如何获取用户token
查看>>
LeetCode:Implement Queue using Stacks
查看>>
php 操作数组 (合并,拆分,追加,查找,删除等)
查看>>
CS50-线性搜索|二进制搜索
查看>>
iOS 图文混排 链接 可点击
查看>>
poj 1240
查看>>
UI设计时要注意的几个方面
查看>>
SVN 更新失败
查看>>