← Search

haitao li

13 accepted papers

2026

Auto-PRE: An Automatic and Cost-Efficient Peer-Review Framework for Language Generation Evaluation

AAAI 2026technical

The rapid development of large language models (LLMs) has highlighted the need for efficient and reliable methods to evaluate their performance. Traditional evaluation methods often face challenges like high costs, limited task formats, dependence on human references, and systematic biases. To addre

Cited by 0SourcePDFScholar
2026

LLMS ON TRIAL: Evaluating Judicial Fairness For Large Language Models

ICLR 2026poster

Large Language Models (LLMs) are increasingly used in high-stakes fields, such as law, where their decisions can directly impact people's lives. When LLMs act as judges, the ability to fairly resolve judicial issues is necessary to ensure their trustworthiness. Based on theories of judicial fairness…

Cited by 0SourcecodeScholar
2026

Simulating Dispute Mediation with LLM-Based Agents for Legal Research

AAAI 2026technical

Legal dispute mediation plays a crucial role in resolving civil disputes, yet its empirical study is limited by privacy constraints and complex multivariate interactions. To address this limitation, we present AgentMediation, the first LLM-based agent framework for simulating dispute mediation. It s

Cited by 0SourcePDFScholar
2026

anyECG-chat: A Generalist ECG-MLLM for Flexible ECG Input and Multi-Task Understanding

AAAI 2026technical

The advent of multimodal large language models (MLLMs) has sparked interest in their application to electrocardiogram (ECG) analysis. However, existing ECG-focused MLLMs primarily focus on report generation tasks, often limited to single 12-lead, short-duration (10s) ECG inputs, thereby underutilizi

Cited by 0SourcePDFScholar
2025

BLADE: Enhancing Black-Box Large Language Models with Small Domain-Specific Models

AAAI 2025technical

Large Language Models (LLMs) like ChatGPT and GPT-4 are versatile and capable of addressing open-domain question-answering(QA) tasks effectively. However, general LLMs, which are developed on open-domain data, may lack the domain-specific knowledge essential for tasks in vertical domains, such as l…

2025

CalibraEval: Calibrating Prediction Distribution to Mitigate Selection Bias in LLMs-as-Judges

ACL 2025long

The use of large language models (LLMs) as automated evaluation tools to assess the quality of generated natural language, known as ”LLMs-as-Judges”, has demonstrated promising capabilities and is rapidly gaining widespread attention. However, when applied to pairwise comparisons of candidate respon…

2025

DELTA: Pre-Train a Discriminative Encoder for Legal Case Retrieval via Structural Word Alignment

AAAI 2025technical

Recent research demonstrates the effectiveness of using pre-trained language models for legal case retrieval. Most of the existing works focus on improving the representation ability for the contextualized embedding of the [CLS] token and calculate relevance using textual semantic similarity. Howeve…

2025

FIGRDock: Fast Interaction-Guided Regression for Flexible Docking

NeurIPS 2025poster

Flexible docking, which predicts the binding conformations of both proteins and small molecules by modeling their structural flexibility, plays a vital role in structure-based drug design. Although recent generative approaches, particularly diffusion-based models, have shown promising results, they…

Cited by 0SourceScholar
2025

LegalAgentBench: Evaluating LLM Agents in Legal Domain

ACL 2025long

With the increasing intelligence and autonomy of LLM Agents, their potential applications in the legal domain are becoming increasingly apparent. However, existing general-domain benchmarks are unable to fully capture the complexity and subtle nuances inherent in real-world judicial cognition and de…

2025

SelfRACG: Enabling LLMs to Self-Express and Retrieve for Code Generation

EMNLP 2025

Existing retrieval-augmented code generation (RACG) methods typically use an external retrieval module to fetch semantically similar code snippets used for generating subsequent fragments. However, even for consecutive code fragments, the content often diverges due to logical progression, resulting

2024

LexEval: A Comprehensive Chinese Legal Benchmark for Evaluating Large Language Models

NeurIPS 2024poster

Large language models (LLMs) have made significant progress in natural language processing tasks and demonstrate considerable potential in the legal domain. However, legal applications demand high standards of accuracy, reliability, and fairness. Applying existing LLMs to legal systems without care…