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

时间: 2024-10-12 08:37:00

An interesting experiment on China’s censorship的相关文章

Codeforces Round #312 (Div. 2) C.Amr and Chemistry

Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experiment. Amr has n different types of chemicals. Each chemical i has an initial volume of ai liters. For this experiment, Amr has to mix all the chemicals

Codeforces Round #312 (Div. 2)——C暴力技巧——Amr and Chemistry

Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experiment. Amr has n different types of chemicals. Each chemical i has an initial volume of ai liters. For this experiment, Amr has to mix all the chemicals

Codeforces 558C Amr and Chemistry(数论+位运算)

C. Amr and Chemistry time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experiment. Amr has n differ

第四夜

In the idealized version of how science is done, facts about the world are waiting to be observed and collected by objective researchers who use the scientific method to carry out their work. But in the everyday practice of science, discovery frequen

CodeForces 558 C. Amr and Chemistry && 51NOD 1483 化学变换(暴力 + 贪心)

传送门 Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experiment. Amr has n different types of chemicals. Each chemical i has an initial volume of ai liters. For this experiment, Amr has to mix all the chemic

每日一“酷”之textwrap

介绍:需要美观打印时,可以使用textwrap模块来格式化要输出的文本,这个模块允许通过编程提高类似段落自动换行或填充特性等功能. 1 创建实例数据 1 sample_text = ''' 2 I’m very happy and I like to make friends with others. 3 I also like singing but traveling is my favorite, I have been to many interesting places in Chin

Supporting Python 3(支持python3)——迁移策略

迁移策略 制作一个向后不兼容的软件版本是有很高风险的. 当人们需要重写他们的软件或者为了支持两个语言或框架的版本维护割裂的版本时, the risk is that they never make the transition and stay on the old version forever, or worse, that they switch to another framework. For that reason Python versions 2.6 and 2.7 includ

codeforces 558 C Amr and Chemistry

预处理两个数组: vis[x],有几个数能够变成x num[x],所有数变成x最少需要变化的步数 ans=min(num[x]),vis[x]==n #include<map> #include<string> #include<cstring> #include<cstdio> #include<cstdlib> #include<cmath> #include<queue> #include<vector>

CF 558 C. Amr and Chemistry 暴力+二进制

链接:http://codeforces.com/problemset/problem/558/C C. Amr and Chemistry time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Amr loves Chemistry, and specially doing experiments. He is preparing