Skip to content

feat: Generate AlphaStack research paper with diagrams and results#29

Open
Keerthansaai wants to merge 1 commit intomainfrom
feat/research-paper-generation-7498369088069975972
Open

feat: Generate AlphaStack research paper with diagrams and results#29
Keerthansaai wants to merge 1 commit intomainfrom
feat/research-paper-generation-7498369088069975972

Conversation

@Keerthansaai
Copy link
Collaborator

This PR implements the requested research paper generation pipeline for AlphaStack. It includes:

  1. Architecture Diagram: A Python script gen_diagram.py that fetches a Mermaid diagram representing the AlphaStack system architecture directly from the ARCHITECTURE.md file using the mermaid.ink API. The diagram is saved as architecture.png.
  2. Results Graph: A Python script gen_graph.py that generates a grouped bar chart using Matplotlib and Numpy. This visualizes the tentative Pass@1 scores on the MDDP and HumanEval benchmarks for the requested models: gpt-5.2, glm-5, minimaxm2.5, and claude sonnet 4.6. The graph is saved as results_graph.png.
  3. Research Paper (LaTeX): A .tex file (paper.tex) that includes the specified sections: Abstract, Introduction, Methodology, Architecture Diagram, Results, Conclusion, and Supplementary Material. It incorporates the two generated images.
  4. Compiled PDF: The compiled paper.pdf is provided in the paper_generation/ directory, compiled via pdflatex run twice to ensure correct internal references.

PR created automatically by Jules for task 7498369088069975972 started by @Keerthansaai

…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>
@google-labs-jules
Copy link

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel
Copy link
Contributor

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
alpha-stack Ready Ready Preview, Comment Mar 22, 2026 5:49am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant