← Search

Mujeen Sung

8 accepted papers

2025

Learning from Negative Samples in Biomedical Generative Entity Linking

ACL 2025finding

Generative models have become widely used in biomedical entity linking (BioEL) due to their excellent performance and efficient memory usage. However, these models are usually trained only with positive samples—entities that match the input mention’s identifier—and do not explicitly learn from hard…

2025

Rationale-Guided Retrieval Augmented Generation for Medical Question Answering

NAACL 2025long

Large language models (LLM) hold significant potential for applications in biomedicine, but they struggle with hallucinations and outdated knowledge.While retrieval-augmented generation (RAG) is generally employed to address these issues, it also has its own set of challenges: (1) LLMs are vulnerabl…

2025

Structured List-Grounded Question Answering

COLING 2025main

Document-grounded dialogue systems aim to answer user queries by leveraging external information. Previous studies have mainly focused on handling free-form documents, often overlooking structured data such as lists, which can represent a range of nuanced semantic relations. Motivated by the observa…

Cited by 0SourcePDFScholar
2024

CookingSense: A Culinary Knowledgebase with Multidisciplinary Assertions

COLING 2024main

This paper introduces CookingSense, a descriptive collection of knowledge assertions in the culinary domain extracted from various sources, including web data, scientific papers, and recipes, from which knowledge covering a broad range of aspects is acquired. CookingSense is constructed through a se…

2023

Optimizing Test-Time Query Representations for Dense Retrieval

ACL 2023findings

Recent developments of dense retrieval rely on quality representations of queries and contexts from pre-trained query and context encoders. In this paper, we introduce TOUR (Test-Time Optimization of Query Representations), which further optimizes instance-level query representations guided by signa…

2023

Pre-training Intent-Aware Encoders for Zero- and Few-Shot Intent Classification

EMNLP 2023long main

Intent classification (IC) plays an important role in task-oriented dialogue systems. However, IC models often generalize poorly when training without sufficient annotated examples for each user intent. We propose a novel pre-training method for text encoders that uses contrastive learning with inte…

Cited by 0SourcecodeScholar
2021

Can Language Models be Biomedical Knowledge Bases?

EMNLP 2021main

Pre-trained language models (LMs) have become ubiquitous in solving various natural language processing (NLP) tasks. There has been increasing interest in what knowledge these LMs contain and how we can extract that knowledge, treating LMs as knowledge bases (KBs). While there has been much work on…