← Search

Shuyang Li

4 accepted papers

2024

EpiGEN: An Efficient Multi-Api Code GENeration Framework under Enterprise Scenario

COLING 2024main

In recent years, Large Language Models (LLMs) have demonstrated exceptional performance in code-generation tasks. However, under enterprise scenarios where private APIs are pre-built, general LLMs often fail to meet expectations. Existing approaches are confronted with drawbacks of high resource con…

Cited by 0SourcePDFScholar
2024

SumCSE: Summary as a transformation for Contrastive Learning

NAACL 2024findings

Sentence embedding models are typically trained using contrastive learning (CL), either using human annotations directly or by repurposing other annotated datasets. In this work, we explore the recently introduced paradigm of generating CL data using generative language models (LM). In CL for comput…

2022

Instilling Type Knowledge in Language Models via Multi-Task QA

NAACL 2022findings

Understanding human language often necessitates understanding entities and their place in a taxonomy of knowledge—their types.Previous methods to learn entity types rely on training classifiers on datasets with coarse, noisy, and incomplete labels. We introduce a method to instill fine-grained type…

2022

SHARE: a System for Hierarchical Assistive Recipe Editing

EMNLP 2022main

The large population of home cooks with dietary restrictions is under-served by existing cooking resources and recipe generation models. To help them, we propose the task of controllable recipe editing: adapt a base recipe to satisfy a user-specified dietary constraint. This task is challenging, and…