Wuhuwill commited on
Commit
72c68e4
·
verified ·
1 Parent(s): ba95f3f

Add Dataset metadata and statistics

Browse files
Files changed (1) hide show
  1. dataset_info.json +24 -0
dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "hotpotqa-knowledge-coupling",
3
+ "description": "Knowledge coupling analysis results on HotpotQA dataset using LLaMA2-7B",
4
+ "creation_date": "2025-06-11T15:19:31.887884",
5
+ "model_info": {
6
+ "model_name": "meta-llama/Llama-2-7b-hf",
7
+ "target_layers": "model.layers.28-31.mlp.down_proj",
8
+ "total_parameters_analyzed": "180,355,072 per knowledge piece"
9
+ },
10
+ "dataset_statistics": {},
11
+ "analysis_results": {
12
+ "total_knowledge_pieces": "Unknown",
13
+ "total_coupling_pairs": "Unknown",
14
+ "mean_coupling_score": "Unknown",
15
+ "high_coupling_threshold": 0.4
16
+ },
17
+ "files": {
18
+ "global_analysis_results.json": "Comprehensive analysis summary",
19
+ "all_knowledge_pieces.json": "Complete knowledge pieces data (~92MB)",
20
+ "all_coupling_pairs.csv": "All pairwise coupling measurements (~245MB)",
21
+ "dataset_info.json": "This file - dataset metadata",
22
+ "coupling_analysis_config.json": "Analysis configuration parameters"
23
+ }
24
+ }