feat: Generate AlphaStack research paper with diagrams and results#29
feat: Generate AlphaStack research paper with diagrams and results#29Keerthansaai wants to merge 1 commit intomainfrom
Conversation
…ults graph Created a `paper_generation/` directory containing scripts to generate a Mermaid architecture diagram and a Matplotlib results graph for evaluating `gpt-5.2`, `glm-5`, `minimaxm2.5`, and `claude sonnet 4.6` on MDDP and HumanEval. Added `paper.tex` which generates a PDF research paper with sections covering Abstract, Introduction, Methodology, Architecture Diagram, Results, Conclusion, and Supplementary Material. Compiled the final `paper.pdf`. Co-authored-by: Keerthansaai <163780925+Keerthansaai@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This PR implements the requested research paper generation pipeline for AlphaStack. It includes:
gen_diagram.pythat fetches a Mermaid diagram representing the AlphaStack system architecture directly from theARCHITECTURE.mdfile using themermaid.inkAPI. The diagram is saved asarchitecture.png.gen_graph.pythat generates a grouped bar chart using Matplotlib and Numpy. This visualizes the tentativePass@1scores on the MDDP and HumanEval benchmarks for the requested models:gpt-5.2,glm-5,minimaxm2.5, andclaude sonnet 4.6. The graph is saved asresults_graph.png..texfile (paper.tex) that includes the specified sections: Abstract, Introduction, Methodology, Architecture Diagram, Results, Conclusion, and Supplementary Material. It incorporates the two generated images.paper.pdfis provided in thepaper_generation/directory, compiled viapdflatexrun twice to ensure correct internal references.PR created automatically by Jules for task 7498369088069975972 started by @Keerthansaai