← Search

Yuyu Zhang

5 accepted papers

2025

Multi-SWE-bench: A Multilingual Benchmark for Issue Resolving

NeurIPS 2025poster

The task of issue resolving aims to modify a codebase to generate a patch that addresses a given issue. However, most existing benchmarks focus almost exclusively on Python, making them insufficient for evaluating Large Language Models (LLMs) across different programming languages. To bridge this ga…

Cited by 0SourceScholar
2024

GPT-Fathom: Benchmarking Large Language Models to Decipher the Evolutionary Path towards GPT-4 and Beyond

NAACL 2024findings

With the rapid advancement of large language models (LLMs), there is a pressing need for a comprehensive evaluation suite to assess their capabilities and limitations. Existing LLM leaderboards often reference scores reported in other papers without consistent settings and prompts, which may inadver…

2020

Efficient Probabilistic Logic Reasoning with Graph Neural Networks

ICLR 2020poster

Markov Logic Networks (MLNs), which elegantly combine logic rules and probabilistic graphical models, can be used to address many knowledge graph problems. However, inference in MLN is computationally intensive, making the industrial-scale application of MLN very difficult. In recent years, graph ne…

Cited by 167SourcecodeScholar
2017

Learning Combinatorial Optimization Algorithms over Graphs

NeurIPS 2017spotlight

The design of good heuristics or approximation algorithms for NP-hard combinatorial optimization problems often requires significant specialized knowledge and trial-and-error. Can we automate this challenging, tedious process, and learn the algorithms instead? In many real-world applications, it is…