Multi-agent systems can operate under various (问题1). In centralized networks, a central unit contains the global knowledge base, connects the agents and oversees their information. A strength of this structure is the ease of communication between agents and (问题2) knowledge. A weakness of the centrality is the dependence on the central unit; if it fails, the(问题3) system of agents fails.
Decentralized networks
Agents in decentralized networks(问题4) information with their neighboring agents instead of a global knowledge base. Some benefits of decentralized networks are robustness and modularity. The failure of one agent does not cause the overall system to fail since there is no central unit. One challenge of decentralized agents is(问题5)their behavior to benefit other cooperating agents.
本题考察的是多智能体系统(Multi-agent Systems,MAS)中的基本概念及英文术语理解。
问题 1:
A 选项 dervices:拼写错误且无意义,不正确。
B 选项 architectures:表示系统结构、体系结构,常用于描述 MAS 的运行模式,与题意“各种架构”完全匹配,因此正确。
C 选项 layer:表示层,不符合“各种架构”的语义。
D 选项 databases:数据库,与 MAS 运行结构无关。
正确答案是 B。
问题 2:
A 选项 uniform:表示统一的、一致的,集中式系统拥有统一知识库,符合上下文,因此正确。
B 选项 unformalized:非形式化的,与集中化统一知识无关。
C 选项 interacted:交互的,不符合名词修饰语形式。
D 选项 graphical:图形化,与知识特征无关。
正确答案是 A。
问题 3:
A 选项 partial:部分的,不符合集中式系统“中心节点失效导致整体瘫痪”的特性。
B 选项 entire:整个的,完整的,符合集中式系统“中心故障 → 全体失败”的描述,因此正确。
C 选项 top:顶部,不相关。
D 选项 bottom:底部,不相关。
正确答案是 B。
问题 4:
A 选项 share:在分散式系统中,智能体彼此交换信息,因此“share information”语义最准确,正确。
B 选项 collect:收集,但这里强调的是相互交换,而非收集。
C 选项 compare:比较信息,与原意不符。
D 选项 learn:学习,不是此句主要强调的行为。
正确答案是 A。
问题 5:
A 选项 coordinating:协调,是分散式多智能体系统的关键挑战,即如何协调多个智能体的行为以实现合作,因此正确。
B 选项 sharing:分享,与行为协调无关。
C 选项 learning:学习,不是此处核心难点。
D 选项 rewarding:奖励,不符合上下文描述。
正确答案是 A。
