argilla/squad_v2
收藏Dataset Card for squad_v2
Dataset Description
Dataset Summary
This dataset contains:
- A dataset configuration file named
argilla.yaml. - Dataset records compatible with HuggingFace
datasets. - Annotation guidelines used for building and curating the dataset.
Supported Tasks and Leaderboards
This dataset can be used for various NLP tasks depending on the configuration. There are no leaderboards associated with this dataset.
Languages
[More Information Needed]
Dataset Structure
Data in Argilla
The dataset includes:
- Fields:
questionandcontext, both of typeTextField. - Questions:
answer, of typeTextQuestion. - Suggestions: Linked to existing questions, optional.
- Guidelines: Instructions for annotators.
Data Instances
Example of a dataset instance in Argilla:
json { "fields": { "context": "Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and actress. Born and raised in Houston, Texas, she performed in various singing and dancing competitions as a child, and rose to fame in the late 1990s as lead singer of R&B girl-group Destinys Child. Managed by her father, Mathew Knowles, the group became one of the worlds best-selling girl groups of all time. Their hiatus saw the release of Beyoncés debut album, Dangerously in Love (2003), which established her as a solo artist worldwide, earned five Grammy Awards and featured the Billboard Hot 100 number-one singles "Crazy in Love" and "Baby Boy".", "question": "When did Beyonce start becoming popular?" }, "metadata": { "split": "train" }, "responses": [ { "status": "submitted", "values": { "answer": { "value": "in the late 1990s" } } } ], "suggestions": [] }
Example in HuggingFace datasets:
json { "answer": [ { "status": "submitted", "user_id": null, "value": "in the late 1990s" } ], "answer-suggestion": null, "answer-suggestion-metadata": { "agent": null, "score": null, "type": null }, "context": "Beyoncé Giselle Knowles-Carter (/biːˈjɒnseɪ/ bee-YON-say) (born September 4, 1981) is an American singer, songwriter, record producer and actress. Born and raised in Houston, Texas, she performed in various singing and dancing competitions as a child, and rose to fame in the late 1990s as lead singer of R&B girl-group Destinys Child. Managed by her father, Mathew Knowles, the group became one of the worlds best-selling girl groups of all time. Their hiatus saw the release of Beyoncés debut album, Dangerously in Love (2003), which established her as a solo artist worldwide, earned five Grammy Awards and featured the Billboard Hot 100 number-one singles "Crazy in Love" and "Baby Boy".", "external_id": null, "metadata": "{"split": "train"}", "question": "When did Beyonce start becoming popular?" }
Data Fields
- Fields:
question:TextFieldcontext:TextField
- Questions:
answer:TextQuestion
- Suggestions:
- (optional)
answer-suggestion:text
- (optional)
- external_id: Optional field for external ID.
Data Splits
The dataset contains a single split: train.



