<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Blog | TurkerView]]></title><description><![CDATA[Working on improving the crowdwork experience, we blog about new features, worker & requester issues with a focus on academic research.]]></description><link>https://blog.turkerview.com/</link><image><url>https://blog.turkerview.com/favicon.png</url><title>Blog | TurkerView</title><link>https://blog.turkerview.com/</link></image><generator>Ghost 3.8</generator><lastBuildDate>Mon, 22 Sep 2025 10:59:47 GMT</lastBuildDate><atom:link href="https://blog.turkerview.com/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[2019 Sentiment Analysis: MTurk Wages & Measuring Fairness]]></title><description><![CDATA[We took a look at wage trends for in-task payments on MTurk over the last two years, and have developed updated guidelines to share with researchers based on that data.]]></description><link>https://blog.turkerview.com/2019-sentiment-analysis-mturk-wages-measuring-fairness/</link><guid isPermaLink="false">5d7a5d20ab9e2c550955d84d</guid><category><![CDATA[mturk]]></category><category><![CDATA[academic surveys]]></category><category><![CDATA[academic research]]></category><category><![CDATA[mechanical turk]]></category><category><![CDATA[crowdsourcing]]></category><dc:creator><![CDATA[Chris]]></dc:creator><pubDate>Wed, 18 Mar 2020 19:03:26 GMT</pubDate><media:content url="https://blog.turkerview.com/content/images/2019/11/cash-table.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.turkerview.com/content/images/2019/11/cash-table.jpg" alt="2019 Sentiment Analysis: MTurk Wages & Measuring Fairness"><p>We're going into our <a href="https://blog.turkerview.com/mturk-suite-joins-turkerview/">new partnership with MTurk Suite</a> by taking a deep dive review of our site, processes, and how we're serving the worker community.</p><p>It's been over two years since TurkerView launched, and in that time we've seen amazing progress around fair wage practices. We're blessed with a strong community of workers, and with their expertise on the platform we want to share what we've learned and share insight on how we can approach payments for crowd workers moving forward.</p><h3 id="measuring-progress">Measuring Progress</h3><p>We selected users who submitted data to TurkerView during our first few months of operation and who have continued to interact with the platform through 2019 in order to create our core userbase. Their data is at the forefront of understanding how wages are impacted by down time, wasted effort, task searches, and tax obligations. They are the driving force behind our efforts, and we examined their earnings on the platform in order to get a more controlled overview of wage trends.</p><p></p><!--kg-card-begin: html--><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.min.js"></script>
<div id="graph-col" class="col-sm-12" style="min-height: 325px; height: 325px">
                                <canvas id="bar" style="width: 100%; height: auto;">Sorry, your browser doesn't support canvas elements.</canvas>
                            </div>
<script type="text/javascript">
    
                                new Chart(document.getElementById('bar'), {
                                    type: 'line',
                                    data: {
                                        labels: ['2018-01', '2018-02', '2018-03', '2018-04', '2018-05', '2018-06', '2018-07', '2018-08', '2018-09', '2018-10', '2018-11', '2018-12'
												,'2019-01', '2019-02', '2019-03', '2019-04', '2019-05', '2019-06', '2019-07', '2019-08', '2019-09', '2019-10', '2019-11', '2019-12'],
                                        datasets: [
                                            {
                                                label: 'Average ¢/min earned per task',
                                                data: [24,27,26,28,29,29,31,30,28,29,31,31,30,33,33,33,33,34,34,35,33,36,35,33],
                                                fill: true,
                                                backgroundColor: [
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
                                                    'rgba(104, 159, 56, 0.9)',
                                                    'rgba(104, 159, 56, 0.9)',
                                                    'rgba(104, 159, 56, 0.9)'
                                                ],
                                                borderColor: [
                                                    'rgb(201, 203, 207)',
                                                    'rgb(201, 203, 207)'
                                                ],
                                                borderWidth: 2,
												pointRadius: 6,
												pointHoverRadius: 5
                                            }
                                        ]
                                    },
                                    options: {
										tooltips: {
											callbacks: {
												label: function(tooltipItem, data){
													var label = data.datasets[tooltipItem.datasetIndex].label || '';
													
													if (label) {
														label += ': ';
													}
													
													label += (Math.round(tooltipItem.yLabel * 100) / 100) + '¢/min';
													
														label = label;
													return label;
												}
											}
										},
                                        legend: {display: false },
                                        title: {
                                            display: false,
                                            text: 'Wage Data'
                                        },
                                        scales: {
                                            xAxes: [{
                                                gridLines: { display: false },
												ticks: {
													callback: function(value, index, values){
														return value;
													}
												}
                                            }],
                                            yAxes: [{
                                                gridLines: {
                                                    display: true,
                                                    drawBorder: false
                                                },
                                                ticks: {
                                                    min: 20,
                                                    display: true,
                                                    callback: function(value, index, values) {
                                                        return value+'¢/min';
                                                    }
                                                }}]
                                        },
                                        layout: {
                                            padding: {
                                                left: 0,
                                                right: 0,
                                                top: 0,
                                                bottom: 0
                                            }
                                        },
										responsive: true,
										maintainAspectRatio: false,

                                    }
                                });
</script><!--kg-card-end: html--><!--kg-card-begin: html--><h5 style="text-align: center;">In Task Earnings for Core users, 2018-2019 <span style="font-size: .75em;">(all tasks)</span></h5><!--kg-card-end: html--><p></p><p>Overall these users have seen a 30% total increase in their average task wage over the last 2 years. That's fantastic progress but it's important to remember these users generally operate in the higher efficiency spectrum of workers and this <strong>doesn't cover time spent in between tasks</strong>.</p><h3 id="wage-sentiment-analysis">Wage Sentiment Analysis</h3><p>As we've seen wages increase across our core userbase we've also noticed a shift in their expectations for payment. On TurkerView users are asked to rate how they felt about the payment of a task they're reviewing and given a basic guideline on suggested ranges—and despite not updating that guideline since its initial launch, workers have begun proactively shifting their expectations and relaying them to fellow workers.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/11/wages-suggested-guidelines-example.png" class="kg-image" alt="2019 Sentiment Analysis: MTurk Wages & Measuring Fairness"><figcaption>TurkerView users are shown their wages on the task, as well as suggested guidelines on how to rate it.</figcaption></figure><!--kg-card-begin: html--><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.min.js"></script>
<div id="graph-col" class="col-sm-12" style="min-height: 325px; height: 325px">
                                <canvas id="bar2" style="width: 100%; height: auto;">Sorry, your browser doesn't support canvas elements.</canvas>
                            </div>
<script type="text/javascript">
    
                                new Chart(document.getElementById('bar2'), {
                                    type: 'line',
                                    data: {
                                        labels: ['2018-01', '2018-02', '2018-03', '2018-04', '2018-05', '2018-06', '2018-07', '2018-08', '2018-09', '2018-10', '2018-11', '2018-12','2019-01', '2019-02', '2019-03', '2019-04', '2019-05', '2019-06', '2019-07', '2019-08', '2019-09', '2019-10', '2019-11','2019-12'],
                                        datasets: [
                                            {
                                                label: 'Wage Sentiment',
                                                data: [3.18,3.17,3.16,3.16,3.16,3.11,3.06,3.13,3.10,3.08,3.05,3.06,2.92,2.90,2.89,2.87,2.89,2.87,2.85,2.84,2.83, 2.81, 2.83, 2.84],
                                                fill: false,
                                                pointBackgroundColor: [
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(243, 156, 18, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
													'rgba(231, 76, 60, 0.9)',
                                                    'rgba(231, 76, 60, 0.9)',
                                                    'rgba(231, 76, 60, 0.9)',
                                                    'rgba(231, 76, 60, 0.9)'
                                                ],
                                                borderWidth: 2,
												pointRadius: 6,
												pointHoverRadius: 5
                                            }
                                        ]
                                    },
                                    options: {
										tooltips: {
											callbacks: {
												label: function(tooltipItem, data){
													var label = data.datasets[tooltipItem.datasetIndex].label || '';
													
													if (label) {
														label += ': ';
													}
													
													label += Math.round(tooltipItem.yLabel * 100) / 100;
													
														label = label;
													return label;
												}
											}
										},
                                        legend: {display: false },
                                        title: {
                                            display: false,
                                            text: 'Wage Data'
                                        },
                                        scales: {
                                            xAxes: [{
                                                gridLines: { display: false },
												ticks: {
													callback: function(value, index, values){
														return value;
													}
												}
                                            }],
                                            yAxes: [{
                                                gridLines: {
                                                    display: true,
                                                    drawBorder: false
                                                },
                                                ticks: {
                                                    min: 2.5,
													max: 3.5,
													stepSize: .25,
                                                    display: true,
                                                    callback: function(value, index, values) {
                                                        return value;
                                                    }
                                                }}]
                                        },
                                        layout: {
                                            padding: {
                                                left: 0,
                                                right: 0,
                                                top: 0,
                                                bottom: 0
                                            }
                                        },
										responsive: true,
										maintainAspectRatio: false,

                                    }
                                });
</script><!--kg-card-end: html--><!--kg-card-begin: html--><h5 style="text-align: center;">Average Wage Sentiment, 2018-2019 <span style="font-size: .75em;">(tasks paying $7.25/hr-$10.50/hr)</span></h5><!--kg-card-end: html--><p></p><p>For tasks existing in the same pay range worker sentiment on those tasks has dropped almost 11%. Across time, and as their own wages increase, workers are rating tasks with stagnant wages as no longer acceptable.</p><p>These shifts match across most of our currently proposed ratings guidelines which are displayed to workers every time they leave a review on our website. It's great to see workers continuing to value their own work and time, and we want to facilitate that by updating our services to reflect those expectations.</p><h2 id="what-we-re-doing">What We're Doing</h2><h3 id="sentiment-ratings">Sentiment Ratings</h3><p>Continuing to use historical sentiment ratings makes it difficult to convey our user's <em>current</em> feelings. While helpful in the moment perspective changes over time and we're seeing a lot of indications the sentiment ratings aren't doing a great job of projecting accurate information. In response to this we'll be removing them from the web platform and turning them into an internal metric for workers only (similar to our return review system).</p><p>Workers won't see any adverse effects to their current tools, and our API will continue to return these ratings to them for evaluation in their workflow if desired, but these changes will allow us to offer time based metrics on requester accounts so past payment practices carry less weight.</p><h3 id="wage-guidelines">Wage Guidelines</h3><p>As we push for the fair payment for all workers it's important to set new standards on what is deemed "fair". The tables below represent our plan for keeping our platform up to date, and in the service of workers, in 2020. We've used feedback from workers (and a special thanks to <a href="https://whiting.me/">Mark Whiting</a> for publishing his team's data on this topic) to settle on ranges that more accurately reflect their associated sentiment tier. We plan to update our guidelines quarterly, and to reflect the tax burdens self employed individuals face (which apply to all crowdworkers on MTurk and similar platforms).</p><p></p><!--kg-card-begin: html--><h5 style="text-align: center;">2020 (Q3) Wage Guidelines  <span style="font-size: .75em;">(reviewed quarterly)</span></h5><!--kg-card-end: html--><!--kg-card-begin: markdown--><table>
<thead>
<tr>
<th>Rating</th>
<th>Wage Range</th>
</tr>
</thead>
<tbody>
<tr>
<td><span style="color: #E74C3C;">Underpaid</span></td>
<td>Less than Federal Minimum Wage (+15% SE tax)</td>
</tr>
<tr>
<td><span style="color: #E74C3C;">Low</span></td>
<td>Less than the highest US State Minimum Wage (+15% SE tax)</td>
</tr>
<tr>
<td><span style="color: #F39C12;">Fair</span></td>
<td>100% - 125% rate of highest US State Minimum Wage (+15% SE tax)</td>
</tr>
<tr>
<td><span style="color: #689F38;">Good</span></td>
<td>125% - 150% rate of highest US State Minimum Wage (+15% SE tax)</td>
</tr>
<tr>
<td><span style="color: #689F38;">Generous</span></td>
<td>150% rate of highest US State min-wage or higher (+15% SE tax)</td>
</tr>
</tbody>
</table>
<!--kg-card-end: markdown--><p>We understand the budgetary strains increasing our guidelines can place on requesters, but when used properly MTurk is a source of high quality, convenient participant samples. We want to move in a direction that shares the value the platform provides with the people actually completing work. We are <a href="mailto:hello@turkerview.com">always available</a> to mediate discussions with funding sources or IRBs if researchers need help conveying the importance of paying fair wages.</p><p>These guidelines will be applied to tasks posted in Q3 2020 and onward to give requesters a fair amount of time to adjust. As it would be unfair to retroactively apply them to researchers who used our original guidelines for pricing we'll be splitting historical wage &amp; sentiment statistics from the old guidelines for display on our web app. This means only tasks posted after July 1st will be measured under the new guidelines.</p><figure class="kg-card kg-embed-card kg-card-hascaption"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">We spent $600K on a national probability sample. And $17K on a concurrent MTurk sample. Same findings in 21 of 24 experiments. <a href="https://t.co/OTod4v59cK">https://t.co/OTod4v59cK</a></p>&mdash; Noel Brewer (@noelTbrewer) <a href="https://twitter.com/noelTbrewer/status/1118135312788668419?ref_src=twsrc%5Etfw">April 16, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<figcaption>Increasing wages can increase the attractiveness of the platform and can help recruit a more diverse pool of interested participants.</figcaption></figure><h3 id="representing-fairness-return-reviews">Representing Fairness - Return Reviews</h3><p>In response to the removal of our sentiment ratings from the web platform we'll be replacing them with something we feel more accurately measures the rating's purpose of understanding if a requester is treating workers fairly.</p><p>Currently our users have access to an internal review system for "bad" tasks that allows them to quickly alert other workers that a task violated a set of worker generated guidelines (including low payment, unfair screening practices, broken tasks) that generally lend themselves to quicker, less permanent submissions.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/11/return-reviews.png" class="kg-image" alt="2019 Sentiment Analysis: MTurk Wages & Measuring Fairness"><figcaption>An example of our custom worker task warning system</figcaption></figure><p>This data is rather transient in the current system as the reports are only tied to individual tasks. It's difficult for users to tell if a requester has a history of problems using this feature, so we'll be bringing the aggregate statistics from these reviews onto the web platform for more long form worker review. We'll only display filtered aggregate data, so workers can continue to feel secure in sharing their experiences, but we hope this information will add some nuance to requester profiles that don't always paint a full picture. We hope they'll also give insights for requesters to see where their task design may be falling short in helping workers provide quality data.</p><h2 id="we-re-making-progress">We're Making Progress</h2><p>We cannot express enough gratitude to the hundreds of researchers, businesses, and workers who engage in open discussion about online crowd work. The positive trends we've seen over the last two years are impressive.</p><p>We'll be adding extra emphasis around our public facing applications to ensure attention is brought towards what constitutes generous payments in order to help facilitate these discussions, and will continue to pop in on social media to share these thoughts as well!</p><p>For workers, we're excited to bring these changes to our platform and, as always, look forward to feedback from the broader MTurk community.</p>]]></content:encoded></item><item><title><![CDATA[MTurk Suite Joins TurkerView]]></title><description><![CDATA[This partnership will bring a more streamlined, efficient experience to workers and allow us to focus on our shared goal of improving working conditions on the internet’s largest crowdsourcing platform, Amazon’s Mechanical Turk.]]></description><link>https://blog.turkerview.com/mturk-suite-joins-turkerview/</link><guid isPermaLink="false">5e55ac3bab9e2c550955e37d</guid><category><![CDATA[mturk suite]]></category><category><![CDATA[amazon mechanical turk]]></category><dc:creator><![CDATA[Chris]]></dc:creator><pubDate>Wed, 26 Feb 2020 16:06:20 GMT</pubDate><media:content url="https://blog.turkerview.com/content/images/2020/02/photo-1454165804606-c3d57bc86b40-1.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.turkerview.com/content/images/2020/02/photo-1454165804606-c3d57bc86b40-1.jpg" alt="MTurk Suite Joins TurkerView"><p>TurkerView <strong>❤️</strong> MTurk Suite</p><p>We’re excited to announce that Brandon Hellman, well-known in the worker community as "Kadauchi", has officially joined TurkerView as our acting Technical Co-Founder!</p><p>Best known for his all-inclusive extension <a href="https://chrome.google.com/webstore/detail/mturk-suite/iglbakfobmoijpbigmlfklckogbefnlf?hl=en-US">MTurk Suite</a>, Brandon will be leading our technical development of worker productivity tools. While we’ve worked side by side for years, entering into a formal partnership will allow us to communicate more clearly, divide tasks and development responsibilities, and better serve workers who rely on us. This partnership will bring a more streamlined, efficient experience to workers and allow us to focus on our shared goal of improving working conditions on the internet’s largest crowdsourcing platform, Amazon’s Mechanical Turk.</p><h2 id="combined-efforts">Combined Efforts</h2><p>TurkerViewJS, our flagship tool, has grown far too complex for a userscript. Building a browser extension from the ground up would take weeks of development time, but a full integration with MTurk Suite—utilizing Brandon’s extensive product development experience—will open up a faster path to a wide range of productivity enhancements. Pooling our resources is also allowing us to keep core functions and services free for workers who have come to rely on them.<br><br>Additionally, TurkerView has a wealth of informational services that will now be easily available to workers through the extension. Did you know that upwards of 10% of HITs returned by new workers are the result of simply misunderstanding how the platform functions? We do, and it represents thousands of dollars in missed rewards for workers (and valuable data for researchers!) every month. Mturk Suite’s intelligent, user friendly design unlocks powerful avenues for us to help guide workers to better, more productive rewards.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2020/02/image.png" class="kg-image" alt="MTurk Suite Joins TurkerView"><figcaption>TurkerView integration in MTurk Suite is getting an upgrade in v3!</figcaption></figure><h2 id="looking-ahead">Looking Ahead</h2><p>The already-in-progress rewrite of MTS v3 has offered us an opportunity to more closely integrate our services, both old and new. We’ll be focused on crafting an experience that allows new workers to get up to speed, and reduce the friction of transitioning to an online work environment with educational resources, guided informational analytics, and improved UI. Simultaneously, we’ll be bolstering the productivity of workers well-versed with the existing systems by offering faster, lower response rate APIs; better filtering of existing data sets to reduce information not relevant to your experience level; and more streamlined access to services pertinent to an advanced worker’s daily usage.<br><br>In the future we’ll be focused on the larger ecosystem. The MTurk team has continued to support workers in ways most platforms don’t, and we’re happy the infrastructure they’re building on AWS is the premiere platform for business and academia to recruit workers for their AI, machine learning, and research projects. We want to support that with worker-guided resources and interaction through projects such as our recently launched <a href="https://blog.turkerview.com/building-bridges-turkerview-launches-bridge-rejections/">Rejection Dispute System</a>.<br><br>Finally, we believe that it’s important to make sure we’re looking at features and services beyond the data. Online work can be hectic, and since TurkerView started as a simple forum community, we want to keep that spirit by taking a deep dive into ways we can improve worker quality of life.</p><h2 id="update-path">Update Path</h2><p>We’re doing everything we can to ensure this transition is smooth for workers. Updates are scheduled for the lowest impact times for our core userbase <em>(targeting weekends, early morning EST in the 1-3AM range)</em>, but otherwise things will hum along as expected. The transition should actually allow us to immediately improve response times an estimated 30%, and improve our ability to respond to disruptions with our service providers. In an environment where milliseconds matter, this is exciting news!<br><br>If you have any feedback or suggestions, please <a href="mailto:hello@turkerview.com">reach out</a> and let us know what we can do to make your experience on the platform better! Your support drives the next generation of worker produced tools, and we’re incredibly excited to see where this next step takes us.</p>]]></content:encoded></item><item><title><![CDATA[Building Bridges: TurkerView Launches MTurk Bridge | Rejection Disputes]]></title><description><![CDATA[TurkerView Bridge is a new development in our web app that we're excited to launch. The first feature, Rejection Disputes, is aimed directly at improving one of the most contentious issues on MTurk: rejected work.]]></description><link>https://blog.turkerview.com/building-bridges-turkerview-launches-bridge-rejections/</link><guid isPermaLink="false">5e326b4dab9e2c550955e00a</guid><category><![CDATA[mturk]]></category><category><![CDATA[amazon mechanical turk]]></category><category><![CDATA[mturk rejections]]></category><category><![CDATA[rejected HIT]]></category><dc:creator><![CDATA[Chris]]></dc:creator><pubDate>Wed, 05 Feb 2020 15:58:14 GMT</pubDate><media:content url="https://blog.turkerview.com/content/images/2020/01/bridge-sunlight.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.turkerview.com/content/images/2020/01/bridge-sunlight.jpg" alt="Building Bridges: TurkerView Launches MTurk Bridge | Rejection Disputes"><p>Connecting workers has always been the core of our mission. Today, we're expanding that mission with the goal of bridging the communication gap between workers and requesters on MTurk.</p><p><strong>TurkerView Bridge</strong> is a new development in our web app that we're excited to launch. Over time we hope to build multiple systems to improve interactions between workers and requesters. The first feature, <strong>Rejection Disputes</strong>, is aimed directly at improving one of the most contentious issues on MTurk: rejected work.</p><p>Over the years we've found that <em>most </em>rejections tend to stem from simple misunderstandings. A requester doesn't understand how long their HIT should actually take, a technical issue arises with Qualtrics, or any number of things crop up that lead to rejecting the work without understanding the impact that has on a worker account. Even once the issue is cleared up it can be a monumental task to fix the mistake for requesters not familiar with the platform or those who don't have experience with coding in MTurk's API.</p><p>This leaves the burden of explaining why a HIT should be approved, and how to approve it, to the worker. They must compile documentation, converse with the requester, and in some cases teach them how to overturn the rejection manually. We've assisted workers in hundreds of these cases and found the process is tedious, filled with technical pitfalls for the requester, and usually frustrating for the worker since it takes time away from actual work.</p><p>Rejection Disputes aims to provide a less cumbersome experience for handling rejections.</p><h2 id="anatomy-of-a-dispute">Anatomy Of A <strong>Dispute</strong></h2><h3 id="creating-a-dispute">Creating A Dispute</h3><p>Workers can use <a href="https://turkerview.com/mturk-scripts/1-TurkerViewJS">TurkerViewJS</a> to open a dispute directly from their MTurk interface. Dispute creation links are available next to the status details of rejected HITs. The process is streamlined and simple so workers don't have to spend time chasing down documentation.</p><figure class="kg-card kg-image-card"><img src="https://blog.turkerview.com/content/images/2020/02/open-dispute-example.png" class="kg-image" alt="Building Bridges: TurkerView Launches MTurk Bridge | Rejection Disputes"></figure><h3 id="secure-urls">Secure URLs</h3><p>Once a dispute is created, the worker is forwarded to MTurk's message system to share the dispute with the requester. We fill in all the information for them, and allow the worker to double check the message before sending. They can also view their open rejection disputes from their <a href="https://turkerview.com/account/bridge/rejections/">TurkerView Bridge Account Dashboard</a></p><p>Dispute URLs are formed with two parts:</p><ol><li>A Case Identifier</li><li>A Lock Key</li></ol><p>The lock key can be thought of as a shared password that can be attached to the dispute link for simplicity and ease of access. If someone tries to access a case in our system without providing it they will be prompted to enter the correct code before being allowed to view any details of a dispute. </p><p>Both parts are required to view a dispute in our system. Because links contain all of the security protocols to unlock a case file, workers and requesters should take caution not to share the links with outside parties unless necessary.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2020/02/case_lock.png" class="kg-image" alt="Building Bridges: TurkerView Launches MTurk Bridge | Rejection Disputes"><figcaption>We protect case details with a special key, generated by our system and given to the worker to share with the requester.</figcaption></figure><h3 id="dispute-details">Dispute Details</h3><p>For the requester, we provide relevant information on overturning the rejection, bonusing a worker, or messaging them through MTurk's platform if they want to notify workers of overturned rejections. Alternatively, they may reply to the dispute themselves and we'll send a notification to the worker.</p><h3 id="dispute-message">Dispute Message</h3><p>A worker may submit a <a href="https://simplemde.com/markdown-guide">markdown formatted</a> message detailing any evidence they might have or reasoning the HIT should be overturned.</p><p>We provide a number of pre-generated responses to workers for common rejection scenarios and encourage them to save time by submitting them as-is or as a template to expand on. Workers may also save their own templates for future use, and make edits to templates through the web app. All communication should follow MTurk's guidelines on polite, professional contact between parties.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2020/02/turkerview-rejection-dispute-submission.gif" class="kg-image" alt="Building Bridges: TurkerView Launches MTurk Bridge | Rejection Disputes"><figcaption>We provide workers with pre-generated messages to help them save time &amp; improve case outcomes.</figcaption></figure><h3 id="replies">Replies</h3><p>Workers, requesters, and affiliated parties (such as an IRB manager or collaborating researcher) may submit replies to a dispute. A worker's TurkerView account name will never be disseminated through this system, and workers should take caution not to divulge their TurkerView username.</p><p>Requesters who have a <a href="https://forum.turkerview.com/threads/claiming-a-turkerview-requester-profile.688/">verified TurkerView profile</a> will have their display name shown and a verified badge displayed to give the worker confidence they're conversing directly with the requester.</p><p>Unverified requesters, or third parties, will have a generated hash displayed as their username.</p><h3 id="evidence">Evidence</h3><p>Workers often take screenshots of studies as proof of completion when a code isn't present, or they think issues might arise with payment. We've kept this in mind and disputes currently support a secure upload of two (2) pieces of image evidence as well as an area to link to a YouTube video if the worker has video evidence. They should ensure the video is marked private if it contains sensitive information or reveals contents of the HIT.</p><h3 id="action-panel">Action Panel</h3><p>To help requesters who receive a dispute in our system we link directly to documentation from MTurk detailing the steps to overturn a rejection. This saves both the worker and the requester time, streamlining the process of overturning the rejection if a worker's presented evidence and work quality are sufficient.</p><h3 id="csv-generator">CSV Generator</h3><p>In order to provide the best experience for all parties, and to improve the odds of a positive outcome, we've built a system capable of generating a properly formatted CSV file in accordance with MTurk's standards to approve previously rejected HITs.</p><figure class="kg-card kg-embed-card kg-card-hascaption"><iframe width="459" height="344" src="https://www.youtube.com/embed/sQMCwGb-iKo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><figcaption>Overturn A Rejected HIT in 1 Minute or Less with TurkerView Bridge | Rejections</figcaption></figure><h2 id="less-friction-better-outcomes">Less Friction, Better Outcomes</h2><p>We've seen the frustration that misunderstandings in this space cause on <em>both</em> sides and we're excited to start offering systems that bring all parties together. The majority of requesters on the platform, especially those affiliated with academic institutions, are great people. We hope this system will help alleviate some of the more common issues new requesters face when making approval/rejection decisions, and reduce the amount of wasted time required of workers to fix issues when they do arise.</p><p>Workers can begin utilizing this new system by updating or installing <a href="https://turkerview.com/mturk-scripts/1-TurkerViewJS">TurkerViewJS</a>. There's also a fully functional <a href="https://turkerview.com/bridge/rejections/case/GL5IKLFMPZIW5CMNAYJHU3T3KWAJJC/lock/5NZWPZNJM6E19XVK928LO34D205GYQ7GD/">Example Dispute Case</a> on our website, and we've generated a quick <a href="https://turkerview.com/bridge/rejections/info/">Info section</a> about the system with answers to frequently asked questions.</p>]]></content:encoded></item><item><title><![CDATA[Writer Who Never Learned to Drive Works for Uber. Makes $0.97/hr.]]></title><description><![CDATA[Imagine if someone told you they’d decided they were going to work for Uber—despite not having a car, a license, or even any experience riding in a car.

Sound ridiculous? That's how the article about Mechanical Turk, published by The New York Times, sounds to many workers...]]></description><link>https://blog.turkerview.com/writer-who-never-learned-to-drive-works-for-uber/</link><guid isPermaLink="false">5dd1df80ab9e2c550955dd8d</guid><category><![CDATA[mturk]]></category><category><![CDATA[mechanical turk]]></category><category><![CDATA[crowdwork]]></category><category><![CDATA[academic research]]></category><dc:creator><![CDATA[Chris]]></dc:creator><pubDate>Mon, 18 Nov 2019 17:00:57 GMT</pubDate><media:content url="https://blog.turkerview.com/content/images/2019/11/complex-workflows.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.turkerview.com/content/images/2019/11/complex-workflows.jpg" alt="Writer Who Never Learned to Drive Works for Uber. Makes $0.97/hr."><p>Imagine if someone told you they’d decided they were going to work for Uber—despite not having a car, not having a license to drive a car, or even having ridden in a car.</p><p>Sound ridiculous? Well, that's how the <a href="https://www.nytimes.com/interactive/2019/11/15/nyregion/amazon-mechanical-turk.html">article about Mechanical Turk</a> <em>(MTurk for short),</em> published by The New York Times, sounds to many workers experienced with the platform.</p><!--kg-card-begin: html--><blockquote cite="https://forum.turkerview.com/posts/1393869/">
        <p>Articles like this don't hurt Amazon; they hurt you. They hurt me. They drive requesters off the platform and towards platforms that have the outward appearance of caring (like Prolific) while giving significantly less of a shit than Amazon ever could.</p></blockquote>
    <footer>—THFYM, <cite><a href="https://forum.turkerview.com/posts/1393869/" target="_blank" rel="noopener noreferrer">TurkerView Forum</a></cite></footer>
<!--kg-card-end: html--><p></p><p>Our site, <a href="https://turkerview.com">TurkerView</a>, is dedicated to tracking wages on Mechanical Turk and providing workers with tools and services to increase their productivity. TurkerVew is now the largest active community of workers, and the only worker operated review platform: it's an eclectic group of college kids, stay at home parents, system administrators, freelance writers, and even a prospective alpaca farm owner on one memorable occasion. </p><p>We serve thousands of workers every day across our platform's various services/APIs. Contrary to what The New York Times article would suggest, wages have actually risen over 35% (from $14.50/hr in Q1 2018 to $20.00/hr in Q4 2019) among workers in our community—in fact, the change has been so significant we've started overhauling our 2020 wage guidelines in response.</p><p>We're publishing this because we, the administrators and active users of TurkerView, believe the Times's article portrays the MTurk platform poorly and inaccurately.</p><hr><h3 id="people-working-on-mturk-are-not-making-0-97-hr">People <em>working </em>on MTurk are not making $0.97/hr</h3><p></p><!--kg-card-begin: html--><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.min.js"></script>
<div id="graph-col" class="col-sm-12" style="min-height: 325px; height: 325px">
                                <canvas id="bar" style="width: 100%; height: auto;">Sorry, your browser doesn't support canvas elements.</canvas>
                            </div>
<script type="text/javascript">
    
                                new Chart(document.getElementById('bar'), {
                                    type: 'line',
                                    data: {
                                        labels: ['2018-01', '2018-02', '2018-03', '2018-04', '2018-05', '2018-06', '2018-07', '2018-08', '2018-09', '2018-10', '2018-11', '2018-12'
												,'2019-01', '2019-02', '2019-03', '2019-04', '2019-05', '2019-06', '2019-07', '2019-08', '2019-09'],
                                        datasets: [
                                            {
                                                label: 'Average Hourly Wages',
                                                data: [14.50,16.02,15.58,16.67,17.28,17.52,18.66,17.84,17.01,17.28,18.80,18.32,17.78,19.56,19.84,19.79,19.60,20.68,20.12,20.74,20.03],
                                                fill: true,
                                                backgroundColor: [
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)'
                                                ],
                                                borderColor: [
                                                    'rgb(201, 203, 207)',
                                                    'rgb(201, 203, 207)'
                                                ],
                                                borderWidth: 2,
												pointRadius: 6,
												pointHoverRadius: 5
                                            }
                                        ]
                                    },
                                    options: {
										tooltips: {
											callbacks: {
												label: function(tooltipItem, data){
													var label = data.datasets[tooltipItem.datasetIndex].label || '';
													
													if (label) {
														label += ': $';
													}
													
													label += (Math.round(tooltipItem.yLabel * 100) / 100).toFixed(2);
													
														label = label;
													return label;
												}
											}
										},
                                        legend: {display: false },
                                        title: {
                                            display: false,
                                            text: 'Wage Data'
                                        },
                                        scales: {
                                            xAxes: [{
                                                gridLines: { display: false },
												ticks: {
													callback: function(value, index, values){
														return value;
													}
												}
                                            }],
                                            yAxes: [{
                                                gridLines: {
                                                    display: true,
                                                    drawBorder: false
                                                },
                                                ticks: {
                                                    min: 14,
                                                    display: true,
                                                    callback: function(value, index, values) {
                                                        return '$' + value.toFixed(0)+'/hr';
                                                    }
                                                }}]
                                        },
                                        layout: {
                                            padding: {
                                                left: 0,
                                                right: 0,
                                                top: 0,
                                                bottom: 0
                                            }
                                        },
										responsive: true,
										maintainAspectRatio: false,

                                    }
                                });
</script><!--kg-card-end: html--><!--kg-card-begin: html--><h5 style="text-align: center;">Wage Trends for TurkerView users, 2018-2019 <span style="font-size: .75em;">(all tasks)</span></h5><!--kg-card-end: html--><p></p><p>TurkerView makes it easy to browse through the <a href="https://turkerview.com/requesters/">most active requesters</a>, or even the specific <a href="https://turkerview.com/institutions/">universities and colleges</a> that successfully utilize MTurk. No doubt there are poorly paid tasks on MTurk. That's the nature of any marketplace. Unique to other marketplaces, where the best rise to the top, MTurk works in the opposite direction: the worst of the worst tend to be the most visible when you first log in because people aren't doing them.</p><p>MTurk employees at conferences like <a href="https://blog.mturk.com/a-recap-of-mturk-talks-from-aws-re-invent-2018-6bd02292a5b9">re:Invent</a> have advocated for paying people fairly for work on the platform. Nonetheless, some businesses still use MTurk to outsource their microtasks to the sizeable portion of foreign workers on the platform. We're not going to make ethical judgements about that since many of those tasks <a href="https://old.reddit.com/r/mturk/comments/dxqwiq/non_us_worker_earnings_150k_hits_35_years_on_the/">do provide a livable wage to those workers</a>, but it's important to note the author largely focused his efforts on those tasks that most American workers rightly avoid.</p><h3 id="that-article-is-condescending-">That article is condescending.</h3><p>If a stranger walked into your job Monday morning, could they expect to perform your duties as deftly as you can? Probably not! It takes years of education, training, and experience to excel at many jobs. If someone wants to treat MTurk as such by discussing wages, the same applies. Using MTurk successfully requires workers to be disciplined, computer-savvy, and flexible with what they do at any given moment. Focus is a must as they manage complex workflows and quickly infer the critical parts of tasks <strong>—</strong> some of which <a href="https://www.csats.com/validation">help surgeons save lives</a>, <a href="https://forum.turkerview.com/posts/464478/">deliver medicine to villages in Africa</a>, or a myriad of other projects that touch on all parts of digital life we all enjoy.</p><p>Perhaps what's most important to note about the article is that when the author attempted to interview workers, he was largely rebuffed. Most MTurk communities have seen this article rehashed <a href="https://www.wired.com/story/the-crazy-hacks-one-woman-used-to-make-money-on-mechanical-turk/">time</a> and <a href="https://www.wired.com/story/amazons-turker-crowd-has-had-enough/">time</a> again, and we all knew what this was going to say long before it came out. One worker, Doc3D, explained this in the author's initial call for quotes:</p><!--kg-card-begin: html--><blockquote style="font-size: .95em !important;"><p>You will likely get a very narrow view by the person who would take an offer like this. This would likely be the same people who do the lowest paying hits. There is a somewhat wide range in type of turker. There are batch workers only, survey workers only, transcribers, etc, and then people who do a combination of those. There are workers who will work a 30 minute hit for only 10 cents, and then there are workers who would only do that same hit if it paid at least 3.50. There are workers who have closed quals from several institutions and work those almost exclusively. Then there are workers who will work for just about anything and for any amount. You won't get the full scope of what it's like to turk by just interviewing a single person, and by only offering a dinner - the chances are pretty great that the majority of anyone who would respond is the same people working the absolute minimum hits and that will just skew your perception of the whole thing.</p></blockquote>
<footer><cite>Doc3D, </cite>from <a href="https://old.reddit.com/r/mturk/comments/d6cmk2/from_reporter_looking_to_talk_to_turkers_innear/" target="href" rel="nofollow noopener noreferrer">reporter looking to talk to turkers in/near NYC</a></footer><!--kg-card-end: html--><p></p><p>We're not here to disagree with the viewpoints of workers who believe that MTurk doesn't do them justice, and we certainly don't fault them for sharing their experiences. Our job is to support them as best we can. In fact, if you're struggling on MTurk, <a href="mailto:hello@turkerview.com?subject=MTurk Workflow Help&amp;body=You can leave this blank, or let us know your current work setup, time availability (and timezone!), and experience level (approved HITs, etc)">let us know</a>—we'll do a workflow review &amp; do our best to help.</p><p>However, the TurkerView community has dedicated the last two years to building tools and a platform for the purpose of helping workers, and we would argue that few people are more familiar with the stories of workers than we are. As it is, the media has been interested in MTurk from only one angle, and many workers find that to be as exploitative as the articles claim MTurk to be. Experienced workers know the value of their time, and aren't interested in any unpaid platform-related work. As one Reddit user said while explaining why workers did not want to participate:</p><!--kg-card-begin: html--><blockquote>This isn't the same as meeting a friend and discussing your job. It is work for him that will earn him money and ultimately bring money to The Times. The online version of the story will benefit the publisher and this journalist via website visits, ads, subscriptions, shares and improved brand and individual recognition and reputation.</blockquote>
<footer><cite>jherara, </cite> <a href="https://old.reddit.com/r/mturk/comments/d6cmk2/from_reporter_looking_to_talk_to_turkers_innear/f0uwmo8/" target="_blank" rel="nofollow noopener noreferrer">Reddit thread discussing refusal to pay workers for their time in interviews</a></footer><!--kg-card-end: html--><p></p><h3 id="the-truth-is-mturk-is-the-most-ethical-way-to-recruit-crowd-workers-">The truth is, MTurk is the most ethical way to recruit crowd workers.</h3><p>Bold statement—we know. But we believe it's true and needs to be directly stated.</p><p>MTurk's fees are some of the most reasonable in the space—for example, drawing from MTurk's worker pool allows <a href="https://www.positly.com/">Positly</a> to supply requesters with a reliable set of workers with total fees lower than similar offerings. Amazon has continued to allow workers freedom to work, build, and tweak the platform to suit their individual needs, and offers both workers and requesters powerful APIs in addition to their default web interfaces.</p><p>We're not going to mince words here: the Times's willingness to profit off workers by using one sided, emotionally charged titles and stories is not a good reason to abandon MTurk. Neither is methodologically unsound "research" that claims wages are bad across the board (yes, we'll address that paper in-depth later).</p><p>Still, the ultimate problem with these articles is that they aren't just one sided: they're damaging.</p><!--kg-card-begin: html--><blockquote cite="https://forum.turkerview.com/posts/1393869/" style="font-size: .90em !important;">
    <p>
        ...articles like this shred every bit of integrity of what we do for a "living".</p>

<p>Imagine trying to explain to a corporate recruiter that for months/years, you worked on a service and support platform where you managed personal micro-projects for a variety of requesters, earning a viable wage in return for self-motivated work for major universities, Amazon, Google, Microsoft, etc. all the while building skillsets in various technological tools and areas of interest, just to have them ask what the name of that platform was.</p>

    <p>You say "Mechanical Turk".</p>

<p>They laugh, because they've read the articles. They've read "Ghost Work" by Siddharth Suri et. al. They know that you're not a motivated self-starter; they think you're a cog in the machine, earning $2/hr. They liken you to whats-her-name in India, who in Ghost Work was incapable of performing a HIT if her big brother wasn't in the room. Your microtasking work is suddenly no longer skilled, or integral, or even meaningful. You're a pleb that types lines on a receipt. Hell, you may have even bought your account from a black market in the third world; after all, Amazon has no controls in place, right?</p>

<p>They laugh, because they've read the coverage on the Bot Scare(TM). They think that there's no way your work can be skilled, because a rudimentary computer program can do the same thing and avoid detection in most cases. In the case that you are somehow able to prove you made decent money (1099 anyone?), you must be a scammer. After all, only the top 0.00242% of workers make over $7.25/hr, or whatever the latest bullshit "research" statistic is. Certainly you didn't get there on your own accord; you must be cheating.</p>
        <p>Articles like this don't hurt Amazon; they hurt you. They hurt me. They drive requesters off the platform and towards platforms that have the outward appearance of caring (like Prolific) while giving significantly less of a shit than Amazon ever could.</p></blockquote>
    <footer>—THFYM, <cite><a href="https://forum.turkerview.com/posts/1393869/" target="_blank" rel="noopener noreferrer">TurkerView Forum</a></cite></footer>
<!--kg-card-end: html--><p></p><p> Good requesters who don't want the stigma associated with the platform wind up leaving, or never coming at all—often turning to competing platforms that charge even higher fees (meaning less of their budget actually goes to the worker) or have worse experiences for their workers (including loss of freedom, transparency, and lower wages). Articles like this make using MTurk taboo, and workers do not deserve to be punished because of it.</p><p>MTurk is, by and large, an incredibly solid platform for online crowd work. Its fees are reasonable, workers have a lot of freedom in choosing tasks, the quality of data remains high for requesters following best practices, and it allows for development on top of the platform that gives it unparalleled flexibility through Amazon's AWS offerings.</p><figure class="kg-card kg-embed-card kg-card-hascaption"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Heard a lot of complaints about data quality on Mturk, but I just bought 400 participants from a black box survey panel company and 62% of my participants failed a basic attention check.</p>&mdash; Tyler Burleigh (@tylerburleigh) <a href="https://twitter.com/tylerburleigh/status/1172607809135042561?ref_src=twsrc%5Etfw">September 13, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<figcaption>Not only can MTurk provide high quality data, it gives unmatched transparency on payment and its worker communities are easy to access.</figcaption></figure><p>Moreover, many workers get a real sense of satisfaction out of completing scientific research on the platform.</p><figure class="kg-card kg-embed-card kg-card-hascaption"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">i&#39;m glad to have been one of the mturk workers that contributed to this paper somewhat <a href="https://t.co/yAgttW83sz">https://t.co/yAgttW83sz</a></p>&mdash; ren (@sarinmt) <a href="https://twitter.com/sarinmt/status/1138629897063211008?ref_src=twsrc%5Etfw">June 12, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<figcaption>Quality research on MTurk provides workers with a sense of satisfaction and fair compensation.</figcaption></figure><p>MTurk is, in our opinion, the best option for online crowdsourcing—both economically <em>and</em> ethically—and potential requesters should feel confident using it for any project they have, be it professional or personal. We at TurkerView are going to keep working on strengthening lines of communication between all parties, which means listening to the experiences of <em>all</em> types of workers—not just pretending to be one for a week, then moving on.<br><br>If you want to join us, we'd love for you to share this on social media or <a href="mailto:hello@turkerview.com">get in touch with us</a>. There's an endless list of projects that could be completed to improve worker's experience on the platform, and that's what we're here to help facilitate. Drop in, chat directly with workers, use your profile to get a sense of what they're saying about your work and improve it.<br><br>If we focus more on mutual respect and less on attention-grabbing clickbait, we can all benefit from an ecosystem that is continually evolving.</p>]]></content:encoded></item><item><title><![CDATA[[Worker Preview] TurkerView Institution Profiles]]></title><description><![CDATA[Turkerview has launched profiles for academic institutions in the US, UK, & Canada to help connect researchers & give workers more information.]]></description><link>https://blog.turkerview.com/worker-preview-turkerview-institution-profiles/</link><guid isPermaLink="false">5d49109dab9e2c550955d4a2</guid><category><![CDATA[mechanical turk]]></category><category><![CDATA[mturk]]></category><category><![CDATA[turkers]]></category><category><![CDATA[mturk surveys]]></category><category><![CDATA[mturk requester reviews]]></category><dc:creator><![CDATA[Chris]]></dc:creator><pubDate>Tue, 13 Aug 2019 14:00:29 GMT</pubDate><content:encoded><![CDATA[<figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/08/photo-1516534775068-ba3e7458af70.jpg" class="kg-image"><figcaption>Deciding whether or not to work with a requester on MTurk can be a daunting task</figcaption></figure><p><a href="http://turkerview.com/institutions/">Institution Profiles</a> have been generated for hundreds of colleges &amp; universities across the United States, Canada, the United Kingdom, and Australia. </p><p>They're built up from a variety of statistics TurkerView has collected from worker reviews and are meant to give a high level overview of how an institution is represented.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/08/duke_university_turkerview_profile.png" class="kg-image"><figcaption>Duke University's Institutional Profile has no accounts associated with paying under minimum wage!</figcaption></figure><h2 id="confident-workers-do-better-work-make-more-money">Confident workers do better work &amp; make more money</h2><p>New workers are often unsure of which tasks to accept, and have an extra difficult time understanding if work is safe before it has been reviewed by other workers.</p><p>By checking our Institution Profiles, workers can feel confident when they see consent forms from established institutions even if the individual account has yet to be reviewed. Outside of searching for work, returning tasks because a worker didn't have confidence in the requester is one of the largest losses of wages in online crowd work.</p><p>We want workers to feel comfortable &amp; confident on MTurk, and academic research is by far one of the best entry experiences most workers could have. Academics pay higher wages, have much higher ethical standards, and are more receptive to feedback than traditional businesses. Highlighting their contributions to crowd work at a higher level, we hope, will allow workers to feel more confident working with all researchers from well respected &amp; established institutions.</p><p>On top of the Institutional Profiles themselves, we'll also mark requester accounts with their top institution as well as collaborating institutions (if applicable)</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/08/requester_institution_ex.png" class="kg-image"><figcaption>An example of a requester with an Institutional Relationship on TurkerView</figcaption></figure><h3 id="accountability">Accountability</h3><p>For years we've heard calls for Amazon to step in and mediate disputes between requesters &amp; workers. From a practical standpoint we feel like this is the wrong approach to framing some of the problems online crowd workers face. In a scenario where Amazon acts as a mediator a researcher who does not put together properly run studies can simply move elsewhere. Most of our workers also exist on other similar platforms so shoving that work off onto them elsewhere is not a solution. </p><p>Most institutions, however, already have existing infrastructure to ensure researchers are conducting high quality, ethical research. That system (IRB/ERB) is one we're hoping to give tools to make better decisions and offer more constructive guidance. By offering institutions an overview of the work their researchers are uploading we're giving them a tool to take participant's experiences into account.</p><p>This also opens avenues in the future where TurkerView can begin to take collective complaints to a requester or institution automatically instead of requiring dozens of workers to waste time &amp; effort doing the same task. We are aiming to streamline what is usually a frustrating, time consuming process for <em>both </em>parties. Workers get understandably upset when they need to take time out of their work to chase down a rejection or debug a broken task, and no researcher enjoys the sometimes rude inquiries in cases that are often caused by simple human error / misunderstanding.</p><p>Institution Profiles are a step in helping us better understand where to direct our efforts to support workers &amp; the work they do on MTurk. Coming next week we're already planning on releasing a new metric that these profiles helped us generate that directly (and more objectively) measures how "fair" a requester (academic or otherwise) treats workers.</p><h3 id="service-accounts">Service Accounts</h3><p>We love <a href="https://www.turkprime.com/">TurkPrime </a>(<a href="http://turkerview.com/requesters/A3NC2P2SPK9QQ-surveycomet">SurveyComet TurkerView Profile</a>) &amp; <a href="https://www.positly.com/">Positly </a>(<a href="http://turkerview.com/requesters/A20SRJ4UG9W0H0-positly">TurkerView Profile</a>). They do amazing work to make Mechanical Turk more accessible to researchers, and they generally treat workers well. We've designated both of their accounts with special tags to explain to workers that while they are not necessarily directly related to Institutions, they are important parts of the platform &amp; can generally be treated with the same regard as the organizations/institutions they work with.</p><h2 id="new-feature-consent-form-storage-retrieval">New Feature: Consent Form Storage/Retrieval</h2><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/08/irb_form_retrieval_example.gif" class="kg-image"><figcaption>An example of TurkerView's new consent form retrieval system.</figcaption></figure><p>MTurk communities have always shared information to help get rejections overturned, which sometimes involves asking an IRB to step in and help researchers fix mistakes. In light of that, and because we prefer to help keep contact information discreet <em>(posting them to public forums often meant private contact information was cached by search engines)</em> we're offering this information to qualified workers to retrieve right from our website.</p><p>In order to retrieve a consent form (which includes researcher / IRB contact information) a worker must meet the following criteria:</p><ul><li>A reviewer account in good standing (no TOS violations such as rude, abusive, or inflammatory reviews - this is in accordance with MTurk's Participation Agreement)</li><li>A high approval rating across reviews &amp; a minimum of 10 submissions in the last 7 days <em>(with our quick submission feature submitting information to TV should take no more than 1 click and our goal response times are &lt;200ms for submissions)</em></li><li>Have submitted a review for the HIT a worker wants to retrieve a consent form for (we will not hand out contact data without this as it verifies you've completed the HIT &amp; should have access to the consent form for it).</li></ul><p>You can head to your profile and search for any HITs to retrieve contact information, or use the "My Reviews" option on a requester profile to display reviews and, if we have a consent form available, the link will be placed at the bottom of your review.</p><h2 id="awesome-what-else-is-there">Awesome! What else is there?</h2><p>For starters, you can visit the <a href="https://turkerview.com/institutions/">Institutions Listings</a> on our website! Feel free to familiarize yourself with the layout or shoot us any <a href="mailto:hello@turkerview.com?subject=Institution Profiles Feedback">feedback or improvements</a> you'd like to see. They're a work in progress and we'll be workshopping them heavily as we find out what works and what doesn't for you so please send us feedback!</p><p>We also recommend you grab our free TamperMonkey script, <a href="https://turkerview.com/mturk-scripts/1-TurkerViewJS">TurkerViewJS</a>, which will be updating to bring you this data live on Mechanical Turk's worker interface. It also has a wealth of information available about requesters, HITs, a worker-only heads up display which features warnings to help you avoid trouble and some general improvements to the MTurk interface/functionality.</p><p><a href="https://chrome.google.com/webstore/detail/mturk-suite/iglbakfobmoijpbigmlfklckogbefnlf?hl=en-US">MTurk Suite</a>, a third party extension for MTurk, is also an amazing, simple to use tool that allows access to our data and provides a great set of enhancements to the default worker experience.</p><p>We also encourage you to contribute by sharing your experiences with various HITs/Requesters on the platform. Leave a review, let others know why you're returning a HIT, or just stop by a worker forum &amp; say hello! You can check out our <a href="https://turkerview.com/review.php">full guide to reviews as well as a quick how-to video on this page</a>.</p><p>And if you feel like we're helpful please also consider <a href="https://turkerview.com/account/api/">upgrading your account to a paid plan to support us</a>. You'll get access to some cool stats on HITs that can help you prioritize what to work on and preview access to new, upgraded features as we work on them. We can't continue to do what we do without your help, so we appreciate everyone who contributes their experiences &amp; reviews with us!</p><h3 id="happy-turking-">Happy Turking!</h3>]]></content:encoded></item><item><title><![CDATA[Institution Profiles Live on TurkerView!]]></title><description><![CDATA[Turkerview has launched profiles for academic institutions in the US, UK, & Canada to help connect researchers & give workers more information.]]></description><link>https://blog.turkerview.com/institution-profiles-live-on-turkerview/</link><guid isPermaLink="false">5d09ac3fab9e2c550955d245</guid><category><![CDATA[mechanical turk]]></category><category><![CDATA[mturk]]></category><category><![CDATA[research]]></category><category><![CDATA[academic research]]></category><category><![CDATA[surveys]]></category><dc:creator><![CDATA[Chris]]></dc:creator><pubDate>Tue, 13 Aug 2019 14:00:18 GMT</pubDate><media:content url="https://blog.turkerview.com/content/images/2019/08/photo-1504817343863-5092a923803e-6.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.turkerview.com/content/images/2019/08/photo-1504817343863-5092a923803e-6.jpg" alt="Institution Profiles Live on TurkerView!"><p>Every day academic researchers, prospective PhDs, and university labs post hundreds of studies to Amazon's Mechanical Turk (MTurk). Most workers are proud of the part we play in helping researchers across the globe gather the data they need to publish their work.</p><p>TurkerView, for those unfamiliar with us, is a website dedicated to helping workers increase their earnings by providing tools &amp; information about the platform, mostly in the form of wage data &amp; user experience reviews with requesters. Nowadays we do a lot to connect workers with researchers (hundreds have already <a href="https://forum.turkerview.com/threads/claiming-a-turkerview-requester-profile.688/">claimed their profiles</a> &amp; engaged with workers on our site) and we're aiming to improve that service with our new <a href="https://turkerview.com/institutions/">Institution Profile</a> system.</p><!--kg-card-begin: markdown--><h1 id="reputationbuildingreputationsharing">Reputation Building, Reputation Sharing</h1>
<!--kg-card-end: markdown--><p>It's common for workers to be wary of "new" requesters entering the ecosystem, which can limit the pool of subjects those researchers can draw from. This is especially true for new workers, who are often told to avoid working for "unrated" requesters.</p><p>Over the last few years, however, we've noticed that many institutions do an outstanding job of guiding researchers to higher quality data and helping them support workers in an ever evolving technical ecosystem. <a href="https://turkerview.com/requesters/ABIUW8FBC3EE7-the-wharton-school">Wharton</a>, Duke <sup><a href="https://turkerview.com/requesters/A14RDIKJG0V5TD-duke-center-for-behavioral-economics">1</a> <a href="https://turkerview.com/requesters/A3H6DD2H1KV6D2-duke-mai-group">2</a> <a href="https://turkerview.com/requesters/A21FL5HD762HVK-duke-cognition-lab">3</a></sup>, and Yale <sup><a href="https://turkerview.com/requesters/A1B2ILT2409W4R-yale-cognition-development-lab">1</a> <a href="https://turkerview.com/requesters/A2IFZMK47ZIZ8X-yale-behavioral-lab">2</a> <a href="https://turkerview.com/requesters/A2CGQ5942WIRAV-yale-institute-for-network-science">3</a></sup> are prime examples of institutions with generally well established reputations, but no way to share their reputation across their numerous labs &amp; individual researchers.</p><p>That's where <a href="https://turkerview.com/institutions/">Institution Profiles</a>, now live on TurkerView, enter in. We hope that highlighting their contributions to crowd work at a higher level will allow workers to feel more confident working with researchers from well respected and established institutions <em>and </em>help requesters of all types find positive examples to emulate.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.turkerview.com/content/images/2019/08/duke_university_turkerview_profile-1.png" class="kg-image" alt="Institution Profiles Live on TurkerView!"><figcaption><a href="https://turkerview.com/institutions/Duke-University">Duke University's Institutional Profile</a> has no accounts associated with paying under minimum wage!</figcaption></figure><h1 id="building-better-together">Building Better, Together</h1><p>The salient point consistently lost through online work platforms is that <em>we're all human</em>. We're all dealing with other humans from incredibly diverse, often eclectic backgrounds with their own unique motivations for being here coupled with one of the most difficult mediums of human connection &amp; communication we've had since smoke signals were invented.</p><p>So if your requester profile or school profile doesn't look like a Wharton case study yet, that's okay! No one wants it to get there more than us. We're always available to discuss your profile &amp; provide avenues to pave the way to a better experience for everyone.</p><p>Mechanical Turk is an amazing framework built on the rock solid foundation of the world's leading cloud computing provider. The worker community has a long, storied history of building amazing things on top of that framework and we believe the next step of that is to bridge the digital gap by working <em>with</em> academics.</p><h1 id="what-can-you-do-to-help-build-your-school-s-reputation">What can you do to help build your school's reputation?</h1><p>It's "simple" really: <em>post great work!</em></p><p>We know that isn't nearly descriptive enough (<a href="https://blog.turkerview.com/subscribe/">subscribe to our blog</a> where we'll discuss this in depth in the future) but here is a short checklist to get started:</p><ul><li>Use the sandbox environments (<a href="https://requestersandbox.mturk.com/">Requester</a> | <a href="https://workersandbox.mturk.com/">Worker</a>) to check for errors / bugs</li><li>If a worker can accept the task, they should be able to submit it (use correct qualifications &amp; pre-screening practices)</li><li>Set appropriate reward amounts ($12-$15/hr for the lower quartile of participants as a <em>minimum</em> baseline, we recommend requesters aim for $20-$25/hr average)</li><li>Your research <strong>must</strong> be approved by the IRB or ERB associated with your school to qualify, and that information must be presented to participants prior to the task.</li></ul><p>It's important to us to have a wide array of positive profiles on our platform because it means our worker pool is successfully finding engaging, rewarding tasks while contributing to meaningful studies. Hopefully unsurprisingly, contributing to research is actually important to a lot of workers</p><figure class="kg-card kg-embed-card kg-card-hascaption"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">i&#39;m glad to have been one of the mturk workers that contributed to this paper somewhat <a href="https://t.co/yAgttW83sz">https://t.co/yAgttW83sz</a></p>&mdash; ren (@sarinmt) <a href="https://twitter.com/sarinmt/status/1138629897063211008?ref_src=twsrc%5Etfw">June 12, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<figcaption>Many workers appreciate the intrinsic rewards of participating in academic research, but we believe academics should value that with extrinsic rewards.</figcaption></figure><p>The best thing you can do is spend resources investing in <strong>higher quality study design</strong>, <strong>efficient task flow</strong>, and <strong>increased wages</strong>. The current in-task average wage for an academic study posted to MTurk in 2019 is hovering around ~$20/hr according to our datasets, so it's important to price your tasks competitively so workers will give their full time &amp; attention to the task!</p><hr><!--kg-card-begin: html--><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.min.js"></script>
<div id="graph-col" class="col-sm-12" style="min-height: 325px; height: 325px">
                                <canvas id="bar" style="width: 100%; height: auto;">Sorry, your browser doesn't support canvas elements.</canvas>
                            </div>
<script type="text/javascript">
    
								var ns = [15814,22402,21750,20603,18776,17205,19030];
                                new Chart(document.getElementById('bar'), {
                                    type: 'bar',
                                    data: {
                                        labels: ['201901','201902','201903','201904','201905','201906','201907'],
                                        datasets: [
                                            {
                                                label: 'Wage',
                                                data: [20.45,21.92,21.11,20.54,21.22,22.01,20.77],
                                                fill: false,
                                                backgroundColor: [
                                                    'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)',
													'rgba(104, 159, 56, 0.9)'
                                                ],
                                                borderColor: [
                                                    'rgb(201, 203, 207)',
                                                    'rgb(201, 203, 207)'
                                                ],
                                                borderWidth: 2,
												pointRadius: 6,
												pointHoverRadius: 5
                                            }
                                        ]
                                    },
                                    options: {
										tooltips: {
											callbacks: {
												label: function(tooltipItem, data){
													var label = data.datasets[tooltipItem.datasetIndex].label || '';
													
													if (label) {
														label += ': $';
													}
													
													label += Math.round(tooltipItem.yLabel * 100) / 100;
													
														label = label + '/hr (n=' + ns[tooltipItem.index].toLocaleString('en-US') + ')';
													return label;
												}
											}
										},
                                        legend: {display: false },
                                        title: {
                                            display: false,
                                            text: 'Wage Data'
                                        },
                                        scales: {
                                            xAxes: [{
                                                gridLines: { display: false },
												ticks: {
													callback: function(value, index, values){
														return value.substring(0,4)+'-'+value.substring(4,6);
													}
												}
                                            }],
                                            yAxes: [{
                                                gridLines: {
                                                    display: true,
                                                    drawBorder: false
                                                },
                                                ticks: {
                                                    min: 12,
                                                    display: true,
                                                    callback: function(value, index, values) {
                                                        return '$' + value.toFixed(0)+'/hr';
                                                    }
                                                }}]
                                        },
                                        layout: {
                                            padding: {
                                                left: 0,
                                                right: 0,
                                                top: 0,
                                                bottom: 0
                                            }
                                        },
										responsive: true,
										maintainAspectRatio: false,

                                    }
                                });
</script><!--kg-card-end: html--><!--kg-card-begin: html--><h5 style="text-align: center;">Average in Task Wages, 2019 <span style="font-size: .75em;">(surveys only)</span></h5><!--kg-card-end: html--><hr><p>We know anything involving dollar signs can be a sticking point, especially for some researchers funding studies out of pocket, but it's important to note that better wages doesn't always mean increased task reward amounts. Improving task design, or simply posting tasks that work the first time, can go a long way in this area. If you're not sure how to do this always feel free to <a href="mailto:hello@turkerview.com?subject=Task Design">reach out</a> for a second opinion to see if there are problems, pitfalls, or areas for improvement from a worker's perspective. Especially when considering the budgetary waste associated with tasks that produce unusable results the time spent publishing a well designed, thoroughly tested study can pay rewarding dividends for both parties.</p><p>Contributing positively to the ecosystem &amp; using it responsibly will help build both your profile on our platform and the institution you publishing research at. You can also <a href="https://forum.turkerview.com/threads/claiming-a-turkerview-requester-profile.688/">claim your individual profile</a> to signal to workers that you're engaged with understanding best practices and available for contact. Otherwise, we'll do the rest!</p><hr><p><em>If you're a worker looking for more information on how this new feature can help you, and where we're taking it in the future, please check <a href="https://blog.turkerview.com/worker-preview-turkerview-institution-profiles/">this post</a>.</em></p>]]></content:encoded></item></channel></rss>