微软近期Open的职位:

Contact Person: Winnie Wei (wiwe@microsoft.com )

Sr DEV Lead, Bing Search Relevance
Location: China, Beijing/Suzhou

Want to work on a fast-cycle, high visibility, hardcore search team with ambitious goals? Internet search is one of the highest impact and most technically challenging projects in the computer industry. Our mission is to delight customers by delivering the most relevant results in a way that helps them find what they are looking for, fast. We work on technology and products that are critical to our company’s success and at the heart of the customer experience of the internet. STCA core relevance team is looking for experienced and productive Senior SDE Leads. The goal of the relevance team is to provide users with the most relevant information and applications to allow them to perform their task in the minimum amount of time. Relevance team is an exciting area that poses many research and engineering challenges. The team is responsible for developing feature extraction, sorting and ranking algorithms that find and return the best available results for queries performed on Bing. Understanding the user intent from a few possibly ambiguous words is extremely hard and we are developing various techniques to be able to capture the user intent accurately. Our team is responsible for developing ideas for understanding and extracting relevant information on web documents. We are heavily metrics driven for assessing user satisfaction as well as various aspects of results relevance such as query intent understanding, diversity, freshness, authority, and relevance to user location and user experience. We perform a range of experiments, from formally designed tests using public or private data sets to examination of individual cases and example searches. We are an extremely agile team and we move very fast from ideas to experimentation, development and deployment through continuous releases throughout the year. We work in close collaboration with Microsoft Research and academia. If you did dream for applying results of latest research to commercial search engine then this position is for you.

Roles and Responsibilities:

As a Senior SDE Lead of the relevance team, you will lead a team of talented and highly motivated engineers and applied researchers, to focus on solving some of the tough problems in entity management, core ranking, contextual relevance, social, or whole page relevance, to make big impact and contributions to the whole ranking stack. In collaboration with our colleagues in STC, US, and researchers at MSR, we explore and invent cutting edge methods in statistics, information retrieval, data mining, machine learning and distributed systems to solve hard problems. You will have enormous resources at your disposal; high-performance distributed systems with vast amounts (peta-bytes) of raw and processed data from our query logs/index and the tools to work with this data. At the same time you will be working with low-level systems code to maximize our relevance while keeping user latencies at a minimum. What makes this position unique is required combination of hard core development skills and understanding of data analysis techniques like machine learning, informational retrieval, speech/statistical natural language processing, or data mining. Strong practical and theoretical knowledge of machine learning techniques, information retrieval or data mining is a big plus.
Required skills/qualifications:

5+ years of software product experience including multiple years in data mining/analysis, machine learning, information retrieval, or computational linguistics.
Proven track record of leading people and projects.
Exceptional problem solving and analytical skills, and a history of coming up with novel and elegant ideas and executing on them.
Excellent communication and collaboration skills.
Master’s degree in Computer Science or related fields required; PhD is a strong plus

Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

微软职位内部推荐-Sr DEV Lead, Bing Search Relevance的更多相关文章

  1. 微软职位内部推荐-Sr. Dev Lead

    微软近期Open的职位: JD 如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐.发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

  2. 微软职位内部推荐-Senior Dev Lead

    微软近期Open的职位: Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than ...

  3. 微软职位内部推荐-SR DEV

    微软近期Open的职位: JD 如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐.发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

  4. 微软职位内部推荐-Senior Dev Lead - SharePoint

    微软近期Open的职位: SharePoint is a multi-billion dollar enterprise business that has grown from an on-prem ...

  5. 微软职位内部推荐-Senior Development Lead

    微软近期Open的职位: MSIT Dynamics CRM Sr. Dev Lead (Sr. Dev Lead, Microsoft China, Beijing) Are you interes ...

  6. 微软职位内部推荐-Principal DEV Manager for Bing Client

    微软近期Open的职位: Title: Principal DEV Manager for Bing ClientGroup: Search Technology Center Asia, BingW ...

  7. 微软职位内部推荐-Sr SDE

    微软近期Open的职位: MSN reaches nearly half a billion people across the globe where we are the #1 portal in ...

  8. 微软职位内部推荐-Principal Dev Manager

    微软近期Open的职位: Title: Principal Dev Manager Location: Beijing The R&D of Shared Data Platform at S ...

  9. 微软职位内部推荐-Sr SDE for Win Apps Ecosystem

    微软近期Open的职位: Job posting title: Senior Software Design Engineer Location: China, Beijing Level: 63 D ...

随机推荐

  1. oracle中的sql%rowcount

    sql%rowcount用于记录修改的条数,就如你在sqlplus下执行delete from之后提示已删除xx行一样,这个参数必须要在一个修改语句和commit之间放置,否则你就得不到正确的修改行数 ...

  2. C#入门教程(一)–.Net平台技术介绍、C#语言及开发工具介绍-打造C#学习教程

    一.什么是.Net平台? .Net平台是微软搭建的技术平台,技术人员在此平台上进行应用的搭建与开发.它提供了运行所必须的环境.NET Framework类库以及CLR(公共语言运行时).好比我们人类的 ...

  3. 会话跟踪技术——cookie

    一.会话控制 为了使得网站可以跟踪客户端与服务器之间的交互,保存和记忆每个用户的身份和信息,我们需要一种强有力的解决方案,这样就产生了会话控制. HTTP是一个无状态的协议,此协议无法来维护两个事务之 ...

  4. Ehcache(2.9.x) - API Developer Guide, Cache Eviction Algorithms

    About Cache Eviction Algorithms A cache eviction algorithm is a way of deciding which element to evi ...

  5. Linux 命令 - kill: 向进程发送信号

    kill 命令通常用来 “杀死”(终止)进程,它可以用来终止运行不正常的程序或者反过来拒绝终止的程序.kill 命令准确地说并不是 “杀死” 进程,而是给进程发送信号(signal). 和文件一样,进 ...

  6. Linux 命令 - su: 以其他用户和组 ID 的身份来运行 shell

    在 shell 会话状态下,使用 su 命令将允许你假定为另一个用户的身份,既可以以这个用户的 ID 来启动一个新的 shell 会话,也可以以这个用户的身份来发布一个命令. 命令格式 su [OPT ...

  7. Android Wi-Fi基本操作

    从用户角度看,Android Wi-Fi模块自下向上可以看为5层:硬件驱动程序,wpa_suppplicant,JNI,WiFi API,WifiSettings应用程序. 1.wpa_supplic ...

  8. UVaLive6834 Shopping

    题意:一条直线上有n个点,标号从1到n,起点为0,终点为N+1,给定m个限制关系(ci,di),访问ci点前必须先访问di点,每两个点之间是单位距离,求在限制条件下,从起点到终点访问完所有的点的最短距 ...

  9. Linux C 程序 预处理,结构体(13)

    C语言预处理,结构体 C语言预处理命令1.宏定义 1.无参数宏 #define 标识符 字符串 #代表本行是编译预处理命名 习惯上,宏定义大写 代替一个字符串,介绍重复书写某个字符串的工作量 有意义的 ...

  10. 修改zepto源代码,使支持wp8的ie10

    注意:当前1.1.3版本的zepto,已经有模块来支持wp8 原先的zepto,通过__proto__赋值,来使dom继承到$.fn方法, 无奈IE11之前的IE10,IE9不支持这种写法, 所以我们 ...