thinkwee commited on
Commit
488f69e
·
verified ·
1 Parent(s): 69746de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -75,6 +75,8 @@ The dataset is organized into multiple configurations (subsets), representing di
75
 
76
  ## Usage
77
 
 
 
78
  Load specific tables using the `datasets` library:
79
 
80
  ```python
@@ -88,3 +90,7 @@ companies = load_dataset("thinkwee/DDRBench_10K", "companies")
88
  ```
89
 
90
  For agent trajectories and evaluation logs, please refer to the [DDRBench Trajectory Dataset](https://huggingface.co/datasets/thinkwee/DDRBench_10K_trajectory).
 
 
 
 
 
75
 
76
  ## Usage
77
 
78
+ ### Data Inspection
79
+
80
  Load specific tables using the `datasets` library:
81
 
82
  ```python
 
90
  ```
91
 
92
  For agent trajectories and evaluation logs, please refer to the [DDRBench Trajectory Dataset](https://huggingface.co/datasets/thinkwee/DDRBench_10K_trajectory).
93
+
94
+ ### Run Deep Data Research
95
+
96
+ Please use the database file under ``/raw`` path and refer to https://github.com/thinkwee/DDR_Bench for running the agent.