Papers by Eunseong Choi
From Reading to Compressing: Exploring the Multi-document Reader for Prompt Compression (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Large language models (LLMs) have recently exhibited performance gains owing to a wide variety of prompting techniques, including Retrieval-Augmented Generation (RAG), Chain-of-Thought (CoT), and In-Context Learning (ICL). |
| Approach: | They propose a prompt compression method that captures the global context without compromising semantic consistency while detouring the necessity of pseudo-labels for training the compressor. |
| Outcome: | Empirical results show that the proposed method retains key contexts while reducing the prompt length by 80%. |
MelBERT: Metaphor Detection via Contextualized Late Interaction using Metaphorical Identification Theories (2021.naacl-main)
Copied to clipboard
| Challenge: | Existing studies have developed computational models to recognize metaphorical words in sentences. |
| Approach: | They propose a model that leverages contextualized word representation and linguistic metaphor identification theories to detect whether the target word is metaphorical. |
| Outcome: | The proposed model outperforms baseline models on four benchmark datasets . it leverages contextualized word representation and linguistic metaphor identification theories to detect whether the target word is metaphorical. |
Multi-view-guided Passage Reranking with Large Language Models (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing models rely on autoregressive generation and sliding window strategies to rank passages, which incur heavy computational overhead as the number of passages increases. |
| Approach: | They propose a non-generative LLM-based reranking method that encodes query-passage information into diverse view embeddings without being influenced by external biases. |
| Outcome: | The proposed model matches the performance of much larger 7B-scale fine-tuned models while achieving a 100x reduction in inference latency. |
GRAM: Generative Recommendation via Semantic-aware Multi-granular Late Fusion (2025.acl-long)
Copied to clipboard
| Challenge: | Existing studies rely on item metadata to construct abbreviated item IDs, leading to a loss of valuable details. |
| Approach: | They propose a Generative Recommender via semantic-aware multi-granular late fusion to integrate rich semantics efficiently with minimal information loss. |
| Outcome: | The proposed model outperforms eight state-of-the-art recommendation models on four benchmark datasets and achieves significant improvements of 11.5-16.0% in Recall@5 and 5.3-13.6% in NDCG@5. |
Conflict-Aware Soft Prompting for Retrieval-Augmented Generation (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies show that REtrieval-augmented generation (RAG) fails to resolve the conflict between incorrect external context and correct parametric knowledge. |
| Approach: | They propose a conflict-aware REtrieval-augmented generation system that encodes external context into compact memory embeddings and captures a guidance signal that directs reasoning toward the more reliable knowledge source. |
| Outcome: | Extensive experiments show that CARE effectively mitigates context-memory conflicts, leading to an average performance gain of 5.0% on QA and fact-checking benchmarks. |
Multi-Granularity Guided Fusion-in-Decoder (2024.findings-naacl)
Copied to clipboard
| Challenge: | Open-domain question answering requires deriving factual responses without explicit evidence . recent approaches combine retrieval of relevant information with response generation . |
| Approach: | They propose a model that concatenates multiple contexts in the decoding phase . they propose MGFiD, which harmonizes passage re-ranking with sentence classification . |
| Outcome: | The proposed model outperforms existing models on Natural Questions and TriviaQA datasets . it aggregates evident sentences into an anchor vector that instructs the decoder . |