dolphinium commited on
Commit
21c2496
·
1 Parent(s): 4a63df8

pup: add rule for company investor when comparing recent deals.

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