Skip to content

Add paper generation scripts and latex paper#26

Open
Keerthansaai wants to merge 1 commit intomainfrom
paper-generation-18123290410761724201
Open

Add paper generation scripts and latex paper#26
Keerthansaai wants to merge 1 commit intomainfrom
paper-generation-18123290410761724201

Conversation

@Keerthansaai
Copy link
Collaborator

This submission resolves the user request to generate a PDF research paper for the AlphaStack repository.

Key changes:

  • Created paper_generation/ directory.
  • paper_generation/generate_diagram.py: Generates the Mermaid architecture diagram via mermaid.ink API and saves it as architecture.png.
  • paper_generation/generate_results_graph.py: Generates a dummy results bar chart for the given models and datasets and saves it as results.png.
  • paper_generation/paper.tex: The LaTeX source code implementing the requested sections and referencing the newly generated images.
  • Compiled the LaTeX document into paper_generation/paper.pdf.
  • All necessary Python dependencies (requests, matplotlib) and LaTeX dependencies (texlive-latex-base etc.) were installed in the environment to accomplish this.

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

This commit adds a suite of scripts under `paper_generation/` to generate the necessary assets and PDF for the AlphaStack research paper. This includes:
- A script to fetch the architecture diagram from `mermaid.ink` based on the graph definition in `README.md`.
- A script to generate a dummy bar chart for HumanEval and MDDP results across various models using `matplotlib`.
- The main LaTeX source file (`paper.tex`) which references the generated images and contains the sections requested (Abstract, Introduction, Methodology, Architecture Diagram, Results, Conclusion).
- The successfully compiled output `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 19, 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 19, 2026 5:54am

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