← Search

Jong Park

9 accepted papers

2024

Adaptive-RAG: Learning to Adapt Retrieval-Augmented Large Language Models through Question Complexity

NAACL 2024long

Retrieval-Augmented Large Language Models (LLMs), which incorporate the non-parametric knowledge from external knowledge bases into LLMs, have emerged as a promising approach to enhancing response accuracy in several tasks, such as Question-Answering (QA). However, even though there are various appr…

2024

Ask LLMs Directly, “What shapes your bias?”: Measuring Social Bias in Large Language Models

ACL 2024findings

Social bias is shaped by the accumulation of social perceptions towards targets across various demographic identities. To fully understand such social bias in large language models (LLMs), it is essential to consider the composite of social perceptions from diverse perspectives among identities. Pre…

2023

A Simple and Flexible Modeling for Mental Disorder Detection by Learning from Clinical Questionnaires

ACL 2023long

Social media is one of the most highly sought resources for analyzing characteristics of the language by its users. In particular, many researchers utilized various linguistic features of mental health problems from social media. However, existing approaches to detecting mental disorders face critic…

2023

Discrete Prompt Optimization via Constrained Generation for Zero-shot Re-ranker

ACL 2023findings

Re-rankers, which order retrieved documents with respect to the relevance score on the given query, have gained attention for the information retrieval (IR) task. Rather than fine-tuning the pre-trained language model (PLM), the large-scale language model (LLM) is utilized as a zero-shot re-ranker w…

2023

Phrase Retrieval for Open Domain Conversational Question Answering with Conversational Dependency Modeling via Contrastive Learning

ACL 2023findings

Open-Domain Conversational Question Answering (ODConvQA) aims at answering questions through a multi-turn conversation based on a retriever-reader pipeline, which retrieves passages and then predicts answers with them. However, such a pipeline approach not only makes the reader vulnerable to the err…

2023

Question-Answering in a Low-resourced Language: Benchmark Dataset and Models for Tigrinya

ACL 2023long

Question-Answering (QA) has seen significant advances recently, achieving near human-level performance over some benchmarks. However, these advances focus on high-resourced languages such as English, while the task remains unexplored for most other languages, mainly due to the lack of annotated data…

2022

Augmenting Document Representations for Dense Retrieval with Interpolation and Perturbation

ACL 2022short

Dense retrieval models, which aim at retrieving the most relevant document for an input query on a dense representation space, have gained considerable attention for their remarkable success. Yet, dense models require a vast amount of labeled training data for notable performance, whereas it is ofte…

2021

Generating Negative Samples by Manipulating Golden Responses for Unsupervised Learning of a Response Evaluation Model

NAACL 2021long

Evaluating the quality of responses generated by open-domain conversation systems is a challenging task. This is partly because there can be multiple appropriate responses to a given dialogue history. Reference-based metrics that rely on comparisons to a set of known correct responses often fail to…