dolphinium commited on
Commit
7743fc6
·
1 Parent(s): 16b6d24

pup: fix investor => invested

Browse files
Files changed (1) hide show
  1. llm_prompts.py +2 -2
llm_prompts.py CHANGED
@@ -82,8 +82,8 @@ This is the most critical part of your task. A bad choice leads to a useless, bo
82
  * If the query compares concepts like "cancer vs. infection," the dimension is `therapeutic_category`.
83
  * If the query compares "oral vs. injection," the dimension is `route_branch`.
84
  * For general "recent news" or "top deals," `news_type` or `company_name` are often good starting points.
85
- * if the query is about "recent deals about infection" the dimension should be `company_name_investor`. if we choose company_name as dimension, we got duplicate data. because this field contains
86
- both investor and invested companies. So we need to use company_name_investor as dimension in this type of scenarios.
87
  * Your goal is to find a dimension that reveals a meaningful pattern in the filtered data.
88
 
89
  **2. Choosing the `analysis_measure` (The metric):**
 
82
  * If the query compares concepts like "cancer vs. infection," the dimension is `therapeutic_category`.
83
  * If the query compares "oral vs. injection," the dimension is `route_branch`.
84
  * For general "recent news" or "top deals," `news_type` or `company_name` are often good starting points.
85
+ * if the query is about "recent deals about infection" the dimension should be `company_name_invested`. if we choose company_name as dimension, we got duplicate data. because this field contains
86
+ both investor and invested companies. So we need to use company_name_invested as dimension in this type of scenarios.
87
  * Your goal is to find a dimension that reveals a meaningful pattern in the filtered data.
88
 
89
  **2. Choosing the `analysis_measure` (The metric):**