← Search

Oleg Rokhlenko

18 accepted papers

2026

Align to Structure: Aligning Large Language Models with Structural Information

AAAI 2026technical

Generating long, coherent text remains a challenge for large language models (LLMs), as they lack hierarchical planning and structured organization in discourse generation. We introduce Structural Alignment, a novel method that aligns LLMs with human-like discourse structures to enhance long-form te

Cited by 7SourcePDFScholar
2025

Wizard of Shopping: Target-Oriented E-commerce Dialogue Generation with Decision Tree Branching

ACL 2025long

The goal of conversational product search (CPS) is to develop an intelligent, chat-based shopping assistant that can directly interact with customers to understand shopping intents, ask clarification questions, and find relevant products. However, training such assistants is hindered mainly due to t…

Cited by 0SourcePDFScholar
2024

Enhancing Low-Resource LLMs Classification with PEFT and Synthetic Data

COLING 2024main

Large Language Models (LLMs) operating in 0-shot or few-shot settings achieve competitive results in Text Classification tasks. In-Context Learning (ICL) typically achieves better accuracy than the 0-shot setting, but it pays in terms of efficiency, due to the longer input prompt. In this paper, we…

Cited by 2SourcePDFScholar
2024

Leveraging Interesting Facts to Enhance User Engagement with Conversational Interfaces

NAACL 2024industry

Conversational Task Assistants (CTAs) guide users in performing a multitude of activities, such as making recipes. However, ensuring that interactions remain engaging, interesting, and enjoyable for CTA users is not trivial, especially for time-consuming or challenging tasks. Grounded in psychologic…

2023

Answering Unanswered Questions through Semantic Reformulations in Spoken QA

ACL 2023industry

Spoken Question Answering (QA) is a key feature of voice assistants, usually backed by multiple QA systems. Users ask questions via spontaneous speech that can contain disfluencies, errors, and informal syntax or phrasing. This is a major challenge in QA, causing unanswered questions or irrelevant a…

2023

Faithful Low-Resource Data-to-Text Generation through Cycle Training

ACL 2023long

Methods to generate text from structured data have advanced significantly in recent years, primarily due to fine-tuning of pre-trained language models on large datasets. However, such models can fail to produce output faithful to the input data, particularly on out-of-domain data. Sufficient annotat…

2023

Generate-then-Retrieve: Intent-Aware FAQ Retrieval in Product Search

ACL 2023industry

Frequently Asked Question (FAQ) retrieval aims at retrieving question-answer pairs for a given a user query. Integrating FAQ retrieval with product search can not only empower users to make more informed purchase decisions, but also enhance user retention through efficient post-purchase support. Pro…

Cited by 5SourcePDFScholar
2023

MultiCoNER v2: a Large Multilingual dataset for Fine-grained and Noisy Named Entity Recognition

EMNLP 2023short findings

We present MULTICONER V2, a dataset for fine-grained Named Entity Recognition covering 33 entity classes across 12 languages, in both monolingual and multilingual settings. This dataset aims to tackle the following practical challenges in NER: (i) effective handling of fine-grained classes that incl…

Cited by 0SourceScholar
2022

CycleKQR: Unsupervised Bidirectional Keyword-Question Rewriting

EMNLP 2022main

Users expect their queries to be answered by search systems, regardless of the query’s surface form, which include keyword queries and natural questions. Natural Language Understanding (NLU) components of Search and QA systems may fail to correctly interpret semantically equivalent inputs if this de…

2022

Distilling Multilingual Transformers into CNNs for Scalable Intent Classification

EMNLP 2022industry

We describe an application of Knowledge Distillation used to distill and deploy multilingual Transformer models for voice assistants, enabling text classification for customers globally. Transformers have set new state-of-the-art results for tasks like intent classification, and multilingual models…

Cited by 2SourcePDFScholar
2022

Dynamic Gazetteer Integration in Multilingual Models for Cross-Lingual and Cross-Domain Named Entity Recognition

NAACL 2022long

Named entity recognition (NER) in a real-world setting remains challenging and is impacted by factors like text genre, corpus quality, and data availability. NER models trained on CoNLL do not transfer well to other domains, even within the same language. This is especially the case for multi-lingua…

Cited by 23SourcePDFScholar
2022

Fact Checking Machine Generated Text with Dependency Trees

EMNLP 2022industry

Factual and logical errors made by Natural Language Generation (NLG) systems limit their applicability in many settings. We study this problem in a conversational search and recommendation setting, and observe that we can often make two simplifying assumptions in this domain: (i) there exists a body…

2022

MultiCoNER: A Large-scale Multilingual Dataset for Complex Named Entity Recognition

COLING 2022main

We present AnonData, a large multilingual dataset for Named Entity Recognition that covers 3 domains (Wiki sentences, questions, and search queries) across 11 languages, as well as multilingual and code-mixing subsets. This dataset is designed to represent contemporary challenges in NER, including l…

Cited by 114SourcePDFScholar
2022

Reinforced Question Rewriting for Conversational Question Answering

EMNLP 2022industry

Conversational Question Answering (CQA) aims to answer questions contained within dialogues, which are not easily interpretable without context. Developing a model to rewrite conversational questions into self-contained ones is an emerging solution in industry settings as it allows using existing si…

Cited by 27SourcePDFScholar
2022

Wizard of Tasks: A Novel Conversational Dataset for Solving Real-World Tasks in Conversational Settings

COLING 2022main

Conversational Task Assistants (CTAs) are conversational agents whose goal is to help humans perform real-world tasks. CTAs can help in exploring available tasks, answering task-specific questions and guiding users through step-by-step instructions. In this work, we present Wizard of Tasks, the firs…

Cited by 24SourcePDFScholar
2021

Continual Learning for Named Entity Recognition

AAAI 2021technical

Named Entity Recognition (NER) is a vital task in various NLP applications. However, in many real-world scenarios (e.g., voice-enabled assistants) new named entities are frequently introduced, entailing re-training NER models to support these new entities. Re-annotating the original training data fo…

Cited by 83SourcePDFScholar
2021

GEMNET: Effective Gated Gazetteer Representations for Recognizing Complex Entities in Low-context Input

NAACL 2021long

Named Entity Recognition (NER) remains difficult in real-world settings; current challenges include short texts (low context), emerging entities, and complex entities (e.g. movie names). Gazetteer features can help, but results have been mixed due to challenges with adding extra features, and a lack…

Cited by 72SourcePDFScholar
2021

You Sound Like Someone Who Watches Drama Movies: Towards Predicting Movie Preferences from Conversational Interactions

NAACL 2021long

The increasing popularity of voice-based personal assistants provides new opportunities for conversational recommendation. One particularly interesting area is movie recommendation, which can benefit from an open-ended interaction with the user, through a natural conversation. We explore one promisi…