An interesting experiment on China’s censorship
This paper presented a very interesting topic. Censorship in China has always drawn people’s attention since in a perspective of universal values censorship repress the free will of people to express themselves. This paper, focusing on the censorship in China, is sure to arouse peoples’ hot discussion and exert its impact on society. It occurs to me that western researchers are doing some 'real' research that can have great impact. They can always grasp the most important and interested topics in the world, look into these topics and yield some interesting and deep insights. I can not help but wonder why researchers in Asian countries didn’t find these topics (Well, it seems a little off the point since this topic involves complex problems concerning political and cultural factors).
Let us come back to this paper.
(Source: King et al., 2014)
My focus is on the methodological aspect. This article uses randomized experimentation, which provides a very strong support to the results and conclusion this paper made. I think, this is the most shining point of this paper, which enable it to be published in Science.
How did the authors do the experiment? As we know, an true experiment should have a treatment group, a control group, a independent variable related to treatment, dependent variable that measures the effect, random assignment, and various requirements to guarantee internal validity. The identification of experiment elements in this study is easy. Because the cause precedes the effect, we can tell that each post is the subject which the treatment works on, the treatment is the construction of the content within each post, and the reaction of the censor is the effect. In this sense, the independent variable would be the content of the post, which can be classified into four categories based on two variables: pro-government, anti-government, with collective action potential, and without collective action potential. The dependent variable is the censoring result of the post, in other words, the outcome in terms of censorship. As for random assignment, this paper has made a lot of efforts to ensure its implementation. So far as I can find, the paper did the randomization in a lot of details. For example, when submitting two posts about two different events to each account, the authors randomized (i) the choice between these two pairs, (ii) the order within each pair, and (iii) the specific collective action and policy events we wrote about in each submission. Furthermore, to fulfill the requirements of a true experiment and eliminate possible threats to its internal validity, the author takes many measures, including having the same keyword included in both the treatment and control conditions, controlling for individual writing styles, having all posts in a similar length, ensuring no identical posts to anyone found in social media, and not being obtrusive to change the social media ecosystem.
This study also employed participant observation to obtain the descriptive knowledge of how the censorship process works. in order to supplement the method of experimentation. This method is typically adopted by qualitative researchers. But in this paper, it fits in very well and provides informative materials of censorship to the researchers. Together with experimentation, it gives the authors good way to tell a more interesting story.
I think such an impressive and potentially-illegal-in-China work could not be done without help of a native Chinese. Not surprisingly, I noticed that the second author of this paper, Jennifer Pan ── a talented PhD candidate in Harvard ── is actually a Chinese. She must have got a lot of help inside mainland China, and recruited a myriad of research assistants to help with the extensive post writing and publishing.
Bibliography
King, G., Pan, J., & Roberts, M. E. (2014). Reverse-engineering censorship in China: Randomized experimentation and participant observation. Science, 345(6199). doi: 10.1126/science.1251722
An interesting experiment on China’s censorship的更多相关文章
- cf558c(bfs)
C. Amr and Chemistry time limit per test 1 second memory limit per test 256 megabytes input standard ...
- Codeforces Round #312 (Div. 2) C. Amr and Chemistry 暴力
C. Amr and Chemistry Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/558/ ...
- 每日一“酷”之textwrap
介绍:需要美观打印时,可以使用textwrap模块来格式化要输出的文本,这个模块允许通过编程提高类似段落自动换行或填充特性等功能. 1 创建实例数据 sample_text = ''' I’m ver ...
- Codeforces Round #312 (Div. 2) C.Amr and Chemistry
Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experime ...
- Codeforces 558C Amr and Chemistry 暴力 - -
点击打开链接 Amr and Chemistry time limit per test 1 second memory limit per test 256 megabytes input stan ...
- CF 558 C. Amr and Chemistry 暴力+二进制
链接:http://codeforces.com/problemset/problem/558/C C. Amr and Chemistry time limit per test 1 second ...
- QDU_CEF(补)
C - Arthur and Table Arthur has bought a beautiful big table into his new flat. When he came home, A ...
- Amr and Chemistry
C. Amr and Chemistry time limit per test 1 second memory limit per test 256 megabytes input standard ...
- codeforces 558C C. Amr and Chemistry(bfs)
题目链接: C. Amr and Chemistry time limit per test 1 second memory limit per test 256 megabytes input st ...
随机推荐
- [Asp.net]通过uploadify将文件上传到B服务器的共享文件夹中
写在前面 客户有这样的一个需求,针对项目中文档共享的模块,客户提出如果用户上传特别的大,或者时间久了硬盘空间就会吃满,能不能将这些文件上传到其他的服务器?然后就稍微研究了下这方面的东西,上传到网络中的 ...
- 画一画javascript原型链
在javascript中,几种数据类型String,Number,Boolean,Object,Function都是函数,可称之为函数对象. 可以说拥有prototype属性的都是函数. 所有对象都拥 ...
- C#多线程总结
线程的创建 Thread var thread = new Thread(() => { Console.WriteLine("thread start:" + Thread ...
- GCC、ARM-LINUX-GCC、ARM-ELF-GCC浅析
一.GCC简介: The GNU Compiler Collection,通常简称GCC,是一套由GNU开发的编译器集,为什么是编辑器集而不是编译器呢?那是因为它不仅支持C语言编译,还支持C++, A ...
- [函数] Firemonkey iOS 指定目录不要备份到 iCloud
uses iOSapi.Foundation, Macapi.Helpers; // 不要备份到 iCloud by Aone function addSkipBackupAttributeToIte ...
- PHP的PSR系列规范都有啥内容
PSR 是PHP Standard Recommendation的简写,它其实应该叫PSRs,即系列推荐标准:目前通过的规范有PSR-0(Autoloading Standard).PSR-1(Bas ...
- volcanol_Linux_ 问题汇总系列_4_Thinkpad_E40_0578MDC_在Fedora 13 Linux(FC13)中如何安装无线网卡驱动
今天晚上,我突然想在自己到笔记本上安装linux系统,因为我自己第一次接触到的linux是红帽支持到Fedora Core 4,所以一直最中意的linux 发行版本是FC系列,同时由于FC 15以后到 ...
- No.017:Letter Combinations of a Phone Number
问题: Given a digit string, return all possible letter combinations that the number could represent.A ...
- No.010:Regular Expression Matching
问题: Implement regular expression matching with support for '.' and '*'.'.' Matches any single charac ...
- 一个java实习生两周八次的面试经历
以前从来没有因为求职出去面试过,一直觉得面试很可怕,没想到最近两周我也成为了面霸,两周面试八次,我的找工作之路就这样开始了!大概两个星期之前,我看着自己在招聘网站上写好的简历连投出去的勇气都没有,战战 ...