TLDR: This research paper introduces a novel multilevel, multitask approach for analyzing cryptocurrency news. It leverages a fine-tuned Mistral 7B large language model combined with Retrieval-Augmented Generation (RAG) to generate detailed graph and text summaries, complete with sentiment scores and JSON representations. These initial summaries are then hierarchically stacked to create comprehensive reports, effectively mitigating AI hallucinations through knowledge graphs and providing diversified, reliable insights into cryptocurrency trends.
In the fast-paced world of cryptocurrency, staying informed about market trends and news is crucial. Traditional methods of analyzing vast amounts of news can be overwhelming, and even advanced AI models sometimes struggle with accuracy or generating relevant, domain-specific insights. A new research paper introduces an innovative approach to tackle these challenges by using a fine-tuned AI model for a comprehensive, multilevel analysis of cryptocurrency news.
The paper, titled “Multilevel Analysis of Cryptocurrency News using RAG Approach with Fine-Tuned Mistral Large Language Model” by Bohdan M. Pavlyshenko, explores how a specialized AI can provide deeper, more reliable insights into crypto news. The core of this method lies in combining a powerful large language model (LLM), specifically a fine-tuned Mistral 7B, with Retrieval-Augmented Generation (RAG).
Addressing AI Limitations with RAG
Large Language Models are excellent at understanding and generating human-like text, but they can sometimes “hallucinate” (generate incorrect or nonsensical information) or lack specific knowledge about niche domains like cryptocurrency. The RAG approach helps overcome this by integrating external knowledge sources, such as databases or semantic search results, into the AI’s input. This ensures that the model’s responses are more accurate, contextually relevant, and grounded in factual information.
A Multilevel Approach to News Analytics
The research proposes a two-tiered analytical framework:
First Level Analytics: At this initial stage, the fine-tuned Mistral 7B model processes cryptocurrency news articles to generate several types of summaries:
- Graph Summaries: News content is transformed into knowledge graphs, which visually represent entities (like Bitcoin, Ethereum, or specific organizations) and their relationships. This structured format is highly effective for discovering connections, validating facts, and significantly reducing AI hallucinations by anchoring outputs in factual triples.
- Text Summaries: Traditional text-based summaries are also generated, providing a narrative overview of the news.
- Sentiment Scores: Both graph and text summaries include sentiment scores, indicating the overall positive or negative tone towards specific cryptocurrencies or the market in general.
- JSON Representations: All summaries are also provided in a structured JSON format, making them easy for other systems or further analysis to consume.
Higher Level Analytics (Stacking): The insights from the first level are then consolidated. This involves a hierarchical stacking process where sets of graph-based and text-based summaries, and even summaries of summaries, are combined into comprehensive reports. This stacking approach offers several benefits:
- Improved Accuracy and Robustness: By combining diverse AI outputs, the system reduces individual model biases and leverages the strengths of different analytical perspectives.
- Consensus Reasoning: It helps build agreement across multiple AI outputs, enhancing reliability and mitigating errors.
- Hierarchical Summarization: This allows for multi-level insights, from detailed article summaries to broader meta-summaries of trends across many articles.
- Quantitative Opinion Scoring: Aggregates sentiment scores into overall trend scores and uncertainty estimates, valuable for decision-making.
Efficient Fine-Tuning of the AI Model
To make the powerful Mistral 7B model suitable for this specific task, it was fine-tuned using a technique called Parameter-Efficient Fine-Tuning (PEFT) with LoRA (Low-Rank Adaptation) and 4-bit quantization. This method allows for efficient adaptation of the pre-trained model to cryptocurrency news data without requiring extensive computational resources, making it feasible to deploy on platforms like Google Colab.
The model was trained on a diverse set of tasks, including creating knowledge graphs, summarizing news with sentiment, generating JSON outputs, and summarizing lists of summaries. This comprehensive training ensures the model can perform a wide range of analytical functions effectively.
Also Read:
- Monitoring Generative AI: A Knowledge Graph Method for Trustworthy Outputs
- Automating Knowledge Representation in Software Engineering with LLMs
Real-World Application and Insights
The fine-tuned Mistral 7B model was tested using real cryptocurrency news from July 2025. The results demonstrated its capability to conduct informative qualitative and quantitative analytics. For instance, it could identify upward and downward trends for various cryptocurrencies, detect contradictory signals within news, and provide detailed sentiment scores. The combination of graph and text summaries offers complementary views, leading to a more diversified and reliable understanding of cryptocurrency trends.
This research highlights how advanced AI, when carefully fine-tuned and integrated with techniques like RAG and multilevel stacking, can provide crucial insights for navigating the complex cryptocurrency market. For more technical details, you can refer to the original research paper: Multilevel Analysis of Cryptocurrency News using RAG Approach with Fine-Tuned Mistral Large Language Model.


