Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
[ACL2026 main] Official implementation of "Paper2Rebuttal: A Multi-Agent Framework for Transparent Author Response Assistance"
| Date | Stars |
|---|---|
| 2026-07-31 | 551 |
| 2026-08-06 | 553 |
Today
+2 stars today
This week
— stars this week
This month
— stars this month
Momentum
8.0
growth rate 0.00%/day
<div align="center"> <h2><span style="color:#FFFFFF;">RebuttalAgent: AI-Powered Academic Paper Rebuttal Assistant</span></h2> <p align="center"> <a href="https://arxiv.org/abs/2601.14171" target="_blank"><img src="https://img.shields.io/badge/arXiv-2601.14171-red"></a> <a href='https://mqleet.github.io/Paper2Rebuttal_ProjectPage/'><img src='https://img.shields.io/badge/Project-Page-blue'></a> <a href="https://huggingface.co/spaces/Mqleet/RebuttalAgent" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Space-red%22"></a> <a href="https://huggingface.co/papers/2601.14171" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Daily Papers-red"></a> </p > <strong>Accepted by ACL 2026 main conference</strong> </div> <p align="center"> <strong><big>If you find our work useful, please consider giving us a star 🌟</big></strong> </p> ## 🔥 News - [2026.04.06] 🎉 Paper2Rebuttal has been accepted by ACL2026 main conference! - [2026.01.21] We release the [paper](https://arxiv.org/abs/2601.14171), code and [project pages](https://mqleet.github.io/Paper2Rebuttal_ProjectPage/) - [2026.01.23] We create the [WeChat Group](assets/wechat_group.png), welcome to join in and discuss the issues. ## :memo: TODO - [x] Code Release - [x] Paper Release - [ ] Datasets - [x] Huggingface Demo ## 🔎 Overview **RebuttalAgent** is an AI-powered multi-agent system that helps researchers craft high-quality rebuttals for academic paper reviews. The system analyzes reviewer comments, searches relevant literature, generates rebuttal strategies, and produces formal rebuttal letters, all through an interactive human-in-the-loop workflow. ### Key Features - 📄 **Automatic Paper Parsing**: Converts PDF papers to structured text using Docling - 🔍 **Issue Extraction**: Breaks down reviewer comments into actionable issues with priority levels - 📚 **Literature Search**: Automatically searches arXiv for relevant supporting papers - 💡 **Strategy Generation**: Creates data-driven rebuttal strategies (not sophistry!) - ✍️ **Rebuttal Writing**: Generates formal, conference-ready rebuttal letters - 🔄 **Human Feedback Loop**: Iteratively refine strategies based on author input **We recommend to deploy our work locally, following the instructions below. You can also use [Hugginface Space](https://huggingface.co/spaces/Mqleet/RebuttalAgent) to have a try, but it may be very slow,taking up to an hour to finish** ## 🛠️ Installation ### Setup **Environment** ```bash conda create -n rebuttal python=3.10 conda activate rebuttal # if you want to run on GPU , please firstly install the GPU version of PyTorch (select the one based on your CUDA version) pip install -r requirements.txt ``` ## 🚀 Quick Start ### ⚙️ Configuration **API Key** Copy the example environment file and fill in your API key for your chosen provider: ```bash cp .env.example .env ``` Then edit `.env` and add your API key: ```bash # OpenRouter (supports many models) OPENROUTER_API_KEY=<your_openrouter_api_key> # Qwen (Alibaba DashScope) QWEN_API_KEY=<your_qwen_api_key> # DeepSeek DEEPSEEK_API_KEY=<your_deepseek_api_key> # OpenAI OPENAI_API_KEY=<your_openai_api_key> # Gemini (Google) GEMINI_API_KEY=<your_gemini_api_key> # ZhiPu (GLM) ZHIPUAI_API_KEY=<your_zhipuai_api_key> ``` **You can alse edit the base_url in .env** > **Note:** Only configure the provider you plan to use. ### Start with Gradio🤗 > **Note (Windows):** On Windows, you may need to run the terminal as Administrator for the first run, as the PDF parser (Docling) needs to download AI models that require symlink permissions. Alternatively, you can enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development). > **Performance Note:** Literature analysis involves parsing multiple external papers using **Docling**, which is computationally intensive, we **strongly recommend usi
Excerpt of 7,252 characters
Read on GitHub12
8
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e0f6761f548d0cb5, desc:agent framework, desc:multi-agent, desc:multi agent