Add research paper generation artifacts and PDF#8
Conversation
- Added `paper/` directory with paper content and scripts. - Created `paper/architecture.mmd` with the system architecture diagram. - Created `paper/generate_results.py` to generate performance charts for HumanEval and MDDP benchmarks. - Created `paper/paper.tex` containing the LaTeX source for the research paper. - Created `paper/generate_pdf.py` to generate the PDF using `reportlab`. - Generated `paper/results.png` and `paper/alpha_stack_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 adds the necessary artifacts to generate a research paper for AlphaStack. It includes Python scripts to generate results charts and the final PDF using reportlab, as well as the source LaTeX file and Mermaid architecture diagram. The generated PDF and chart are included. Dependencies
matplotlibandreportlabare required to run the scripts.PR created automatically by Jules for task 3282227590071707745 started by @Keerthansaai