--- size_categories: 1K ### Data Instances An example of a dataset instance in Argilla looks as follows: ```json { "_server_id": "70e66e5f-32a6-4376-9b89-48c355365e56", "fields": { "text": "I need to reset my passcode. How do I do it?" }, "id": "74194048-4270-4e14-b5d8-58193abd969c", "metadata": {}, "responses": {}, "status": "pending", "suggestions": { "sentiment": { "agent": null, "score": null, "value": "neutral" }, "topics": { "agent": null, "score": null, "value": [ "passcode_forgotten" ] } }, "vectors": {} } ``` While the same record in HuggingFace `datasets` looks as follows: ```json { "_server_id": "70e66e5f-32a6-4376-9b89-48c355365e56", "id": "74194048-4270-4e14-b5d8-58193abd969c", "sentiment.suggestion": "neutral", "sentiment.suggestion.agent": null, "sentiment.suggestion.score": null, "status": "pending", "text": "I need to reset my passcode. How do I do it?", "topics.suggestion": [ "passcode_forgotten" ], "topics.suggestion.agent": null, "topics.suggestion.score": null } ``` ### 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 [More Information Needed] #### 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]