Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
ArXiv:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset contains 50,000 samples of user financial queries paired with their corresponding structured data requests (context). It was created to facilitate the fine-tuning of Large Language Model (LLM)-based Financial Agents for accurate data extraction and query answering.
|
2 |
+
|
3 |
+
## Dataset Construction
|
4 |
+
|
5 |
+
# Diverse Query Sources
|
6 |
+
The dataset was built using a multi-method query sampling approach, incorporating:
|
7 |
+
|
8 |
+
- Real-world queries from retail customer technology channels (e.g., email, web forms).
|
9 |
+
|
10 |
+
- Consultations with 10 financial advisors on common retail investor inquiries.
|
11 |
+
|
12 |
+
- Interviews with 20 retail investors about their pre-investment questions.
|
13 |
+
|
14 |
+
# Template-Based Expansion:
|
15 |
+
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.
|
16 |
+
|
17 |
+
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.
|