微软近期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. Adobe Edge Animate--关于全局变量和全局方法的定义

    Adobe Edge Animate--关于全局变量和全局方法的定义 版权声明: 本文版权属于 北京联友天下科技发展有限公司. 转载的时候请注明版权和原文地址. BY:sonicxsxs 前文中有关音 ...

  2. ionic获取事件中的对象

    ng-click="submit1($event, 'argsTest’)" $scope.submit1=function(event, args){ var target = ...

  3. Toad for Oracle 12.1下载地址

    32 位版: http://us-downloads.quest.com/Repository/support.quest.com/Toad for Oracle/12.1/Software/Toad ...

  4. c# 与 PHP中 SHA1加密结果不同解决方法

    那天在调试API的时候,发现用c#写的SHA1加密出来的结果和PHP中sha1()出来的不一样,找了半天的原因后来才弄出来 在调试微信接口的时候大多的帮助文档都是提供的是PHP的方法,所以在.net中 ...

  5. Java Concurrency - Condition

    Condition 将 Object 监视器方法(wait.notify 和 notifyAll)分解成截然不同的对象,以便通过将这些对象与任意 Lock 实现组合使用,为每个对象提供多个等待池(wa ...

  6. Servlet & JSP - HttpSession

    关于 Session 的内容,参考 HTTP - Session 机制 创建和检索 HttpSession 通过 HttpServletRequest.getSession 方法可以获取 HttpSe ...

  7. C#算法基础之希尔排序

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...

  8. asp中utf8不会出现乱码的写法

    <%@ CODEPAGE=65001 %> <% Response.CodePage=65001%> <% Response.Charset="UTF-8&qu ...

  9. python学习day2--python基础

    python没有常量的定义方式,一般常量可人为用全部大写字母来表示. 如: MYSQL_CONNECTION='192.168.10.2' 以os库为例: import os os.system('i ...

  10. 企业SAAS的春天,将以手机应用的形式,即将到来

    派尔科技吴春福 *本文是派尔为什么要投身企业移动应用的内部分享文章: *我没有仔细核查资料,仅代表个人看法,思路也是在整理过程,逻辑未必很完整,看官将就着看. 企业SAAS,概念起源是N年前,先行者也 ...