← Search

Yinghao Li

18 accepted papers

2026

WaveC2R: Wavelet-Driven Coarse-to-Refined Hierarchical Learning for Radar Retrieval

AAAI 2026technical

Satellite-based radar retrieval methods are widely employed to fill coverage gaps in ground-based radar systems, especially in remote areas affected by terrain blockage and limited detection range. Existing methods predominantly rely on overly simplistic spatial-domain architectures constructed from

Cited by 0SourcePDFScholar
2025

MLE-Dojo: Interactive Environments for Empowering LLM Agents in Machine Learning Engineering

NeurIPS 2025poster

We introduce MLE-Dojo, a Gym-style framework for systematically reinforcement learning, evaluating, and improving autonomous large language model (LLM) agents in iterative machine learning engineering (MLE) workflows. Unlike existing benchmarks that primarily rely on static datasets or single-attemp…

Cited by 0SourcecodeScholar
2025

SRA-MCTS: Self-driven Reasoning Augmentation with Monte Carlo Tree Search for Code Generation

IJCAI 2025

Large language models exhibit remarkable performance in simple code generation tasks. However, they encounter significant challenges when addressing complex problems that require reasoning and question decomposition. To tackle this, we propose a self-driven reasoning augmentation process, SRA-MCTS,

2025

Unveiling and Addressing Pseudo Forgetting in Large Language Models

ACL 2025finding

Although substantial efforts have been made to mitigate catastrophic forgetting in continual learning, the intrinsic mechanisms are not well understood. In this work, we demonstrate the existence of “pseudo forgetting”: the performance degradation in previous tasks is not attributed to a loss of cap…

Cited by 0SourcePDFScholar
2024

A Simple but Effective Approach to Improve Structured Language Model Output for Information Extraction

EMNLP 2024finding

Large language models (LLMs) have demonstrated impressive abilities in generating unstructured natural language according to instructions. However, their performance can be inconsistent when tasked with producing text that adheres to specific structured formats, which is crucial in applications like…

2024

Assessing Logical Puzzle Solving in Large Language Models: Insights from a Minesweeper Case Study

NAACL 2024long

Large Language Models (LLMs) have shown remarkable proficiency in language understanding and have been successfully applied to a variety of real-world tasks through task-specific fine-tuning or prompt engineering. Despite these advancements, it remains an open question whether LLMs are fundamentally…

2024

Fundamental Capabilities of Large Language Models and their Applications in Domain Scenarios: A Survey

ACL 2024long

Large Language Models (LLMs) demonstrate significant value in domain-specific applications, benefiting from their fundamental capabilities. Nevertheless, it is still unclear which fundamental capabilities contribute to success in specific domains. Moreover, the existing benchmark-based evaluation ca…

Cited by 4SourcePDFScholar
2024

How Far Can In-Context Alignment Go? Exploring the State of In-Context Alignment

EMNLP 2024finding

Recent studies have demonstrated that In-Context Learning (ICL), through the use of specific demonstrations, can align Large Language Models (LLMs) with human preferences known as In-Context Alignment (ICA), indicating that models can comprehend human instructions without requiring parameter adjustm…

2024

POLYIE: A Dataset of Information Extraction from Polymer Material Scientific Literature

NAACL 2024long

Scientific information extraction (SciIE), which aims to automatically extract information from scientific literature, is becoming more important than ever. However, there are no existing SciIE datasets for polymer materials, which is an important class of materials used ubiquitously in our daily li…

2024

PSST: A Benchmark for Evaluation-driven Text Public-Speaking Style Transfer

EMNLP 2024finding

Language style is necessary for AI systems to accurately understand and generate diverse human language. However, previous text style transfer primarily focused on sentence-level data-driven approaches, limiting exploration of potential problems in large language models (LLMs) and the ability to mee…

2024

ProgGen: Generating Named Entity Recognition Datasets Step-by-step with Self-Reflexive Large Language Models

ACL 2024findings

Although Large Language Models (LLMs) exhibit remarkable adaptability across domains, these models often fall short in structured knowledge extraction tasks such as named entity recognition (NER). This paper explores an innovative, cost-efficient strategy to harness LLMs with modest NER capabilities…

2024

Word Matters: What Influences Domain Adaptation in Summarization?

ACL 2024long

Domain adaptation aims to enable Large Language Models (LLMs) to generalize domain datasets unseen effectively during the training phase. However, factors such as the size of the model parameters and the scale of training data are general influencers and do not reflect the nuances of domain adaptati…

2023

Extracting Shopping Interest-Related Product Types from the Web

ACL 2023findings

Recommending a diversity of product types (PTs) is important for a good shopping experience when customers are looking for products around their high-level shopping interests (SIs) such as hiking. However, the SI-PT connection is typically absent in e-commerce product catalogs and expensive to const…

2023

TemplateGEC: Improving Grammatical Error Correction with Detection Template

ACL 2023long

Grammatical error correction (GEC) can be divided into sequence-to-edit (Seq2Edit) and sequence-to-sequence (Seq2Seq) frameworks, both of which have their pros and cons. To utilize the strengths and make up for the shortcomings of these frameworks, this paper proposes a novel method, TemplateGEC, wh…

2022

ReSel: N-ary Relation Extraction from Scientific Text and Tables by Learning to Retrieve and Select

EMNLP 2022main

We study the problem of extracting N-ary relation tuples from scientific articles. This task is challenging because the target knowledge tuples can reside in multiple parts and modalities of the document. Our proposed method ReSel decomposes this task into a two-stage procedure that first retrieves…

2021

BERTifying the Hidden Markov Model for Multi-Source Weakly Supervised Named Entity Recognition

ACL 2021long

We study the problem of learning a named entity recognition (NER) tagger using noisy labels from multiple weak supervision sources. Though cheap to obtain, the labels from weak supervision sources are often incomplete, inaccurate, and contradictory, making it difficult to learn an accurate NER model…

2021

WRENCH: A Comprehensive Benchmark for Weak Supervision

NeurIPS 2021poster

Recent Weak Supervision (WS) approaches have had widespread success in easing the bottleneck of labeling training data for machine learning by synthesizing labels from multiple potentially noisy supervision sources. However, proper measurement and analysis of these approaches remain a challenge. Fi…

Cited by 119SourcecodeScholar