happyhappy-jun GitHub avatar

writing-driven-autoresearch

happyhappy-jun

该仓库包含了在ICML Ralphthon“自动研究”黑客马拉松中获得第一名的完整工具链和运行记录,其中AI代理在仅有少量人类指导的情况下自主生成研究论文,并使用先写后验证的机制确保每个声明都有真实测量数据支持。

Stars

17

7 天增长

暂无数据

Fork 数

1

开放 Issue

0

开源协议

Apache-2.0

最近更新

2026-07-14

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它展示了一种新颖的“先写论文再验证”方法,通过LaTeX宏和自动审计强制执行诚实性,并在由11位专家评审的研讨会上获得第一名(1万美元OpenAI积分),且所有人工制品(除README外)均由AI生成。

适合谁使用

  • 对自动化科学发现和代理系统感兴趣的人工智能研究者
  • 设计自主代理完整性工作流的机器学习工程师
  • 寻找自动研究赛道已验证模式的黑客马拉松参与者和组织者
  • 在人工智能驱动实验中展示研究完整性和可重复性的教育工作者

典型使用场景

  • 端到端自动生成可验证声明的论文
  • 设计使用文件通信和完整性门控的多代理系统
  • 从包含136条带时间戳决策和转向的透明运行日志中学习
  • 将论文质量指南和验证脚本复用于其他项目

项目优势

  • 在ICML研讨会上获得第一名及1万美元奖励,由11位专家评审
  • 新颖的ph/phm宏系统机械性地阻止未经证实的声明发布
  • 完全透明:每个决策、结果和转向都记录在仓库中
  • 展示了代理自主性并在不牺牲诚实性的前提下实现人类合著者反馈

使用前须知

  • 非可复用框架——该工具链针对此次运行,需要内部基础设施(GPU集群、Overleaf桥接)
  • 研究结果(Depth-AR)是在三小时内用小模型生成的黑客马拉松作品,非经同行评审的科学声明
  • 凭据和令牌已涂黑;路径针对特定机器,可能无法直接使用

README 快速开始

🏆 1st Place at Ralphthon @ICML "Auto Research": $10,000 in OpenAI Credits

Writing-Driven Autoresearch

By Woomin Song and Byungjun Yoon, Team WooandB (KAIST · ALIN Lab, advised by Prof. Jinwoo Shin) 🙏

This repository is the harness, tooling, and complete run record behind that winning entry: a hackathon where agents produce a research paper end to end, with only light high-level human guidance. The papers were judged in ICML workshop format by a panel of 11 expert reviewers, and ours took first.

Every file in this repository except this README was written by the AI scientists themselves: the plan, the experiment code, the decision ledger, the integrity tooling, and the paper. This README is the only human-curated document here; everything else is the artifact.

"The paper is true because the system was built to make untruth expensive." — the experiment agent's closing reflection, ralph/DECISIONS.md

This is not a framework to install. It is the run itself — secrets redacted, everything else exactly as the agents left it:

  • The harness — three agent personas (master.md, experiment.md, writing.md) and the paper-quality specs they were built around
  • The skillsalin-skills/skills/: the only two external skills, imported from our lab's internal skill repository — one for coordinating the multi-agent panes via herdr, one for applying edits to Overleaf via git; every other skill in this repo was invented for this run
  • The ledgerralph/: 136 timestamped decisions, 53 result JSONs, gate calls, pivots
  • The integrity toolingverify-phm.py, writing-audit.sh: 795 checks green at submission
  • The paperwriting-main.pdf: "Depth-AR: Skipping Transformer Layers Without Dropping Their Updates", submitted 33 minutes early. The winning paper and its own git history — 45 commits, 39 of them made by the AI — live in the paper repo: [happyhappy-jun/

项目描述

Multi-agent harness + complete run record of the 1st-place entry at Ralphthon@ICML2026 — three AI agents wrote a workshop paper in 3 hours

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482