Add paper generation scripts and latex paper#26
Conversation
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>
|
👋 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 submission resolves the user request to generate a PDF research paper for the AlphaStack repository.
Key changes:
paper_generation/directory.paper_generation/generate_diagram.py: Generates the Mermaid architecture diagram viamermaid.inkAPI and saves it asarchitecture.png.paper_generation/generate_results_graph.py: Generates a dummy results bar chart for the given models and datasets and saves it asresults.png.paper_generation/paper.tex: The LaTeX source code implementing the requested sections and referencing the newly generated images.paper_generation/paper.pdf.requests,matplotlib) and LaTeX dependencies (texlive-latex-baseetc.) were installed in the environment to accomplish this.PR created automatically by Jules for task 18123290410761724201 started by @Keerthansaai