yatharth97 commited on
Commit
1e00bca
1 Parent(s): e96c1a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for Company-Specific Financial Analysis Dataset
2
+
3
+ ## Dataset Description
4
+
5
+ This dataset contains structured conversation data formatted to train and evaluate natural language processing models on tasks related to financial analysis of specific companies. Each entry in the dataset consists of a conversation ID, steps within the conversation, system prompts, user questions, and the corresponding model responses.
6
+
7
+ ### Fields Overview
8
+ - **conv_id**: Unique identifier for each conversation.
9
+ - **step**: Sequence number within the conversation indicating the order of interaction.
10
+ - **system_prompt**: Instructions or contextual information provided to guide the conversation.
11
+ - **question**: User-generated query related to specific financial aspects of a company.
12
+ - **response**: Model-generated response corresponding to the user's query.
13
+
14
+ ## Intended Use
15
+
16
+ This dataset is intended to develop and evaluate conversational agents capable of conducting informed discussions about company-specific financial matters such as stock performance, latest news, investment risks, and ESG ratings.
17
+
18
+ ## Limitations
19
+
20
+ The dataset is narrowly focused on financial topics and may not generalize well to other domains. Additionally, it is tailored to the specifics of conversational models, which may not be directly applicable to other types of language processing tasks.
21
+
22
+ ## Dataset Size and Structure
23
+
24
+ - **Number of rows:** 2.69k
25
+ - **Example Entry**:
26
+ - **conv_id:** 0
27
+ - **step:** stock_info
28
+ - **system_prompt:** As a highly intelligent assistant and successor of...
29
+ - **question:** Please summarize the stock performance of Boeing during...
30
+ - **response:** stock_info:Boeing:6m
31
+
32
+ ## Data Fields
33
+
34
+ - **conv_id (int64)**: A unique integer identifying each conversation thread.
35
+ - **step (string)**: Labels describing the context or topic of the conversation step.
36
+ - **system_prompt (string)**: Predefined prompts that set the stage for the AI's response.
37
+ - **question (string)**: Queries posed by users, focused on specific aspects of a company's financial health.
38
+ - **response (string)**: Contains tagged responses where each tag identifies the type of information followed by the specific content (e.g., `stock_info:Boeing:6m`).
39
+
40
+ ## Source
41
+
42
+ This dataset was compiled from simulated dialogues based on financial data sources, structured to mimic real-world conversations between financial analysts and an AI assistant.
43
+
44
+ ## Usage
45
+
46
+ The dataset is ideal for training conversational AI models to handle specific financial queries, providing responses that are informative and contextually relevant to the questions asked. It can be used to improve the natural language understanding capabilities of AI in the finance sector, especially for tasks involving detailed financial discussions.