← Search

Renxi Wang

5 accepted papers

2026

Neural Theorem Proving for Verification Conditions: A Real-World Benchmark

ICLR 2026poster

Theorem proving is fundamental to program verification, where the automated proof of Verification Conditions (VCs) remains a primary bottleneck. Real-world program verification frequently encounters hard VCs that existing Automated Theorem Provers cannot prove, leading to a critical need for extensi…

Cited by 0SourcecodeScholar
2025

Explore the Reasoning Capability of LLMs in the Chess Testbed

NAACL 2025short

Reasoning is a central capability of human intelligence. In recent years, with the advent of large-scale datasets, pretrained large language models have emerged with new capabilities, including reasoning. However, these models still struggle with long-term, complex reasoning tasks, such as playing c…

Cited by 1SourcePDFScholar
2025

Libra-Leaderboard: Towards Responsible AI through a Balanced Leaderboard of Safety and Capability

NAACL 2025system demonstrations

As large language models (LLMs) continue to evolve, leaderboards play a significant role in steering their development. Existing leaderboards often prioritize model capabilities while overlooking safety concerns, leaving a significant gap in responsible AI development. To address this gap, we introd…

2025

ToolGen: Unified Tool Retrieval and Calling via Generation

ICLR 2025poster

As large language models (LLMs) advance, their inability to autonomously execute tasks by directly interacting with external tools remains a critical limitation. Traditional methods rely on inputting tool descriptions as context, which is constrained by context length and requires separate, often in…