Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
benchmark_name: string
task_name: string
domain: string
subdomain: string
website: string
definite_answer: string
task_id: string
difficulty: int64
evaluator_reference: list<item: struct<id: string, description: string, facts: list<item: string>>>
  child 0, item: struct<id: string, description: string, facts: list<item: string>>
      child 0, id: string
      child 1, description: string
      child 2, facts: list<item: string>
          child 0, item: string
task_id_decomposed_from: null
evaluator: null
source_task: null
execution_asset_note: string
execution_asset_type: string
source_split: string
max_steps: int64
source_task_id: string
texification: struct<status: string, signals: list<item: null>, reasons: list<item: null>>
  child 0, status: string
  child 1, signals: list<item: null>
      child 0, item: null
  child 2, reasons: list<item: null>
      child 0, item: null
site_id: string
start_url: string
instruction: string
to
{'task_id': Value('string'), 'source_task_id': Value('string'), 'source_split': Value('string'), 'benchmark_name': Value('string'), 'domain': Value('string'), 'subdomain': Value('string'), 'website': Value('string'), 'difficulty': Value('int64'), 'instruction': Value('string'), 'start_url': Value('string'), 'max_steps': Value('int64'), 'evaluator': Json(decode=True), 'source_task': {'benchmark_name': Value('string'), 'task_name': Value('string'), 'domain': Value('string'), 'subdomain': Value('string'), 'website': Value('string'), 'definite_answer': Value('string'), 'task_id': Value('string'), 'difficulty': Value('int64'), 'evaluator_reference': List({'id': Json(decode=True), 'description': Value('string'), 'facts': List(Value('string'))}), 'task_id_decomposed_from': Value('null')}, 'texification': {'status': Value('string'), 'signals': List(Value('null')), 'reasons': List(Value('null'))}, 'execution_asset_type': Value('string'), 'execution_asset_note': Value('string'), 'site_id': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              benchmark_name: string
              task_name: string
              domain: string
              subdomain: string
              website: string
              definite_answer: string
              task_id: string
              difficulty: int64
              evaluator_reference: list<item: struct<id: string, description: string, facts: list<item: string>>>
                child 0, item: struct<id: string, description: string, facts: list<item: string>>
                    child 0, id: string
                    child 1, description: string
                    child 2, facts: list<item: string>
                        child 0, item: string
              task_id_decomposed_from: null
              evaluator: null
              source_task: null
              execution_asset_note: string
              execution_asset_type: string
              source_split: string
              max_steps: int64
              source_task_id: string
              texification: struct<status: string, signals: list<item: null>, reasons: list<item: null>>
                child 0, status: string
                child 1, signals: list<item: null>
                    child 0, item: null
                child 2, reasons: list<item: null>
                    child 0, item: null
              site_id: string
              start_url: string
              instruction: string
              to
              {'task_id': Value('string'), 'source_task_id': Value('string'), 'source_split': Value('string'), 'benchmark_name': Value('string'), 'domain': Value('string'), 'subdomain': Value('string'), 'website': Value('string'), 'difficulty': Value('int64'), 'instruction': Value('string'), 'start_url': Value('string'), 'max_steps': Value('int64'), 'evaluator': Json(decode=True), 'source_task': {'benchmark_name': Value('string'), 'task_name': Value('string'), 'domain': Value('string'), 'subdomain': Value('string'), 'website': Value('string'), 'definite_answer': Value('string'), 'task_id': Value('string'), 'difficulty': Value('int64'), 'evaluator_reference': List({'id': Json(decode=True), 'description': Value('string'), 'facts': List(Value('string'))}), 'task_id_decomposed_from': Value('null')}, 'texification': {'status': Value('string'), 'signals': List(Value('null')), 'reasons': List(Value('null'))}, 'execution_asset_type': Value('string'), 'execution_asset_note': Value('string'), 'site_id': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

task_id
string
source_task_id
string
source_split
string
benchmark_name
string
domain
string
subdomain
string
website
string
difficulty
int64
instruction
string
start_url
string
max_steps
int64
evaluator
unknown
source_task
dict
texification
dict
execution_asset_type
string
execution_asset_note
string
site_id
string
stage1_train_browsecomp_zh_train_00000
browsecomp_zh_train_00000
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
11
某工科领域专家,80年代曾于法国进行学习,研究。45岁不到晋升副部级。他申请的国家专利有15项。他指导的一位学生98年升任北京某985高校副教授,04年在英国某qs前50学校为高级访问学者。这位专家是谁?
/
3
{ "type": "exact_answer", "answer": "王树国" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某工科领域专家,80年代曾于法国进行学习,研究。45岁不到晋升副部级。他申请的国家专利有15项。他指导的一位学生98年升任北京某985高校副教授,04年在英国某qs前50学校为高级访问学者。这位专家是谁?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "王树国", "task_id": "browsec...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00000_82c99fda
stage1_train_browsecomp_zh_train_00001
browsecomp_zh_train_00001
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
7
一位作家的本名与某功率单位相同,早年利用业余时间进行创作,35 岁时成为全职作家。截至2025年,其超过 10 部小说已被改编为影视剧、话剧等多种艺术形式。请问,2019 年根据该作家作品改编的某部电视剧中,两位男主角分别由谁扮演?
/
3
{ "type": "exact_answer", "answer": "雷佳音和易烊千玺" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一位作家的本名与某功率单位相同,早年利用业余时间进行创作,35 岁时成为全职作家。截至2025年,其超过 10 部小说已被改编为影视剧、话剧等多种艺术形式。请问,2019 年根据该作家作品改编的某部电视剧中,两位男主角分别由谁扮演?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "雷佳音和易烊千玺", "task_id...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00001_f7ce4f33
stage1_train_browsecomp_zh_train_00002
browsecomp_zh_train_00002
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
8
在2000年初,有一部动漫曾在中国大陆的卫视上播出,其包含盗贼、美女、警察等元素。请问,为该动漫大陆版本男主角配音的配音员,在2007年电视剧《贞观之治》中为哪个角色配音呢?
/
3
{ "type": "exact_answer", "answer": "长孙无忌" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在2000年初,有一部动漫曾在中国大陆的卫视上播出,其包含盗贼、美女、警察等元素。请问,为该动漫大陆版本男主角配音的配音员,在2007年电视剧《贞观之治》中为哪个角色配音呢?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "长孙无忌", "task_id": "browsecomp_zh_train_00002", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00002_d5519ee2
stage1_train_browsecomp_zh_train_00003
browsecomp_zh_train_00003
train
browsecomp_zh
Misc.
Legal & Government Services
https://www.google.com
10
某中国法案经两年三审,在某次会议上通过,于次年起正式施行。截至 2025 年,该法案在时隔 15 年后迎来一次修正 。在法案正式施行的次年,曾针对两家公司的一种商业行为发布禁令。请问,这两家公司的注册地分别是哪里?
/
3
{ "type": "exact_answer", "answer": "美国特拉华州威尔明顿市和开曼群岛" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某中国法案经两年三审,在某次会议上通过,于次年起正式施行。截至 2025 年,该法案在时隔 15 年后迎来一次修正 。在法案正式施行的次年,曾针对两家公司的一种商业行为发布禁令。请问,这两家公司的注册地分别是哪里?", "domain": "Misc.", "subdomain": "Legal & Government Services", "website": "https://www.google.com", "definite_answer": "美国特拉华州威尔明顿市和开曼群岛", "task_...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00003_2308b86a
stage1_train_browsecomp_zh_train_00004
browsecomp_zh_train_00004
train
browsecomp_zh
Entertainment
Books & Reading
https://www.google.com
4
一种药物,其分子量约为334,在某本长篇小说中出现过,该药物名称?
/
3
{ "type": "exact_answer", "answer": "盘尼西林(青霉素)" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一种药物,其分子量约为334,在某本长篇小说中出现过,该药物名称?", "domain": "Entertainment", "subdomain": "Books & Reading", "website": "https://www.google.com", "definite_answer": "盘尼西林(青霉素)", "task_id": "browsecomp_zh_train_00004", "difficulty": 4, "evaluator_reference": [ {...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00004_ddaab48c
stage1_train_browsecomp_zh_train_00005
browsecomp_zh_train_00005
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
9
在一个有着深厚文化底蕴的地区,有一位女性以非凡的智慧和胆识登上了权力的巅峰。尽管这个地区有悠久的传统,但她成功打破了千百年来的局限,成为一段特殊时期的标志性人物。据传,这位女性的故事后来被一位非常著名的艺术家改编成影视作品,而这位艺术家擅长塑造充满张力和复杂性的角色。这位女性的儿子在位的时候,他底下的公务员为了准备宴会写了一本食物清单,请问这本清单是在那一年写的?
/
3
{ "type": "exact_answer", "answer": "景龙二年" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在一个有着深厚文化底蕴的地区,有一位女性以非凡的智慧和胆识登上了权力的巅峰。尽管这个地区有悠久的传统,但她成功打破了千百年来的局限,成为一段特殊时期的标志性人物。据传,这位女性的故事后来被一位非常著名的艺术家改编成影视作品,而这位艺术家擅长塑造充满张力和复杂性的角色。这位女性的儿子在位的时候,他底下的公务员为了准备宴会写了一本食物清单,请问这本清单是在那一年写的?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www....
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00005_d97a8d98
stage1_train_browsecomp_zh_train_00006
browsecomp_zh_train_00006
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
6
某演员,在38岁在某知名历史剧中饰演一早期登场的角色。在52岁曾出演一外国人,54岁饰演过酒鬼,在60岁左右出演一大火剧集,66岁又出演一大火剧集。他是谁
/
3
{ "type": "exact_answer", "answer": "李建义" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某演员,在38岁在某知名历史剧中饰演一早期登场的角色。在52岁曾出演一外国人,54岁饰演过酒鬼,在60岁左右出演一大火剧集,66岁又出演一大火剧集。他是谁", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "李建义", "task_id": "browsecomp_zh_train_00006", "difficult...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00006_cbcbf04c
stage1_train_browsecomp_zh_train_00007
browsecomp_zh_train_00007
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
9
有一位 20 世纪 70 年代出生的欧洲编剧兼作家,其哥哥和妻子均为导演。他的哥哥曾依据他创作的短篇小说拍摄了分为两条叙事线展开的电影。而他与妻子共同创作并编剧了多部电视剧。请问,在 2024 年夫妻二人共同创作的电视剧叫什么名字?
/
3
{ "type": "exact_answer", "answer": "辐射" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一位 20 世纪 70 年代出生的欧洲编剧兼作家,其哥哥和妻子均为导演。他的哥哥曾依据他创作的短篇小说拍摄了分为两条叙事线展开的电影。而他与妻子共同创作并编剧了多部电视剧。请问,在 2024 年夫妻二人共同创作的电视剧叫什么名字?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "辐射", "task_id": "br...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00007_8c0f4488
stage1_train_browsecomp_zh_train_00008
browsecomp_zh_train_00008
train
browsecomp_zh
Entertainment
Books & Reading
https://www.google.com
10
某位作家,当了4年农民后第一次投稿,并于次年上了大学,毕业后曾当编辑。刚开始的作品无人问津,第一次以笔名发表文章后反响平平。曾经有作品先被封禁,后重新解禁。有2个女儿。这位作家是谁?
/
3
{ "type": "exact_answer", "answer": "贾平凹" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某位作家,当了4年农民后第一次投稿,并于次年上了大学,毕业后曾当编辑。刚开始的作品无人问津,第一次以笔名发表文章后反响平平。曾经有作品先被封禁,后重新解禁。有2个女儿。这位作家是谁?", "domain": "Entertainment", "subdomain": "Books & Reading", "website": "https://www.google.com", "definite_answer": "贾平凹", "task_id": "browsecomp_zh_train_00008",...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00008_dfcd22fa
stage1_train_browsecomp_zh_train_00009
browsecomp_zh_train_00009
train
browsecomp_zh
Lifestyle & Leisure
Sports & Fitness
https://www.google.com
6
某位体育运动员,出生中国某发达城市,4岁时练习游泳,后从事某水上运动职业,21 岁时曾代表中国队参加奥运会,4年后退役,请问该运动员是谁?
/
3
{ "type": "exact_answer", "answer": "印毅俊" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某位体育运动员,出生中国某发达城市,4岁时练习游泳,后从事某水上运动职业,21 岁时曾代表中国队参加奥运会,4年后退役,请问该运动员是谁?", "domain": "Lifestyle & Leisure", "subdomain": "Sports & Fitness", "website": "https://www.google.com", "definite_answer": "印毅俊", "task_id": "browsecomp_zh_train_00009", "difficulty"...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00009_8b1d38d8
stage1_train_browsecomp_zh_train_00010
browsecomp_zh_train_00010
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
12
19世纪中叶的一场战争改变了一个国家的制度,在40年后,另一个大陆上的第一次以移民后裔命名的战争结束,同年该国最伟大的人中的Top30当选为总统,并与19年后导致了第二次同名称战争,请问,在此年份中,什么药物上市,并对以后产生了非常大的影响。
/
3
{ "type": "exact_answer", "answer": "阿司匹林" }
{ "benchmark_name": "browsecomp_zh", "task_name": "19世纪中叶的一场战争改变了一个国家的制度,在40年后,另一个大陆上的第一次以移民后裔命名的战争结束,同年该国最伟大的人中的Top30当选为总统,并与19年后导致了第二次同名称战争,请问,在此年份中,什么药物上市,并对以后产生了非常大的影响。", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "阿司匹林", "task_id": "browse...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00010_34f187b0
stage1_train_browsecomp_zh_train_00011
browsecomp_zh_train_00011
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
13
在亚洲某一国家里,有一位著名的艺术家,他以“笔墨与线条”为工具,善于将人与自然的精神融入绘画作品。他创作过许多与奔腾的生命有关的作品,其中一部关于四足动物的作品成为永恒经典。这位艺术家不仅在艺术领域享有盛名,还致力于教育事业。他曾推动建立一所艺术学府,用以培养后代艺术人才。那么,后来这所学府的学校标识的字来源的那个人出生的那一年,有一个表现强烈艺术家在走路的过程中获得灵感,创造了一个让人震撼的作品。这个作品叫什么名字?
/
3
{ "type": "exact_answer", "answer": "呐喊" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在亚洲某一国家里,有一位著名的艺术家,他以“笔墨与线条”为工具,善于将人与自然的精神融入绘画作品。他创作过许多与奔腾的生命有关的作品,其中一部关于四足动物的作品成为永恒经典。这位艺术家不仅在艺术领域享有盛名,还致力于教育事业。他曾推动建立一所艺术学府,用以培养后代艺术人才。那么,后来这所学府的学校标识的字来源的那个人出生的那一年,有一个表现强烈艺术家在走路的过程中获得灵感,创造了一个让人震撼的作品。这个作品叫什么名字?", "domain": "Misc.", "subdomain": "General Info."...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00011_4c134139
stage1_train_browsecomp_zh_train_00012
browsecomp_zh_train_00012
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
9
这是一部改编自小说的西方奇幻电视连续剧,剧中描绘了几大家族围绕权力争夺、抗击外敌等所发生的一系列故事。剧中有一个家族的小女儿流亡海外,加入了一个神秘组织,请问该家族的长姐第二次婚姻嫁入了哪个家族?
/
3
{ "type": "exact_answer", "answer": "兰尼斯特家族" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一部改编自小说的西方奇幻电视连续剧,剧中描绘了几大家族围绕权力争夺、抗击外敌等所发生的一系列故事。剧中有一个家族的小女儿流亡海外,加入了一个神秘组织,请问该家族的长姐第二次婚姻嫁入了哪个家族?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "兰尼斯特家族", "task_id": "browsecomp_zh_tr...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00012_d90738f6
stage1_train_browsecomp_zh_train_00013
browsecomp_zh_train_00013
train
browsecomp_zh
Career & Education
Education & Learning
https://www.google.com
4
某中学,创办于2005年后,第一届学生曾出现数学竞赛国家队。其于2018年左右改过一次名。问新名字是什么
/
3
{ "type": "exact_answer", "answer": "乐清市知临中学" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某中学,创办于2005年后,第一届学生曾出现数学竞赛国家队。其于2018年左右改过一次名。问新名字是什么", "domain": "Career & Education", "subdomain": "Education & Learning", "website": "https://www.google.com", "definite_answer": "乐清市知临中学", "task_id": "browsecomp_zh_train_00013", "difficulty": 4, "ev...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00013_c8aef793
stage1_train_browsecomp_zh_train_00014
browsecomp_zh_train_00014
train
browsecomp_zh
Science & Research
Technology & Science
https://www.google.com
7
这是一款科技产品,由中国科技公司研发生产,于2024年正式发布,其原型版与量产版之间间隔了三个月。该产品多处运用了碳纤维,产品型号中包含了一个阿拉伯数字和两个相同的英文字母。提问:该科技产品的型号是什么?
/
3
{ "type": "exact_answer", "answer": "SU7 Ultra" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一款科技产品,由中国科技公司研发生产,于2024年正式发布,其原型版与量产版之间间隔了三个月。该产品多处运用了碳纤维,产品型号中包含了一个阿拉伯数字和两个相同的英文字母。提问:该科技产品的型号是什么?", "domain": "Science & Research", "subdomain": "Technology & Science", "website": "https://www.google.com", "definite_answer": "SU7 Ultra", "task_id": "...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00014_2c6be2f0
stage1_train_browsecomp_zh_train_00015
browsecomp_zh_train_00015
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
9
有一款模拟养成游戏,有多个结局,计划上架某游戏平台,但出现过搁置,其主要配音演员血型为AB型,给某部动漫和同名游戏的女主配音,该配音演员特别喜欢狗,请问这款游戏名称是?
/
3
{ "type": "exact_answer", "answer": "火山的女儿" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一款模拟养成游戏,有多个结局,计划上架某游戏平台,但出现过搁置,其主要配音演员血型为AB型,给某部动漫和同名游戏的女主配音,该配音演员特别喜欢狗,请问这款游戏名称是?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "火山的女儿", "task_id": "browsecomp_zh_train_0001...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00015_b9d83c62
stage1_train_browsecomp_zh_train_00016
browsecomp_zh_train_00016
train
browsecomp_zh
Entertainment
Music
https://www.google.com
5
某歌手,毕业学校在其出生省份。20岁左右为某电视剧演唱主题曲,该电视剧有两个字是相同的,其在22岁左右发布个人首张专辑。这位歌手是谁
/
3
{ "type": "exact_answer", "answer": "单依纯" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某歌手,毕业学校在其出生省份。20岁左右为某电视剧演唱主题曲,该电视剧有两个字是相同的,其在22岁左右发布个人首张专辑。这位歌手是谁", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "单依纯", "task_id": "browsecomp_zh_train_00016", "difficulty": 5, "evaluator_re...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00016_395e9063
stage1_train_browsecomp_zh_train_00017
browsecomp_zh_train_00017
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
10
某游戏工作室最开始只为其它大型公司做兼职开发,后来开发出一些独立游戏,其中有一款游戏包含多个国家,包含真人饰演角色,曾将动画电影改编为游戏。后被收购,6年后被关闭,部分成员创立了另一家游戏工作室并开发出多款游戏。这家工作室叫什么?
/
3
{ "type": "exact_answer", "answer": "西木" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某游戏工作室最开始只为其它大型公司做兼职开发,后来开发出一些独立游戏,其中有一款游戏包含多个国家,包含真人饰演角色,曾将动画电影改编为游戏。后被收购,6年后被关闭,部分成员创立了另一家游戏工作室并开发出多款游戏。这家工作室叫什么?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "西木", "task_id...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00017_89552a28
stage1_train_browsecomp_zh_train_00018
browsecomp_zh_train_00018
train
browsecomp_zh
Travel & Transportation
Travel & Accommodation
https://www.google.com
3
这是一处旅游景点,始建于1418 - 1425年之间,该景点被纳入了多项世界遗产当中。提问:该景点是?
/
3
{ "type": "exact_answer", "answer": "天坛" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一处旅游景点,始建于1418 - 1425年之间,该景点被纳入了多项世界遗产当中。提问:该景点是?", "domain": "Travel & Transportation", "subdomain": "Travel & Accommodation", "website": "https://www.google.com", "definite_answer": "天坛", "task_id": "browsecomp_zh_train_00018", "difficulty": 3, "e...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00018_fa4f432b
stage1_train_browsecomp_zh_train_00019
browsecomp_zh_train_00019
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
16
请识别中华人民共和国现行的一个特定行政建制单位,其级别直接隶属于一个地级市管辖。该单位的官方名称,来源于对一个广阔内陆水域系统的纪念或指称,而该水域系统自身的轮廓与存续状态,与其说源自纯粹的自然地理演化,不如说更深刻地烙印着人类工程干预的痕迹。这种干预的需求,本身肇因于一场持续多个世纪的剧烈‘河流袭夺’地质历史事件的深远地貌后果 —— 具体表现为一条以携带惊人沉积物而著称的北方大河,曾强行改变其入海路径,猛烈切入并长期占据了南方另一独立水系的河道。此重大水文变迁所产生的下游影响,不仅重塑了地表形态,更被历史记载证实,曾实质性地阻碍或重构了彼时依赖特定河口与近岸水道进行大宗商品(尤其是来自滨海盐田的结晶析出物)转运的区域性物流网络。这...
/
3
{ "type": "exact_answer", "answer": "洪泽" }
{ "benchmark_name": "browsecomp_zh", "task_name": "请识别中华人民共和国现行的一个特定行政建制单位,其级别直接隶属于一个地级市管辖。该单位的官方名称,来源于对一个广阔内陆水域系统的纪念或指称,而该水域系统自身的轮廓与存续状态,与其说源自纯粹的自然地理演化,不如说更深刻地烙印着人类工程干预的痕迹。这种干预的需求,本身肇因于一场持续多个世纪的剧烈‘河流袭夺’地质历史事件的深远地貌后果 —— 具体表现为一条以携带惊人沉积物而著称的北方大河,曾强行改变其入海路径,猛烈切入并长期占据了南方另一独立水系的河道。此重大水文变迁所产生的下游影响,不仅重塑了地表形态,更被历史记载证实,曾实质性...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00019_177318c5
stage1_train_browsecomp_zh_train_00020
browsecomp_zh_train_00020
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
17
一女演员a,出生的那天的50余年前某重要革命组织成立,20余年前某高成就科学家出生。该科学家的妻子生于某发达省会,他们俩在科学家26岁时结婚。女演员a的前夫比她大7岁,前夫在42岁提名他领域内较重要的奖项。问女演员a是谁
/
3
{ "type": "exact_answer", "answer": "潘虹" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一女演员a,出生的那天的50余年前某重要革命组织成立,20余年前某高成就科学家出生。该科学家的妻子生于某发达省会,他们俩在科学家26岁时结婚。女演员a的前夫比她大7岁,前夫在42岁提名他领域内较重要的奖项。问女演员a是谁", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "潘虹", "task_id": "browseco...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00020_d9906f2f
stage1_train_browsecomp_zh_train_00021
browsecomp_zh_train_00021
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
8
一位出生于中产阶级家庭的 20 世纪艺术家,14 岁时首次公开展出作品,25 岁前往巴黎,在那里结识了多位艺术家,并正式投身于当地的文化运动。同年,他与一名女性相识,二人后来结为夫妻,这位妻子成为他的灵感来源与事业管理者。请问,这位艺术家逝世后安葬于何处?
/
3
{ "type": "exact_answer", "answer": "菲格拉斯" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一位出生于中产阶级家庭的 20 世纪艺术家,14 岁时首次公开展出作品,25 岁前往巴黎,在那里结识了多位艺术家,并正式投身于当地的文化运动。同年,他与一名女性相识,二人后来结为夫妻,这位妻子成为他的灵感来源与事业管理者。请问,这位艺术家逝世后安葬于何处?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "菲格拉斯", "task_id": ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00021_761301cb
stage1_train_browsecomp_zh_train_00022
browsecomp_zh_train_00022
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
8
在某项针对泌尿系统的外科手术成功实施的前一年,一项极具意义的医学研究成果首次发表于某期刊。作为 20 世纪重要科学发现之一,该研究直接促成了后续相关科研计划的启动。请问,这本期刊是由谁创办的?
/
3
{ "type": "exact_answer", "answer": "约瑟夫·诺尔曼·洛克耶" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在某项针对泌尿系统的外科手术成功实施的前一年,一项极具意义的医学研究成果首次发表于某期刊。作为 20 世纪重要科学发现之一,该研究直接促成了后续相关科研计划的启动。请问,这本期刊是由谁创办的?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "约瑟夫·诺尔曼·洛克耶", "task_id": "brows...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00022_12d36603
stage1_train_browsecomp_zh_train_00023
browsecomp_zh_train_00023
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
6
一款销量约80万的恐怖生存游戏,有两个结局,故事背景设立在某个真实城市,游戏发行时间与背景时间相距23年,请问该游戏名称是?
/
3
{ "type": "exact_answer", "answer": "地铁2033" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一款销量约80万的恐怖生存游戏,有两个结局,故事背景设立在某个真实城市,游戏发行时间与背景时间相距23年,请问该游戏名称是?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "地铁2033", "task_id": "browsecomp_zh_train_00023", "difficulty": 6...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00023_328c6eb3
stage1_train_browsecomp_zh_train_00024
browsecomp_zh_train_00024
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
14
与某个游戏中角色同名的电影获奖那年,一个导演也获得该电影节的奖项,他执导的一部电影中使用到的音乐片段创作灵感来源于一本书,这本书也是那个游戏的制作公司另一部游戏相关视频标题的来源,该书作者是?
/
3
{ "type": "exact_answer", "answer": "尼采" }
{ "benchmark_name": "browsecomp_zh", "task_name": "与某个游戏中角色同名的电影获奖那年,一个导演也获得该电影节的奖项,他执导的一部电影中使用到的音乐片段创作灵感来源于一本书,这本书也是那个游戏的制作公司另一部游戏相关视频标题的来源,该书作者是?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "尼采", "task_id": "browsecomp_zh_t...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00024_d10867d8
stage1_train_browsecomp_zh_train_00025
browsecomp_zh_train_00025
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
7
这是一个面积不到2平方公里的小岛,位于东亚某国家沿海,岛上建立过该国家的第一家幼儿园,20世纪初,多个国家曾在该岛屿上签署一项重要文件,并开始在岛上设立相关机构。该岛屿上有一座纪念一名著名医生的园林,请问该园林的名字是?
/
3
{ "type": "exact_answer", "answer": "毓园" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一个面积不到2平方公里的小岛,位于东亚某国家沿海,岛上建立过该国家的第一家幼儿园,20世纪初,多个国家曾在该岛屿上签署一项重要文件,并开始在岛上设立相关机构。该岛屿上有一座纪念一名著名医生的园林,请问该园林的名字是?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "毓园", "task_id": "browsecomp_zh_train...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00025_223eb9dc
stage1_train_browsecomp_zh_train_00026
browsecomp_zh_train_00026
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
6
一位作者曾两次获得过best paper的奖项,目前其在香港攻读博士,并且其两篇获奖论文的最后一位作者都是IEEE fellow,那么其中一篇全是华人作者的文章的方法简称是什么?
/
3
{ "type": "exact_answer", "answer": "Diffsound" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一位作者曾两次获得过best paper的奖项,目前其在香港攻读博士,并且其两篇获奖论文的最后一位作者都是IEEE fellow,那么其中一篇全是华人作者的文章的方法简称是什么?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "Diffsound", "task_id": "browsecomp_zh_...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00026_769a8627
stage1_train_browsecomp_zh_train_00027
browsecomp_zh_train_00027
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
9
某数学家与计算机科学家 A,父母均为犹太裔,后分别入籍波兰和德国,A 曾经师从著名科学家 B。B 曾经在 48 岁时访问中国和日本,并在30年后获得诺贝尔奖。请问 A 是谁?
/
3
{ "type": "exact_answer", "answer": "诺伯特·维纳" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某数学家与计算机科学家 A,父母均为犹太裔,后分别入籍波兰和德国,A 曾经师从著名科学家 B。B 曾经在 48 岁时访问中国和日本,并在30年后获得诺贝尔奖。请问 A 是谁?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "诺伯特·维纳", "task_id": "browsecomp_zh_train...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00027_afaf6631
stage1_train_browsecomp_zh_train_00028
browsecomp_zh_train_00028
train
browsecomp_zh
Entertainment
Music
https://www.google.com
11
有这样一位中国歌手,他出生在一个知识分子家庭,和父亲姓氏同拼音(父亲二声,他三声)不同字。他在学业上经历了一些波折,但最终还是走上了音乐道路。他曾签约多家唱片公司,发行过多张专辑,其中一张专辑名来源于外国诗人的著名诗作,还凭借为电影创作的歌曲获得过台湾电影金马奖最佳原创电影歌曲奖。他在演艺生涯中也经历过淡出公众视野的阶段,后来又选择复出。请问这位歌手是谁?
/
3
{ "type": "exact_answer", "answer": "朴树" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有这样一位中国歌手,他出生在一个知识分子家庭,和父亲姓氏同拼音(父亲二声,他三声)不同字。他在学业上经历了一些波折,但最终还是走上了音乐道路。他曾签约多家唱片公司,发行过多张专辑,其中一张专辑名来源于外国诗人的著名诗作,还凭借为电影创作的歌曲获得过台湾电影金马奖最佳原创电影歌曲奖。他在演艺生涯中也经历过淡出公众视野的阶段,后来又选择复出。请问这位歌手是谁?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.goog...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00028_b32f2991
stage1_train_browsecomp_zh_train_00029
browsecomp_zh_train_00029
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
8
某苏联物理学家 A,27 岁获得博士学位,师从苏联著名物理学家 B。B 在 54 岁获得诺贝尔奖,6 年后病逝。请问 A 是谁?
/
3
{ "type": "exact_answer", "answer": "阿列克谢·阿布里科索夫" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某苏联物理学家 A,27 岁获得博士学位,师从苏联著名物理学家 B。B 在 54 岁获得诺贝尔奖,6 年后病逝。请问 A 是谁?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "阿列克谢·阿布里科索夫", "task_id": "browsecomp_zh_train_00029", "diffic...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00029_7b1311d3
stage1_train_browsecomp_zh_train_00030
browsecomp_zh_train_00030
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
10
某地点名称出自发生于某周朝诸侯国一次非战争行为,主角为一位职权较高者,面对潜在羞辱选择退至一条窄道中,日后双方和解传为佳话。此地重建碑文由一位地方书法家撰写,现已成为文化象征。请问该地点是哪里?
/
3
{ "type": "exact_answer", "answer": "回车巷" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某地点名称出自发生于某周朝诸侯国一次非战争行为,主角为一位职权较高者,面对潜在羞辱选择退至一条窄道中,日后双方和解传为佳话。此地重建碑文由一位地方书法家撰写,现已成为文化象征。请问该地点是哪里?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "回车巷", "task_id": "browsecomp_zh_train_00030", "...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00030_42b0ed1f
stage1_train_browsecomp_zh_train_00031
browsecomp_zh_train_00031
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
7
一种我国特有的非物质文化遗产艺术形式,主要分为四个流派。其中最著名的一派创始人卒于70岁,和另外三位大师在该领域享有盛誉。该艺术形式的其中一个主要发源地以酒类知名。请问这项非物质文化遗产艺术形式是什么?
/
3
{ "type": "exact_answer", "answer": "内画" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一种我国特有的非物质文化遗产艺术形式,主要分为四个流派。其中最著名的一派创始人卒于70岁,和另外三位大师在该领域享有盛誉。该艺术形式的其中一个主要发源地以酒类知名。请问这项非物质文化遗产艺术形式是什么?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "内画", "task_id": "browsecomp_zh_train_00031", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00031_e803bc65
stage1_train_browsecomp_zh_train_00032
browsecomp_zh_train_00032
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
5
一款2D类恶魔城游戏的音乐创作者也为另一个回合制游戏创作了音乐,该回合制游戏中有一个角色来源于一本美国小说,请问该小说的名称是?
/
3
{ "type": "exact_answer", "answer": "《白鲸》" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一款2D类恶魔城游戏的音乐创作者也为另一个回合制游戏创作了音乐,该回合制游戏中有一个角色来源于一本美国小说,请问该小说的名称是?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "《白鲸》", "task_id": "browsecomp_zh_train_00032", "difficulty": 5...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00032_30e56087
stage1_train_browsecomp_zh_train_00033
browsecomp_zh_train_00033
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
6
这是中国的某项政策,其首次颁布年份为A,年份A包含三个连续的阿拉伯数字,并且数字之和为25;该政策施行20年后,有三个国家加入了某国际组织,同年一家伟大的科技公司推出了一款新产品。请问:年份A具体为?
/
3
{ "type": "exact_answer", "answer": "1978年" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是中国的某项政策,其首次颁布年份为A,年份A包含三个连续的阿拉伯数字,并且数字之和为25;该政策施行20年后,有三个国家加入了某国际组织,同年一家伟大的科技公司推出了一款新产品。请问:年份A具体为?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "1978年", "task_id": "browsecomp_zh_train_00033"...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00033_5b3a6cb2
stage1_train_browsecomp_zh_train_00034
browsecomp_zh_train_00034
train
browsecomp_zh
Entertainment
Music
https://www.google.com
10
某日本女歌手 A,未出道即与两位知名日本女歌手 B 和 C 合作。歌手 B 曾为日本某国民级动画献唱多次,歌手 C 曾因病引退并在 5 年后复出。歌手 A 在 2003年出道并于同年发布个人首张专辑。请问歌手A是谁?
/
3
{ "type": "exact_answer", "answer": "滴草由实" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某日本女歌手 A,未出道即与两位知名日本女歌手 B 和 C 合作。歌手 B 曾为日本某国民级动画献唱多次,歌手 C 曾因病引退并在 5 年后复出。歌手 A 在 2003年出道并于同年发布个人首张专辑。请问歌手A是谁?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "滴草由实", "task_id": "browsecomp_zh_train...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00034_f6d1bf8f
stage1_train_browsecomp_zh_train_00035
browsecomp_zh_train_00035
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
7
某知名电视剧,女二号(演员)在1993年进入演艺圈。女一号(演员)的现任丈夫是浙江湖州人。男一号(演员)6年后登上了春晚舞台。问该电视剧是什么?
/
3
{ "type": "exact_answer", "answer": "父母爱情" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某知名电视剧,女二号(演员)在1993年进入演艺圈。女一号(演员)的现任丈夫是浙江湖州人。男一号(演员)6年后登上了春晚舞台。问该电视剧是什么?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "父母爱情", "task_id": "browsecomp_zh_train_00035", "difficulty": ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00035_f2f31a94
stage1_train_browsecomp_zh_train_00036
browsecomp_zh_train_00036
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
8
一种已灭绝的鱼类,他所生存的时期,名字来源于一个地名,这种鱼最初被发现的地方夏天会盛开一种花朵,它所属的纲科名称与一个电影角色有关,这个电影角色属于哪个朝代
/
3
{ "type": "exact_answer", "answer": "南北朝" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一种已灭绝的鱼类,他所生存的时期,名字来源于一个地名,这种鱼最初被发现的地方夏天会盛开一种花朵,它所属的纲科名称与一个电影角色有关,这个电影角色属于哪个朝代", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "南北朝", "task_id": "browsecomp_zh_train_00036", "...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00036_7ddc8bfe
stage1_train_browsecomp_zh_train_00037
browsecomp_zh_train_00037
train
browsecomp_zh
Lifestyle & Leisure
Sports & Fitness
https://www.google.com
6
某中国运动员,从事某项体育运动,该体育运动起源于1887年,1996 年成为奥运会正式项目,该运动员在 27 岁时代表中国参加了该项目的奥运会,请问该运动员是谁?
/
3
{ "type": "exact_answer", "answer": "阎芳" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某中国运动员,从事某项体育运动,该体育运动起源于1887年,1996 年成为奥运会正式项目,该运动员在 27 岁时代表中国参加了该项目的奥运会,请问该运动员是谁?", "domain": "Lifestyle & Leisure", "subdomain": "Sports & Fitness", "website": "https://www.google.com", "definite_answer": "阎芳", "task_id": "browsecomp_zh_train_00037", "...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00037_7a712fa8
stage1_train_browsecomp_zh_train_00038
browsecomp_zh_train_00038
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
11
某部国产犯罪电影由一位新生代导演执导,改编自一位知名作家的同名小说。电影中,主角是一位刑警队长,他在调查一系列离奇案件时,逐渐陷入荒诞和不安的境地。主角由一位80后知名演员参演,画面有独特的视觉风格,呈现粗粝朦胧的复古质感。这部电影的导演出生地是哪里?
/
3
{ "type": "exact_answer", "answer": "北京" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某部国产犯罪电影由一位新生代导演执导,改编自一位知名作家的同名小说。电影中,主角是一位刑警队长,他在调查一系列离奇案件时,逐渐陷入荒诞和不安的境地。主角由一位80后知名演员参演,画面有独特的视觉风格,呈现粗粝朦胧的复古质感。这部电影的导演出生地是哪里?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "北京", "tas...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00038_1af9978a
stage1_train_browsecomp_zh_train_00039
browsecomp_zh_train_00039
train
browsecomp_zh
Lifestyle & Leisure
Health & Medicine
https://www.google.com
2
这是一款药物,其主要化学成分的化学式中元素的种类不超过六种,且数量最多的元素与数量最少的元素的数量差值为11,并且氮元素的数量比氢元素少8,于20世纪中叶首次完成合成,并于五年后投入市场。请问:该药物在美国的上市时间是?
/
3
{ "type": "exact_answer", "answer": "1998年" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一款药物,其主要化学成分的化学式中元素的种类不超过六种,且数量最多的元素与数量最少的元素的数量差值为11,并且氮元素的数量比氢元素少8,于20世纪中叶首次完成合成,并于五年后投入市场。请问:该药物在美国的上市时间是?", "domain": "Lifestyle & Leisure", "subdomain": "Health & Medicine", "website": "https://www.google.com", "definite_answer": "1998年", "task_id":...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00039_ca676133
stage1_train_browsecomp_zh_train_00040
browsecomp_zh_train_00040
train
browsecomp_zh
Misc.
Legal & Government Services
https://www.google.com
4
一个法律文件截至2024年修正过3次,共有七章节。其中该法律第二十三条列举五种侵犯权益行为,可通过合法方式寻求帮助。请问该法律第四章标题是什么?
/
3
{ "type": "exact_answer", "answer": "工会的经费和财产" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一个法律文件截至2024年修正过3次,共有七章节。其中该法律第二十三条列举五种侵犯权益行为,可通过合法方式寻求帮助。请问该法律第四章标题是什么?", "domain": "Misc.", "subdomain": "Legal & Government Services", "website": "https://www.google.com", "definite_answer": "工会的经费和财产", "task_id": "browsecomp_zh_train_00040", "diffic...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00040_e1a688df
stage1_train_browsecomp_zh_train_00041
browsecomp_zh_train_00041
train
browsecomp_zh
Entertainment
Music
https://www.google.com
7
一个专辑名称与中国古代一本古籍中记载过的一次流星雨辐射点位置对应星座名称相同,该专辑中的一首音乐与一部游戏中的某个角色技能有关,请问这首音乐名称是?
/
3
{ "type": "exact_answer", "answer": "《原色》" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一个专辑名称与中国古代一本古籍中记载过的一次流星雨辐射点位置对应星座名称相同,该专辑中的一首音乐与一部游戏中的某个角色技能有关,请问这首音乐名称是?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "《原色》", "task_id": "browsecomp_zh_train_00041", "difficulty": 7, "eva...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00041_4b58d974
stage1_train_browsecomp_zh_train_00042
browsecomp_zh_train_00042
train
browsecomp_zh
Lifestyle & Leisure
Health & Medicine
https://www.google.com
4
某医药公司与两家制药公司合并。该公司合并前曾经研制了一种含有五种化学元素的药物,其中两种元素原子个数之和为35,该药物名称是?
/
3
{ "type": "exact_answer", "answer": "阿莫西林" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某医药公司与两家制药公司合并。该公司合并前曾经研制了一种含有五种化学元素的药物,其中两种元素原子个数之和为35,该药物名称是?", "domain": "Lifestyle & Leisure", "subdomain": "Health & Medicine", "website": "https://www.google.com", "definite_answer": "阿莫西林", "task_id": "browsecomp_zh_train_00042", "difficulty": 4,...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00042_291b8e25
stage1_train_browsecomp_zh_train_00043
browsecomp_zh_train_00043
train
browsecomp_zh
Lifestyle & Leisure
Health & Medicine
https://www.google.com
1
这是一种常用于治疗炎症的药物,在该成分的化学式包含四种元素,且化学式中所有元素的数量均是某一个大于一的奇数的倍数,且该种药物曾被列入致癌物清单。请问该种药物的名字是?
/
3
{ "type": "exact_answer", "answer": "甲硝唑" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一种常用于治疗炎症的药物,在该成分的化学式包含四种元素,且化学式中所有元素的数量均是某一个大于一的奇数的倍数,且该种药物曾被列入致癌物清单。请问该种药物的名字是?", "domain": "Lifestyle & Leisure", "subdomain": "Health & Medicine", "website": "https://www.google.com", "definite_answer": "甲硝唑", "task_id": "browsecomp_zh_train_00043",...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00043_aa9928a9
stage1_train_browsecomp_zh_train_00044
browsecomp_zh_train_00044
train
browsecomp_zh
Travel & Transportation
Travel & Accommodation
https://www.google.com
4
某个国家5A级旅游景区,位于某省东南部,其最早的有语言和文字流传的历史可追溯到4000多年前,请问该风景区是?
/
3
{ "type": "exact_answer", "answer": "长白山" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某个国家5A级旅游景区,位于某省东南部,其最早的有语言和文字流传的历史可追溯到4000多年前,请问该风景区是?", "domain": "Travel & Transportation", "subdomain": "Travel & Accommodation", "website": "https://www.google.com", "definite_answer": "长白山", "task_id": "browsecomp_zh_train_00044", "difficulty": 4,...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00044_0551bfbd
stage1_train_browsecomp_zh_train_00045
browsecomp_zh_train_00045
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
8
某款系列游戏其中一部的主角有一个妹妹,故事背景真实所在地时差约七小时的另一个地方的古遗迹某年被列入世界文化遗产名录,同年该国家短跑运动员取得了赛事冠军,请问该游戏名称是?
/
3
{ "type": "exact_answer", "answer": "《刺客信条2》" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某款系列游戏其中一部的主角有一个妹妹,故事背景真实所在地时差约七小时的另一个地方的古遗迹某年被列入世界文化遗产名录,同年该国家短跑运动员取得了赛事冠军,请问该游戏名称是?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "《刺客信条2》", "task_id": "browsecomp_zh_train_0...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00045_6e90995e
stage1_train_browsecomp_zh_train_00046
browsecomp_zh_train_00046
train
browsecomp_zh
Travel & Transportation
Outdoor & Recreation
https://www.google.com
7
A、B 两湖相连,A 湖水域面积是 C 湖的 3 倍。A 湖位于该城市东北位置,距主城区 2 - 6 公里。一位著名人物在 B 湖自杀,C 湖流传着广为人知的爱情故事,众多景点与之相关。请问,A 湖有何美誉?
/
3
{ "type": "exact_answer", "answer": "水上天堂" }
{ "benchmark_name": "browsecomp_zh", "task_name": "A、B 两湖相连,A 湖水域面积是 C 湖的 3 倍。A 湖位于该城市东北位置,距主城区 2 - 6 公里。一位著名人物在 B 湖自杀,C 湖流传着广为人知的爱情故事,众多景点与之相关。请问,A 湖有何美誉?", "domain": "Travel & Transportation", "subdomain": "Outdoor & Recreation", "website": "https://www.google.com", "definite_answer": "水上天堂", "task_id":...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00046_5aa2088e
stage1_train_browsecomp_zh_train_00047
browsecomp_zh_train_00047
train
browsecomp_zh
Entertainment
Music
https://www.google.com
7
这是一首由中国知名男歌星演唱的一首流行歌曲,收录于该歌手的同名专辑中。这首歌的编曲者曾在乐团担任键盘手。该歌曲的和声歌词中出现一种食物,且该食物的最后一个字和歌名的最后一个字一样。请问这首歌曲名是什么?
/
3
{ "type": "exact_answer", "answer": "伊斯坦堡" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一首由中国知名男歌星演唱的一首流行歌曲,收录于该歌手的同名专辑中。这首歌的编曲者曾在乐团担任键盘手。该歌曲的和声歌词中出现一种食物,且该食物的最后一个字和歌名的最后一个字一样。请问这首歌曲名是什么?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "伊斯坦堡", "task_id": "browsecomp_zh_train_00047"...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00047_ec7a02d4
stage1_train_browsecomp_zh_train_00048
browsecomp_zh_train_00048
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.baidu.com
9
某部21世纪前十年中期改编自非小说文学作品的古装喜剧,至今位列国产喜剧豆瓣评分Top20,曾引发全民现象级讨论。该剧女主演出生地为古代商业贸易集散地。剧中与其扮演情侣的男主角户籍所在地邻近某淡水湖,截至到21世纪二十年代初统计较20年代末统计时该淡水湖中水产的种类减少了多少?
/
3
{ "type": "exact_answer", "answer": "33" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某部21世纪前十年中期改编自非小说文学作品的古装喜剧,至今位列国产喜剧豆瓣评分Top20,曾引发全民现象级讨论。该剧女主演出生地为古代商业贸易集散地。剧中与其扮演情侣的男主角户籍所在地邻近某淡水湖,截至到21世纪二十年代初统计较20年代末统计时该淡水湖中水产的种类减少了多少?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.baidu.com", "definite_answer": "...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00048_fbac1513
stage1_train_browsecomp_zh_train_00049
browsecomp_zh_train_00049
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
10
有一著名诗词人,他参加科举考试时被主考官和小试官赏识且小试官的姓是花的名字。他的出生地a的南部毗邻城市b在当前诞生了一位顶流男明星。该男星在2022年因为一部电视剧大火,并且他生于年末。求问该男星大学毕业院校成立于哪一年
/
3
{ "type": "exact_answer", "answer": "2004" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一著名诗词人,他参加科举考试时被主考官和小试官赏识且小试官的姓是花的名字。他的出生地a的南部毗邻城市b在当前诞生了一位顶流男明星。该男星在2022年因为一部电视剧大火,并且他生于年末。求问该男星大学毕业院校成立于哪一年", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "2004", "task_id": "browse...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00049_41946738
stage1_train_browsecomp_zh_train_00050
browsecomp_zh_train_00050
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
10
在19世纪中叶发明的一项技术对后续的食品安全产生了巨大的影响,同样的日期因为发明的技术对世纪文化的巨大影响而被确定为节日,与这个节日同日且源头在同一国家的另外一个非常重要的民族节日纪念人物诞辰中的经典仪式是什么?
/
3
{ "type": "exact_answer", "answer": "掷筊" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在19世纪中叶发明的一项技术对后续的食品安全产生了巨大的影响,同样的日期因为发明的技术对世纪文化的巨大影响而被确定为节日,与这个节日同日且源头在同一国家的另外一个非常重要的民族节日纪念人物诞辰中的经典仪式是什么?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "掷筊", "task_id": "browsecomp_zh_train_000...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00050_26607165
stage1_train_browsecomp_zh_train_00051
browsecomp_zh_train_00051
train
browsecomp_zh
Entertainment
Music
https://www.google.com
9
某 90 后中国男歌手, 2014 年在某档节目中翻唱了一首发表于 1979 年的歌曲,并于2025 年跨年晚会上再次与原唱同台演唱这一首歌。这首歌的名字是什么?
/
3
{ "type": "exact_answer", "answer": "欢颜" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某 90 后中国男歌手, 2014 年在某档节目中翻唱了一首发表于 1979 年的歌曲,并于2025 年跨年晚会上再次与原唱同台演唱这一首歌。这首歌的名字是什么?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "欢颜", "task_id": "browsecomp_zh_train_00051", "difficulty": 9, ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00051_55fd9173
stage1_train_browsecomp_zh_train_00052
browsecomp_zh_train_00052
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
7
某电影,导演是少数民族,电影改编自两个文学作品,并与其中一个作品同名。主演与导演是同一民族,毕业于北京电影学院,曾获得过某奖项的最佳演员。这部电影叫什么?
/
3
{ "type": "exact_answer", "answer": "撞死了一只羊" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某电影,导演是少数民族,电影改编自两个文学作品,并与其中一个作品同名。主演与导演是同一民族,毕业于北京电影学院,曾获得过某奖项的最佳演员。这部电影叫什么?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "撞死了一只羊", "task_id": "browsecomp_zh_train_00052", "diffic...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00052_19ba4f1e
stage1_train_browsecomp_zh_train_00053
browsecomp_zh_train_00053
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
8
2023年发表的一篇计算机视觉领域的论文,一共四位作者,均来自同一家公司,其中三位作者均跳槽,并共同lead新公司在国外创立的分部。这篇论文发表在什么会议上?
/
3
{ "type": "exact_answer", "answer": "ICCV" }
{ "benchmark_name": "browsecomp_zh", "task_name": "2023年发表的一篇计算机视觉领域的论文,一共四位作者,均来自同一家公司,其中三位作者均跳槽,并共同lead新公司在国外创立的分部。这篇论文发表在什么会议上?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "ICCV", "task_id": "browsecomp_zh_train_00053", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00053_73d50be9
stage1_train_browsecomp_zh_train_00054
browsecomp_zh_train_00054
train
browsecomp_zh
Misc.
Legal & Government Services
https://www.google.com
6
这是一部中国的法律法规,该法规在发布的第十三年经历了第一次修正,截止2024年共经历过三次修正,且第一次修正和第二次修正间隔了八年,该法规共有八章八十六条。请问:该法律最初发布于哪一年?
/
3
{ "type": "exact_answer", "answer": "1996年" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一部中国的法律法规,该法规在发布的第十三年经历了第一次修正,截止2024年共经历过三次修正,且第一次修正和第二次修正间隔了八年,该法规共有八章八十六条。请问:该法律最初发布于哪一年?", "domain": "Misc.", "subdomain": "Legal & Government Services", "website": "https://www.google.com", "definite_answer": "1996年", "task_id": "browsecomp_zh_train...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00054_bcf17c1c
stage1_train_browsecomp_zh_train_00055
browsecomp_zh_train_00055
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
6
一位西班牙导演A,24岁时侨居巴黎,担任另一名法国导演B的助手,29年后导演B去世,请问导演A是谁?
/
3
{ "type": "exact_answer", "answer": "路易斯·布努埃尔" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一位西班牙导演A,24岁时侨居巴黎,担任另一名法国导演B的助手,29年后导演B去世,请问导演A是谁?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "路易斯·布努埃尔", "task_id": "browsecomp_zh_train_00055", "difficulty": 6, "evaluator_re...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00055_cf7bc0a7
stage1_train_browsecomp_zh_train_00056
browsecomp_zh_train_00056
train
browsecomp_zh
Travel & Transportation
Travel & Accommodation
https://www.google.com
6
这是一处旅游景点,是某建筑的遗址,高27米,于1605-1610年之间开始建造,完工时间介于1640年和1645年之间。请问:该景点所在城市的名字是?
/
3
{ "type": "exact_answer", "answer": "澳门" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一处旅游景点,是某建筑的遗址,高27米,于1605-1610年之间开始建造,完工时间介于1640年和1645年之间。请问:该景点所在城市的名字是?", "domain": "Travel & Transportation", "subdomain": "Travel & Accommodation", "website": "https://www.google.com", "definite_answer": "澳门", "task_id": "browsecomp_zh_train_00056",...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00056_a6b3af52
stage1_train_browsecomp_zh_train_00057
browsecomp_zh_train_00057
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
11
此地的一家AAAAA级景区为大家所熟知,此外该地被称为一种成熟周期很长的水果之乡,此地一名科学家曾经在欧洲知名大学进行学习研究,回国后奠定了一个学科基础,此地是哪里?
/
3
{ "type": "exact_answer", "answer": "浙江省东阳市" }
{ "benchmark_name": "browsecomp_zh", "task_name": "此地的一家AAAAA级景区为大家所熟知,此外该地被称为一种成熟周期很长的水果之乡,此地一名科学家曾经在欧洲知名大学进行学习研究,回国后奠定了一个学科基础,此地是哪里?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "浙江省东阳市", "task_id": "browsecomp_zh_train_00057", "difficulty"...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00057_78db0866
stage1_train_browsecomp_zh_train_00058
browsecomp_zh_train_00058
train
browsecomp_zh
Science & Research
Technology & Science
https://www.google.com
5
这是一种化学物质,首次于1965年被发现,其英文名中含有一个字母's',该化学物质的化学式中含有四种不同的元素,并且摩尔质量在290到300之间。提问:该化学物质de 的中文化学名是?
/
3
{ "type": "exact_answer", "answer": "天门冬酰苯丙氨酸甲酯" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一种化学物质,首次于1965年被发现,其英文名中含有一个字母's',该化学物质的化学式中含有四种不同的元素,并且摩尔质量在290到300之间。提问:该化学物质de 的中文化学名是?", "domain": "Science & Research", "subdomain": "Technology & Science", "website": "https://www.google.com", "definite_answer": "天门冬酰苯丙氨酸甲酯", "task_id": "browsecom...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00058_bf62ad1d
stage1_train_browsecomp_zh_train_00059
browsecomp_zh_train_00059
train
browsecomp_zh
Entertainment
Music
https://www.google.com
14
在一个山水交错、文化深远的东亚国家,有一支年轻的音乐团队,以其独特的旋律和歌声为无数人留下回忆。他们曾为一部探讨时间与空间交错、人与人彼此关联的作品创作了令人耳目一新的音乐。作品中,某两个年轻人经历了不平凡的身份变化,甚至还和一颗天象奇观中的自然物体产生了独特的关联。请问,这部作品的背景音乐里面一首歌的时长为 4分 44 秒,这首音乐发行的后一天,某个东方国家的官方电视频道有一个节目,聆听音乐猜歌,请问当天这个节目的主题是什么?
/
3
{ "type": "exact_answer", "answer": "我的奥运梦" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在一个山水交错、文化深远的东亚国家,有一支年轻的音乐团队,以其独特的旋律和歌声为无数人留下回忆。他们曾为一部探讨时间与空间交错、人与人彼此关联的作品创作了令人耳目一新的音乐。作品中,某两个年轻人经历了不平凡的身份变化,甚至还和一颗天象奇观中的自然物体产生了独特的关联。请问,这部作品的背景音乐里面一首歌的时长为 4分 44 秒,这首音乐发行的后一天,某个东方国家的官方电视频道有一个节目,聆听音乐猜歌,请问当天这个节目的主题是什么?", "domain": "Entertainment", "subdomain": "M...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00059_b61dbdb8
stage1_train_browsecomp_zh_train_00060
browsecomp_zh_train_00060
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
6
一款系列游戏名字有双关,该游戏发行一年后获得了某奖项,游戏制作过程中方向不明确,其续作获得某排行榜好评前三,且背景时间线发生在前作之前,请问该游戏名称是?
/
3
{ "type": "exact_answer", "answer": "求生之路" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一款系列游戏名字有双关,该游戏发行一年后获得了某奖项,游戏制作过程中方向不明确,其续作获得某排行榜好评前三,且背景时间线发生在前作之前,请问该游戏名称是?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "求生之路", "task_id": "browsecomp_zh_train_00060", "d...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00060_c2f52fdb
stage1_train_browsecomp_zh_train_00061
browsecomp_zh_train_00061
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
11
有一部由90后导演执导和编剧的系列校园剧,豆瓣评分逐季下滑。这部剧主要讲述了几个好朋友考上了同一所大学并继续结识更多好友,生动展现了他们之间发生的一系列大学有趣的生活。这部剧的其中一个主演获得热门综艺冠军,且曾经参演春晚。请问该主演名字是什么?
/
3
{ "type": "exact_answer", "answer": "李川" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一部由90后导演执导和编剧的系列校园剧,豆瓣评分逐季下滑。这部剧主要讲述了几个好朋友考上了同一所大学并继续结识更多好友,生动展现了他们之间发生的一系列大学有趣的生活。这部剧的其中一个主演获得热门综艺冠军,且曾经参演春晚。请问该主演名字是什么?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "李川", "task_id...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00061_5155947d
stage1_train_browsecomp_zh_train_00062
browsecomp_zh_train_00062
train
browsecomp_zh
Entertainment
Music
https://www.google.com
8
在某个国家的历史上,有一种艺术形式被认为是东西交融的巅峰之作。这种艺术形式将细腻的情感融入了传统的乐器之中,引发了世人对流传至今的两个青年间动人故事的深切共鸣。一位曾经被誉为“乐器之王”的演奏者,用其精准的技艺将这一作品推到了国际舞台。他的表演宛如一只飞翔的生物,从大地到天空划出爱的轨迹。这个作品在哪个剧院首次演出?
/
3
{ "type": "exact_answer", "answer": "兰心大剧院" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在某个国家的历史上,有一种艺术形式被认为是东西交融的巅峰之作。这种艺术形式将细腻的情感融入了传统的乐器之中,引发了世人对流传至今的两个青年间动人故事的深切共鸣。一位曾经被誉为“乐器之王”的演奏者,用其精准的技艺将这一作品推到了国际舞台。他的表演宛如一只飞翔的生物,从大地到天空划出爱的轨迹。这个作品在哪个剧院首次演出?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00062_af1e1e2b
stage1_train_browsecomp_zh_train_00063
browsecomp_zh_train_00063
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
8
某位日本画家,出生于日本某城市,该城市由某位日本政治家建立。该画家先后在日本和法国学习,后因病去世,享年30岁,请问该画家是谁?
/
3
{ "type": "exact_answer", "answer": "佐伯祐三" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某位日本画家,出生于日本某城市,该城市由某位日本政治家建立。该画家先后在日本和法国学习,后因病去世,享年30岁,请问该画家是谁?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "佐伯祐三", "task_id": "browsecomp_zh_train_00063", "difficulty": ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00063_e52b10ac
stage1_train_browsecomp_zh_train_00064
browsecomp_zh_train_00064
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
8
某开国将军a,他去世的那天的93年前,一苏联音乐家出生,该音乐家在小学开始作曲,在50多岁加入苏联共产党。开国将军a某的妻子晚他一年去世,且妻子在26岁时当选为党代表,妻子去世那天的日期恰好只由一个数字构成。问将军a是谁
/
3
{ "type": "exact_answer", "answer": "丁盛" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某开国将军a,他去世的那天的93年前,一苏联音乐家出生,该音乐家在小学开始作曲,在50多岁加入苏联共产党。开国将军a某的妻子晚他一年去世,且妻子在26岁时当选为党代表,妻子去世那天的日期恰好只由一个数字构成。问将军a是谁", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "丁盛", "task_id": "browsecomp_zh_train...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00064_cdcefff2
stage1_train_browsecomp_zh_train_00065
browsecomp_zh_train_00065
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
5
某人大学期间参与了该校的进步社团,并担任实际负责人,该校的某任校长是中国某一学科的创始人。此外,他于22岁时牺牲,他的坟墓所在地与大学所在地位于同一个城市,请问他是谁?
/
3
{ "type": "exact_answer", "answer": "于子三" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某人大学期间参与了该校的进步社团,并担任实际负责人,该校的某任校长是中国某一学科的创始人。此外,他于22岁时牺牲,他的坟墓所在地与大学所在地位于同一个城市,请问他是谁?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "于子三", "task_id": "browsecomp_zh_train_00065...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00065_b5fa5bc2
stage1_train_browsecomp_zh_train_00066
browsecomp_zh_train_00066
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
10
这是一部由60后导演在高原拍摄的纪实类纪录片,出品12年后获得某最佳纪录片奖。全片音乐非常少,尽可能保留素材的原始状态,不进行过度艺术加工,对于自然场景真实的展现令人有身临其境之感。这部纪录片中还直接对比其他影视作品原片素材,令人印象深刻。这部纪录片名字是什么?
/
3
{ "type": "exact_answer", "answer": "平衡" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一部由60后导演在高原拍摄的纪实类纪录片,出品12年后获得某最佳纪录片奖。全片音乐非常少,尽可能保留素材的原始状态,不进行过度艺术加工,对于自然场景真实的展现令人有身临其境之感。这部纪录片中还直接对比其他影视作品原片素材,令人印象深刻。这部纪录片名字是什么?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "平衡", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00066_84b0d3dd
stage1_train_browsecomp_zh_train_00067
browsecomp_zh_train_00067
train
browsecomp_zh
Entertainment
Music
https://www.google.com
5
某歌手,30岁左右曾参加某选秀节目,5年后又参加某选秀节目,28岁发布人生首张专辑,一年后和三年后分别在家乡举办演唱会。
/
3
{ "type": "exact_answer", "answer": "平安" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某歌手,30岁左右曾参加某选秀节目,5年后又参加某选秀节目,28岁发布人生首张专辑,一年后和三年后分别在家乡举办演唱会。", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "平安", "task_id": "browsecomp_zh_train_00067", "difficulty": 5, "evaluator_reference...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00067_76eb75b7
stage1_train_browsecomp_zh_train_00068
browsecomp_zh_train_00068
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
5
某位导演,26岁时开始做专职导演,当年写出了第一个电影剧本,65岁之后不再作为导演拍戏,享年89岁,请问这位导演是谁?
/
3
{ "type": "exact_answer", "answer": "英格玛·伯格曼" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某位导演,26岁时开始做专职导演,当年写出了第一个电影剧本,65岁之后不再作为导演拍戏,享年89岁,请问这位导演是谁?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "英格玛·伯格曼", "task_id": "browsecomp_zh_train_00068", "difficulty": 5, "eval...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00068_4293786f
stage1_train_browsecomp_zh_train_00069
browsecomp_zh_train_00069
train
browsecomp_zh
Entertainment
Music
https://www.google.com
5
同一个学校的学生组成的乐团,在10年后因为某电影的主题曲而获奖,目前的主要成员均为90后,此乐团发行的首张专辑是什么?
/
3
{ "type": "exact_answer", "answer": "cartoon character songs" }
{ "benchmark_name": "browsecomp_zh", "task_name": "同一个学校的学生组成的乐团,在10年后因为某电影的主题曲而获奖,目前的主要成员均为90后,此乐团发行的首张专辑是什么?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "cartoon character songs", "task_id": "browsecomp_zh_train_00069", "difficulty": 5, ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00069_032fa94f
stage1_train_browsecomp_zh_train_00070
browsecomp_zh_train_00070
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
7
这是一场由王国A发起的战争。A国国王在继承王位两年后发起战争,最终该场战争以国王C领导的B帝国战败收尾,国王C享年50岁,B帝国幅员辽阔。请问:B帝国创立者的名字是?
/
3
{ "type": "exact_answer", "answer": "居鲁士大帝" }
{ "benchmark_name": "browsecomp_zh", "task_name": "这是一场由王国A发起的战争。A国国王在继承王位两年后发起战争,最终该场战争以国王C领导的B帝国战败收尾,国王C享年50岁,B帝国幅员辽阔。请问:B帝国创立者的名字是?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "居鲁士大帝", "task_id": "browsecomp_zh_train_00070", "difficulty":...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00070_de5f4a4f
stage1_train_browsecomp_zh_train_00071
browsecomp_zh_train_00071
train
browsecomp_zh
Lifestyle & Leisure
Sports & Fitness
https://www.google.com
9
21世纪初中国体育史上有两大突破,同年,某家美国大型公司搬迁到美国东部五大湖区的一家城市,在此城市中诞生的一名主教练在数年后第二次获得了某项体育赛事总冠军,请问同年在CBA中获得MVP的球员是谁?
/
3
{ "type": "exact_answer", "answer": "2003年MVP刘玉栋" }
{ "benchmark_name": "browsecomp_zh", "task_name": "21世纪初中国体育史上有两大突破,同年,某家美国大型公司搬迁到美国东部五大湖区的一家城市,在此城市中诞生的一名主教练在数年后第二次获得了某项体育赛事总冠军,请问同年在CBA中获得MVP的球员是谁?", "domain": "Lifestyle & Leisure", "subdomain": "Sports & Fitness", "website": "https://www.google.com", "definite_answer": "2003年MVP刘玉栋", "task_id": "brows...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00071_e2dac5b5
stage1_train_browsecomp_zh_train_00072
browsecomp_zh_train_00072
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
8
有一部动画电影,由众多顶级制作团队历时多年共同完成,其由获奖诸多的短片拓展为院线长片。该动画电影以亲情为主线,融合中国传统文化与现代思想。其主题曲演唱者为少数民族,靠一档音乐综艺成名。该片的上映时间曾进行过更改。这部电影的名字是什么?
/
3
{ "type": "exact_answer", "answer": "落凡尘" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一部动画电影,由众多顶级制作团队历时多年共同完成,其由获奖诸多的短片拓展为院线长片。该动画电影以亲情为主线,融合中国传统文化与现代思想。其主题曲演唱者为少数民族,靠一档音乐综艺成名。该片的上映时间曾进行过更改。这部电影的名字是什么?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "落凡尘", "task_id": "...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00072_c71568a1
stage1_train_browsecomp_zh_train_00073
browsecomp_zh_train_00073
train
browsecomp_zh
Misc.
General Info.
https://www.google.com
7
有一份具有重大历史意义的文件,由多国代表人共同签署,其英文件收藏于中国某博物院。次日一位未参会的政治人物发表言论,表示赞成文件内容。该政治人物有 2 段婚姻,请问其首任妻子死于什么疾病?
/
3
{ "type": "exact_answer", "answer": "斑疹伤寒" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一份具有重大历史意义的文件,由多国代表人共同签署,其英文件收藏于中国某博物院。次日一位未参会的政治人物发表言论,表示赞成文件内容。该政治人物有 2 段婚姻,请问其首任妻子死于什么疾病?", "domain": "Misc.", "subdomain": "General Info.", "website": "https://www.google.com", "definite_answer": "斑疹伤寒", "task_id": "browsecomp_zh_train_00073", "dif...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00073_25a19e03
stage1_train_browsecomp_zh_train_00074
browsecomp_zh_train_00074
train
browsecomp_zh
Entertainment
Books & Reading
https://www.google.com
10
在20世纪70年代,一部以非洲大陆北部某地为背景的图书问世,记录了作者在该地的奇特经历。其中一则故事中,作者描述了自己无意间捡到一件被诅咒的物品,进而引发了一系列严重的健康问题。这部小说最初由一家成立于1950年代的出版社出版。作者还使用过另一个笔名,该名字与浙江某漫画家创作的角色相同。那么,这家出版社的名字是什么?
/
3
{ "type": "exact_answer", "answer": "皇冠文化出版有限公司" }
{ "benchmark_name": "browsecomp_zh", "task_name": "在20世纪70年代,一部以非洲大陆北部某地为背景的图书问世,记录了作者在该地的奇特经历。其中一则故事中,作者描述了自己无意间捡到一件被诅咒的物品,进而引发了一系列严重的健康问题。这部小说最初由一家成立于1950年代的出版社出版。作者还使用过另一个笔名,该名字与浙江某漫画家创作的角色相同。那么,这家出版社的名字是什么?", "domain": "Entertainment", "subdomain": "Books & Reading", "website": "https://www.google.com", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00074_9326c8f1
stage1_train_browsecomp_zh_train_00075
browsecomp_zh_train_00075
train
browsecomp_zh
Entertainment
Music
https://www.google.com
7
有一种被高度赞誉的年代久远的传统音乐形式,它起源于唐宋元时期,由几种不同部分组成(其中一部分已失传),特点是三老,融入了诸多音乐元素,其演奏形式在当地成为旅游的重要文化品牌,曾引发过关于其归属和定义的学术争议,请问这种音乐是什么?
/
3
{ "type": "exact_answer", "answer": "纳西古乐" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一种被高度赞誉的年代久远的传统音乐形式,它起源于唐宋元时期,由几种不同部分组成(其中一部分已失传),特点是三老,融入了诸多音乐元素,其演奏形式在当地成为旅游的重要文化品牌,曾引发过关于其归属和定义的学术争议,请问这种音乐是什么?", "domain": "Entertainment", "subdomain": "Music", "website": "https://www.google.com", "definite_answer": "纳西古乐", "task_id": "browsecomp_z...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00075_b8bab3db
stage1_train_browsecomp_zh_train_00076
browsecomp_zh_train_00076
train
browsecomp_zh
Science & Research
Technology & Science
https://www.google.com
5
一家科技公司,公司名字来源于一种动物,母公司是中国的一家互联网公司,由旗下两个团队合并而成,涉及软件和硬件。这家公司叫什么
/
3
{ "type": "exact_answer", "answer": "平头哥" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一家科技公司,公司名字来源于一种动物,母公司是中国的一家互联网公司,由旗下两个团队合并而成,涉及软件和硬件。这家公司叫什么", "domain": "Science & Research", "subdomain": "Technology & Science", "website": "https://www.google.com", "definite_answer": "平头哥", "task_id": "browsecomp_zh_train_00076", "difficulty": 5, ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00076_207888bb
stage1_train_browsecomp_zh_train_00077
browsecomp_zh_train_00077
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
6
一篇论文中共有三名作者,其中一作二作均为华人,其开源项目在github中的star数超过20000,那么第一作者的本科学校是?
/
3
{ "type": "exact_answer", "answer": "苏州大学" }
{ "benchmark_name": "browsecomp_zh", "task_name": "一篇论文中共有三名作者,其中一作二作均为华人,其开源项目在github中的star数超过20000,那么第一作者的本科学校是?", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "苏州大学", "task_id": "browsecomp_zh_train_00077", "difficulty": 6...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00077_0bc031c0
stage1_train_browsecomp_zh_train_00078
browsecomp_zh_train_00078
train
browsecomp_zh
Entertainment
Books & Reading
https://www.google.com
8
某小说,摘得5项世界文学奖。小说男主角的中文译名的后两个字与某世界顶级知名大学的前两个字重合。小说作者现居住地最知名的大学曾在小说出版那年的145年前发生过搬迁。问该小说是什么?
/
3
{ "type": "exact_answer", "answer": "摆渡人" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某小说,摘得5项世界文学奖。小说男主角的中文译名的后两个字与某世界顶级知名大学的前两个字重合。小说作者现居住地最知名的大学曾在小说出版那年的145年前发生过搬迁。问该小说是什么?", "domain": "Entertainment", "subdomain": "Books & Reading", "website": "https://www.google.com", "definite_answer": "摆渡人", "task_id": "browsecomp_zh_train_00078", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00078_3aadbd12
stage1_train_browsecomp_zh_train_00079
browsecomp_zh_train_00079
train
browsecomp_zh
Entertainment
Films & TV Shows
https://www.google.com
9
某 90 后女演员,不是独生子女,在山西长大,其毕业大学的校友是余秋雨,从 12 岁就开始演戏并被大众熟知。曾获得电影节新人奖,戏剧表演艺术家新人主角奖提名。她所属的经济公司是哪里?
/
3
{ "type": "exact_answer", "answer": "薯片文化" }
{ "benchmark_name": "browsecomp_zh", "task_name": "某 90 后女演员,不是独生子女,在山西长大,其毕业大学的校友是余秋雨,从 12 岁就开始演戏并被大众熟知。曾获得电影节新人奖,戏剧表演艺术家新人主角奖提名。她所属的经济公司是哪里?", "domain": "Entertainment", "subdomain": "Films & TV Shows", "website": "https://www.google.com", "definite_answer": "薯片文化", "task_id": "browsecomp_zh_train_00079...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00079_6c3aefe9
stage1_train_browsecomp_zh_train_00080
browsecomp_zh_train_00080
train
browsecomp_zh
Misc.
Finance & Investment
https://www.google.com
8
创办于1993年,创始人是恢复高考后的第一批大学生,获得硕士学位后,参加工作至30岁,创办了此公司,并于2010年上市。2024年中国民营企业 500 强上榜。这家公司主攻什么行业?
/
3
{ "type": "exact_answer", "answer": "制造业" }
{ "benchmark_name": "browsecomp_zh", "task_name": "创办于1993年,创始人是恢复高考后的第一批大学生,获得硕士学位后,参加工作至30岁,创办了此公司,并于2010年上市。2024年中国民营企业 500 强上榜。这家公司主攻什么行业?", "domain": "Misc.", "subdomain": "Finance & Investment", "website": "https://www.google.com", "definite_answer": "制造业", "task_id": "browsecomp_zh_train_00080", ...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00080_0f08b8e9
stage1_train_browsecomp_zh_train_00081
browsecomp_zh_train_00081
train
browsecomp_zh
Science & Research
Research & Academia
https://www.google.com
6
请根据以下线索找出这位艺术家的姓名:曾在中国中央美术学院及德国杜塞尔多夫艺术学院深造,并赴德国留学。在德国学习期间,他师从三位知名艺术家,其中一位艺术家的作品曾在2012年创下在世艺术家拍卖的最高价纪录
/
3
{ "type": "exact_answer", "answer": "苏笑柏" }
{ "benchmark_name": "browsecomp_zh", "task_name": "请根据以下线索找出这位艺术家的姓名:曾在中国中央美术学院及德国杜塞尔多夫艺术学院深造,并赴德国留学。在德国学习期间,他师从三位知名艺术家,其中一位艺术家的作品曾在2012年创下在世艺术家拍卖的最高价纪录", "domain": "Science & Research", "subdomain": "Research & Academia", "website": "https://www.google.com", "definite_answer": "苏笑柏", "task_id": "browseco...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00081_fcff8e50
stage1_train_browsecomp_zh_train_00082
browsecomp_zh_train_00082
train
browsecomp_zh
Entertainment
Gaming & Virtual Worlds
https://www.google.com
6
有一款世界知名游戏,最初版发行时游戏场景有5个,模式有4种,道具30+,该游戏曾因版权问题修改过多次名字。游戏发行公司总部设在美国一个科技公司聚集地。这款游戏中文全称是什么?
/
3
{ "type": "exact_answer", "answer": "植物大战僵尸" }
{ "benchmark_name": "browsecomp_zh", "task_name": "有一款世界知名游戏,最初版发行时游戏场景有5个,模式有4种,道具30+,该游戏曾因版权问题修改过多次名字。游戏发行公司总部设在美国一个科技公司聚集地。这款游戏中文全称是什么?", "domain": "Entertainment", "subdomain": "Gaming & Virtual Worlds", "website": "https://www.google.com", "definite_answer": "植物大战僵尸", "task_id": "browsecomp_zh_train_...
{ "status": "texifiable", "signals": [], "reasons": [] }
live_http_with_stub_fallback
Default runs use live HTTP DOM/text fetching with per-trace HTML cache. A metadata-stub local site is also generated as a fallback because the repository does not include full WebGym DOM snapshots.
browsecomp_zh_train_00082_70e95ca6
End of preview.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

webgym_task_3k

A train/test dataset in the WebGym task schema, plus the raw data three of its benchmarks need in order to be served locally.

No code lives here — the serving engines, the runner and the judge are all in the webgym-textify code repository. This holds only data, which is too large to keep in git.

Layout

subsets/
  r4_train/webgym.jsonl    2,922 tasks   the dataset itself (WebGym 10-field schema)
  r4_train/tasks.jsonl     2,922 tasks   runnable form, derived from webgym.jsonl
  r4_test/webgym.jsonl       200 tasks
  r4_test/tasks.jsonl        200 tasks
benches/
  workarena/{task_configs,forms}/     28MB    WorkArena's own shipped data_files
  webmall/product_data/              6.1MB    WebMall's own four-shop CSV catalogs
  healthadmin/portals/               2.2MB    HealthAdminBench's own Next.js source

webgym.jsonl is the dataset proper. Its fields match microsoft/webgym_tasks: benchmark_name / task_name / domain / subdomain / website / definite_answer / task_id / difficulty / evaluator_reference / task_id_decomposed_from.

tasks.jsonl is the runnable projection of the same tasks — the instruction field is called instruction, and it carries the extra run-time parameters (start_url, max_steps, site_id, …). It can be regenerated at any time from webgym.jsonl with stage1/data_collection/webgym_to_subset.py; the jsonl to treat as canonical is webgym.jsonl.

Composition

train 2,922 test 200
no-browser (retrieval; curl / WebFetch suffice) 1,923 133
webbench (READ) 600 40
webvoyager 300 20
deepsearchqa 240 16
evobrowsecomp 236 19
livebrowsecomp 207 16
browsecomp_zh 190 13
lohosearch 150 9
action (ends in a form submission / state change) 999 67
workarena 777 52
healthadmin 127 8
real 66 4
webmall 21 2
flt 8 1

train and test are paired within the same benchmark and sub-domain, and never share a task. All 12 benchmarks appear on both sides, and every test task has train siblings from its own group: webbench pairs on Category + site, workarena on family + table, webvoyager on web_name, healthadmin on category + difficulty, real on website.id, and the rest on the generated domain / subdomain.

task_id is unique, task text is unique, and no task is missing its evaluator_reference.

Serving the local benchmarks

Only workarena / healthadmin / webmall need a local server (987 of the action tasks). real and flt run against the live web, hosted by their own authors — nothing to start.

Put the three directories under benches/ back into the code repo's data/benches/, then:

python stage1/env_serve/up.py workarena healthadmin webmall
python stage1/env_serve/up.py --status      # what is listening
python stage1/env_serve/up.py --stop --all  # stop
bench port whose server needs
workarena 8903 a front end we rebuilt (stage1/env_serve/itsm/) over the benchmark's own data_files task_configs/ + forms/
webmall 8902 a front end we rebuilt (stage1/env_serve/shop/), slugs reproduced per WooCommerce's rules so the benchmark's native gold URLs resolve product_data/*.csv
healthadmin 3002 the benchmark's own Next.js app; we only run npm run dev portals/

The ports are fixed. The dataset stores absolute start URLs (http://127.0.0.1:8903/…), so changing a port invalidates the dataset.

node_modules/ (616MB) and .next/ (293MB) are deliberately not shipped: up.py runs npm install on first start and npm run dev regenerates .next. That is why healthadmin is 2.2MB here rather than 911MB.

No reset is needed between runs. Both the itsm and the shop engine isolate per rollout with a cookie — a fresh browser context is a fresh environment — so concurrent rollouts share one server without seeing each other's records or carts.

Judging

Everything goes through one strict facts-evidence judge: every fact in evaluator_reference must be demonstrated by evidence the agent itself retrieved. A correct but ungrounded answer fails. The facts come from three sources, most reliable first:

source used for note
generated programmatically workarena the task config itself states which field must hold which value — no LLM involved
the benchmark's own NL rubric flt used verbatim
generated from the task text (§E.5, sonnet) everything else has known failure modes — see example/just-for-test/bench-for-dataset/report.md §5 in the code repo
Downloads last month
363