About
Qi He, as Microsoft's VP of Applied Science, is working at the core of Microsoft’s GenAI…
Articles by Qi
Activity
-
Our work “Adversarial Reinforcement Learning for Robust Diffusion Large Language Model Unlearning” just got accepted by ICML! 🎉 Congratulations to…
Our work “Adversarial Reinforcement Learning for Robust Diffusion Large Language Model Unlearning” just got accepted by ICML! 🎉 Congratulations to…
Liked by Qi He
-
Every founder I know has opinions about their calendar. Not just "when am I free" — but how the day should feel. Where the meetings go. What gets…
Every founder I know has opinions about their calendar. Not just "when am I free" — but how the day should feel. Where the meetings go. What gets…
Liked by Qi He
-
Okthx has a calendar now. Day, week, month. All your connected accounts in one view. The usual stuff. But the part I actually care about: it's…
Okthx has a calendar now. Day, week, month. All your connected accounts in one view. The usual stuff. But the part I actually care about: it's…
Liked by Qi He
Experience
Education
-
Penn State University
-
At PSU, I worked on Citation Recommendation System for CiteSeerX and User Influence in Twitter and CiteSeerX. My work was published in CIKM 2009, WWW 2010, WSDM 2010-2011 etc.
-
-
-
Volunteer Experience
-
Associate Editor
IEEE Transactions on Knowledge and Data Engineering (TKDE)
- Present 9 years 11 months
Science and Technology
https://www.computer.org/web/tkde/
The scope of TKDE includes the knowledge and data engineering aspects of computer science, artificial intelligence, electrical engineering, computer engineering, and other appropriate fields. This Transactions provides an international and interdisciplinary forum to communicate results of new developments in knowledge and data engineering and the feasibility studies of these ideas in hardware and software. Specific areas to be covered are as follows: Fields…https://www.computer.org/web/tkde/
The scope of TKDE includes the knowledge and data engineering aspects of computer science, artificial intelligence, electrical engineering, computer engineering, and other appropriate fields. This Transactions provides an international and interdisciplinary forum to communicate results of new developments in knowledge and data engineering and the feasibility studies of these ideas in hardware and software. Specific areas to be covered are as follows: Fields and Areas of Knowledge and Data Engineering: (a) Knowledge and data engineering aspects of knowledge based and expert systems, (b) Artificial Intelligence techniques relating to knowledge and data management, (c) Knowledge and data engineering tools and techniques, (d) Distributed knowledge base and database processing, (e) Real-time knowledge bases and databases, (f) Architectures for knowledge and data based systems, (g) Data management methodologies, (h) Database design and modeling, (i) Query, design, and implementation languages, (j) Integrity, security, and fault tolerance, (k) Distributed database control, (l) Statistical databases, (m) System integration and modeling of these systems, (n) Algorithms for these systems, (o) Performance evaluation of these algorithms, (p) Data communications aspects of these systems, (q) Applications of these systems.
Publications
-
It takes two to tango: Exploring social tie development with both online and offline interactions
Statistical Analysis and Data Mining: The ASA Data Science Journal; SIAM International Conference on Data Mining (SDM14) (2014 SDM Best Research Paper Runner Up)
Understanding social tie development among users is crucial for user engagement in social networking services. In this paper, we analyze the social interactions, both online and offline, of users and investigate the development of their social ties using data trail of ‘how social ties grow’ left in mobile and social networking services. To the best of our knowledge, this is the first research attempt on studying social tie development by considering both online and offline interactions in a…
Understanding social tie development among users is crucial for user engagement in social networking services. In this paper, we analyze the social interactions, both online and offline, of users and investigate the development of their social ties using data trail of ‘how social ties grow’ left in mobile and social networking services. To the best of our knowledge, this is the first research attempt on studying social tie development by considering both online and offline interactions in a heterogeneous yet realistic relationship. In this study, we aim to answer three key questions: (i) is there a correlation between online and offline interactions? (ii) how is the social tie developed via heterogeneous interaction channels? and (iii) would the development of social tie between two users be affected by their common friends? To achieve our goal, we develop a Social-aware Hidden Markov Model (SaHMM) that explicitly takes into account the factor of common friends in measure of the social tie development. Our experiments show that, comparing with results obtained using HMM and other heuristic methods, the social tie development captured by our SaHMM is significantly more consistent to lifetime profiles of users.
Other authorsSee publication -
Mining strong relevance between heterogeneous entities from unstructured biomedical data
Journal of Data Mining and Knowledge Discovery
Huge volumes of biomedical text data discussing about different biomedical entities are being generated every day. Hidden in those unstructured data are the strong relevance relationships between those entities, which are critical for many interesting applications including building knowledge bases for the biomedical domain and semantic search among biomedical entities. In this paper, we study the problem of discovering strong relevance between heterogeneous typed biomedical entities from…
Huge volumes of biomedical text data discussing about different biomedical entities are being generated every day. Hidden in those unstructured data are the strong relevance relationships between those entities, which are critical for many interesting applications including building knowledge bases for the biomedical domain and semantic search among biomedical entities. In this paper, we study the problem of discovering strong relevance between heterogeneous typed biomedical entities from massive biomedical text data. We first build an entity correlation graph from data, in which the collection of paths linking two heterogeneous entities offer rich semantic contexts for their relationships, especially those paths following the patterns of top-kk selected meta paths inferred from data. Guided by such meta paths, we design a novel relevance measure to compute the strong relevance between two heterogeneous entities, named 𝖤𝗇𝗍𝗂𝗍𝗒𝖱𝖾𝗅EntityRel. Our intuition is, two entities of heterogeneous types are strongly relevant if they have strong direct links or they are linked closely to other strongly relevant heterogeneous entities along paths following the selected patterns. We provide experimental results on mining strong relevance between drugs and diseases. More than 20 millions of MEDLINE abstracts and 5 types of biological entities (Drug, Disease, Compound, Target, MeSH) are used to construct the entity correlation graph. A prototype of drug search engine for disease queries is implemented. Extensive comparisons are made against multiple state-of-the-arts in the examples of Drug–Disease relevance discovery.
Other authorsSee publication -
Personalizing LinkedIn Feed
21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining
LinkedIn dynamically delivers update activities from a user's interpersonal network to more than 300 million members in the personalized feed that ranks activities according their "relevance" to the user. This paper discloses the implementation details behind this personalized feed system at LinkedIn which can not be found from related work, and addresses the scalability and data sparsity challenges for deploying the system online. More specifically, we focus on the personalization models by…
LinkedIn dynamically delivers update activities from a user's interpersonal network to more than 300 million members in the personalized feed that ranks activities according their "relevance" to the user. This paper discloses the implementation details behind this personalized feed system at LinkedIn which can not be found from related work, and addresses the scalability and data sparsity challenges for deploying the system online. More specifically, we focus on the personalization models by generating three kinds of affinity scores: Viewer-ActivityType Affinity, Viewer-Actor Affinity, and Viewer-Actor-ActivityType Affinity. Extensive experiments based on online bucket tests (A/B experiments) and offline evaluation illustrate the effect of our personalization models in LinkedIn feed.
Other authorsSee publication -
Tweet Segmentation and Its Application to Named Entity Recognition
IEEE Transactions on Knowledge and Data Engineering (TKDE)
Twitter has attracted millions of users to share and disseminate most up-to-date information, resulting in large volumes of data produced everyday. However, many applications in Information Retrieval (IR) and Natural Language Processing (NLP) suffer severely from the noisy and short nature of tweets. In this paper, we propose a novel framework for tweet segmentation in a batch mode, called HybridSeg. By splitting tweets into meaningful segments, the semantic or context information is well…
Twitter has attracted millions of users to share and disseminate most up-to-date information, resulting in large volumes of data produced everyday. However, many applications in Information Retrieval (IR) and Natural Language Processing (NLP) suffer severely from the noisy and short nature of tweets. In this paper, we propose a novel framework for tweet segmentation in a batch mode, called HybridSeg. By splitting tweets into meaningful segments, the semantic or context information is well preserved and easily extracted by the downstream applications. HybridSeg finds the optimal segmentation of a tweet by maximizing the sum of the stickiness scores of its candidate segments. The stickiness score considers the probability of a segment being a phrase in English (i.e., global context) and the probability of a segment being a phrase within the batch of tweets (i.e., local context). For the latter, we propose and evaluate two models to derive local context by considering the linguistic features and term-dependency in a batch of tweets, respectively. HybridSeg is also designed to iteratively learn from confident segments as pseudo feedback. Experiments on two tweet data sets show that tweet segmentation quality is significantly improved by learning both global and local contexts compared with using global context alone. Through analysis and comparison, we show that local linguistic features are more reliable for learning local context compared with term-dependency. As an application, we show that high accuracy is achieved in named entity recognition by applying segment-based part-of-speech (POS) tagging.
Other authorsSee publication -
Activity ranking in LinkedIn feed
20th ACM SIGKDD international conference on Knowledge discovery and data mining
Users on an online social network site generate a large number of heterogeneous activities, ranging from connecting with other users, to sharing content, to updating their profiles. The set of activities within a user's network neighborhood forms a stream of updates for the user's consumption. In this paper, we report our experience with the problem of ranking activities in the LinkedIn homepage feed. In particular, we provide a taxonomy of social network activities, describe a system…
Users on an online social network site generate a large number of heterogeneous activities, ranging from connecting with other users, to sharing content, to updating their profiles. The set of activities within a user's network neighborhood forms a stream of updates for the user's consumption. In this paper, we report our experience with the problem of ranking activities in the LinkedIn homepage feed. In particular, we provide a taxonomy of social network activities, describe a system architecture (with a number of key components open-sourced) that supports fast iteration in model development, demonstrate a number of key factors for effective ranking, and report experimental results from extensive online bucket tests.
Other authorsSee publication -
Exploiting hybrid contexts for Tweet segmentation
36th international ACM SIGIR conference on Research and development in information retrieval
Twitter has attracted hundred millions of users to share and disseminate most up-to-date information. However, the noisy and short nature of tweets makes many applications in information retrieval (IR) and natural language processing (NLP) challenging. Recently, segment-based tweet representation has demonstrated effectiveness in named entity recognition (NER) and event detection from tweet streams. To split tweets into meaningful phrases or segments, the previous work is purely based on…
Twitter has attracted hundred millions of users to share and disseminate most up-to-date information. However, the noisy and short nature of tweets makes many applications in information retrieval (IR) and natural language processing (NLP) challenging. Recently, segment-based tweet representation has demonstrated effectiveness in named entity recognition (NER) and event detection from tweet streams. To split tweets into meaningful phrases or segments, the previous work is purely based on external knowledge bases, which ignores the rich local context information embedded in the tweets. In this paper, we propose a novel framework for tweet segmentation in a batch mode, called HybridSeg. HybridSeg incorporates local context knowledge with global knowledge bases for better tweet segmentation. HybridSeg consists of two steps: learning from off-the-shelf weak NERs and learning from pseudo feedback. In the first step, the existing NER tools are applied to a batch of tweets. The named entities recognized by these NERs are then employed to guide the tweet segmentation process. In the second step, HybridSeg adjusts the tweet segmentation results iteratively by exploiting all segments in the batch of tweets in a collective manner. Experiments on two tweet datasets show that HybridSeg significantly improves tweet segmentation quality compared with the state-of-the-art algorithm. We also conduct a case study by using tweet segments for the task of named entity recognition from tweets. The experimental results demonstrate that HybridSeg significantly benefits the downstream applications.
Other authorsSee publication -
What Do People Want in Microblogs? Measuring Interestingness of Hashtags in Twitter
IEEE 10th International Conference on Data Mining (ICDM)
When micro logging becomes a very popular social media, finding interesting posts from high volume stream of user posts is a challenging research problem. To organize large number of posts, users can assign tags to posts so that these posts can be navigated and searched by tag. In this paper, we focus on modeling the interestingness of hash tags in Twitter, the largest and most active micro logging site. We propose to first construct communities based on both follow links and tagged…
When micro logging becomes a very popular social media, finding interesting posts from high volume stream of user posts is a challenging research problem. To organize large number of posts, users can assign tags to posts so that these posts can be navigated and searched by tag. In this paper, we focus on modeling the interestingness of hash tags in Twitter, the largest and most active micro logging site. We propose to first construct communities based on both follow links and tagged interactions. We then measure the dispersion and divergence of users and tweets using hash tags among the constructed communities. The interestingness of hash tags are then derived from these community-based dispersion and divergence features. We further introduce a supervised approach to rank hash tags by interestingness. Our experiments on a Twitter dataset show that the proposed approach achieves a fairly good performance.
Other authorsSee publication -
Boosting social network connectivity with link revival
19th ACM international conference on Information and knowledge management (CIKM)
Online social networking platforms have become a popular channel of communications among people. However, most people can only keep in touch with a limited number of friends. This phenomenon results in a low-connectivity social network in terms of communications, which is inefficient for information propagation and social engagement. In this paper, we introduce a new recommendation service, called link revival, that suggests users to re-connect with their old friends, such that the resulted…
Online social networking platforms have become a popular channel of communications among people. However, most people can only keep in touch with a limited number of friends. This phenomenon results in a low-connectivity social network in terms of communications, which is inefficient for information propagation and social engagement. In this paper, we introduce a new recommendation service, called link revival, that suggests users to re-connect with their old friends, such that the resulted connection will improve the social network connectivity. To achieve high connectivity improvement under the dynamic social network evolvement, we propose a graph prediction-based recommendation strategy, which selects proper candidates based on the prediction of their future behaviors. We then develop an effective model that exploits non-homogeneous Poisson process and second-order self-similarity in prediction. Through comprehensive experimental studies on two real datasets (Phone Call Network and Facebook Wall-posts), we demonstrate that our proposed approach can significantly increase the social network connectivity, and that the approach outperforms other baseline solutions. The results also show that our solution is more suitable for online social networks like Facebook, partially due to the stronger long range dependency and lower communication costs in the interactions.
Other authorsSee publication -
Communication motifs: a tool to characterize social communications
19th ACM international conference on Information and knowledge management (CIKM)
Social networks mediate not only the relations between entities, but also the patterns of information propagation among them and their communication behavior. In this paper, we extensively study the temporal annotations (e.g., time stamps and duration) of historical communications in social networks and propose two novel tools -- communication motifs and maximum-flow communication motifs -- for characterizations of the patterns of information propagation in social networks. Using these motifs…
Social networks mediate not only the relations between entities, but also the patterns of information propagation among them and their communication behavior. In this paper, we extensively study the temporal annotations (e.g., time stamps and duration) of historical communications in social networks and propose two novel tools -- communication motifs and maximum-flow communication motifs -- for characterizations of the patterns of information propagation in social networks. Using these motifs, we verify the following hypothesis in social communication network: 1) the functional behavioral patterns of information propagation within both social networks are stable over time; 2) the patterns of information propagation in synchronous and asynchronous social networks are different and sensitive to the cost of communication; and 3) the speed and the amount of information that is propagated through a network are correlated and dependent on individual profiles.
Other authorsSee publication -
TwitterRank: Finding Topic-sensitive Influential Twitterers
3rd ACM international conference on Web search and data mining (WSDM) (1200+ citations till 04/2016)
This paper focuses on the problem of identifying influential users of micro-blogging services. Twitter, one of the most notable micro-blogging services, employs a social-networking model called "following", in which each user can choose who she wants to "follow" to receive tweets from without requiring the latter to give permission first. In a dataset prepared for this study, it is observed that (1) 72.4% of the users in Twitter follow more than 80% of their followers, and (2) 80.5% of the…
This paper focuses on the problem of identifying influential users of micro-blogging services. Twitter, one of the most notable micro-blogging services, employs a social-networking model called "following", in which each user can choose who she wants to "follow" to receive tweets from without requiring the latter to give permission first. In a dataset prepared for this study, it is observed that (1) 72.4% of the users in Twitter follow more than 80% of their followers, and (2) 80.5% of the users have 80% of users they are following follow them back. Our study reveals that the presence of "reciprocity" can be explained by phenomenon of homophily. Based on this finding, TwitterRank, an extension of PageRank algorithm, is proposed to measure the influence of users in Twitter. TwitterRank measures the influence taking both the topical similarity between users and the link structure into account. Experimental results show that TwitterRank outperforms the one Twitter currently uses and other related algorithms, including the original PageRank and Topic-sensitive PageRank.
Other authorsSee publication
Patents
-
Semi-supervised data integration model for named entity classification
Issued US US9292797Β2
According to one embodiment, a semi-supervised data integration model for named entity classification from a first repository of entity information in view of an auxiliary repository of classification assistance data is provided. Training data are compared to named entity candidates taken from the first repository to form a positive training seed set. A decision tree is populated and classification rules are created for classifying the named entity candidates. A number of entities are sampled…
According to one embodiment, a semi-supervised data integration model for named entity classification from a first repository of entity information in view of an auxiliary repository of classification assistance data is provided. Training data are compared to named entity candidates taken from the first repository to form a positive training seed set. A decision tree is populated and classification rules are created for classifying the named entity candidates. A number of entities are sampled from the named entity candidates. The sampled entities are labeled as positive examples and/or negative examples. The positive training seed set is updated to include identified commonality between the positive examples and the auxiliary repository. A negative training seed set is updated to include negative examples which lack commonality with the auxiliary repository. In view of both the updated positive and negative training seed sets, the decision tree and the classification rules are updated.
Other inventorsSee patent -
Technology prediction
Issued US US9183600Β2
Embodiments of the invention relate to technology prediction. A technical dictionary of technical terms is constructed based on a collection of documents. The technical terms are partitioned into equivalence classes. A table is generated that correlates technical terms across equivalence classes based on temporal co-occurrence of the technical terms across the equivalence classes. For a given technical term the table is accessed to determine a first set of technical terms that correlate to the…
Embodiments of the invention relate to technology prediction. A technical dictionary of technical terms is constructed based on a collection of documents. The technical terms are partitioned into equivalence classes. A table is generated that correlates technical terms across equivalence classes based on temporal co-occurrence of the technical terms across the equivalence classes. For a given technical term the table is accessed to determine a first set of technical terms that correlate to the given technical term. The table is accessed again to determine a second set of technical terms that correlate to the first set of technical terms. It is predicted that the second
set of technical terms will correlate to the given technical term in the future.Other inventorsSee patent -
Systems, methods and computer program products for fast and scalable proximal search for search queries
Issued US US8805848B2
Embodiments of the invention provide a system, method and computer program products for information retrieval from multiple documents by proximity searching for search queries. A method includes generating an index for the multiple documents, wherein the index includes words in snippets in the documents. An input search query is processed against the index by searching query terms over the snippets to introduce term proximity information implicitly in the information
retrieval. Results of…Embodiments of the invention provide a system, method and computer program products for information retrieval from multiple documents by proximity searching for search queries. A method includes generating an index for the multiple documents, wherein the index includes words in snippets in the documents. An input search query is processed against the index by searching query terms over the snippets to introduce term proximity information implicitly in the information
retrieval. Results of multiple sentence level search operations are combined as output.Other inventorsSee patent -
Adjusting heavy users' affinity for heavy user entity-pairs in a social network
Filed US 14/839,531
A system and method of adjusting an affinity score between an entity pair in a social network is disclosed. The method may include determining, with a processor, whether a first member of the entity pair is a heavy user member. The method further includes if the first member is the heavy user member, determining, with the processor, an affinity adjustment factor between the first member and the second member, and adjusting, with the processor, the affinity score between the first member and the…
A system and method of adjusting an affinity score between an entity pair in a social network is disclosed. The method may include determining, with a processor, whether a first member of the entity pair is a heavy user member. The method further includes if the first member is the heavy user member, determining, with the processor, an affinity adjustment factor between the first member and the second member, and adjusting, with the processor, the affinity score between the first member and the second member of the entity pair in accordance with the adjustment factor to determine an adjusted affinity score. The method may include determining, with the processor, whether a number of interactions on content items indicates that the first member is the heavy user member. The second member is associated with a content item that is being considered for display to the first member.
Other inventors -
Proactive Identification of content items for a member of a social network
Filed US 3080.D35PRV
A system and method for behavior influenced search ranking may include obtaining, via a network interface, a search term from a user device. An initial result including a first group of the user profiles may be generated based on user profiles from a social network in relation to the search term, the user profiles stored in a profile database. A rank of each of the first group of the user profiles may be determined based, at least in part, on interactions from an activity database corresponding…
A system and method for behavior influenced search ranking may include obtaining, via a network interface, a search term from a user device. An initial result including a first group of the user profiles may be generated based on user profiles from a social network in relation to the search term, the user profiles stored in a profile database. A rank of each of the first group of the user profiles may be determined based, at least in part, on interactions from an activity database corresponding to the first group of the user profiles, the activity database storing information indicative of activities related to the social network, the activities including the interactions. The user device may display a second group of the user profiles, including at least some of the first group of the user profiles, according to the rank of the first group of the user profiles.
Other inventors -
Content provision based on user-pair affinity in a social network
Filed US 62/110,306
A system and method for content provision based on user-affinity in a social network includes generating a people affinity score representing a measure of affinity between a member of a social networking service and a user that is related to a content item, having a content item type, hosted by the social networking service. A type context score is generated based on activities by the member, obtained from an activity database, with content items of the content item type previously hosted by…
A system and method for content provision based on user-affinity in a social network includes generating a people affinity score representing a measure of affinity between a member of a social networking service and a user that is related to a content item, having a content item type, hosted by the social networking service. A type context score is generated based on activities by the member, obtained from an activity database, with content items of the content item type previously hosted by the social networking service. A likelihood score, representing a likelihood of the member interacting with the content item, is determined by applying to the type context score and the people affinity score with a mathematical operation. A user interface associated with the member displays the content item based, at least in part, on the likelihood score.
Other inventors -
Mining Strong Relevance between Heterogeneous Entities from Their Co-occurrences
Filed US ARC920130135US1
The present invention relates generally to the field of identifying relevance between heterogeneous entities. More specifically, the present invention is related to a system, method and article of manufacture for mining strong relevance between heterogeneous entities from their co-occurrences.
Other inventors -
Techniques for Entity-Level Technology Recommendation
Filed US ARC920130086US1
Methods, systems, and articles of manufacture for entity-level technology recommendation are provided herein. A method includes searching a first query against a first corpus of documents to determine a set of documents matching an entity of interest identified in the first query, generating a list of technologies that (i) appear within the content of the set of documents and (ii) are associated to the entity of interest, searching a second query against a second corpus of documents to…
Methods, systems, and articles of manufacture for entity-level technology recommendation are provided herein. A method includes searching a first query against a first corpus of documents to determine a set of documents matching an entity of interest identified in the first query, generating a list of technologies that (i) appear within the content of the set of documents and (ii) are associated to the entity of interest, searching a second query against a second corpus of documents to determine a set of documents representing a technology recommendation for the entity of interest, wherein said second query is based on one or more selected technologies from the list of technologies, and outputting the set of documents representing a technology recommendation to a user and/or a display.
Other inventors
Projects
Languages
-
English
Full professional proficiency
-
Chinese
Native or bilingual proficiency
Organizations
-
ACM (Association for Computing Machinery)
Senior Member
- Present -
IEEE (The Institute of Electrical and Electronics Engineers)
Senior Member
- Present
Recommendations received
-
LinkedIn User
5 people have recommended Qi
Join now to viewMore activity by Qi
-
I'm excited to join the amazing team at Anthropic today where I'll be leading the Infrastructure team! I've been privileged to have a front row seat…
I'm excited to join the amazing team at Anthropic today where I'll be leading the Infrastructure team! I've been privileged to have a front row seat…
Liked by Qi He
-
🚀 Excited to share a series of our recent works accepted to ACL 2026! On trustworthy and efficient LLM/agents, spanning security, reasoning, and…
🚀 Excited to share a series of our recent works accepted to ACL 2026! On trustworthy and efficient LLM/agents, spanning security, reasoning, and…
Liked by Qi He
-
Today is my last day at Microsoft after nearly 17 years, and I've been trying to figure out how to sum up a journey that still feels hard to believe.…
Today is my last day at Microsoft after nearly 17 years, and I've been trying to figure out how to sum up a journey that still feels hard to believe.…
Liked by Qi He
-
90% accuracy from agents maybe good enough for search and recommender systems, not for autonomous decision-making in mission-critical applications…
90% accuracy from agents maybe good enough for search and recommender systems, not for autonomous decision-making in mission-critical applications…
Liked by Qi He
-
Out of 40 AI portfolio companies of our Fellows Fund II, about half (20) could become unicorns within the next 18 months: 7 unicorns today:…
Out of 40 AI portfolio companies of our Fellows Fund II, about half (20) could become unicorns within the next 18 months: 7 unicorns today:…
Liked by Qi He
-
I’m taking a new role today as chief product officer of the LinkedIn ecosystem, working on what I think is the biggest problem in the world right…
I’m taking a new role today as chief product officer of the LinkedIn ecosystem, working on what I think is the biggest problem in the world right…
Liked by Qi He
-
Today Matt Booty and I had the chance to recognize Phil Spencer and the run he’s had leading Xbox. And what a run it’s been! For more than a decade…
Today Matt Booty and I had the chance to recognize Phil Spencer and the run he’s had leading Xbox. And what a run it’s been! For more than a decade…
Liked by Qi He
-
Today I am honored to step into the role of CEO of Microsoft Gaming. Over the last 25 years, Xbox has grown to reach more than 500 million monthly…
Today I am honored to step into the role of CEO of Microsoft Gaming. Over the last 25 years, Xbox has grown to reach more than 500 million monthly…
Liked by Qi He
-
We started Okthx to help busy parents and professionals stay present and connect with the people who matter most to them. We talked to 100s of users,…
We started Okthx to help busy parents and professionals stay present and connect with the people who matter most to them. We talked to 100s of users,…
Liked by Qi He
-
It’s hard to believe it’s been a year since I returned to LinkedIn but in my new role as CAIO. It’s been a big year for me and our platform. The…
It’s hard to believe it’s been a year since I returned to LinkedIn but in my new role as CAIO. It’s been a big year for me and our platform. The…
Liked by Qi He
-
🎉Happy to share that two first-author papers have been accepted to ICLR 2026! #ICLR2026 📘 1. Bradley–Terry and Multi-Objective Reward Modeling Are…
🎉Happy to share that two first-author papers have been accepted to ICLR 2026! #ICLR2026 📘 1. Bradley–Terry and Multi-Objective Reward Modeling Are…
Liked by Qi He
-
Some of the most satisfying work I do is also the hardest. I’ve noticed that when I optimize out the effort, I often remove the part that changes me,…
Some of the most satisfying work I do is also the hardest. I’ve noticed that when I optimize out the effort, I often remove the part that changes me,…
Liked by Qi He
-
Every six months, our Finance team comes together for something we call the Pulsar Awards. Peers vote for the colleague who best exemplifies one of…
Every six months, our Finance team comes together for something we call the Pulsar Awards. Peers vote for the colleague who best exemplifies one of…
Liked by Qi He
Other similar profiles
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top content