Dynamic Task-Oriented Dialogue: A Comparative Study of Llama-2 and Bert in Slot Value Generation (2024.eacl-srw)
Copied to clipboard
| Challenge: | Recent advances in instruction-based language models have demonstrated exceptional performance across various natural language processing tasks. |
| Approach: | They propose to use BERT and Llama-2 to generate dynamic task-oriented dialogues using a multi-dimensional dataset. |
| Outcome: | The proposed models generate predictions for masked slot values within text and are reproducible in open-source environments. |
Similar Papers
TOD-BERT: Pre-trained Natural Language Understanding for Task-Oriented Dialogue (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing pre-trained language models with self-attention encoder architectures are less useful in practice. |
| Approach: | They propose to use user and system tokens to model dialogue behavior during pre-training . they propose a contrastive objective function to simulate the response selection task . |
| Outcome: | The proposed model outperforms baseline models on four downstream tasks . it also has a few-shot ability that can mitigate the data scarcity problem . |
NLU++: A Multi-Label, Slot-Rich, Generalisable Dataset for Natural Language Understanding in Task-Oriented Dialogue (2022.findings-naacl)
Copied to clipboard
| Challenge: | NLU++ provides a more challenging evaluation environment for dialogue NLU models . Typical ToD systems still rely on a modular design . |
| Approach: | They propose to use NLU++ to provide a more challenging evaluation environment for dialogue NLU models. |
| Outcome: | The proposed dataset improves existing datasets and provides a much more challenging evaluation environment for dialogue NLU models. |
Natural Language Processing for Multilingual Task-Oriented Dialogue (2022.acl-tutorials)
Copied to clipboard
| Challenge: | a tutorial will examine the challenges and gaps in multilingual ToD research . multilingual systems are difficult to build, and are limited to English and other languages . |
| Approach: | This tutorial will discuss the importance of multilingual task-oriented dialogue systems . it will provide an overview of current research gaps, challenges and initiatives related to multilingual ToD systems - with a particular focus on their connections to current research and challenges in multilingual and low-resource NLP. |
| Outcome: | This tutorial will provide an overview of current research gaps, challenges and initiatives related to multilingual ToD systems. |
SQLWOZ: A Realistic Task-Oriented Dialogue Dataset with SQL-Based Dialogue State Representation for Complex User Requirements (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing TOD datasets present simplified interactions with simple slot-value style constraints and preferences. |
| Approach: | They propose a novel TOD dataset that captures complex user requirements using SQL statements. |
| Outcome: | The proposed dataset captures complex, real-world user requirements. |
Do BERT-Like Bidirectional Models Still Perform Better on Text Classification in the Era of LLMs? (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Rapid adoption of LLMs has overshadowed the potential advantages of traditional BERT-like models in text classification. |
| Approach: | They compare BERT-like models fine-tuning, LLM internal state utilization, and LLM zero-shot inference across six datasets. |
| Outcome: | The proposed method outperforms LLMs on six challenging datasets. |
Recent Neural Methods on Slot Filling and Intent Classification for Task-Oriented Dialogue Systems: A Survey (2020.coling-main)
Copied to clipboard
| Challenge: | In recent years, neural-network based models have been used for a wide range of tasks, including slot filling and intent classification. |
| Approach: | They propose three neural architectures to model slot filling and intent classification . they propose independent models, joint models and transfer learning models that exploit the mutual benefit of the two tasks simultaneously and scale the model to new domains. |
| Outcome: | The proposed models model SF and IC separately, exploit mutual benefit of the two tasks simultaneously and scale the model to new domains. |
Unveiling the Potential of BERT-family: A New Recipe for Building Scalable, General and Competitive Large Language Models (2025.acl-long)
Copied to clipboard
| Challenge: | Generative large language models (LLMs) have significantly influenced various aspects of society, reshaping how we access and interact with information and knowledge. |
| Approach: | They propose a pre-training task that helps BERT-family excel in wider applications . they also explore the integration of cutting-edge technologies into their models to further enhance their capabilities. |
| Outcome: | The proposed model exhibits performance levels comparable to current SOTA LLMs across a spectrum of tasks. |
STIL - Simultaneous Slot Filling, Translation, Intent Classification, and Language Identification: Initial Results using mBART on MultiATIS++ (2020.aacl-main)
Copied to clipboard
| Challenge: | Slot-filling, Translation, Intent classification, and Language identification (STIL) are tasks for multilingual Natural Language Understanding (NLU) . |
| Approach: | They propose to perform simultaneous slot filling and translation into a single output language (English in this case). |
| Outcome: | The proposed task performs better than the current state-of-the-art system for the languages tested, but with lower intent classification accuracy and lower slot F1 . |
An Improved, Strong Baseline for Pre-Trained Large Language Models as Task-Oriented Dialogue Systems (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Recent studies have shown that Large Language Models perform insufficiently as TOD systems. |
| Approach: | They propose a self-checking mechanism to improve LLM performance as TOD systems. |
| Outcome: | The proposed model outperforms existing models and improves their performance. |
BERTGen: Multi-task Generation through BERT (2021.acl-long)
Copied to clipboard
| Challenge: | Recent work in unsupervised and self-supervised pre-training has revolutionised the field of natural language understanding (NLU). |
| Approach: | They propose to use multimodal and multilingual pre-trained models to extend BERT by fusing them together for language generation tasks. |
| Outcome: | The proposed model outperforms baseline models in image captioning, machine translation and multimodal machine translation tasks and is competitive with supervised counterparts. |