thinkwee commited on
Commit
107b7ed
·
verified ·
1 Parent(s): 59cf266

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: mit
3
  task_categories:
 
4
  - table-question-answering
5
  language:
6
  - en
@@ -14,7 +15,7 @@ size_categories:
14
 
15
  # DDR-Bench: 10-K Financial Data
16
 
17
- This dataset contains structured financial data extracted from SEC 10-K filings.
18
 
19
  ## Data Structure
20
 
@@ -23,9 +24,15 @@ This dataset contains structured financial data extracted from SEC 10-K filings.
23
 
24
  ## Usage
25
 
 
 
26
  ```python
27
  from datasets import load_dataset
28
 
29
  # Load the financial facts table
30
  ds = load_dataset("thinkwee/DDRBench_10K", data_files="data/financial_facts.parquet")
31
  ```
 
 
 
 
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - table-to-text
5
  - table-question-answering
6
  language:
7
  - en
 
15
 
16
  # DDR-Bench: 10-K Financial Data
17
 
18
+ This dataset contains structured financial data extracted from SEC 10-K filings. Please see https://huggingface.co/spaces/thinkwee/DDR_Bench for details.
19
 
20
  ## Data Structure
21
 
 
24
 
25
  ## Usage
26
 
27
+ ### Quick check for data
28
+
29
  ```python
30
  from datasets import load_dataset
31
 
32
  # Load the financial facts table
33
  ds = load_dataset("thinkwee/DDRBench_10K", data_files="data/financial_facts.parquet")
34
  ```
35
+
36
+ ### Run DDR-Bench
37
+ - Download the `raw/10k_financial_data.db` and fill this DB file path to https://github.com/thinkwee/DDR_Bench/blob/main/config.yaml
38
+ - Follow the instructions on https://github.com/thinkwee/DDR_Bench/blob/main/README.md to start