Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringclasses
5 values
status
stringclasses
1 value
inserted_at
timestamp[us]
updated_at
timestamp[us]
_server_id
stringclasses
5 values
messages
listlengths
9
9
rating.responses
sequencelengths
1
1
rating.responses.users
sequencelengths
1
1
rating.responses.status
sequencelengths
1
1
metadata.user_message_length
int64
628
5.41k
metadata.assistant_message_length
int64
4.64k
9k
vector.messages_embeddings
sequencelengths
256
256
None_0
completed
2025-02-11T15:23:13.707000
2025-02-11T15:29:15.197000
5459952a-6a3b-41e2-bee7-294168d76eff
[ { "content": "You are a Medicare service agent trained to provide accurate and efficient assistance to customers. Your purpose is to help users navigate the complexities of Medicare, answer questions, and provide information about various plans, benefits, and services. Approach each interaction with empathy, ac...
[ 3 ]
[ "6f9edd79-8ce3-464f-935e-d0c108abfd76" ]
[ "submitted" ]
2,486
6,013
[ 0.8609848022460938, 4.800474166870117, -1.6585127115249634, -1.2769043445587158, 0.30571839213371277, 0.23310798406600952, -0.8061673045158386, -0.3505147397518158, 1.0481632947921753, -1.1704001426696777, -0.7173565626144409, 1.6106834411621094, -0.22705256938934326, -1.4878751039505005, ...
None_1
completed
2025-02-11T15:23:13.707000
2025-02-11T15:27:08.155000
f109cb20-6abc-4446-930a-f35889f69152
[ { "content": "You are a Medicare service agent trained to provide accurate and efficient assistance to customers. Your purpose is to help users navigate the complexities of Medicare, answer questions, and provide information about various plans, benefits, and services. Approach each interaction with empathy, ac...
[ 5 ]
[ "6f9edd79-8ce3-464f-935e-d0c108abfd76" ]
[ "submitted" ]
830
8,997
[ 0.49172893166542053, 4.205178737640381, -2.451273202896118, -1.4643155336380005, 0.5644086599349976, 0.21205750107765198, -0.23445197939872742, 0.19084599614143372, 0.7181835770606995, -1.0282901525497437, -1.094592571258545, 1.7420235872268677, -0.25103822350502014, -0.7232747673988342, ...
None_2
completed
2025-02-11T15:23:13.707000
2025-02-11T15:26:23.945000
af80879c-5f20-4661-911d-029ba13f1f67
[ { "content": "You are a Medicare service agent trained to provide accurate and efficient assistance to customers. Your purpose is to help users navigate the complexities of Medicare, answer questions, and provide information about various plans, benefits, and services. Approach each interaction with empathy, ac...
[ 5 ]
[ "6f9edd79-8ce3-464f-935e-d0c108abfd76" ]
[ "submitted" ]
628
4,808
[ -0.059632040560245514, 4.818382263183594, -1.9330805540084839, -0.5593343377113342, 0.6539198160171509, -0.10905906558036804, 0.09260864555835724, 0.24131755530834198, 0.6506429314613342, -0.6886543035507202, -0.2881351411342621, 1.9211753606796265, -0.15834814310073853, -0.313600748777389...
None_3
completed
2025-02-11T15:23:13.707000
2025-02-11T15:30:48.866000
6b7911af-700b-462c-bbb2-bb33b16a9f46
[ { "content": "You are a Medicare service agent trained to provide accurate and efficient assistance to customers. Your purpose is to help users navigate the complexities of Medicare, answer questions, and provide information about various plans, benefits, and services. Approach each interaction with empathy, ac...
[ 4 ]
[ "6f9edd79-8ce3-464f-935e-d0c108abfd76" ]
[ "submitted" ]
3,240
4,636
[ 1.1748906373977661, 4.6300177574157715, -2.518327474594116, -1.22494375705719, 1.0842289924621582, 0.3238029479980469, -0.4923514127731323, 0.0389714278280735, 1.2057851552963257, -1.3910658359527588, -1.1269437074661255, 1.622165560722351, -0.17461305856704712, -1.1128926277160645, 1.09...
None_4
completed
2025-02-11T15:23:13.707000
2025-02-11T15:30:17.336000
1a0acba3-b50a-4e23-97b3-dfa51ef67783
[ { "content": "You are a Medicare service agent trained to provide accurate and efficient assistance to customers. Your purpose is to help users navigate the complexities of Medicare, answer questions, and provide information about various plans, benefits, and services. Approach each interaction with empathy, ac...
[ 3 ]
[ "6f9edd79-8ce3-464f-935e-d0c108abfd76" ]
[ "submitted" ]
5,411
7,529
[ 0.8644306659698486, 4.7928619384765625, -1.983577847480774, -1.4918854236602783, 0.19090403616428375, 0.2609654664993286, -0.6514911651611328, -0.23077742755413055, 0.9204506278038025, -1.0455702543258667, -0.6336533427238464, 1.791322946548462, 0.03604723885655403, -0.9431743621826172, ...

Dataset Card for medicare_agent

This dataset has been created with Argilla. As shown in the sections below, this dataset can be loaded into your Argilla server as explained in Load with Argilla, or used directly with the datasets library in Load with datasets.

Using this dataset with Argilla

To load with Argilla, you'll just need to install Argilla as pip install argilla --upgrade and then use the following code:

import argilla as rg

ds = rg.Dataset.from_hub("shayan080/medicare_agent", settings="auto")

This will load the settings and records from the dataset repository and push them to you Argilla server for exploration and annotation.

Using this dataset with datasets

To load the records of this dataset with datasets, you'll just need to install datasets as pip install datasets --upgrade and then use the following code:

from datasets import load_dataset

ds = load_dataset("shayan080/medicare_agent")

This will only load the records of the dataset, but not the Argilla settings.

Dataset Structure

This dataset repo contains:

  • Dataset records in a format compatible with HuggingFace datasets. These records will be loaded automatically when using rg.Dataset.from_hub and can be loaded independently using the datasets library via load_dataset.
  • The annotation guidelines that have been used for building and curating the dataset, if they've been defined in Argilla.
  • A dataset configuration folder conforming to the Argilla dataset format in .argilla.

The dataset is created in Argilla with: fields, questions, suggestions, metadata, vectors, and guidelines.

Fields

The fields are the features or text of a dataset's records. For example, the 'text' column of a text classification dataset of the 'prompt' column of an instruction following dataset.

Field Name Title Type Required
messages Messages chat True

Questions

The questions are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.

Question Name Title Type Required Description Values/Labels
rating Rating rating True The rating of the conversation [1, 2, 3, 4, 5]

Metadata

The metadata is a dictionary that can be used to provide additional information about the dataset record.

Metadata Name Title Type Values Visible for Annotators
user_message_length User Message Length integer - True
assistant_message_length Assistant Message Length integer - True

Vectors

The vectors contain a vector representation of the record that can be used in search.

Vector Name Title Dimensions
messages_embeddings messages_embeddings [1, 256]

Data Splits

The dataset contains a single split, which is train.

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation guidelines

Please review the conversation and provide a score for the assistant's response.

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

[More Information Needed]

Contributions

[More Information Needed]

Downloads last month
3