Baselight

Blended Skill Talk

Personality, Empathy, and Knowledge

@kaggle.thedevastator_multi_modal_conversation_data

Loading...
Loading...

About this Dataset

Blended Skill Talk


Blended Skill Talk

Personality, Empathy, and Knowledge

By Huggingface Hub [source]


About this dataset

This dataset contains conversations between two personas with additional context, previous utterances, free messages, guided messages, suggestions and guided chosen suggestions, allowing for the creation of natural multi-modal conversations with personality, empathy and knowledge. The conversations are designed to measure a full range of technical competencies such as dialog flow management (including response times), topic control and coherence of conversation. It also provides a basis for exploring the impact of different conversational styles on user engagement. Additionally, the task is useful in validating distributed dialogue systems across various modalities while revealing potential biases present in different contexts. Finally, it enables benchmarking against data sets in similar areas towards development of an automatic evaluation system to effectively grade tactical skill talk performance over time

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset contains conversations between two personas, providing detailed insight into the conversation flow and the use of multi-modal communication tools. The data provides information about each particular conversational experience that can be used to develop a better understanding of how people interact.

Within this dataset there are several columns that can be used to investigate the conversations, along with the context in which it is occurring. Personas are included as an indicator for who is engaging in conversation, additional context allows a framework for starting off conversations and accumulating meaningful results from each segment of dialogue. The previous utterance column captures recent history so any relevant reference points can be utilized during discourse. Free messages allow anyone partaking in the exchange to spontaneously add content and suggest topics that may have been otherwise overlooked. Guided messages help guide discussions while still allowing for creative dialogue choices with regards to how delivery will vary within earlier frames mentioned previously such as context or previous utterances. Suggestions serve a dual purpose offering approval or suggestions when necessary but subtlety implying how certain actions should or could be taken when engaging digital avatars; while guided chosen suggestion inserts weights User Neutrality vs sentiment engagement depending on what course might suit either users objectives best, minimizing bias and instead advocating fairness over personal preference towards either individual party's specific stance on disputed topics~

Research Ideas

  • Building virtual assistants with conversational and multi-modal capabilities.
  • Creating interactive tutorials using a combination of personas, free messages, guided messages and suggestions for content that constantly adapts to user input

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: validation.csv

Column name Description
personas This column contains the two personas involved in the conversation. (String)
additional_context This column contains additional context information that may be relevant to the conversation. (String)
previous_utterance This column contains the previous utterance from the conversation. (String)
free_messages This column contains free messages that can be used to create dynamic conversations. (String)
suggestions This column contains suggested messages that can be used to create dynamic conversations. (String)

File: train.csv

Column name Description
personas This column contains the two personas involved in the conversation. (String)
additional_context This column contains additional context information that may be relevant to the conversation. (String)
previous_utterance This column contains the previous utterance from the conversation. (String)
free_messages This column contains free messages that can be used to create dynamic conversations. (String)
suggestions This column contains suggested messages that can be used to create dynamic conversations. (String)

File: test.csv

Column name Description
personas This column contains the two personas involved in the conversation. (String)
additional_context This column contains additional context information that may be relevant to the conversation. (String)
previous_utterance This column contains the previous utterance from the conversation. (String)
free_messages This column contains free messages that can be used to create dynamic conversations. (String)
suggestions This column contains suggested messages that can be used to create dynamic conversations. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Huggingface Hub.

Tables

Test

@kaggle.thedevastator_multi_modal_conversation_data.test
  • 26.8 MB
  • 980 rows
  • 9 columns
Loading...

CREATE TABLE test (
  "personas" VARCHAR,
  "additional_context" VARCHAR,
  "previous_utterance" VARCHAR,
  "context" VARCHAR,
  "free_messages" VARCHAR,
  "guided_messages" VARCHAR,
  "suggestions" VARCHAR,
  "guided_chosen_suggestions" VARCHAR,
  "label_candidates" VARCHAR
);

Train

@kaggle.thedevastator_multi_modal_conversation_data.train
  • 6.28 MB
  • 4819 rows
  • 9 columns
Loading...

CREATE TABLE train (
  "personas" VARCHAR,
  "additional_context" VARCHAR,
  "previous_utterance" VARCHAR,
  "context" VARCHAR,
  "free_messages" VARCHAR,
  "guided_messages" VARCHAR,
  "suggestions" VARCHAR,
  "guided_chosen_suggestions" VARCHAR,
  "label_candidates" VARCHAR
);

Validation

@kaggle.thedevastator_multi_modal_conversation_data.validation
  • 26.49 MB
  • 1009 rows
  • 9 columns
Loading...

CREATE TABLE validation (
  "personas" VARCHAR,
  "additional_context" VARCHAR,
  "previous_utterance" VARCHAR,
  "context" VARCHAR,
  "free_messages" VARCHAR,
  "guided_messages" VARCHAR,
  "suggestions" VARCHAR,
  "guided_chosen_suggestions" VARCHAR,
  "label_candidates" VARCHAR
);

Share link

Anyone who has the link will be able to view this.