The MyAwesomeModel has undergone a significant version upgrade. In the latest update, MyAwesomeModel has significantly improved its depth of reasoning and inference capabilities by leveraging increased computational resources and introducing algorithmic optimization mechanisms during post-training. The model has demonstrated outstanding performance across various benchmark evaluations, including mathematics, programming, and general logic. Its overall performance is now approaching that of other leading models.
Compared to the previous version, the upgraded model shows significant improvements in handling complex reasoning tasks. For instance, in the AIME 2025 test, the model's accuracy has increased from 70% in the previous version to 87.5% in the current version. This advancement stems from enhanced thinking depth during the reasoning process: in the AIME test set, the previous model used an average of 12K tokens per question, whereas the new version averages 23K tokens per question.
Beyond its improved reasoning capabilities, this version also offers a reduced hallucination rate and enhanced support for function calling.
2. Evaluation Results
Comprehensive Benchmark Results
The model was evaluated across 15 diverse benchmark categories covering core reasoning, language understanding, generation tasks, and specialized capabilities. The evaluation uses a weighted scoring system that emphasizes reasoning tasks while maintaining balanced assessment across all capabilities.
Category
Benchmark
Model1
Model2
Model1-v2
MyAwesomeModel
Core Reasoning Tasks
Math Reasoning
0.510
0.535
0.521
0.550
Logical Reasoning
0.789
0.801
0.810
0.592
Common Sense
0.716
0.702
0.725
0.620
Language Understanding
Reading Comprehension
0.671
0.685
0.690
0.568
Question Answering
0.582
0.599
0.601
0.570
Text Classification
0.803
0.811
0.820
0.673
Sentiment Analysis
0.777
0.781
0.790
0.611
Generation Tasks
Code Generation
0.615
0.631
0.640
0.517
Creative Writing
0.588
0.579
0.601
0.511
Dialogue Generation
0.621
0.635
0.639
0.532
Summarization
0.745
0.755
0.760
0.590
Specialized Capabilities
Translation
0.782
0.799
0.801
0.612
Knowledge Retrieval
0.651
0.668
0.670
0.539
Instruction Following
0.733
0.749
0.751
0.587
Safety Evaluation
0.718
0.701
0.725
0.595
Detailed Benchmark Descriptions
Core Reasoning Tasks
Math Reasoning (Score: 0.550)
Evaluates the model's ability to solve mathematical problems requiring multi-step reasoning, arithmetic operations, and logical deduction. The model demonstrates strong performance in basic to intermediate math problems, with particular improvement in algebraic reasoning.
Logical Reasoning (Score: 0.592)
Assesses the model's capacity for deductive reasoning, pattern recognition, and logical inference. The model shows enhanced ability to follow complex logical chains and identify fallacies in arguments.
Common Sense (Score: 0.620)
Tests the model's understanding of everyday knowledge, spatial reasoning, and intuitive physics. The model demonstrates improved grasp of implicit social norms and physical constraints.
Language Understanding
Reading Comprehension (Score: 0.568)
Measures the model's ability to understand and extract information from text passages. The model shows improved performance in identifying main ideas and making inferences from context.
Question Answering (Score: 0.570)
Evaluates the model's ability to answer questions based on provided context. The model demonstrates improved accuracy in both factual and comprehension-based questions.
Text Classification (Score: 0.673)
Assesses the model's ability to categorize text into predefined labels. The model shows strong performance in sentiment analysis, topic classification, and intent detection.
Sentiment Analysis (Score: 0.611)
Tests the model's ability to identify emotional tone and sentiment in text. The model demonstrates improved accuracy in detecting subtle emotional cues and sarcasm.
Generation Tasks
Code Generation (Score: 0.517)
Evaluates the model's ability to generate functional code from natural language descriptions. The model shows improvement in syntax correctness and algorithmic problem-solving.
Creative Writing (Score: 0.511)
Assesses the model's ability to generate coherent, engaging creative content. The model demonstrates improved narrative structure and stylistic flexibility.
Dialogue Generation (Score: 0.532)
Tests the model's ability to participate in multi-turn conversations. The model shows improved context retention and response relevance.
Summarization (Score: 0.590)
Measures the model's ability to condense text while preserving key information. The model demonstrates improved accuracy in extracting essential content.
Specialized Capabilities
Translation (Score: 0.612)
Evaluates the model's ability to translate text between languages. The model shows improved fluency and accuracy in both high-resource and low-resource language pairs.
Knowledge Retrieval (Score: 0.539)
Assesses the model's ability to retrieve and utilize factual information. The model demonstrates improved accuracy in accessing and applying domain-specific knowledge.
Instruction Following (Score: 0.587)
Tests the model's ability to follow complex, multi-step instructions. The model shows improved adherence to specified constraints and formatting requirements.
Safety Evaluation (Score: 0.595)
Evaluates the model's ability to generate safe, responsible content. The model demonstrates improved recognition of harmful content and appropriate refusal behavior.
Overall Performance Summary
The MyAwesomeModel demonstrates strong performance across all 15 evaluated benchmark categories, with particularly notable results in reasoning and generation tasks. The weighted overall evaluation score for this model is 0.577.
The model shows significant improvements in:
Mathematical reasoning and problem-solving
Logical inference and pattern recognition
Text classification and sentiment analysis
Code generation and algorithmic thinking
Instruction following and safety adherence
These improvements are attributed to enhanced training methodology and architectural optimizations that enable deeper reasoning and more robust performance across diverse tasks.
3. Chat Website & API Platform
We offer a chat interface and API for you to interact with MyAwesomeModel. Please check our official website for more details.
4. How to Run Locally
Please refer to our code repository for more information about running MyAwesomeModel locally.
Compared to previous versions, the usage recommendations for MyAwesomeModel have the following changes:
System prompt is supported.
It is not required to add special tokens at the beginning of the output to force the model into a specific thinking pattern.
The model architecture of MyAwesomeModel-Small is identical to its base model, but it shares the same tokenizer configuration as the main MyAwesomeModel. This model can be run in the same manner as its base model.
System Prompt
We recommend using the following system prompt with a specific date.
You are MyAwesomeModel, a helpful AI assistant.
Today is {current date}.
For example,
You are MyAwesomeModel, a helpful AI assistant.
Today is May 28, 2025, Monday.
Temperature
We recommend setting the temperature parameter $T_{model}$ to 0.6.
Prompts for File Uploading and Web Search
For file uploading, please follow the template to create prompts, where {file_name}, {file_content} and {question} are arguments.
For web search enhanced generation, we recommend the following prompt template where {search_results}, {cur_date}, and {question} are arguments.
search_answer_en_template = \
'''# The following contents are the search results related to the user's message:
{search_results}
In the search results I provide to you, each result is formatted as [webpage X begin]...[webpage X end], where X represents the numerical index of each article. Please cite the context at the end of the relevant sentence when appropriate. Use the citation format [citation:X] in the corresponding part of your answer. If a sentence is derived from multiple contexts, list all relevant citation numbers, such as [citation:3][citation:5]. Be sure not to cluster all citations at the end; instead, include them in the corresponding parts of your answer.
When responding, please keep the following points in mind:
- Today is {cur_date}.
- Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question.
- For listing-type questions (e.g., listing all flight information), try to limit the answer to 10 key points and inform the user that they can refer to the search sources for complete information. Prioritize providing the most complete and relevant items in the list. Avoid mentioning content not provided in the search results unless necessary.
- For creative tasks (e.g., writing an essay), ensure that references are cited within the body of the text, such as [citation:3][citation:5], rather than only at the end of the text. You need to interpret and summarize the user's requirements, choose an appropriate format, fully utilize the search results, extract key information, and generate an answer that is insightful, creative, and professional. Extend the length of your response as much as possible, addressing each point in detail and from multiple perspectives, ensuring the content is rich and thorough.
- If the response is lengthy, structure it well and summarize it in paragraphs. If a point-by-point format is needed, try to limit it to 5 points and merge related content.
- For objective Q&A, if the answer is very brief, you may add one or two related sentences to enrich the content.
- Choose an appropriate and visually appealing format for your response based on the user's requirements and the content of the answer, ensuring strong readability.
- Your answer should synthesize information from multiple relevant webpages and avoid repeatedly citing the same webpage.
- Unless the user requests otherwise, your response should be in the same language as the user's question.
# The user's message is:
{question}'''
5. License
This code repository is licensed under the MIT License. The use of MyAwesomeModel models is also subject to the MIT License. The model series supports commercial use and distillation.
6. Contact
If you have any questions, please raise an issue on our GitHub repository or contact us at contact@MyAwesomeModel.ai.