← Search

Zhangqian Bi

5 accepted papers

2025

Hierarchically Encapsulated Representation for Protocol Design in Self-Driving Labs

ICLR 2025poster

Self-driving laboratories have begun to replace human experimenters in performing single experimental skills or predetermined experimental protocols. However, as the pace of idea iteration in scientific research has been intensified by Artificial Intelligence, the demand for rapid design of new prot…

Cited by 0SourcePDFScholar
2024

AutoDSL: Automated domain-specific language design for structural representation of procedures with constraints

ACL 2024long

Accurate representation of procedures in restricted scenarios, such as non-standardized scientific experiments, requires precise depiction of constraints. Unfortunately, Domain-specific Language (DSL), as an effective tool to express constraints structurally, often requires case-by-case hand-craftin…

Cited by 3SourcePDFScholar
2024

CodeIP: A Grammar-Guided Multi-Bit Watermark for Large Language Models of Code

EMNLP 2024finding

Large Language Models (LLMs) have achieved remarkable progress in code generation. It now becomes crucial to identify whether the code is AI-generated and to determine the specific model used, particularly for purposes such as protecting Intellectual Property (IP) in industry and preventing cheating…

2024

Expert-level protocol translation for self-driving labs

NeurIPS 2024poster

Recent development in Artificial Intelligence (AI) models has propelled their application in scientific discovery, but the validation and exploration of these discoveries require subsequent empirical experimentation. The concept of self-driving laboratories promises to automate and thus boost the ex…

Cited by 1SourcePDFScholar
2024

Iterative Refinement of Project-Level Code Context for Precise Code Generation with Compiler Feedback

ACL 2024findings

Large Language Models (LLMs) have shown remarkable progress in automated code generation. Yet, LLM-generated code may contain errors in API usage, class, data structure, or missing project-specific information. As much of this project-specific context cannot fit into the prompts of LLMs, we must fin…