# The Chinese Room Argument

> 【EN】The argument and thought-experiment now generally known as the Chinese Room Argument was first published in a 1980 article by American philosopher John Searle (1932–2025). It has become one of the best-known arguments in recent philosophy. Searle imagines himself alone in a room following a computer program for responding to Chinese characters slipped under the door. Searle understands nothing of Chinese, and yet, by following the program for manipulating symbols and numerals just as a computer does, he sends appropriate strings of Chinese characters back out under the door, and this leads those outside to mistakenly suppose there is a Chinese speaker in the room. The narrow conclusion Searle draws from the argument is that programming a digital computer may make it appear to understand language but could not produce real understanding. Hence the “Turing Test” is inadequate. … 【中】该论证设想塞尔独自在房间里，按程序规则处理从门缝塞进来的中文字符，再把恰当的中文字符串递出去。他完全不懂中文，屋外的人却误以为屋里有个懂中文的人。塞尔据此主张，单纯执行程序（语法操作）不足以产生理解（语义）。词条梳理其历史背景——莱布尼茨的磨坊、图灵的纸机器、中文民族——并考察系统回应、机器人回应与大脑模拟回应。

- ID: m13174
- Category: technical
- Domain: 人工智能

## Definition

中文房间论证是美国哲学家塞尔于1980年提出的反驳强人工智能的思想实验：一个不懂中文的人按程序操作中文符号，能给出恰当回答，使屋外人误以为屋里有人懂中文，但他其实并不理解任何中文。 脚手架作用：- 功能剥离：区分系统只是操作符号，还是真把握了意义。 - 主张检验：判断通过行为测试是否等于拥有心智。 - 指标审查：提醒评测只测外在输出，可能漏掉理解本身。

## How it works

论证的支点在于语法与语义的区分：计算机程序只按形式规则操纵符号，而理解涉及意向内容与意义。如果一个系统仅凭符号操作就能通过图灵式的行为测试却仍无理解，那么通过行为测试就不构成理解的充分条件，计算主义式的强人工智能主张便落空了。

## Practice

1) 明确争论的是通过程序是否足以产生理解，还是行为等价是否等于心理状态。2) 检验回应是否真把理解安放到某处——系统、机器人或因果结构。3) 区分模拟心智与复制其因果力，并追问论证是否预设了意向性。

## Use

- 功能剥离：区分系统只是操作符号，还是真把握了意义。 - 主张检验：判断通过行为测试是否等于拥有心智。 - 指标审查：提醒评测只测外在输出，可能漏掉理解本身。

[Read the web page](https://thinkingmodels.site/en/entries/detail/m13174)
