yatharth97 commited on
Commit
9c1994e
1 Parent(s): 052fcf8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for Structured Financial Document Queries Dataset
2
+
3
+ ## Dataset Description
4
+
5
+ This dataset consists of structured text entries designed to train natural language processing models on financial document analysis tasks. Each entry includes system prompts and user queries formatted with specific tags that provide contextual instructions to the model.
6
+
7
+ ### Tags and Formatting
8
+ - `<s>`: Marks the beginning of a new segment, encapsulating an individual entry.
9
+ - `<<SYS>>`: System prompt providing context or specific instruction for processing.
10
+ - `[INST]`: A combined tag that includes both the system prompt and a user query related to a financial document.
11
+
12
+ ## Intended Use
13
+
14
+ The dataset is intended for the development and evaluation of models that can process and respond to queries related to financial reports, specifically 10K reports. It is tailored to enhance model capabilities in understanding and generating context-aware responses based on structured instructional data.
15
+
16
+ ## Limitations
17
+
18
+ The dataset is highly specialized towards financial document analysis, particularly 10K reports. Models trained on this dataset might not generalize well to other types of documents or queries outside the financial domain. Additionally, the structured nature of the data may limit the model's flexibility in handling less structured queries.
19
+
20
+ ## Dataset Size and Structure
21
+
22
+ - **Number of rows:** Approximately 42.3k
23
+ - **Data format:** Single text field per row, with each text encapsulated within `<s>` tags and containing system and user instructions (`[INST]`).
24
+
25
+ ### Example Entry
26
+
27
+ <s>[INST] <<SYS>> As a highly intelligent assistant, your primary goal is to provide accurate, relevant, and context-aware responses to user queries based on the provided information. Ensure your answers are factual, free from bias, and avoid promoting violence, ... Just uploaded the 10k report for Schlumberger Limited for 2022. Can you check it out? [/INST]</s>
28
+
29
+
30
+ ## Data Fields
31
+
32
+ - **text:** A string that includes the full instruction set for the model, composed of system prompts and user queries specifically formatted to facilitate model training in financial document query processing.
33
+
34
+ ## Source
35
+
36
+ This dataset is compiled from a variety of financial reports and associated queries, formatted to include tags for training conversational models in a controlled environment.
37
+
38
+ ## Usage
39
+
40
+ This dataset is suitable for training models that need to interact with financial databases or assist in financial decision-making processes. It can be used to train models for chatbots, automated report summarizers, and other AI tools that require an understanding of financial reports and the ability to respond to related queries.
41
+