jiangjiechen commited on
Commit
27377dc
1 Parent(s): 95f292a

init datasets

Browse files
Files changed (6) hide show
  1. .gitignore +1 -0
  2. README.md +194 -3
  3. test_blind.json +335 -0
  4. test_easy_blind.json +0 -0
  5. train.json +0 -0
  6. validation.json +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ .DS_Store
README.md CHANGED
@@ -1,3 +1,194 @@
1
- ---
2
- license: afl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - zh
4
+ licenses:
5
+ - afl-3.0
6
+ size_categories:
7
+ - 1K<n<2K
8
+ source_datasets:
9
+ - original
10
+ task_categories:
11
+ - question-answering
12
+ - text-generation
13
+ task_ids:
14
+ - analogical-qa
15
+ - explanation-generation
16
+ ---
17
+
18
+ # Dataset Card for ekar_chinese
19
+
20
+ ## Table of Contents
21
+ - [Dataset Description](#dataset-description)
22
+ - [Dataset Summary](#dataset-summary)
23
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
24
+ - [Languages](#languages)
25
+ - [Dataset Structure](#dataset-structure)
26
+ - [Data Instances](#data-instances)
27
+ - [Data Fields](#data-instances)
28
+ - [Data Splits](#data-instances)
29
+ - [Dataset Creation](#dataset-creation)
30
+ - [Curation Rationale](#curation-rationale)
31
+ - [Source Data](#source-data)
32
+ - [Annotations](#annotations)
33
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
34
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
35
+ - [Social Impact of Dataset](#social-impact-of-dataset)
36
+ - [Discussion of Biases](#discussion-of-biases)
37
+ - [Other Known Limitations](#other-known-limitations)
38
+ - [Additional Information](#additional-information)
39
+ - [Dataset Curators](#dataset-curators)
40
+ - [Licensing Information](#licensing-information)
41
+ - [Citation Information](#citation-information)
42
+
43
+ ## Dataset Description
44
+
45
+ - **Homepage:** https://jiangjiechen.github.io/publication/ekar/
46
+ - **Repository:** https://github.com/jiangjiechen/E-KAR
47
+ - **Paper:** [E-KAR: A Benchmark for Rationalizing Natural Language Analogical Reasoning](https://arxiv.org/abs/2203.08480)
48
+ - **Leaderboard:** https://ekar-leaderboard.github.io
49
+ - **Point of Contact:** jjchen19@fudan.edu.cn
50
+
51
+ ### Dataset Summary
52
+
53
+ The ability to recognize analogies is fundamental to human cognition. Existing benchmarks to test word analogy do not reveal the underneath process of analogical reasoning of neural models. Holding the belief that models capable of reasoning should be right for the right reasons, we propose a first-of-its-kind Explainable Knowledge-intensive Analogical Reasoning benchmark (E-KAR). Our benchmark consists of 1,655 (in Chinese) and 1,251 (in English) problems sourced from the Civil Service Exams, which require intensive background knowledge to solve. More importantly, we design a free-text explanation scheme to explain whether an analogy should be drawn, and manually annotate them for each and every question and candidate answer. Empirical results suggest that this benchmark is very challenging for some state-of-the-art models for both explanation generation and analogical question answering tasks, which invites further research in this area.
54
+
55
+ ### Supported Tasks and Leaderboards
56
+
57
+ - `analogical-qa`: The dataset can be used to train a model for analogical reasoning in the form of multiple-choice QA.
58
+ - `explanation-generation`: The dataset can be used to generate free-text explanations to rationalize analogical reasoning.
59
+
60
+ This dataset supports two task modes: EASY mode and HARD mode:
61
+ - `EASY mode`: where query explanation can be used as part of the input.
62
+ - `HARD mode`: no explanation is allowed as part of the input.
63
+
64
+ ### Languages
65
+
66
+ This dataset is in Chinese, with its [English version](https://huggingface.co/datasets/Jiangjie/ekar_english).
67
+
68
+ ## Dataset Structure
69
+
70
+ ### Data Instances
71
+
72
+ ```json
73
+ {
74
+ "id": "982f17-en",
75
+ "question": "plant:coal",
76
+ "choices": {
77
+ "label": [
78
+ "A",
79
+ "B",
80
+ "C",
81
+ "D"
82
+ ],
83
+ "text": [
84
+ "white wine:aged vinegar",
85
+ "starch:corn",
86
+ "milk:yogurt",
87
+ "pickled cabbage:cabbage"
88
+ ]
89
+ },
90
+ "answerKey": "C",
91
+ "explanation": [
92
+ "\"plant\" is the raw material of \"coal\".",
93
+ "both \"white wine\" and \"aged vinegar\" are brewed.",
94
+ "\"starch\" is made of \"corn\", and the order of words is inconsistent with the query.",
95
+ "\"yogurt\" is made from \"milk\".",
96
+ "\"pickled cabbage\" is made of \"cabbage\", and the word order is inconsistent with the query."
97
+ ],
98
+ "relation": [
99
+ [["plant", "coal", "R3.7"]],
100
+ [["white wine", "aged vinegar", "R2.4"]],
101
+ [["corn", "starch", "R3.7"]],
102
+ [["milk", "yogurt", "R3.7"]],
103
+ [["cabbage", "pickled cabbage", "R3.7"]]
104
+ ]
105
+ }
106
+ ```
107
+
108
+
109
+ ### Data Fields
110
+
111
+ - id: a string identifier for each example.
112
+ - question: query terms.
113
+ - choices: candidate answer terms.
114
+ - answerKey: correct answer.
115
+ - explanation: explanations for query (1st) and candidate answers (2nd-5th).
116
+ - relation: annotated relations for terms in the query (1st) and candidate answers (2nd-5th).
117
+
118
+ ### Data Splits
119
+
120
+ | name |train|validation|test_blind|test_easy_blind|
121
+ |:-----:|:---:|:--------:|:--:|:--:|
122
+ |default| 1155 | 165 | 335 | 335 |
123
+ |description| | | without query explanations (for HARD mode) | with query explanations (for EASY mode) |
124
+
125
+ ## Dataset Creation
126
+
127
+ ### Curation Rationale
128
+
129
+ [Needs More Information]
130
+
131
+ ### Source Data
132
+
133
+ #### Initial Data Collection and Normalization
134
+
135
+ [Needs More Information]
136
+
137
+ #### Who are the source language producers?
138
+
139
+ [Needs More Information]
140
+
141
+ ### Annotations
142
+
143
+ #### Annotation process
144
+
145
+ [Needs More Information]
146
+
147
+ #### Who are the annotators?
148
+
149
+ [Needs More Information]
150
+
151
+ ### Personal and Sensitive Information
152
+
153
+ [Needs More Information]
154
+
155
+ ## Considerations for Using the Data
156
+
157
+ ### Social Impact of Dataset
158
+
159
+ The purpose of this dataset is to help develop analogical reasoning systems that are right for the right reasons.
160
+
161
+ ### Discussion of Biases
162
+
163
+ This dataset is sourced and translated from the Civil Service Examinations of China. Therefore, it may contain information biased to Chinese culture.
164
+
165
+ ### Other Known Limitations
166
+
167
+ 1. The explanation annotation process in E-KAR (not the EG task) is mostly post-hoc and reflects only the result of reasoning. Humans solve the analogy problems in a trial-and-error manner, i.e., adjusting the abduced source structure and trying to find the most suited one for all candidate answers. Therefore, such explanations cannot offer supervision for intermediate reasoning.
168
+
169
+ 2. E-KAR only presents one feasible explanation for each problem, whereas there may be several.
170
+
171
+
172
+ ## Additional Information
173
+
174
+ ### Dataset Curators
175
+
176
+ The dataset was initially created and curated by Jiangjie Chen (Fudan University, ByteDance), Rui Xu (Fudan University), Ziquan Fu (Brain Technologies, Inc.), Wei Shi (South China University of Technology), Xinbo Zhang (ByteDance), Changzhi Sun (ByteDance) and other colleagues at ByteDance and Fudan University.
177
+
178
+ ### Licensing Information
179
+
180
+ [Needs More Information]
181
+
182
+ ### Citation Information
183
+
184
+ ```latex
185
+ @misc{chen2022ekar,
186
+ title={E-KAR: A Benchmark for Rationalizing Natural Language Analogical Reasoning},
187
+ author={Jiangjie Chen and Rui Xu and Ziquan Fu and Wei Shi and Zhongqiao Li and Xinbo Zhang and Changzhi Sun and Lei Li and Yanghua Xiao and Hao Zhou},
188
+ year={2022},
189
+ eprint={2203.08480},
190
+ archivePrefix={arXiv},
191
+ primaryClass={cs.CL}
192
+ }
193
+ ```
194
+
test_blind.json ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "bb6b40-zh", "question": "稻谷:大米", "choices": {"label": ["A", "B", "C", "D"], "text": ["核桃:桃酥", "棉花:棉籽", "西瓜:瓜子", "花生:花生酱"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
2
+ {"id": "342404-zh", "question": "旗开得胜:马到成功", "choices": {"label": ["A", "B", "C", "D"], "text": ["拨乱反正:沉冤昭雪", "牛高马大:虎穴得子", "水到渠成:瓜熟蒂落", "缘木求鱼:鹰击长空"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
3
+ {"id": "1af9fe-zh", "question": "校长:老师", "choices": {"label": ["A", "B", "C", "D"], "text": ["警察:小偷", "经理:职员", "老师:学生", "医生:护士"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
4
+ {"id": "27a640-zh", "question": "青年:村官:基层锻炼", "choices": {"label": ["A", "B", "C", "D"], "text": ["党史:国史", "工人:农民:财富创造", "学者:儒商:市场打拼", "巾帼:须眉:同台竞技"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
5
+ {"id": "abc747-zh", "question": "警察:公务员", "choices": {"label": ["A", "B", "C", "D"], "text": ["白人:妇女", "棉花:棉籽", "足球:运动", "跳舞:行为"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
6
+ {"id": "3a3cb3-zh", "question": "生病:医药", "choices": {"label": ["A", "B", "C", "D"], "text": ["空虚:信仰", "糊涂:明白", "雷雨:大风", "难过:高兴"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
7
+ {"id": "0e810b-zh", "question": "佩服:尊敬", "choices": {"label": ["A", "B", "C", "D"], "text": ["喜欢:爱慕", "压迫:剥削", "配偶:夫妻", "亲戚:邻居"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
8
+ {"id": "c1730a-zh", "question": "防火墙:隔离网", "choices": {"label": ["A", "B", "C", "D"], "text": ["暖气片:电热毯", "手表:罗盘", "存储器:计算器", "孔明灯:节能灯"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
9
+ {"id": "1d704b-zh", "question": "花丛:蜜蜂:采蜜", "choices": {"label": ["A", "B", "C", "D"], "text": ["餐厅:厨师:炒菜", "农田:农民:收割", "宇宙:恒星:运行", "树林:柳树:发芽"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
10
+ {"id": "4cd587-zh", "question": "生产:质检:销售", "choices": {"label": ["A", "B", "C", "D"], "text": ["上学:预习:复习", "调查:整理:分析", "监督:改进:效率", "无业:贫困:救济"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
11
+ {"id": "8eddf7-zh", "question": "读书:治学", "choices": {"label": ["A", "B", "C", "D"], "text": ["收获:耕种", "继承:传播", "归纳:总结", "战争:战役"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
12
+ {"id": "886624-zh", "question": "教师:教师法:尊重教师", "choices": {"label": ["A", "B", "C", "D"], "text": ["企业:劳动法:招聘童工", "会计:会计法:虚报账目", "司机:交通法:肇事逃逸", "夫妻:婚姻法:婚姻自主"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
13
+ {"id": "85c7d5-zh", "question": "尼古丁:香烟", "choices": {"label": ["A", "B", "C", "D"], "text": ["蜂蜜:饼干", "冰毒:毒品", "糖:甘蔗", "萝卜:蔬菜"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
14
+ {"id": "5f5279-zh", "question": "犯规:罚球", "choices": {"label": ["A", "B", "C", "D"], "text": ["抄袭:警告", "加油:开车", "感冒:吃药", "受伤:包扎"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
15
+ {"id": "8e69db-zh", "question": "闹钟:发条:计时", "choices": {"label": ["A", "B", "C", "D"], "text": ["微生物:细菌:分解", "工具:钳子:修理", "空调:压缩机:制冷", "土豆:碳水化合物:营养"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
16
+ {"id": "fe9194-zh", "question": "出其不意:正中下怀:攻其不备", "choices": {"label": ["A", "B", "C", "D"], "text": ["初生牛犊:胆小如鼠:胆小怕事", "处心积虑:想方设法:费尽心机", "闲言碎语:弦外之音:流言蜚语", "声色俱厉:和颜悦色:正言厉色"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
17
+ {"id": "5b889c-zh", "question": "陶瓷:茶杯", "choices": {"label": ["A", "B", "C", "D"], "text": ["白银:项链", "粘土:盆栽", "鹅毛:大衣", "钢铁:汽车"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
18
+ {"id": "d5d70e-zh", "question": "上升:下降", "choices": {"label": ["A", "B", "C", "D"], "text": ["乡道:公路", "鸭梨:雪梨", "欢喜:悲哀", "平年:闰年"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
19
+ {"id": "efed0f-zh", "question": "照片:留念", "choices": {"label": ["A", "B", "C", "D"], "text": ["文件:机密", "古董:珍藏", "日记:记载", "书籍:查阅"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
20
+ {"id": "cb677d-zh", "question": "海关:检查:关税", "choices": {"label": ["A", "B", "C", "D"], "text": ["光缆:通讯:网速", "过滤:净化:饮用", "树林:氧气:健康", "沙漠:骆驼:运输"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
21
+ {"id": "472f2b-zh", "question": "检阅:部队:基地", "choices": {"label": ["A", "B", "C", "D"], "text": ["消费:宾客:酒店", "采访:代表:会场", "培训:员工:岗位", "撒网:渔夫:大海"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
22
+ {"id": "937e9b-zh", "question": "品牌:忠诚", "choices": {"label": ["A", "B", "C", "D"], "text": ["标签:标注", "精品:价值", "谣言:谎言", "文化:认同"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
23
+ {"id": "5548ed-zh", "question": "微信:QQ:MSN", "choices": {"label": ["A", "B", "C", "D"], "text": ["扫描仪:打印机:墨盒", "搜狐:新浪:网易", "邮票:邮件:邮箱", "电脑:鼠标:显示屏"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
24
+ {"id": "acca4c-zh", "question": "弓箭:枪炮:战争", "choices": {"label": ["A", "B", "C", "D"], "text": ["毛笔:钢笔:书法", "马车:汽车:运输", "书籍:电脑:学习", "广播:电视:宣传"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
25
+ {"id": "328e33-zh", "question": "蜡烛:电灯", "choices": {"label": ["A", "B", "C", "D"], "text": ["算盘:计算机", "信鸽:电报机", "鞭炮:火枪", "电视:电影"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
26
+ {"id": "74f908-zh", "question": "父亲:女儿", "choices": {"label": ["A", "B", "C", "D"], "text": ["叔叔:阿姨", "儿子:女婿", "姨父:姨妈", "外祖父:母亲"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
27
+ {"id": "a61868-zh", "question": "氧气:呼吸", "choices": {"label": ["A", "B", "C", "D"], "text": ["手表:计时", "大脑:思考", "太阳:照明", "武器:战争"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
28
+ {"id": "eb9d1d-zh", "question": "雕塑:绘画", "choices": {"label": ["A", "B", "C", "D"], "text": ["政体:民主", "政治:信仰", "力学:光学", "样本:范例"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
29
+ {"id": "a88664-zh", "question": "钢笔:圆珠笔:铅笔", "choices": {"label": ["A", "B", "C", "D"], "text": ["肥皂:皂角:香皂", "杆秤:磅秤:台秤", "桌子:凳子:椅子", "燃气灶:电视机:洗衣机"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
30
+ {"id": "543de9-zh", "question": "讷言敏行:《论语》", "choices": {"label": ["A", "B", "C", "D"], "text": ["草木皆兵:《三国演义》", "运筹帷幄:《左传》", "食言而肥:《史记》", "饮鸩止渴:《后汉书》"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
31
+ {"id": "0b13e2-zh", "question": "对比:分析", "choices": {"label": ["A", "B", "C", "D"], "text": ["欣赏:评鉴", "种植:养殖", "繁荣:发展", "援助:资金"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
32
+ {"id": "f24e3a-zh", "question": "站台:码头:停机坪", "choices": {"label": ["A", "B", "C", "D"], "text": ["现金:支票:银行卡", "软件:硬件:互联网", "外套:婚纱:羽绒服", "演员:群众:主持人"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
33
+ {"id": "2bf6b0-zh", "question": "政务:公文", "choices": {"label": ["A", "B", "C", "D"], "text": ["广告:电视", "品牌:产品", "市场:需求", "规划:计划"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
34
+ {"id": "42139b-zh", "question": "征稿:审校:出版", "choices": {"label": ["A", "B", "C", "D"], "text": ["组装:维修:报废", "送审:开题:毕业", "分离:发射:入轨", "绘画:展出:装裱"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
35
+ {"id": "55f603-zh", "question": "失败:成功:功成名就", "choices": {"label": ["A", "B", "C", "D"], "text": ["忧伤:喜悦:喜气洋洋", "上岗:下岗:艰苦奋斗", "报纸:广告:广泛宣传", "失业:就业:兴高采烈"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
36
+ {"id": "0be88d-zh", "question": "B超:超声波:诊断", "choices": {"label": ["A", "B", "C", "D"], "text": ["雷达:天线:探测", "相机:底片:摄影", "冰箱:制冷剂:冷藏", "电脑:显示屏:工作"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
37
+ {"id": "b4613f-zh", "question": "烟灰:烟灰缸", "choices": {"label": ["A", "B", "C", "D"], "text": ["黑板:黑板擦", "鼠标:鼠标垫", "首饰:首饰盒", "领带:领带夹"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
38
+ {"id": "0f63b5-zh", "question": "烟斗:烟叶", "choices": {"label": ["A", "B", "C", "D"], "text": ["酒柜:茅台", "窗户:采光", "酒杯:啤酒", "烟雾:吸烟"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
39
+ {"id": "7ac1e7-zh", "question": "碗:水杯", "choices": {"label": ["A", "B", "C", "D"], "text": ["玻璃:书包", "光:蜡烛", "沙发:床", "电脑:娱乐"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
40
+ {"id": "704ff3-zh", "question": "巴蜀:燕赵", "choices": {"label": ["A", "B", "C", "D"], "text": ["京津:淮海", "闽越:荆湘", "齐鲁:秦晋", "殷商:云贵"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
41
+ {"id": "6426ab-zh", "question": "水稻:粮食", "choices": {"label": ["A", "B", "C", "D"], "text": ["课本:学校", "电视:空调", "阳光:雨露", "大象:动物"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
42
+ {"id": "6c0822-zh", "question": "视力表:眼镜", "choices": {"label": ["A", "B", "C", "D"], "text": ["电子秤:食物", "跑步机:脂肪", "温度计:退烧药", "CT机:肿瘤"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
43
+ {"id": "4a079a-zh", "question": "狗、猪、鸡:窝、圈、舍", "choices": {"label": ["A", "B", "C", "D"], "text": ["父、母、子:爸、妈、儿", "色、声、味:眼、耳、鼻", "鱼、虾、蟹:湖、海、河", "楼、房、屋:顶、梁、帐"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
44
+ {"id": "c40666-zh", "question": "指标:调整", "choices": {"label": ["A", "B", "C", "D"], "text": ["未来:展望", "理想:实现", "会议:推迟", "实力:增强"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
45
+ {"id": "97f940-zh", "question": "索然无味:味同嚼蜡", "choices": {"label": ["A", "B", "C", "D"], "text": ["走投无路:山穷水尽", "抛砖引玉:抛头露面", "目光如炬:鼠目寸光", "一无所得:一箭双雕"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
46
+ {"id": "5dd9be-zh", "question": "手机:座机:联络", "choices": {"label": ["A", "B", "C", "D"], "text": ["飞船:火箭:导弹", "空调:冰箱:温度", "广告:标语:宣传", "原子弹:氢弹:科学家"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
47
+ {"id": "63009f-zh", "question": "拔刀相助:袖手旁观", "choices": {"label": ["A", "B", "C", "D"], "text": ["群策群力:一意孤行", "见义勇为:助人为乐", "和衷共济:同心协力", "化险为夷:转危为安"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
48
+ {"id": "16b1f0-zh", "question": "批准:审查:申报", "choices": {"label": ["A", "B", "C", "D"], "text": ["烹饪:切菜:洗菜", "跑步:走路:爬行", "早退:迟到:报到", "痊愈:治疗:受伤"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
49
+ {"id": "9d1dfc-zh", "question": "塑料:容器", "choices": {"label": ["A", "B", "C", "D"], "text": ["石灰:水泥", "陶瓷:餐具", "桥墩:桥梁", "木材:木头"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
50
+ {"id": "e4ba3b-zh", "question": "射击:手枪", "choices": {"label": ["A", "B", "C", "D"], "text": ["刺伤:匕首", "投掷:石头", "失败:逃避", "子弹:受伤"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
51
+ {"id": "9b935d-zh", "question": "蜜蜂:蜂蜜", "choices": {"label": ["A", "B", "C", "D"], "text": ["蝴蝶:茧蛹", "母鸡:鸡蛋", "父亲:孩子", "农民:粮食"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
52
+ {"id": "aa5b10-zh", "question": "电脑:电子邮件:照片", "choices": {"label": ["A", "B", "C", "D"], "text": ["毛笔:国画:字帖", "卡车:货物:冰箱", "空调:温度:冷气", "手机:信息:彩信"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
53
+ {"id": "2c324b-zh", "question": "男博士:女教授:教授", "choices": {"label": ["A", "B", "C", "D"], "text": ["政治家:文学家:作家", "无理数:正整数:正数", "电动车:电冰箱:电器", "公路桥:铁路桥:桥梁"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
54
+ {"id": "05b7da-zh", "question": "师傅:雄师", "choices": {"label": ["A", "B", "C", "D"], "text": ["修长:自修", "帝国:称帝", "目标:夺目", "点缀:标点"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
55
+ {"id": "c0d80c-zh", "question": "工人:齿轮:机械表", "choices": {"label": ["A", "B", "C", "D"], "text": ["诗人:诗词:出版物", "老师:教材:优等生", "画家:画笔:画作", "厨师:面粉:馒头"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
56
+ {"id": "4558e4-zh", "question": "正误:是非", "choices": {"label": ["A", "B", "C", "D"], "text": ["优劣:贵贱", "爱憎:情仇", "卑微:渺小", "成败:胜负"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
57
+ {"id": "c6e505-zh", "question": "学生:军训:体能", "choices": {"label": ["A", "B", "C", "D"], "text": ["患者:治疗:健康", "农民:增产:粮食", "干群:发展:国家", "制度:改变:和谐"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
58
+ {"id": "af008f-zh", "question": "贷款:银行", "choices": {"label": ["A", "B", "C", "D"], "text": ["病历:病人", "邮件:邮���", "火灾:消防车", "罚单:交警"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
59
+ {"id": "0c34ed-zh", "question": "红绿灯:交通", "choices": {"label": ["A", "B", "C", "D"], "text": ["机场:安检", "手机:通话", "教育部:学生", "开关:电流"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
60
+ {"id": "422786-zh", "question": "百合:鲜花:花店", "choices": {"label": ["A", "B", "C", "D"], "text": ["鲫鱼:动物:菜场", "木材:树木:森林", "沙发:家具:客厅", "衬衣:衣服:商场"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
61
+ {"id": "d85418-zh", "question": "买票:乘机:抵达", "choices": {"label": ["A", "B", "C", "D"], "text": ["生产:流通:消费", "相识:相恋:结婚", "调研:调查:总结", "申报:评审:得奖"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
62
+ {"id": "c701d5-zh", "question": "审判:旁听", "choices": {"label": ["A", "B", "C", "D"], "text": ["抢险救灾:善后处理", "演出:观众", "宏观调控:财政政策", "开会:学习"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
63
+ {"id": "ae983a-zh", "question": "礼器:铭文", "choices": {"label": ["A", "B", "C", "D"], "text": ["股市:股票", "书籍:眉批", "内阁:首相", "轮船:航线"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
64
+ {"id": "12c696-zh", "question": "画圣:吴道子", "choices": {"label": ["A", "B", "C", "D"], "text": ["酒圣:杜康", "茶圣:陆游", "武圣:张飞", "医圣:华佗"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
65
+ {"id": "1d8e22-zh", "question": "高中生:大学生:研究生", "choices": {"label": ["A", "B", "C", "D"], "text": ["青年:中年:老年", "晨曦:骄阳:夕阳", "高原:深山:沟壑", "月相:月满:月亏"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
66
+ {"id": "f68408-zh", "question": "见多识广:高瞻远瞩", "choices": {"label": ["A", "B", "C", "D"], "text": ["兔死狗烹:鸟尽弓藏", "空穴来风:无中生有", "誓死不二:威武不屈", "旁敲侧击:胡言乱语"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
67
+ {"id": "da1f46-zh", "question": "南辕:北辙", "choices": {"label": ["A", "B", "C", "D"], "text": ["声东:击西", "虚情:假意", "七上:八下", "阳春:白雪"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
68
+ {"id": "01fdc8-zh", "question": "猪:猪肝", "choices": {"label": ["A", "B", "C", "D"], "text": ["鱼:鱼鳔", "马:马蹄", "虫:虫草", "虾:虾须"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
69
+ {"id": "c5fd29-zh", "question": "振动:频率", "choices": {"label": ["A", "B", "C", "D"], "text": ["价值:价格", "时间:金钱", "移动:速度", "太阳:温度"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
70
+ {"id": "10dfb2-zh", "question": "绵羊:畜牧:草原", "choices": {"label": ["A", "B", "C", "D"], "text": ["鱼虾:海产:湖水", "书本:书桌:学校", "小鸟:鸣叫:树林", "白鸭:家禽:河塘"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
71
+ {"id": "8c3f2e-zh", "question": "雨水:干旱", "choices": {"label": ["A", "B", "C", "D"], "text": ["阳光:潮湿", "雾霾:寒冷", "飓风:灾害", "冰雹:农田"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
72
+ {"id": "c3c17d-zh", "question": "肖洛霍夫:静静的顿河:葛利高里", "choices": {"label": ["A", "B", "C", "D"], "text": ["司汤达:红与黑:于连", "雨果:悲惨世界:冉•阿让", "路遥:平凡的世界:孙少安", "马尔克斯:百年孤独:布恩迪亚"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
73
+ {"id": "0d2d05-zh", "question": "规划:实施:验收", "choices": {"label": ["A", "B", "C", "D"], "text": ["诉讼:审判:取证", "销售:宣传:生产", "投标:开标:招标", "播种:管理:收获"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
74
+ {"id": "818be2-zh", "question": "旱田作物:粮食作物:高产作物", "choices": {"label": ["A", "B", "C", "D"], "text": ["工业酒精:食用酒精:医用酒精", "人民日报:光明日报:解放日报", "领军人物:新闻人物:公众人物", "脊椎动物:哺乳动物:高等动物"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
75
+ {"id": "abb04d-zh", "question": "地球:北极", "choices": {"label": ["A", "B", "C", "D"], "text": ["星球:月亮", "昆虫:蚊虫", "联合国:中国", "书本:封面"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
76
+ {"id": "83648e-zh", "question": "粉笔:黑板", "choices": {"label": ["A", "B", "C", "D"], "text": ["鼠标:键盘", "冰刀:跑道", "钥匙:大门", "战场:将军"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
77
+ {"id": "60ae31-zh", "question": "川菜:素菜:热菜", "choices": {"label": ["A", "B", "C", "D"], "text": ["格律诗:唐诗:五言诗", "黄金:液体:��体", "电器:通讯工具:电话", "鱼:水生动物:爬行动物"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
78
+ {"id": "44fcc5-zh", "question": "白驹过隙:秒表", "choices": {"label": ["A", "B", "C", "D"], "text": ["恩重如山:天平", "一线希望:皮尺", "一言九鼎:弹簧秤", "风驰电掣:测速仪"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
79
+ {"id": "dff412-zh", "question": "水果:苹果", "choices": {"label": ["A", "B", "C", "D"], "text": ["香梨:黄梨", "树木:树枝", "宝马:奔驰", "山:高山"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
80
+ {"id": "583cba-zh", "question": "食品:蔬菜:绿色食品", "choices": {"label": ["A", "B", "C", "D"], "text": ["电影:历史片:科幻片", "中国:海口市:海南省", "地图:交通图:单色地图", "孔雀:绿孔雀:蓝孔雀"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
81
+ {"id": "7465de-zh", "question": "柳树:植物:园丁", "choices": {"label": ["A", "B", "C", "D"], "text": ["钢笔:铅笔:学生", "汽车:火车:司机", "树木:树林:小鸟", "奶牛:母牛:牧民"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
82
+ {"id": "08c9d5-zh", "question": "光盘:刻录:存储", "choices": {"label": ["A", "B", "C", "D"], "text": ["灯泡:通电:照明", "纸张:印刷:阅读", "卫星:发射:通信", "布料:裁剪:御寒"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
83
+ {"id": "47e7b4-zh", "question": "三角形:面积", "choices": {"label": ["A", "B", "C", "D"], "text": ["梯形:四面体", "线段:圆形", "正方体:体积", "面积:体积"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
84
+ {"id": "d9b2b0-zh", "question": "青衿:读书人", "choices": {"label": ["A", "B", "C", "D"], "text": ["南冠:囚犯", "浮屠:寺庙", "春蚕:奉献", "袍泽:官员"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
85
+ {"id": "07509e-zh", "question": "晨曦:清晨", "choices": {"label": ["A", "B", "C", "D"], "text": ["雾霭:大漠", "青春:追忆", "皓月:夜晚", "蘑菇:下雨"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
86
+ {"id": "736b23-zh", "question": "足球:运动", "choices": {"label": ["A", "B", "C", "D"], "text": ["大学生:学生", "西瓜:水果", "狐狸:动物", "麻将:娱乐"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
87
+ {"id": "19e212-zh", "question": "泥土:煅烧:陶瓷", "choices": {"label": ["A", "B", "C", "D"], "text": ["泥炭:燃烧:热能", "玉石:雕刻:饰品", "学生:学习:人才", "粮食:发酵:白酒"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
88
+ {"id": "22d4f0-zh", "question": "花:鸟:杜鹃", "choices": {"label": ["A", "B", "C", "D"], "text": ["戏:剧:昆曲", "钟:表:秒表", "草:木:植物", "人:畜:黄牛"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
89
+ {"id": "933a71-zh", "question": "投资:股票", "choices": {"label": ["A", "B", "C", "D"], "text": ["储蓄:债券", "债券:国债", "上市公司:证券公司", "证券:负债"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
90
+ {"id": "80e9b7-zh", "question": "遗产:保护", "choices": {"label": ["A", "B", "C", "D"], "text": ["立身:严谨", "重视:问题", "环境:珍爱", "收藏:字画"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
91
+ {"id": "46d87a-zh", "question": "奖金:奖励:激励", "choices": {"label": ["A", "B", "C", "D"], "text": ["复习:考试:毕业", "书法:音乐:艺术", "打折:促销:竞争", "失败:成功:成长"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
92
+ {"id": "efabba-zh", "question": "喷洒器:农药", "choices": {"label": ["A", "B", "C", "D"], "text": ["电动车:电池", "剑鞘:利剑", "光盘:资料", "书柜:书籍"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
93
+ {"id": "41ebce-zh", "question": "春秋:寒暑:一年", "choices": {"label": ["A", "B", "C", "D"], "text": ["妇孺:老幼:生命", "荏苒:蹉跎:岁月", "东西:南北:方向", "冷热:干湿:温度"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
94
+ {"id": "7e302b-zh", "question": "尊重:崇敬", "choices": {"label": ["A", "B", "C", "D"], "text": ["承受:忍受", "了解:知晓", "疲倦:困乏", "动摇:松动"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
95
+ {"id": "994107-zh", "question": "展览:铭记:历史", "choices": {"label": ["A", "B", "C", "D"], "text": ["广告:推广:口碑", "处分:告知:结果", "晚会:庆祝:节日", "研究:阅读:文献"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
96
+ {"id": "e3f7f0-zh", "question": "杜甫:《茅屋为秋风所破歌》:安得广厦千万间,大庇天下寒士俱欢颜", "choices": {"label": ["A", "B", "C", "D"], "text": ["马致远:《竹枝词》:东边日出西边雨,道是无晴却有晴", "李煜:《虞美人》:问君能有几多愁,恰似一江春水向东流", "曹禹:《故乡》:杨柳青青江水平,闻郎江上踏歌声", "白居易:《鹿柴》:待到重阳日,还来就菊花"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
97
+ {"id": "c145de-zh", "question": "仪态万方:美丽多姿", "choices": {"label": ["A", "B", "C", "D"], "text": ["风度翩翩:富富有余", "腰缠万贯:富甲一方", "其貌不扬:荣华富贵", "仪表堂堂:身无长物"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
98
+ {"id": "c4c28e-zh", "question": "文物:建筑", "choices": {"label": ["A", "B", "C", "D"], "text": ["烹饪:佐料", "故宫:楼房", "诗人:教授", "皮鞋:布鞋"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
99
+ {"id": "b3c8e0-zh", "question": "《蒹葭》:古体诗:诗歌", "choices": {"label": ["A", "B", "C", "D"], "text": ["花椰菜:紫甘蓝:十字花科", "电话:手机:电子产品", "老虎:猫科:哺乳动物", "摩洛哥:阿拉伯:南非"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
100
+ {"id": "7e7c6b-zh", "question": "美国:旧金山", "choices": {"label": ["A", "B", "C", "D"], "text": ["韩国:釜山", "法国:撒哈拉", "德国:威尼斯", "日本:檀香山"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
101
+ {"id": "aa1089-zh", "question": "历程:回顾", "choices": {"label": ["A", "B", "C", "D"], "text": ["集会:参与", "实力:增强", "活力:展现", "速度:加快"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
102
+ {"id": "8e28fb-zh", "question": "蚕:吐丝:蚕茧", "choices": {"label": ["A", "B", "C", "D"], "text": ["虫:感染:虫草", "树木:加工:纸张", "黄豆:发酵:豆酱", "煤炭:燃烧:电能"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
103
+ {"id": "213c82-zh", "question": "锦衣玉食:奢华", "choices": {"label": ["A", "B", "C", "D"], "text": ["汗牛充栋:辛苦", "噤若寒蝉:寒冷", "吹毛求疵:洁癖", "城下之盟:屈辱"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
104
+ {"id": "624bef-zh", "question": "青霉素:细菌", "choices": {"label": ["A", "B", "C", "D"], "text": ["伪劣产品:信誉", "维生素:营养", "国策:人口", "经济措施:危机"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
105
+ {"id": "754f6f-zh", "question": "正义:非正义", "choices": {"label": ["A", "B", "C", "D"], "text": ["有理数:无理数", "早晨:今晚", "植物:动物", "宽恕:怨恨"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
106
+ {"id": "1c5946-zh", "question": "克服:应对:危机", "choices": {"label": ["A", "B", "C", "D"], "text": ["开发:企业:产品", "攻克:科学:难题", "展望:迎接:未来", "登月:航天:工程"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
107
+ {"id": "9ab72a-zh", "question": "考古学家:研究:文物", "choices": {"label": ["A", "B", "C", "D"], "text": ["图书:分析:课本", "小说家:创造:小说", "督察:罚款:警察局", "工人:劳动:工厂"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
108
+ {"id": "db4cac-zh", "question": "嫁:娶", "choices": {"label": ["A", "B", "C", "D"], "text": ["教:授", "订:阅", "买:卖", "进:出"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
109
+ {"id": "70264c-zh", "question": "美丽:沉鱼落雁", "choices": {"label": ["A", "B", "C", "D"], "text": ["独特:举世无双", "灵活:身手敏捷", "厌恶:嗤之以鼻", "粗心:三心二意"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
110
+ {"id": "4afb00-zh", "question": "《文心雕龙》:刘勰", "choices": {"label": ["A", "B", "C", "D"], "text": ["《汉书》:班固", "《国语》:孟子", "《诗经》:屈原", "《孔雀东南飞》:陶渊明"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
111
+ {"id": "faa3d3-zh", "question": "海上生明月,天涯共此时:唐:张九龄", "choices": {"label": ["A", "B", "C", "D"], "text": ["柴门闻犬吠,风雪夜归人:宋:刘长卿", "月出惊山鸟,时鸣春涧中:唐:杜甫", "欲穷千里目,更上一层楼:唐:王之涣", "读书破万卷,下笔如有神:东晋:陶渊明"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
112
+ {"id": "ed5d0a-zh", "question": "麦当劳:美国", "choices": {"label": ["A", "B", "C", "D"], "text": ["肯德基:德国", "三星:韩国", "夏普:英国", "哈根达斯:日本"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
113
+ {"id": "fe353c-zh", "question": "盖茨:微软:软件", "choices": {"label": ["A", "B", "C", "D"], "text": ["张朝阳:搜狐:股票", "乔布斯:苹果:商店", "李彦宏:百度:中文", "张瑞敏:海尔:电器"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
114
+ {"id": "b530f6-zh", "question": "比赛:裁判", "choices": {"label": ["A", "B", "C", "D"], "text": ["歌唱:指挥", "诉讼:法官", "驾驶:司机", "��试:监考"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
115
+ {"id": "0b200f-zh", "question": "饭店:厨师:菜肴", "choices": {"label": ["A", "B", "C", "D"], "text": ["监狱:狱警:囚犯", "工厂:工人:产品", "舞台:演员:道具", "学校:教师:学生"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
116
+ {"id": "b0d280-zh", "question": "茶水:茶壶:茶杯", "choices": {"label": ["A", "B", "C", "D"], "text": ["乘客:公交车:出租车", "杂志:书架:阅览室", "人才:学校:企业", "课本:书店:印刷厂"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
117
+ {"id": "ec44d2-zh", "question": "电缆损坏:供电中断:电车停运", "choices": {"label": ["A", "B", "C", "D"], "text": ["高台起跳:身体翻转:跃入水中", "利好消息:股价上涨:公司上市", "超速驾驶:发生车祸:吊销驾照", "提出问题:分析问题:解决问题"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
118
+ {"id": "6fba67-zh", "question": "弹簧秤:千克:质量", "choices": {"label": ["A", "B", "C", "D"], "text": ["温度计:摄氏度:温度", "直尺:平方米:面积", "表:光年:时间", "考试:分数:成绩"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
119
+ {"id": "0d1341-zh", "question": "事实:伪造的事实", "choices": {"label": ["A", "B", "C", "D"], "text": ["秘密:公开的秘密", "陷阱:温柔的陷阱", "谎言:善意的谎言", "忧愁:甜蜜的忧愁"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
120
+ {"id": "3d996b-zh", "question": "钙:骨质疏松", "choices": {"label": ["A", "B", "C", "D"], "text": ["糖:糖尿病", "水:枯萎", "耐心:教育", "重量:引力"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
121
+ {"id": "59d706-zh", "question": "大公无私:公而忘私", "choices": {"label": ["A", "B", "C", "D"], "text": ["毛骨悚然:胆战心惊", "大智若愚:横七竖八", "百读不厌:脍炙人口", "旁敲侧击:真伪难辨"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
122
+ {"id": "db87cc-zh", "question": "报警:警报", "choices": {"label": ["A", "B", "C", "D"], "text": ["来回:回来", "书写:写书", "给付:付给", "水开:开水"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
123
+ {"id": "922b67-zh", "question": "鹤发童颜:敬老尊贤", "choices": {"label": ["A", "B", "C", "D"], "text": ["垂髫稚子:童言无忌", "桃李芬芳:后生可畏", "豆蔻年华:高风亮节", "窈窕淑女:君子好逑"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
124
+ {"id": "869770-zh", "question": "犹疑:深信", "choices": {"label": ["A", "B", "C", "D"], "text": ["晚造:提前", "老到:幼稚", "婉拒:褒扬", "爽利:强横"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
125
+ {"id": "90c70c-zh", "question": "玫瑰:情人", "choices": {"label": ["A", "B", "C", "D"], "text": ["花朵:蝴蝶", "器官:血液", "白色:纯洁", "风雪:晴朗"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
126
+ {"id": "a59f1e-zh", "question": "夜晚:路灯", "choices": {"label": ["A", "B", "C", "D"], "text": ["孤舟:灯塔", "站台:路标", "春节:春联", "黄昏:道别"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
127
+ {"id": "1b67eb-zh", "question": "馒头:面粉", "choices": {"label": ["A", "B", "C", "D"], "text": ["毛笔:宣纸", "衣服:布料", "运动员:教练", "飞机:导弹"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
128
+ {"id": "c28e9a-zh", "question": "教:学:教学", "choices": {"label": ["A", "B", "C", "D"], "text": ["买:卖:买卖", "好:坏:好坏", "正:大:正大", "阴:暗:阴暗"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
129
+ {"id": "29832f-zh", "question": "丹顶鹤:白头翁", "choices": {"label": ["A", "B", "C", "D"], "text": ["花面狐:长颈鹿", "北极熊:唐老鸭", "金钱豹:草珊瑚", "响尾蛇:坐山雕"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
130
+ {"id": "930801-zh", "question": "微博:媒体:消息", "choices": {"label": ["A", "B", "C", "D"], "text": ["股票:有价证券:金融", "护照:证件:身份", "长城:景点:北京", "债权:权利:债务"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
131
+ {"id": "09abaf-zh", "question": "桂:广西", "choices": {"label": ["A", "B", "C", "D"], "text": ["皖:江西", "杜鹃花:映山红", "河流:湖泊", "西红柿:圣女果"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
132
+ {"id": "8bd969-zh", "question": "拉杆箱:手提袋", "choices": {"label": ["A", "B", "C", "D"], "text": ["茶杯:茶叶", "球鞋:凉鞋", "电脑:书桌", "桌子:衣柜"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
133
+ {"id": "677ce0-zh", "question": "清洁:污垢", "choices": {"label": ["A", "B", "C", "D"], "text": ["守时:信用", "沟通:误解", "背诵:记忆", "批评:改正"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
134
+ {"id": "41fda8-zh", "question": "解放:束缚", "choices": {"label": ["A", "B", "C", "D"], "text": ["犯罪:惩罚", "蜕变:堕落", "伶俐:笨拙", "黎明:拂晓"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
135
+ {"id": "a64221-zh", "question": "进展:变化", "choices": {"label": ["A", "B", "C", "D"], "text": ["妥协:退让", "口角:冲突", "开花:结果", "喜欢:信任"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
136
+ {"id": "aff99e-zh", "question": "唇亡:齿寒", "choices": {"label": ["A", "B", "C", "D"], "text": ["安居:乐业", "纲举:目张", "开卷:有益", "惩前:毖后"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
137
+ {"id": "c2137d-zh", "question": "烤箱:烘烤", "choices": {"label": ["A", "B", "C", "D"], "text": ["铜镜:折射", "卷尺:测量", "软件:导航", "皮鞋:防水"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
138
+ {"id": "cdc004-zh", "question": "拳击:摔跤", "choices": {"label": ["A", "B", "C", "D"], "text": ["射击:击剑", "乒乓球:羽毛球", "篮球:排球", "举重:跳水"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
139
+ {"id": "2a3fbd-zh", "question": "诗:赋:词", "choices": {"label": ["A", "B", "C", "D"], "text": ["纸:丝绸:竹简", "昆曲:戏剧:京剧", "油画:水墨画:工笔画", "甲骨文:隶书:楷书"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
140
+ {"id": "316eb2-zh", "question": "混合物:空气", "choices": {"label": ["A", "B", "C", "D"], "text": ["财务报表:利润表", "金属:绝缘体", "合唱团:团员", "满族:维吾尔族"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
141
+ {"id": "fcdbdf-zh", "question": "救助站:乞丐", "choices": {"label": ["A", "B", "C", "D"], "text": ["敬老院:护工", "监狱:罪犯", "加油站:业务员", "研究所:研究员"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
142
+ {"id": "2cca29-zh", "question": "预约:拜访:礼貌", "choices": {"label": ["A", "B", "C", "D"], "text": ["刷卡:签名:密码", "评议:考察:廉政", "取证:起诉:公正", "实习:入职:晋升"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
143
+ {"id": "2f89be-zh", "question": "十堰:武当山", "choices": {"label": ["A", "B", "C", "D"], "text": ["宜昌:神农架", "咸宁:九宫山", "襄阳:古隆中", "黄陂:木兰山"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
144
+ {"id": "5b8881-zh", "question": "医生:患者:诊疗", "choices": {"label": ["A", "B", "C", "D"], "text": ["乘警:乘客:购票", "农民:农场:耕作", "售货员:顾客:购物", "服务员:食客:服务"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
145
+ {"id": "1ba161-zh", "question": "冲突:解决:和谐", "choices": {"label": ["A", "B", "C", "D"], "text": ["吵架:爆发:混乱", "生活:富裕:美好", "噪音:消除:安静", "兴奋:镇定:放松"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
146
+ {"id": "37917a-zh", "question": "内核:硬核", "choices": {"label": ["A", "B", "C", "D"], "text": ["声波:光波", "价值:价格", "水波:秋波", "症结:原因"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
147
+ {"id": "b6eefa-zh", "question": "木材:抽屉:收纳", "choices": {"label": ["A", "B", "C", "D"], "text": ["钢铁:剪刀:切割", "棉花:毛线:保暖", "城墙:石头:防御", "橡胶:气垫:缓冲"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
148
+ {"id": "ca87e2-zh", "question": "姚明:中国:篮球", "choices": {"label": ["A", "B", "C", "D"], "text": ["梅西:巴西:足球", "伍兹:美国:棒球", "费德勒:西班牙:网球", "瓦尔德内尔:瑞典:乒乓球"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
149
+ {"id": "a9f848-zh", "question": "激发:激荡:激切", "choices": {"label": ["A", "B", "C", "D"], "text": ["激化:激愤:激扬", "激剧:激情:激增", "激怒:激将:激昂", "激活:激流:激奋"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
150
+ {"id": "315333-zh", "question": "琴棋书画:经史子集", "choices": {"label": ["A", "B", "C", "D"], "text": ["兵强马壮:闭关自守", "悲欢离合:漂泊流浪", "衣帽鞋袜:冰清玉洁", "鸟兽虫鱼:江河湖海"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
151
+ {"id": "c162af-zh", "question": "党员:干部:服务人民", "choices": {"label": ["A", "B", "C", "D"], "text": ["青年:才俊:报效国家", "科学:精英:科技立身", "大国:工匠:技术强国", "学校:教师:教书育人"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
152
+ {"id": "c2ba3f-zh", "question": "商品:购买:商店", "choices": {"label": ["A", "B", "C", "D"], "text": ["网购:付款:网络", "看书:学习:图书馆", "信件:邮寄:邮局", "股票:投资:账户"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
153
+ {"id": "e4cc2d-zh", "question": "乐队:听众:音乐", "choices": {"label": ["A", "B", "C", "D"], "text": ["酒店:游客:食宿", "电视剧:儿童:故事", "俱乐部:会员:车辆", "工会:权益:员工"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
154
+ {"id": "f01f7e-zh", "question": "臭豆腐:香菇", "choices": {"label": ["A", "B", "C", "D"], "text": ["热干面:凉水", "黑芝麻:白菜", "小麦:大米", "甜菜:苦瓜"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
155
+ {"id": "0c6119-zh", "question": "明星:媒体:炒作", "choices": {"label": ["A", "B", "C", "D"], "text": ["经济:政策:复苏", "商品:市场:交换", "国家:武器:战争", "分歧:会议:谈判"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
156
+ {"id": "4001c5-zh", "question": "杂志:书刊:阅读", "choices": {"label": ["A", "B", "C", "D"], "text": ["铅笔:文具:书写", "轿车:火车:运输", "绘画:艺术:欣赏", "篮球:运动:投掷"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
157
+ {"id": "dd26ad-zh", "question": "地球:行星", "choices": {"label": ["A", "B", "C", "D"], "text": ["英国:国家", "江苏:中国", "公路:道路", "岛屿:大陆"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
158
+ {"id": "fc479a-zh", "question": "律师:当事人", "choices": {"label": ["A", "B", "C", "D"], "text": ["法官:各种案件", "心理咨询机构:心理不健康的人", "药监人员:生产和销售药品的人", "保险代理人:投保者"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
159
+ {"id": "399be9-zh", "question": "夏天:空调", "choices": {"label": ["A", "B", "C", "D"], "text": ["师傅:骑车", "省长:开会", "年底:奖金", "军人:打仗"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
160
+ {"id": "134364-zh", "question": "社会科学:社会学:家庭社会学", "choices": {"label": ["A", "B", "C", "D"], "text": ["艺术科学:钢琴:小提琴", "人文科学:哲学:历史学", "自然科学:化学:分析化学", "文学:美国文学:文献翻译"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
161
+ {"id": "063423-zh", "question": "田野:小麦:麦粒", "choices": {"label": ["A", "B", "C", "D"], "text": ["水塘:鲤鱼:鱼籽", "林场:树木:枯枝", "牧场:牛群:牛尾", "海洋:鱼鳍:鲨鱼"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
162
+ {"id": "59bb81-zh", "question": "指鹿为马:颠倒黑白", "choices": {"label": ["A", "B", "C", "D"], "text": ["不以为然:不屑一顾", "目无全牛:鼠目寸光", "师心自用:固执己见", "不孚众望:众望所归"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
163
+ {"id": "b00eb6-zh", "question": "葡萄:酒", "choices": {"label": ["A", "B", "C", "D"], "text": ["大米:年糕", "铁观音:茶", "椰子:糖", "大豆:酱油"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
164
+ {"id": "46d59c-zh", "question": "烧:泥:陶瓷", "choices": {"label": ["A", "B", "C", "D"], "text": ["砸:玉:手镯", "水:鱼:鸬鹚", "淬:铁:剑", "土:树:树化石"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
165
+ {"id": "36a3b2-zh", "question": "公民:教师:公务员", "choices": {"label": ["A", "B", "C", "D"], "text": ["工人:民工:农村", "企业家:商人:商场", "电器:冰箱:彩电", "民工:农民:农村"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
166
+ {"id": "de236d-zh", "question": "丝竹:音乐", "choices": {"label": ["A", "B", "C", "D"], "text": ["学生:桃李", "战争:戎马", "汗青:史册", "烽烟:干戈"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
167
+ {"id": "7ba9d6-zh", "question": "翠鸟:捕鱼:动物", "choices": {"label": ["A", "B", "C", "D"], "text": ["老虎:山林:狐狸", "水草:生长:海洋", "蜘蛛:结网:生物", "黄鼠狼:鸡:狼"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
168
+ {"id": "59dca4-zh", "question": "招标:中标", "choices": {"label": ["A", "B", "C", "D"], "text": ["宣传:推广", "请示:批准", "抽象:具体", "支出:收入"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
169
+ {"id": "4a3a16-zh", "question": "小学:中学:大学", "choices": {"label": ["A", "B", "C", "D"], "text": ["下单:转账:交易", "招聘:录用:培训", "购房:首付:中介", "买票:登机:安检"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
170
+ {"id": "5074aa-zh", "question": "侦查:线索:案件", "choices": {"label": ["A", "B", "C", "D"], "text": ["评价:排行榜:歌手", "定位:地点:地图", "导航:GPS:汽车", "搜索:关键词:网页"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
171
+ {"id": "9037da-zh", "question": "报纸:新闻", "choices": {"label": ["A", "B", "C", "D"], "text": ["电影:电影院", "报刊亭:报纸", "杂志:广告", "信封:信纸"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
172
+ {"id": "a8fcd9-zh", "question": "青岛:城市:沿海地区", "choices": {"label": ["A", "B", "C", "D"], "text": ["苹果:水果:果树", "矿泉水:饮料:茶杯", "足球:运动:草坪", "公交车:公路:市区"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
173
+ {"id": "d0dc7b-zh", "question": "资料:文件", "choices": {"label": ["A", "B", "C", "D"], "text": ["质量:砝码", "飞艇:航空器", "护卫舰:补给舰", "自然现象:极光"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
174
+ {"id": "46be47-zh", "question": "前后:上下", "choices": {"label": ["A", "B", "C", "D"], "text": ["有无:好坏", "彼此:矛盾", "花草:树木", "冬夏:寒热"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
175
+ {"id": "e2477b-zh", "question": "团扇:羽毛扇:舞蹈扇", "choices": {"label": ["A", "B", "C", "D"], "text": ["宣纸:餐巾纸:铜版纸", "圈椅:实木椅:办公椅", "排球:羽毛球:乒乓球", "墨镜:老花镜:显微镜"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
176
+ {"id": "e4c346-zh", "question": "常规问题:非常规问题:问题", "choices": {"label": ["A", "B", "C", "D"], "text": ["期中考试:期末考试:考试", "顶层设计:基层落实:管理", "豪华装修:简单装修:装修", "转基因油:非转基因油:油"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
177
+ {"id": "c43047-zh", "question": "扫帚:簸箕", "choices": {"label": ["A", "B", "C", "D"], "text": ["牙刷:杯子", "镜架:镜片", "围巾:帽子", "锁:钥匙"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
178
+ {"id": "11f48c-zh", "question": "竞争:共赢", "choices": {"label": ["A", "B", "C", "D"], "text": ["博弈:和棋", "判决:和解", "买卖:互惠", "球赛:平局"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
179
+ {"id": "6009c3-zh", "question": "棉花:棉田", "choices": {"label": ["A", "B", "C", "D"], "text": ["灯光:灯火", "海滩:海豚", "庙会:庙宇", "茶树:茶园"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
180
+ {"id": "670b2b-zh", "question": "火:烹饪", "choices": {"label": ["A", "B", "C", "D"], "text": ["雾:驾驶", "水:洗涤", "风:晴天", "磁:力量"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
181
+ {"id": "87c976-zh", "question": "品质:好坏:质量", "choices": {"label": ["A", "B", "C", "D"], "text": ["食物:大小:重量", "分数:高低:成绩", "旅游:远近:兴趣", "人口:多少:密度"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
182
+ {"id": "74e87f-zh", "question": "洪涝:干旱:防洪抗旱", "choices": {"label": ["A", "B", "C", "D"], "text": ["地震:海啸:抗震救灾", "滑坡:雪崩:道路抢修", "严寒:酷热:防冻消暑", "风沙:雾霾:防沙祛霾"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
183
+ {"id": "0acc29-zh", "question": "人民币:美元:欧元", "choices": {"label": ["A", "B", "C", "D"], "text": ["海鲜:海鸥:海滩", "贵州:杭州:常州", "兰花:牡丹:菊花", "宽恕:品性:诚信"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
184
+ {"id": "36d3a8-zh", "question": "油田:汽油", "choices": {"label": ["A", "B", "C", "D"], "text": ["伐木场:家具", "商场:服装", "农田:稻谷", "水库:水"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
185
+ {"id": "eb3a29-zh", "question": "预习:上课:复习", "choices": {"label": ["A", "B", "C", "D"], "text": ["高考:考试:大学", "调研:设计:生产", "痊愈:挂号:出院", "笔试:面试:报名"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
186
+ {"id": "2a3bff-zh", "question": "显微镜:放大镜", "choices": {"label": ["A", "B", "C", "D"], "text": ["凸透镜:哈哈镜", "复印机:扫描仪", "录像机:照相机", "导航仪:后视镜"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
187
+ {"id": "9a6ddc-zh", "question": "经济特区:珠海", "choices": {"label": ["A", "B", "C", "D"], "text": ["乐器:陶笛", "南沙群岛:黄岩岛", "飞禽:蝙蝠", "海军:航空母舰"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
188
+ {"id": "dad44a-zh", "question": "下里巴人:通俗", "choices": {"label": ["A", "B", "C", "D"], "text": ["差强人意:失望", "千钧一发:沉重", "目无全牛:熟练", "七月流火:炎热"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
189
+ {"id": "827ffe-zh", "question": "固若金汤:不堪一击", "choices": {"label": ["A", "B", "C", "D"], "text": ["指鹿为马:实事求是", "雪中送炭:锦上添花", "安居乐业:丰衣足食", "废寝忘食:发愤图强"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
190
+ {"id": "9c26e4-zh", "question": "速度:时间:距离", "choices": {"label": ["A", "B", "C", "D"], "text": ["利率:本金:利息", "质量:品种:数量", "利润:成本:产值", "收入:支出:剩余"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
191
+ {"id": "967fc7-zh", "question": "演员:观众", "choices": {"label": ["A", "B", "C", "D"], "text": ["售票员:乘客", "工人:厂长", "农民:田地", "父母:孩子"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
192
+ {"id": "57e015-zh", "question": "虚数:复数", "choices": {"label": ["A", "B", "C", "D"], "text": ["法律:刑法", "麦子:水稻", "祥林嫂:《祝福》", "人工智能:计算机科学"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
193
+ {"id": "e8f843-zh", "question": "植物:授粉:结果", "choices": {"label": ["A", "B", "C", "D"], "text": ["米酒:发酵:保鲜", "绿茶:采摘:加工", "灯丝:导电:发光", "石油:加热:沉积"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
194
+ {"id": "11fe5f-zh", "question": "烟花:火药", "choices": {"label": ["A", "B", "C", "D"], "text": ["草坪:草地", "铁路:高铁", "电视:机顶盒", "茶包:茶叶"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
195
+ {"id": "2ecc4f-zh", "question": "三心:两意", "choices": {"label": ["A", "B", "C", "D"], "text": ["五脏:六腑", "朝令:夕改", "惊世:骇俗", "信誓:旦旦"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
196
+ {"id": "10f792-zh", "question": "歌剧院:图书馆", "choices": {"label": ["A", "B", "C", "D"], "text": ["控制塔:飞行跑道", "衣服:裤子", "菜篮子:皮箱子", "水杯:水池"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
197
+ {"id": "12e696-zh", "question": "森林:植被", "choices": {"label": ["A", "B", "C", "D"], "text": ["沙漠:陆地", "水库:河流", "白云:蓝天", "黑洞:臭氧"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
198
+ {"id": "0d65df-zh", "question": "佛教:宗教", "choices": {"label": ["A", "B", "C", "D"], "text": ["商品:交换", "化学:科学", "系统:整体", "社区:社会"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
199
+ {"id": "922c86-zh", "question": "盎司:重量", "choices": {"label": ["A", "B", "C", "D"], "text": ["卢比:货币", "克拉:钻戒", "赫兹:声波", "品脱:体积"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
200
+ {"id": "5fa6a2-zh", "question": "水:湖泊", "choices": {"label": ["A", "B", "C", "D"], "text": ["富裕:休闲", "山:水", "营养:健康", "蓝图:海洋"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
201
+ {"id": "8b424b-zh", "question": "立方体:几何学", "choices": {"label": ["A", "B", "C", "D"], "text": ["比重:物理学", "血液:植物学", "地质学:化合物", "基因:历史学"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
202
+ {"id": "8e5317-zh", "question": "历史:明智", "choices": {"label": ["A", "B", "C", "D"], "text": ["新闻:广播", "法律:约束", "制度:学问", "政策:援藏"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
203
+ {"id": "0f2be2-zh", "question": "风险:损失:保险", "choices": {"label": ["A", "B", "C", "D"], "text": ["名气:宣传:代言", "肥胖:疾病:锻炼", "生产:事故:安全", "落后:开放:富强"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
204
+ {"id": "390748-zh", "question": "喜儿:《白毛女》:戏剧", "choices": {"label": ["A", "B", "C", "D"], "text": ["孙悟空:《西游记》:传奇", "祥林嫂:《祝福》:小说", "罗贯中:《三国演义》:小说", "林冲:《水浒》:古典"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
205
+ {"id": "0128ec-zh", "question": "投资:回报", "choices": {"label": ["A", "B", "C", "D"], "text": ["广告:打折", "洽谈:生意", "竞争:优势", "入股:分红"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
206
+ {"id": "b07a7a-zh", "question": "X光片:骨折", "choices": {"label": ["A", "B", "C", "D"], "text": ["卫星云图:降雨", "科普图书:知识", "电子导航:路线", "饮食习惯:健康"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
207
+ {"id": "67d331-zh", "question": "钢笔:墨水", "choices": {"label": ["A", "B", "C", "D"], "text": ["血管:血液", "煤炉:煤灰", "电钻:钻头", "手枪:子弹"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
208
+ {"id": "e9aed3-zh", "question": "梅:孤傲:品质", "choices": {"label": ["A", "B", "C", "D"], "text": ["火:热情:性格", "月饼:团圆:食物", "鸽:和平:象征", "红灯:禁行:信息"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
209
+ {"id": "05d67f-zh", "question": "绿洲:荒漠", "choices": {"label": ["A", "B", "C", "D"], "text": ["开放:乐观", "白玉:玉石", "翠柳:黄花", "冷静:紧张"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
210
+ {"id": "a030d9-zh", "question": "羊:羊奶:腥膻", "choices": {"label": ["A", "B", "C", "D"], "text": ["蚕:蚕丝:雪白", "蜘蛛:蛛丝:粘缚", "蜂:蜂蜜:甘甜", "雨燕:燕窝:营养"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
211
+ {"id": "8ed476-zh", "question": "鸡蛋:蛋糕", "choices": {"label": ["A", "B", "C", "D"], "text": ["铅芯:铅笔", "水泥:水泥路", "鞋子:鞋带", "榆钱:榆钱饼"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
212
+ {"id": "8e2d70-zh", "question": "轻车熟路:人生地疏", "choices": {"label": ["A", "B", "C", "D"], "text": ["前仆后继:贪生怕死", "河清海晏:国泰民安", "廉洁奉公:卑躬屈膝", "任重道远:无所事事"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
213
+ {"id": "a64bad-zh", "question": "射箭:靶心", "choices": {"label": ["A", "B", "C", "D"], "text": ["购买:卖家", "审判:法庭", "投标:项目", "出发:起点"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
214
+ {"id": "b607ae-zh", "question": "大海:鱼", "choices": {"label": ["A", "B", "C", "D"], "text": ["天空:小鸟", "大地:高山", "猪:森林", "果子:核"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
215
+ {"id": "c558b8-zh", "question": "银行:利息", "choices": {"label": ["A", "B", "C", "D"], "text": ["母牛:小牛", "学校:学生", "医院:医生", "工厂:工人"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
216
+ {"id": "2de81e-zh", "question": "屏幕:彩屏", "choices": {"label": ["A", "B", "C", "D"], "text": ["时间:纳米", "何首乌:中药材", "酷暑:空调", "青年:愤青"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
217
+ {"id": "2e8da2-zh", "question": "鸭子:河", "choices": {"label": ["A", "B", "C", "D"], "text": ["摩天轮:过山车", "喜剧:话剧", "飞机:飞机场", "火车:轨道"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
218
+ {"id": "fdf7a2-zh", "question": "考试:学生:成绩", "choices": {"label": ["A", "B", "C", "D"], "text": ["网络:网民:电子邮件", "汽车:司机:驾驶执照", "工作:职员:工资待遇", "饭菜:厨师:色香味美"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
219
+ {"id": "20b079-zh", "question": "应聘者:招聘会:招聘者", "choices": {"label": ["A", "B", "C", "D"], "text": ["原告:判决书:被告", "医生:挂号处:病人", "生产者:销售者:经营者", "甲方:签约仪式:乙方"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
220
+ {"id": "b92f35-zh", "question": "聪明:愚蠢", "choices": {"label": ["A", "B", "C", "D"], "text": ["男人:女人", "黑色:白色", "墨镜:光明", "财富:贫困"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
221
+ {"id": "3e98f6-zh", "question": "画家:作家", "choices": {"label": ["A", "B", "C", "D"], "text": ["工人:农民", "土豆:山芋", "绿茶:红茶", "军人:诗人"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
222
+ {"id": "4d517b-zh", "question": "湄公河:跨境河", "choices": {"label": ["A", "B", "C", "D"], "text": ["黄鹤楼:吊脚楼", "青海湖:内陆湖", "英国人:西欧人", "中山门:凯旋门"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
223
+ {"id": "541bb3-zh", "question": "购物:银行卡", "choices": {"label": ["A", "B", "C", "D"], "text": ["开车:方向盘", "烹饪:天然气", "奔跑:运动鞋", "旅游:导航仪"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
224
+ {"id": "d09407-zh", "question": "认真:兢兢业业", "choices": {"label": ["A", "B", "C", "D"], "text": ["灰心:半途而废", "热闹:车水马龙", "辛苦:一日千里", "勤奋:聚精会神"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
225
+ {"id": "f5daa9-zh", "question": "生死:存亡", "choices": {"label": ["A", "B", "C", "D"], "text": ["轻重:缓急", "好坏:优劣", "亲疏:长幼", "真伪:对错"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
226
+ {"id": "8e987a-zh", "question": "南征北战:东讨西伐", "choices": {"label": ["A", "B", "C", "D"], "text": ["万紫千红:姹紫嫣红", "古往今来:天南地北", "朝三暮四:喜新厌旧", "左顾右盼:东张西望"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
227
+ {"id": "3524bd-zh", "question": "黄豆:蚕豆", "choices": {"label": ["A", "B", "C", "D"], "text": ["饰具:灯具", "鲫鱼:鲸鱼", "猴子:狮子", "木瓜:西瓜"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
228
+ {"id": "e89045-zh", "question": "感冒药:中药:西药", "choices": {"label": ["A", "B", "C", "D"], "text": ["果汁:冷饮:热饮", "标枪:田赛:径赛", "城墙:古建筑:西方建筑", "学士:硕士:博士"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
229
+ {"id": "c9471b-zh", "question": "水稻:植物", "choices": {"label": ["A", "B", "C", "D"], "text": ["木耳:银耳", "香蕉:水果", "动物:田鼠", "米饭:面条"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
230
+ {"id": "56d4fc-zh", "question": "伞:雨���", "choices": {"label": ["A", "B", "C", "D"], "text": ["现金:支票", "空调:暖气", "钢笔:铅笔", "蚊香:蚊帐"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
231
+ {"id": "5e3ee7-zh", "question": "骈偶:颠倒", "choices": {"label": ["A", "B", "C", "D"], "text": ["语言:科技", "贡献:共享", "开关:旋转", "把握:给予"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
232
+ {"id": "21d200-zh", "question": "乱闯红灯:交通违章:行政罚款", "choices": {"label": ["A", "B", "C", "D"], "text": ["打架斗殴:扰乱秩序:毁坏公物", "经济过热:通货膨胀:货币贬值", "市场经济:市场失灵:国家干预", "行政垄断:地方保护:法律规制"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
233
+ {"id": "6cca37-zh", "question": "鬼门关:凶险", "choices": {"label": ["A", "B", "C", "D"], "text": ["高帽儿:恭维", "飞毛腿:快速", "打把势:练武", "臭皮囊:躯体"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
234
+ {"id": "cc1cd7-zh", "question": "报销:凭据:发票", "choices": {"label": ["A", "B", "C", "D"], "text": ["平衡:支出:消费", "乘车:凭证:车票", "辩护:律师:法律", "观赏:电影:门票"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
235
+ {"id": "89e8b7-zh", "question": "创新:僵化", "choices": {"label": ["A", "B", "C", "D"], "text": ["发展:前进", "开放:闭塞", "计划:秩序", "革新:失败"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
236
+ {"id": "7ee511-zh", "question": "鸟:翅膀", "choices": {"label": ["A", "B", "C", "D"], "text": ["羊:狗", "鱼:鳍", "蝉:知了", "牛:草"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
237
+ {"id": "cf728f-zh", "question": "亚马逊:京东:当当", "choices": {"label": ["A", "B", "C", "D"], "text": ["键盘:鼠标:扫描仪", "湖泊:鲤鱼:鱼缸", "书包:课本:学生", "信号灯:红灯:绿灯"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
238
+ {"id": "5d0d1c-zh", "question": "纺织:布匹", "choices": {"label": ["A", "B", "C", "D"], "text": ["矿石:金属", "努力:收获", "工作:奉献", "耕种:粮食"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
239
+ {"id": "e22c9c-zh", "question": "语言:工具:交流", "choices": {"label": ["A", "B", "C", "D"], "text": ["轮船:钢铁:运输", "书籍:阅读:印刷", "会议:方式:工作", "筷子:吃饭:餐具"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
240
+ {"id": "8b939e-zh", "question": "欢天喜地:兴高采烈", "choices": {"label": ["A", "B", "C", "D"], "text": ["天造地设:鬼斧神工", "和颜悦色:百依百顺", "七零八落:七上八下", "生龙活虎:虎背熊腰"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
241
+ {"id": "acdeb4-zh", "question": "书籍:装帧", "choices": {"label": ["A", "B", "C", "D"], "text": ["策划:设计", "粉刷:油漆", "服装:熨烫", "理发:美容"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
242
+ {"id": "c93971-zh", "question": "典当:贷款:融资", "choices": {"label": ["A", "B", "C", "D"], "text": ["买入:卖出:交易", "水运:空运:运输", "望诊:闻诊:问诊", "起跑:冲刺:赛跑"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
243
+ {"id": "e28448-zh", "question": "布:衣服", "choices": {"label": ["A", "B", "C", "D"], "text": ["牛奶:酸奶", "粮食:酒", "木材:餐桌", "朱古力:巧克力"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
244
+ {"id": "c1c829-zh", "question": "头:包工头", "choices": {"label": ["A", "B", "C", "D"], "text": ["眉:弯眉", "肚:将军肚", "腰:细腰", "手:操盘手"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
245
+ {"id": "598042-zh", "question": "谦虚:品德", "choices": {"label": ["A", "B", "C", "D"], "text": ["绑架:犯罪", "足球:比赛", "火车:交通", "书信:沟通"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
246
+ {"id": "b678b4-zh", "question": "食言而肥:有言必诺", "choices": {"label": ["A", "B", "C", "D"], "text": ["有恩必报:忠君爱国", "坐井观天:勇往直前", "削足适履:因地制宜", "拾人牙慧:人云亦云"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
247
+ {"id": "c2f2a1-zh", "question": "红色:蓝色:花朵", "choices": {"label": ["A", "B", "C", "D"], "text": ["和平:战争:革命", "及格:合格:成就", "土地:阳光:原野", "物理学:化学:知识"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
248
+ {"id": "c47622-zh", "question": "软件:程序员:编写", "choices": {"label": ["A", "B", "C", "D"], "text": ["木头:木匠:打制", "渔网:渔民:编织", "车票:乘客:购买", "麦克风:歌手:唱歌"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
249
+ {"id": "1e4ae7-zh", "question": "粘土:陶瓷杯:器具", "choices": {"label": ["A", "B", "C", "D"], "text": ["门窗:房屋:财产", "蚕丝:旗袍:服饰", "纸张:扉页:图书", "牛肉:肉馅:饺子"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
250
+ {"id": "38b2f8-zh", "question": "产品:销售:营利", "choices": {"label": ["A", "B", "C", "D"], "text": ["兴趣:培养:特长", "明星:宣传:媒体", "问题:解决:创新", "起义:发动:革命"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
251
+ {"id": "786107-zh", "question": "爸爸:叔父:兄弟", "choices": {"label": ["A", "B", "C", "D"], "text": ["哥哥:婶婶:夫妻", "妈妈:嫂子:婆媳", "姨妈:伯伯:兄妹", "奶奶:姑姑:子女"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
252
+ {"id": "caa252-zh", "question": "柳絮:杨花", "choices": {"label": ["A", "B", "C", "D"], "text": ["松子:榆钱", "月华:幽兰", "芙蓉:荷花", "菊花:银甲"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
253
+ {"id": "447bec-zh", "question": "奶粉:牛奶", "choices": {"label": ["A", "B", "C", "D"], "text": ["麦片:大麦", "毛豆:绒毛", "面粉:挂面", "国家:王国"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
254
+ {"id": "67eabf-zh", "question": "金库:现钞:保管", "choices": {"label": ["A", "B", "C", "D"], "text": ["网球场:球迷:观看", "电缆车:景区:观光", "录音棚:专辑:播放", "美术馆:字画:陈列"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
255
+ {"id": "8b896b-zh", "question": "雾霾:污染:治理", "choices": {"label": ["A", "B", "C", "D"], "text": ["风扇:电器:使用", "粳米:粮食:调查", "信息:报纸:阅读", "报告:文件:审批"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
256
+ {"id": "085714-zh", "question": "风:风车:旋转", "choices": {"label": ["A", "B", "C", "D"], "text": ["水:金鱼:游动", "雷:闪电:暴雨", "电:电车:行驶", "火:木柴:燃烧"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
257
+ {"id": "dadcc9-zh", "question": "寓言:哲理", "choices": {"label": ["A", "B", "C", "D"], "text": ["日记:笔记", "邮箱:信件", "成语:典故", "通讯:报道"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
258
+ {"id": "4dd863-zh", "question": "演员:公园:演出", "choices": {"label": ["A", "B", "C", "D"], "text": ["谣言:微信:查处", "股民:股市:投资", "士兵:战争:升迁", "信息:卫星:定位"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
259
+ {"id": "de8e68-zh", "question": "乡村:振兴", "choices": {"label": ["A", "B", "C", "D"], "text": ["西部:开发", "改革:创新", "人才:强国", "国际:合作"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
260
+ {"id": "8d6607-zh", "question": "摄影:婚纱照", "choices": {"label": ["A", "B", "C", "D"], "text": ["镜头:闪光灯", "三角架:配重袋", "广告:户外展示", "新闻记者:采访市长"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
261
+ {"id": "1b5ea1-zh", "question": "守株待兔:望梅止渴", "choices": {"label": ["A", "B", "C", "D"], "text": ["唇亡齿寒:鸡鸣狗盗", "闻鸡起舞:指鹿为马", "掩耳盗铃:拔苗助长", "不寒而栗:不学无术"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
262
+ {"id": "35b4a9-zh", "question": "有理数:无理数:实数", "choices": {"label": ["A", "B", "C", "D"], "text": ["洋房:楼房:房屋", "阴刻:阳刻:雕刻", "西汉:东汉:汉朝", "西欧:东欧:欧洲"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
263
+ {"id": "c03b7a-zh", "question": "青蛙:哺乳动物", "choices": {"label": ["A", "B", "C", "D"], "text": ["奇数:自然数", "软件:计算机", "火星:太阳系", "钢琴:铜管乐器"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
264
+ {"id": "28bfae-zh", "question": "北京:故宫", "choices": {"label": ["A", "B", "C", "D"], "text": ["唐山:曹妃甸", "泰山:迎客松", "庐山:仙人洞", "乐山:大佛"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
265
+ {"id": "f7239f-zh", "question": "把戏:伎俩:手段", "choices": {"label": ["A", "B", "C", "D"], "text": ["边疆:边境:边界", "爱护:爱戴:爱惜", "牟取:骗取:谋取", "嘲笑:讥笑:笑容"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
266
+ {"id": "205210-zh", "question": "上肢:上臂肌肉:肱三头肌", "choices": {"label": ["A", "B", "C", "D"], "text": ["电脑:键盘:塑料", "图书馆:报纸:纸张", "蔷薇科:被子植物:苹果树", "汽车:制动系统:刹车盘"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
267
+ {"id": "25f60a-zh", "question": "风筝:篾刀:竹条", "choices": {"label": ["A", "B", "C", "D"], "text": ["泥塑:黏土:颜料", "绣品:绣针:绣线", "糖人:蔗糖:竹签", "漆器:描金:涂料"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
268
+ {"id": "3af69c-zh", "question": "对立:和谐", "choices": {"label": ["A", "B", "C", "D"], "text": ["创新:变革", "依赖:独立", "专家:骗子", "准确:失败"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
269
+ {"id": "647759-zh", "question": "缺锌:生长迟缓", "choices": {"label": ["A", "B", "C", "D"], "text": ["迁徙:季节变化", "加热:温度升高", "成年:参加选举", "吃药:感冒痊愈"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
270
+ {"id": "f2e746-zh", "question": "图书馆:书籍:保存", "choices": {"label": ["A", "B", "C", "D"], "text": ["医务室:医生:休息", "足球场:足球:裁判", "冰箱:午餐肉:冷藏", "教师:教室:上课"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
271
+ {"id": "816e5e-zh", "question": "跆拳道:韩国", "choices": {"label": ["A", "B", "C", "D"], "text": ["日本:相扑", "武术:中国", "足球:美国", "英国:网球"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
272
+ {"id": "75aad0-zh", "question": "基督教:佛教:禅宗", "choices": {"label": ["A", "B", "C", "D"], "text": ["生物:遗传:密码", "生物:仿生:遗传", "管乐:弦乐:提琴", "物理学:大气物理学:天文"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
273
+ {"id": "205151-zh", "question": "家用电器:洗衣机", "choices": {"label": ["A", "B", "C", "D"], "text": ["游戏厅:游戏机", "台式电脑:笔记本", "北京大学:中文系", "交通工具:大巴车"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
274
+ {"id": "2777e8-zh", "question": "出口:进口:贸易顺差", "choices": {"label": ["A", "B", "C", "D"], "text": ["征税:纳税:财政收入", "买进:卖出:盈利", "支出:收入:赤字", "还债:借债:债务"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
275
+ {"id": "d1b8f3-zh", "question": "书法:欧体", "choices": {"label": ["A", "B", "C", "D"], "text": ["希腊神话 : 中国神话", "蟠桃园 : 仙桃", "著作 : 专著", "知网 : 网络"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
276
+ {"id": "ac3c12-zh", "question": "沙龙:志趣相投", "choices": {"label": ["A", "B", "C", "D"], "text": ["论坛:千言万语", "擂台:针锋相对", "网站:集思广益", "枢纽:承上启下"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
277
+ {"id": "f2b811-zh", "question": "列车员:火车", "choices": {"label": ["A", "B", "C", "D"], "text": ["护士:医院", "旅客:轮船", "程序员:编程", "售货员:贩卖机"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
278
+ {"id": "30b6e1-zh", "question": "腊月:小寒:大寒", "choices": {"label": ["A", "B", "C", "D"], "text": ["正月:立春:雨水", "三月:清明:寒食", "五月:端午:夏至", "八月:中秋:秋分"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
279
+ {"id": "66588b-zh", "question": "猎豹:猫科:动物", "choices": {"label": ["A", "B", "C", "D"], "text": ["西裤:裤子:服装", "细菌:病毒:微生物", "玛瑙:石头:宝石", "助教:讲师:副教授"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
280
+ {"id": "72041e-zh", "question": "诗人:作诗:作词", "choices": {"label": ["A", "B", "C", "D"], "text": ["画家:艺术:画展", "乐手:指挥:弹琴", "鼓手:弹奏:作曲", "会计:审核:做账"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
281
+ {"id": "3ffe55-zh", "question": "药物:手术:治疗", "choices": {"label": ["A", "B", "C", "D"], "text": ["警察:法律:追捕", "汽车:火车:陆地", "读书:授课:上学", "跑步:游泳:锻炼"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
282
+ {"id": "c2e909-zh", "question": "滑板:运动", "choices": {"label": ["A", "B", "C", "D"], "text": ["药:治病", "饮料:果汁", "电影:广告", "新闻:报纸"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
283
+ {"id": "99ffa5-zh", "question": "未婚:无权", "choices": {"label": ["A", "B", "C", "D"], "text": ["国家:不丹", "非法:无理", "无锡:非党员", "不倒翁:不健康"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
284
+ {"id": "9b2174-zh", "question": "局域网:计算机:文件共享", "choices": {"label": ["A", "B", "C", "D"], "text": ["空间站:航天员:科学实验", "图书馆:阅览室:文献检索", "纺织厂:纺织设备:原料加工", "电视台:网络媒体:节目制作"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
285
+ {"id": "ffaf26-zh", "question": "戒烟:疾病", "choices": {"label": ["A", "B", "C", "D"], "text": ["酒驾:事故", "核对:差错", "过失:反思", "斟酌:顾虑"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
286
+ {"id": "a86c84-zh", "question": "电影:话剧:演员", "choices": {"label": ["A", "B", "C", "D"], "text": ["公路:人行道:机动车", "电器:空调:修理工", "数学课:体育课:教师", "运算:存储:硬盘"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
287
+ {"id": "d79e88-zh", "question": "木材:纸张:画架", "choices": {"label": ["A", "B", "C", "D"], "text": ["面粉:馒头:蒸锅", "白银:首饰:酒具", "混凝土:钢材:桥梁", "棉花:鸭绒:被子"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
288
+ {"id": "c51292-zh", "question": "世界地图:地球仪", "choices": {"label": ["A", "B", "C", "D"], "text": ["一元纸币:一元硬币", "纸飞机:飞机模型", "肖邦画像:肖邦雕塑", "楼房平面图:楼房三维图"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
289
+ {"id": "96c049-zh", "question": "莱茵河:欧洲", "choices": {"label": ["A", "B", "C", "D"], "text": ["多瑙河:北美洲", "非洲:尼罗河", "亚马逊河:南美洲", "亚洲:黄河"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
290
+ {"id": "136862-zh", "question": "白羊:黑羊", "choices": {"label": ["A", "B", "C", "D"], "text": ["高价:价格", "蓝天:春天", "周刊:月刊", "苏州:徐州"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
291
+ {"id": "b3631e-zh", "question": "报警:救援", "choices": {"label": ["A", "B", "C", "D"], "text": ["毕业:就业", "违章:罚款", "手术:住院", "消费:生产"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
292
+ {"id": "69ee43-zh", "question": "茶树:茉莉花茶", "choices": {"label": ["A", "B", "C", "D"], "text": ["梅树:梅花糕", "小麦:面包", "螃蟹:蟹黄包", "冬瓜:冬瓜糖"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
293
+ {"id": "b215a1-zh", "question": "万里长城:北京故宫:名胜古迹", "choices": {"label": ["A", "B", "C", "D"], "text": ["剪纸:皮影戏:民间艺术", "鲸鱼:鲨鱼:鱼", "川菜:粤菜:鲁菜", "白天:夜晚:一天"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
294
+ {"id": "fe3c0b-zh", "question": "心理:承受", "choices": {"label": ["A", "B", "C", "D"], "text": ["干扰:闹钟", "信息:刺激", "睡眠:质量", "消化:吸收"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
295
+ {"id": "e10542-zh", "question": "刘备:刘玄德:桃园结义", "choices": {"label": ["A", "B", "C", "D"], "text": ["曹操:曹植:一代枭雄", "诸葛亮:孔明:草船借箭", "警察:公安:智勇双全", "侦查员:侦察兵:胆大心细"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
296
+ {"id": "8b9896-zh", "question": "曹操:刘备", "choices": {"label": ["A", "B", "C", "D"], "text": ["汽车:货车", "蔬菜:食物", "南京:北京", "珠峰:喜马拉雅山"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
297
+ {"id": "8fa238-zh", "question": "光线:折射:水", "choices": {"label": ["A", "B", "C", "D"], "text": ["绿叶:光合作用:叶绿素", "水蒸气:凝结:玻璃", "电脑:计算:数据", "海洋:洋流:台风"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
298
+ {"id": "52cd13-zh", "question": "飞机:汽车", "choices": {"label": ["A", "B", "C", "D"], "text": ["电瓶车:自行车", "脚踏三轮车:摩托车", "高铁:有轨电车", "轮船:皮划艇"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
299
+ {"id": "c0a89e-zh", "question": "空运:海运:运输", "choices": {"label": ["A", "B", "C", "D"], "text": ["平装:精装:装帧", "货轮:客轮:邮轮", "晚会:聚会:集会", "试飞:试航:航天"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
300
+ {"id": "ae72b0-zh", "question": "锐:任", "choices": {"label": ["A", "B", "C", "D"], "text": ["润:采", "果:呆", "壤:轮", "聪:明"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
301
+ {"id": "348aac-zh", "question": "笔记本电脑:鼠标", "choices": {"label": ["A", "B", "C", "D"], "text": ["录音机:磁带", "手机:蓝牙耳机", "书籍:书签", "电视机:遥控器"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
302
+ {"id": "4fe754-zh", "question": "牛皮夹克:上衣", "choices": {"label": ["A", "B", "C", "D"], "text": ["鞋套:鞋子", "建安诗人:诗人", "植物:动物", "陶瓷:餐具"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
303
+ {"id": "7dc6f9-zh", "question": "小斑虎猫:虎猫属:猫科", "choices": {"label": ["A", "B", "C", "D"], "text": ["庄稼:粮食:谷物", "卷尺:尺子:工具", "小学:初中:高中", "少尉:少校:少将"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
304
+ {"id": "70bd9c-zh", "question": "笔墨:纸砚", "choices": {"label": ["A", "B", "C", "D"], "text": ["大庭:广众", "琴棋:书画", "文化:传承", "指桑:骂槐"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
305
+ {"id": "dd6396-zh", "question": "线性振动:非线性振动:振动", "choices": {"label": ["A", "B", "C", "D"], "text": ["花瓣:花蕊:牵牛花", "食肉动物:食草动物:动物", "投资者:经营者:市场主体", "主要矛盾:次要矛盾:矛盾"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
306
+ {"id": "7296cb-zh", "question": "神采奕奕:豁达大度", "choices": {"label": ["A", "B", "C", "D"], "text": ["兢兢业业:眉飞色舞", "炯炯有神:赤胆忠心", "漫不经心:恬不知耻", "心猿意马:忐忑不安"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
307
+ {"id": "5ef4e2-zh", "question": "研究生:硕士:博士", "choices": {"label": ["A", "B", "C", "D"], "text": ["青少年:少年:青年", "妇孺:儿童:妇女", "建筑:平房:高楼", "图形:直线:三角形"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
308
+ {"id": "3f8f4b-zh", "question": "投票:抽签", "choices": {"label": ["A", "B", "C", "D"], "text": ["联系:沟通", "管理:服务", "劝说:争辩", "推荐:号召"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
309
+ {"id": "aef533-zh", "question": "购票:乘车:到达", "choices": {"label": ["A", "B", "C", "D"], "text": ["报名:参赛:领奖", "下单:付款:送达", "排队:用餐:点餐", "毕业:就业:失业"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
310
+ {"id": "dae179-zh", "question": "针筒:注射器:医疗器械", "choices": {"label": ["A", "B", "C", "D"], "text": ["齿条:千斤顶:起重设备", "潜艇:核潜艇:核反应堆", "飞机:螺旋桨:推进装置", "泳衣:比基尼:游泳服饰"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
311
+ {"id": "f58c57-zh", "question": "雪花:大海", "choices": {"label": ["A", "B", "C", "D"], "text": ["绿叶:土地", "星星:宇宙", "白云:天空", "树木:森林"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
312
+ {"id": "2700d9-zh", "question": "作品:文字作品:摄影作品", "choices": {"label": ["A", "B", "C", "D"], "text": ["人身权:姓名权:肖像权", "糖果:棒棒糖:水果糖", "科学:自然科学:经济学", "面食:面条:重庆小面"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
313
+ {"id": "0d3f7f-zh", "question": "开机:拨号:通话", "choices": {"label": ["A", "B", "C", "D"], "text": ["举枪:瞄准:射击", "吃饭:穿衣:睡觉", "刮风:下雨:打雷", "跑步:打球:游泳"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
314
+ {"id": "d20434-zh", "question": "鱼缸:泳池", "choices": {"label": ["A", "B", "C", "D"], "text": ["货柜:仓库", "鲜花:花瓶", "调料:火锅", "鸟笼:监狱"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
315
+ {"id": "05825f-zh", "question": "毫升:量杯", "choices": {"label": ["A", "B", "C", "D"], "text": ["硫酸:酒精灯", "几何:直角尺", "安培:物理", "度:电表"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
316
+ {"id": "2226a2-zh", "question": "水泥:房屋", "choices": {"label": ["A", "B", "C", "D"], "text": ["布料:衣服", "沙子:沙漠", "木材:钢筋", "打印机:电脑"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
317
+ {"id": "0be657-zh", "question": "转念:主意", "choices": {"label": ["A", "B", "C", "D"], "text": ["转述:说话", "转交:物品", "转向:方向", "转录:翻译"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
318
+ {"id": "b1e866-zh", "question": "摩擦物体:产生热量", "choices": {"label": ["A", "B", "C", "D"], "text": ["春天播种:秋天收获", "认识错误:改正缺点", "刻苦勤奋:成绩优秀", "嗜烟酗酒:损害健康"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
319
+ {"id": "d16514-zh", "question": "图书:印刷厂:出版社", "choices": {"label": ["A", "B", "C", "D"], "text": ["桌椅:家具厂:木材厂", "水果:经销商:种植户", "电影:制片人:剧作家", "房子:建筑商:开发商"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
320
+ {"id": "3573c0-zh", "question": "网购:上网", "choices": {"label": ["A", "B", "C", "D"], "text": ["读书:书本", "喝水:烧水", "练字:写字", "唱歌:歌唱"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
321
+ {"id": "80f68b-zh", "question": "宇航员:探月", "choices": {"label": ["A", "B", "C", "D"], "text": ["航空公司:飞行", "清洁工:保洁", "志愿者:组织", "药厂:制药"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
322
+ {"id": "2ea53f-zh", "question": "节能:减排:环保", "choices": {"label": ["A", "B", "C", "D"], "text": ["火药:造纸:四大发明", "起床:步行:上班", "生产:销售:管理", "锻炼:营养:健康"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
323
+ {"id": "a055a1-zh", "question": "火车:轨道:行驶", "choices": {"label": ["A", "B", "C", "D"], "text": ["电脑:键盘:上网", "相机:镜头:拍照", "飞机:机场:飞行", "油轮:江海:航行"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
324
+ {"id": "ce2c65-zh", "question": "实践:认识", "choices": {"label": ["A", "B", "C", "D"], "text": ["矛盾:发展", "内因:外因", "整体:部分", "物质:意识"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
325
+ {"id": "a97399-zh", "question": "车轮:汽车:运输", "choices": {"label": ["A", "B", "C", "D"], "text": ["衣服:衣架:晒衣", "镜片:眼镜:读书", "听筒:电话:通话", "墨汁:毛笔:书法"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
326
+ {"id": "d7bb0b-zh", "question": "故宫:太和殿", "choices": {"label": ["A", "B", "C", "D"], "text": ["黄山:天都峰", "奥运会:奥运村", "台湾岛:日月潭", "长城:八达岭"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
327
+ {"id": "d2830e-zh", "question": "深入:浅尝辄止", "choices": {"label": ["A", "B", "C", "D"], "text": ["疏远:形影不离", "细致:事无巨细", "安定:水深火热", "独立:自食其力"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
328
+ {"id": "afb037-zh", "question": "火:热情:态度", "choices": {"label": ["A", "B", "C", "D"], "text": ["水:急速:速度", "木:温柔:女性", "土:肥沃:贫瘠", "松:高洁:品质"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
329
+ {"id": "e9efef-zh", "question": "油画:松节油", "choices": {"label": ["A", "B", "C", "D"], "text": ["肖像:胶片", "书法:装裱", "毛笔:墨汁", "牙雕:象牙"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
330
+ {"id": "45e194-zh", "question": "发酵:美酒", "choices": {"label": ["A", "B", "C", "D"], "text": ["生锈:潮湿", "山青:水秀", "欠债:贫穷", "提炼:汽油"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
331
+ {"id": "1af961-zh", "question": "纪念:忘却", "choices": {"label": ["A", "B", "C", "D"], "text": ["创业:就业", "传播:引导", "挖掘:埋没", "救援:灾难"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
332
+ {"id": "81761b-zh", "question": "滑翔:飞机", "choices": {"label": ["A", "B", "C", "D"], "text": ["俯冲:海燕", "投掷:铅球", "背跃:跳高", "飞翔:天空"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
333
+ {"id": "904246-zh", "question": "糖精:糖", "choices": {"label": ["A", "B", "C", "D"], "text": ["验光师:精神病人", "果园:水果", "客户:费用", "人造黄油:黄油"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
334
+ {"id": "c2b957-zh", "question": "舞台:道具:演员", "choices": {"label": ["A", "B", "C", "D"], "text": ["汽车:驾驶:司机", "操场:足球:学生", "商场:商品:消费者", "工厂:机器:工人"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
335
+ {"id": "467839-zh", "question": "少小离家:老大回乡", "choices": {"label": ["A", "B", "C", "D"], "text": ["日落而息:日出而作", "今日高歌:明朝忧愁", "三日打鱼:两天晒网", "春种秋收:夏耕冬藏"]}, "answerKey": "", "explanation": ["", "", "", "", ""], "relation": []}
test_easy_blind.json ADDED
The diff for this file is too large to render. See raw diff
train.json ADDED
The diff for this file is too large to render. See raw diff
validation.json ADDED
The diff for this file is too large to render. See raw diff