Skip to content

Commit 9e71807

Browse files
authored
Create news_llm_analysis_prompt.md
1 parent 675744e commit 9e71807

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# news_llm_analysis_prompt fast data cleaning through gemma3:1b
2+
```
3+
Below is a prompt template for analyzing news data and generating investment-related information. You can adjust the content based on specific needs:
4+
Prompt:
5+
Please analyze the following news content and generate a structured output in the following format:
6+
Article Sentiment: Determine the overall sentiment tendency of the news (positive, negative, or neutral).
7+
Affected Entities: List only the companies, entities, or individuals mentioned in the news. Use full names (no abbreviations) and limit to the top three most important entities.
8+
Categories: Based on the news content, select relevant category tags (e.g., management capability, market competitiveness, financial performance, customer satisfaction, etc.). Limit to the top six most important categories.
9+
Output in JSON format:
10+
{
11+
"Article Sentiment": "positive/negative/neutral",
12+
"Affected Entities": ["Company A", "Company B"],
13+
"Categories": ["Category 1", "Category 2"]
14+
}
15+
News Content:
16+
[{{#1711708591503.input_text#}}]
17+
```
18+

0 commit comments

Comments
 (0)