paper-with-me

Papers

Thread Detection and Response Generation using Transformers with Prompt Optimisation

2024-03-09 · Kevin Joshua T, Arnav Agarwal, Shriya Sanjay, Yash Sarda, John Sahaya Rani Alex, Saurav Gupta, Sushant Kumar, Vishwanath Kamath

Conversational systems are crucial for human-computer interaction, managing complex dialogues by identifying threads and prioritising responses. This is especially vital in multi-party conversations, where precise identification of threads and strategic response prioritisation ensure efficient dialogue management. To address these challenges an end-to-end model that identifies threads and prioritises their response generation based on the importance was developed, involving a systematic decomposition of the problem into discrete components - thread detection, prioritisation, and performance optimisation which was meticulously analysed and optimised. These refined components seamlessly integrate into a unified framework, in conversational systems. Llama2 7b is used due to its high level of generalisation but the system can be updated with any open source Large Language Model(LLM). The computational capabilities of the Llama2 model was augmented by using fine tuning methods and strategic prompting techniques to optimise the model's performance, reducing computational time and increasing the accuracy of the model. The model achieves up to 10x speed improvement, while generating more coherent results compared to existing models.

📄 PDF Abstract BibTeX arXiv:2403.05931

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue ManagementLanguage ModelingLanguage ModellingLarge Language ModelManagementResponse Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Thread of Thought Unraveling Chaotic Contexts

2023-11-15 · Yucheng Zhou, Xiubo Geng, Tao Shen, Chongyang Tao 외

Large Language Models (LLMs) have ushered in a transformative era in the field of natural language processing, excelling in tasks related to text comprehension and generation. Nevertheless, they encounter difficulties wh…

Reading Comprehension

Multi-turn Response Selection using Dialogue Dependency Relations

2020-10-04 · EMNLP 2020 11 · Qi Jia, Yizhu Liu, Siyu Ren, Kenny Q. Zhu 외

Multi-turn response selection is a task designed for developing dialogue agents. The performance on this task has a remarkable improvement with pre-trained language models. However, these models simply concatenate the tu…

Zero-Shot Rumor Detection with Propagation Structure via Prompt Learning

2022-12-02 · Hongzhan Lin, Pengyao Yi, Jing Ma, Haiyun Jiang 외

The spread of rumors along with breaking events seriously hinders the truth in the era of social media. Previous studies reveal that due to the lack of annotated resources, rumors presented in minority languages are hard…

Domain AdaptationPrompt Learning

Transformers on Sarcasm Detection with Context

2020-07-01 · ACL 2020 7

Sarcasm Detection with Context, a shared task of Second Workshop on Figurative Language Processing (co-located with ACL 2020), is study of effect of context on Sarcasm detection in conversations of Social media. We prese…

ClassificationGeneral ClassificationSarcasm DetectionSentence+2

Timing Analysis and Priority-driven Enhancements of ROS 2 Multi-threaded Executors

2024-08-15 · Hoora Sobhani, Hyunjong Choi, Hyoseung Kim

The second generation of Robotic Operating System, ROS 2, has gained much attention for its potential to be used for safety-critical robotic applications. The need to provide a solid foundation for timing correctness and…

Scheduling