@@ -804,7 +804,7 @@ def demo_multi_extraction():
804804 # 配置文件路径
805805 data_dir = Path ("../data" )
806806 # dataset_path = data_dir / "sample_dataset.jsonl"
807- dataset_path = "/home/lulindong/Pycharm_projects/cc/WebMainBench_2456_v1_WebMainBench_dataset_merge_with_llm_webkit .jsonl"
807+ dataset_path = "/home/lulindong/Pycharm_projects/cc/WebMainBench_1904_v1_WebMainBench_dataset_merge_with_llm_webkit .jsonl"
808808
809809 print (f"📂 数据集文件: { dataset_path } " )
810810
@@ -957,7 +957,7 @@ def demo_llm_webkit_with_preprocessed_html_evaluation():
957957 print ("1. 从真实数据集加载预处理HTML数据..." )
958958
959959 # 使用DataLoader加载真实的样本数据
960- dataset_path = Path ("/home/lulindong/Pycharm_projects/cc/WebMainBench_2456_v1_WebMainBench_dataset_merge_with_llm_webkit .jsonl" )
960+ dataset_path = Path ("/home/lulindong/Pycharm_projects/cc/WebMainBench_1904_v1_WebMainBench_dataset_merge_with_llm_webkit .jsonl" )
961961 print (f"📂 数据集文件: { dataset_path } " )
962962
963963 if not dataset_path .exists ():
@@ -1097,10 +1097,10 @@ def demo_llm_webkit_with_preprocessed_html_evaluation():
10971097 try :
10981098 # demo_basic_mock_evaluation()
10991099 # demo_llm_webkit_evaluation() # 使用LLM-WebKit评测示例
1100- # demo_llm_webkit_with_preprocessed_html_evaluation()
1100+ demo_llm_webkit_with_preprocessed_html_evaluation ()
11011101 # demo_extractor_comparison()
11021102 # demo_dataset_with_extraction() # 演示保存带有抽取内容的数据集
1103- demo_multi_extraction () # 演示多个抽取器同时评测
1103+ # demo_multi_extraction() # 演示多个抽取器同时评测
11041104 # demo_lld_workers_extraction()
11051105 print ("\n ✅ 示例运行完成!" )
11061106
0 commit comments