Chaitanya14 commited on
Commit
bd600f2
·
verified ·
1 Parent(s): 05204b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -11,21 +11,15 @@ This dataset contains 50,000 samples of user financial queries paired with their
11
 
12
  # How to load the Dataset
13
 
14
- You can load the dataset using the code below
15
-
16
  ```python
17
-
18
  from datasets import load_dataset
19
 
20
  ds = load_dataset("Chaitanya14/Financial_Context_Dataset")
21
-
22
-
23
  ```
24
-
25
-
26
  # Dataset Construction
27
 
28
- ## Diverse Query Sources
29
  The dataset was built using a multi-method query sampling approach, incorporating:
30
 
31
  - Real-world queries from retail customer technology channels (e.g., email, web forms).
@@ -34,7 +28,7 @@ The dataset was built using a multi-method query sampling approach, incorporatin
34
 
35
  - Interviews with 20 retail investors about their pre-investment questions.
36
 
37
- ## Template-Based Expansion:
38
  5,000 query templates were generated (4,000 from technology channels, 500 from advisors, and 500 from investors). These templates were then scaled up to 50,000 samples by randomly varying elements within each template, ensuring a broad and varied representation of financial queries.
39
 
40
  This dataset provides a valuable resource for developing and evaluating LLMs in the financial domain, particularly for applications requiring accurate understanding and response to user financial queries. For more information regarding the dataset, please refer to our [paper](https://arxiv.org/abs/2502.18471).
 
11
 
12
  # How to load the Dataset
13
 
14
+ You can load the dataset using the code below:
 
15
  ```python
 
16
  from datasets import load_dataset
17
 
18
  ds = load_dataset("Chaitanya14/Financial_Context_Dataset")
 
 
19
  ```
 
 
20
  # Dataset Construction
21
 
22
+ ### Diverse Query Sources
23
  The dataset was built using a multi-method query sampling approach, incorporating:
24
 
25
  - Real-world queries from retail customer technology channels (e.g., email, web forms).
 
28
 
29
  - Interviews with 20 retail investors about their pre-investment questions.
30
 
31
+ ### Template-Based Expansion:
32
  5,000 query templates were generated (4,000 from technology channels, 500 from advisors, and 500 from investors). These templates were then scaled up to 50,000 samples by randomly varying elements within each template, ensuring a broad and varied representation of financial queries.
33
 
34
  This dataset provides a valuable resource for developing and evaluating LLMs in the financial domain, particularly for applications requiring accurate understanding and response to user financial queries. For more information regarding the dataset, please refer to our [paper](https://arxiv.org/abs/2502.18471).