← Search

Karl Stratos

9 accepted papers

2025

ImpRAG: Retrieval-Augmented Generation with Implicit Queries

EMNLP 2025

Retrieval-Augmented Generation (RAG) systems traditionally treat retrieval and generation as separate processes, requiring explicit textual queries to connect them. This separation can limit the ability of models to generalize across diverse tasks. In this work, we propose a query-free RAG system, n

Cited by 0SourcePDFScholar
2025

The Impact of Visual Information in Chinese Characters: Evaluating Large Models’ Ability to Recognize and Utilize Radicals

NAACL 2025long

The glyphic writing system of Chinese incorporates information-rich visual features in each character, such as radicals that provide hints about meaning or pronunciation. However, there has been no investigation into whether contemporary Large Language Models (LLMs) and Vision-Language Models (VLMs)…

2021

Data-to-text Generation by Splicing Together Nearest Neighbors

EMNLP 2021main

We propose to tackle data-to-text generation tasks by directly splicing together retrieved segments of text from “neighbor” source-target pairs. Unlike recent work that conditions on retrieved neighbors but generates text token-by-token, left-to-right, we learn a policy that directly manipulates seg…

2020

Learning Discrete Structured Representations by Adversarially Maximizing Mutual Information

ICML 2020poster

We propose learning discrete structured representations from unlabeled data by maximizing the mutual information between a structured latent variable and a target variable. Calculating mutual information is intractable in this setting. Our key technical contribution is an adversarial objective that…