微软近期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. eclipse svn重定位(relocate)

    eclipse 中项目svn 重定向 How to properly perform an SVN relocate on Zend for Eclipse 在eclipse中项目的svn 重定位(r ...

  2. ASP、JSP、PHP 三种技术比较

    目前,最常用的三种动态网页语言有ASP(Active Server Pages),JSP(JavaServer Pages),PHP (Hypertext Preprocessor). 简 介 : A ...

  3. Tomcat - 持久化 Session

    Session 是保存在内存中的,如果服务器重启.宕机的话,Session 就会丢失.有时候,我们需要对 Session 持久化以应对意外的情况发生.例如,客户端与服务器在交互过程中,可能因为 Ses ...

  4. php如何判断是否为json数据(格式)

    首先要记住json_encode返回的是字符串, 而json_decode返回的是对象. 判断数据不是JSON格式:  代码如下 复制代码 function is_not_json($str){    ...

  5. Spring boot 1.3.5 RELEASE 官方文档中文翻译--Part2:新手入门

    Part II. 新手入门 如果你刚刚开始学习Spring boot或"普通"的Spring,这部分非常适合你!在这里,我们回答了最基础的"什么是?".&quo ...

  6. 基本排序算法的java实现

    本例子实现了一些常见的排序算法,注释中也有一些关于这些算法的思想的描述,这里不做多说,直接上代码. import java.awt.List; import java.util.ArrayList; ...

  7. COM原理

    1, 进程内组件:服务程序杯加载到客户的进程空间,通常是DLL的形式.本地组件:服务程序与与客户程序在同一台电脑上,通常是EXE.远程组件: 服务程序与与客户程序在不同的电脑上,可以是DLL模块也可是 ...

  8. Headfirst设计模式的C++实现——复合模式

    observer.h #ifndef _OBSERVER_H_ #define _OBSERVER_H_ #include <string> class Observer { public ...

  9. Redirect and POST in ASP.NET

    http://www.codeproject.com/Articles/37539/Redirect-and-POST-in-ASP-NET

  10. shadow服务端、客户端配置流程

    服务端 系统环境 CentOS 7 64位,由于系统自带python,shadowsocks服务端我们选择python版,过程如下 yum install python-setuptools & ...