Creating a Happier, More Productive Workforce: How Most Loved Workplace® Uses Data and Machine Learning to Drive Change | Visipage Research
All Reports
Machine Learning & AI

Creating a Happier, More Productive Workforce: How Most Loved Workplace® Uses Data and Machine Learning to Drive Change

By Visipage ResearchPublished June 1, 2023

This research paper details how Most Loved Workplace® uses the Love of Workplace Index™ (LOWI) Pulse Validation and a custom BERT machine learning model to analyze employee feedback, predict organizational commitment, and drive meaningful workplace change. Based on research with over 3,600 participants across the SPARK framework of Systemic Collaboration, Positive Vision, Alignment of Values, Respect, and Killer Outcomes.

Author: Visipage Research
Entity Infrastructure & AI Visibility Specialists
Published: June 1, 2023
Last Updated: July 26, 2026
Editorial: Editorially Reviewed
Transparency: Includes Full Methodology

Because employees play a vital role in achieving organizational success, companies must continuously strive to keep their employees engaged and motivated. Research at Most Loved Workplace® indicates that fostering emotional connectedness is the key to achieving this goal. This paper describes a new tool for listening to employees' feedback that supports a culture of feedback and predicts employees' love of the workplace and organizational commitment.

The relationship between employers and employees has changed in recent decades due to shifts in workforce requirements, generational values, and where and how employees work. This already tenuous connection was further strained by the COVID-19 pandemic, which generated unprecedented levels of burnout that led many employees to reconsider the role of work in their lives. As a result, productivity reached a historic low, with 2022 seeing the most significant annual decline in US labor productivity since 1948.

Emotional connectedness describes genuine love towards one's workplace beyond mere affective attachment (Meyer & Allen, 1991) or satisfaction. It is a mutually reinforcing dynamic that benefits both employees and the organization: employees experience a sense of belonging and psychological safety, which is the shared belief among team members that it is safe to engage in risk-taking (Edmondson, 1999). In return, employees provide loyalty, intense initiative, and goal alignment. Furthermore, emotionally connected employees are predicted to be more engaged and willing to put extra effort into doing their work with consistent feedback (Goldsmith & Reiter, 2007).

Most Loved Workplace® conducted research with over 3,600 participants to develop the validated Love of Workplace Index™ (LOWI) Pulse Validation (Carter, 2019). This survey has become the cornerstone of the Most Loved Workplace® data analytics and survey platform. The LOWI Pulse Validation contains 28 quantitative questions across five content areas that employees respond to using a 5-point scale, known as the SPARK framework.

The SPARK framework consists of five dimensions: Systemic Collaboration, Positive Vision for the Future, Alignment of Values, Respect, and Killer Outcomes. The resulting scores for each functional area and the summary SPARK index help organizations determine employees' level of emotional connectedness to their jobs.

To elicit the most profound insights possible, participants are also asked to respond to qualitative statements: "The top 3 reasons I love working for this company are..." and "The top 3 things that would make me love working for this company more are..." Similar qualitative questions have been developed across twelve Employee Experience domains including Parents and Caregivers, Diversity, Young Professionals, Women, Volunteering, Career Advancement, LGBTQ+, Employee Experience, After Action Review, Leader Effectiveness, Manager Effectiveness, and Customer Love of Company.

Our analysis of employees' qualitative feedback was conducted to create a tool for organizations that allows employees to do their best work through a culture of continuous feedback (Goldsmith & Reiter, 2007). Common themes were generated for feedback aligning with one of the five SPARK areas. These themes were then manually coded for nearly 4,000 snippets of employee responses.

The research demonstrates that the emotion of love, specifically love for one's workplace, is a central predictor of productivity and success within an organization (Carter, 2015). However, a wide range of emotions are expressed in employee feedback, and capturing these emotions is integral to assessing employees' level of organizational commitment. Feedback is categorized across four dimensions: Sentiment (positive, neutral, negative), Emotion (love, gratitude, optimism, excitement, neutral, annoyance, disapproval, anger, fear, disgust), Topics (accountability, collaboration, communication, leadership, management, resources, respect, support, team, transparency, trust, values, vision), and Themes (35 specific organizational strengths and weaknesses).

Despite the deep insights provided by qualitative data, it is cumbersome and time-consuming to extract meaningful insights from hundreds or thousands of text responses. Most Loved Workplace® turned to machine learning to instantaneously categorize employee feedback and provide organizations with an employee listening strategy that predicts employee and client outcomes.

Most Loved Workplace® built a custom BERT (Bidirectional Encoder Representations from Transformers) model with dependencies within the Sentiment, Emotion, Topic, and Thematic content. The model leverages these dependencies to make logical connections between each categorical group. For instance, employee feedback containing positive Sentiment is likely to contain Emotions like love or gratitude rather than disapproval or anger.

A rigorous train-test and validation procedure was used to ensure model accuracy. The model was trained on 1,400 human-coded responses, with test and validation sets each containing 400 human-coded responses. F1 scores for Sentiment reached 87% (validation) and 89% (test). For detecting at least one of two emotions assigned, scores reached 84% (validation) and 86% (test). These F1 scores exceed the 75% threshold generally considered minimum for deployment.

The combination of the Machine Learning approach and the gaming tool used by Most Loved Workplace® can be replicated by other organizations to gain valuable insights into employee sentiments and emotions. The approach is based upon initial research demonstrating that love of the workplace is a reliable and accurate tool to predict outcomes such as organizational commitment, employee performance, and willingness to engage in beneficial workplace behaviors (Carter, 2019). The tool can be used to build and develop a culture where employees love to do their best work with consistent feedback.

Methodology

Most Loved Workplace® conducted research with over 3,600 participants to develop the validated Love of Workplace Index™ (LOWI) Pulse Validation (Carter, 2019).

The LOWI Pulse Validation contains 28 quantitative questions across five content areas (SPARK: Systemic Collaboration, Positive Vision for the Future, Alignment of Values, Respect, Killer Outcomes) using a 5-point response scale.

Qualitative feedback was collected through open-ended prompts across 12 Employee Experience domains. Nearly 4,000 snippets of employee responses were manually coded for themes aligned with the SPARK areas.

A custom BERT (Bidirectional Encoder Representations from Transformers) model was developed, chosen over alternatives like RoBERTa and Cohere due to its superior bidirectional training capability. In comparison testing, BERT achieved F1 scores of 35% vs. RoBERTa's 4% for emotion detection in positive feedback, and 45% vs. 2% for improvement-focused feedback.

The model was trained using 12 employees who manually assigned labels for Sentiment, Emotion, Topic, and Theme to over 1,800 responses using an online gaming tool. Multiple label selection was permitted to capture feedback nuances.

Training set: 1,400 human-coded responses. Test set: 400 responses. Validation set: 400 responses. This three-way split ensures the model's performance generalizes to new data outside the training set.

Data Snapshot

{
  "references": [
    "Carter, 2019",
    "Meyer & Allen, 1991",
    "Edmondson, 1999",
    "Goldsmith & Reiter, 2007",
    "Goldsmith & Morgan, 2004",
    "Barsade & ONeill, 2014",
    "Devlin et al., 2019 (BERT)",
    "Liu et al., 2019 (RoBERTa)",
    "Smith et al., 2016 (Cohere)",
    "Medhat et al., 2014"
  ],
  "bertVsAlternatives": {
    "tfidfSentimentPositive": "60%",
    "tfidfSentimentImprovement": "29%",
    "positiveFeedbackEmotionDetection": {
      "bert": "35%",
      "roberta": "4%"
    },
    "improvementFeedbackEmotionDetection": {
      "bert": "45%",
      "roberta": "2%"
    }
  },
  "qualitativeAnalysis": {
    "codedSnippets": 4000,
    "themeCategories": 35,
    "topicCategories": 16,
    "emotionCategories": [
      "Love",
      "Gratitude",
      "Optimism",
      "Excitement",
      "Neutral",
      "Annoyance",
      "Disapproval",
      "Anger",
      "Fear",
      "Disgust"
    ],
    "sentimentCategories": [
      "Positive",
      "Neutral",
      "Negative"
    ],
    "employeeExperienceDomains": 12
  },
  "lowiPulseValidation": {
    "framework": "SPARK (Systemic Collaboration, Positive Vision, Alignment of Values, Respect, Killer Outcomes)",
    "responseScale": "5-point",
    "totalParticipants": 3600,
    "quantitativeQuestions": 28
  },
  "bertModelPerformance": {
    "testSet": 400,
    "f1Scores": {
      "emotion2Test": "86%",
      "sentimentTest": "89%",
      "deploymentThreshold": "75%",
      "emotion2Validation": "84%",
      "sentimentValidation": "87%"
    },
    "humanCoders": 12,
    "trainingData": 1400,
    "validationSet": 400,
    "totalLabeledResponses": 1800
  }
}

Frequently Asked Questions

What is the Love of Workplace Index™ (LOWI)?
The LOWI is a validated survey instrument developed by Most Loved Workplace® through research with over 3,600 participants. It contains 28 quantitative questions across the SPARK framework (Systemic Collaboration, Positive Vision, Alignment of Values, Respect, Killer Outcomes) and qualitative questions across 12 Employee Experience domains.
What is the SPARK framework?
SPARK is the five-dimension framework underlying the LOWI Pulse Validation: Systemic Collaboration, Positive Vision for the Future, Alignment of Values, Respect, and Killer Outcomes. Together, these dimensions measure the degree of emotional connectedness employees feel toward their workplace.
How does Most Loved Workplace® use machine learning?
Most Loved Workplace® developed a custom BERT (Bidirectional Encoder Representations from Transformers) model that automatically categorizes employee feedback across four dimensions: Sentiment, Emotion, Topics, and Themes. The model achieves F1 scores of 87-89% for sentiment and 84-86% for emotion detection, exceeding the 75% deployment threshold.
What is emotional connectedness in the workplace?
Emotional connectedness describes genuine love towards one's workplace beyond mere affective attachment or satisfaction. It is a mutually reinforcing dynamic where employees experience belonging and psychological safety, while providing loyalty, initiative, and goal alignment in return. Research shows it is the key predictor of organizational success.
How was the BERT model validated?
The model was trained on 1,400 human-coded responses by 12 employees, then tested against separate test and validation sets of 400 responses each. It significantly outperformed alternatives like RoBERTa (35% vs 4% F1 for emotion detection) and TF-IDF methods, demonstrating strong generalization to new data.