Spaces:
Running
Running
| { | |
| "benchmark_card": { | |
| "benchmark_details": { | |
| "name": "BoolQ", | |
| "overview": "BoolQ is a benchmark that measures a model's ability to answer naturally occurring yes/no questions, framed as a reading comprehension task. The questions are generated in unprompted and unconstrained settings, often querying complex, non-factoid information and requiring difficult entailment-like inference. The dataset consists of a single task: answering yes/no questions given a supporting passage.", | |
| "data_type": "text", | |
| "domains": [ | |
| "natural language understanding", | |
| "reading comprehension", | |
| "natural language inference" | |
| ], | |
| "languages": [ | |
| "English" | |
| ], | |
| "similar_benchmarks": [ | |
| "MultiNLI", | |
| "SNLI", | |
| "QNLI", | |
| "SQuAD 2.0", | |
| "Natural Questions (NQ)", | |
| "QQP", | |
| "MS MARCO", | |
| "RACE", | |
| "bAbI stories" | |
| ], | |
| "resources": [ | |
| "https://arxiv.org/abs/1905.10044", | |
| "https://huggingface.co/datasets/google/boolq", | |
| "https://goo.gl/boolq", | |
| "https://storage.googleapis.com/crfm-helm-public/benchmark_output/releases/v0.4.0/groups/core_scenarios.json" | |
| ] | |
| }, | |
| "purpose_and_intended_users": { | |
| "goal": "To test models on their ability to answer naturally occurring yes/no questions, which are challenging and require complex inferential abilities beyond surface-level reasoning.", | |
| "audience": [ | |
| "Researchers in natural language understanding and reading comprehension" | |
| ], | |
| "tasks": [ | |
| "Yes/no question answering", | |
| "Text-pair classification" | |
| ], | |
| "limitations": "Annotation involved some errors and ambiguous cases. The use of singly-annotated examples is a trade-off for dataset size. Potential concerns about annotation artifacts are acknowledged.", | |
| "out_of_scope_uses": "The paper does not explicitly state what the benchmark is not designed for." | |
| }, | |
| "data": { | |
| "source": "The data consists of naturally occurring yes/no questions authored by people who were not prompted to write specific question types and did not know the answers. The passages are excerpts from sources like Wikipedia.", | |
| "size": "15,942 examples total, with 9,427 in the train split and 3,270 in the validation split. The dataset size category is between 10,000 and 100,000 examples.", | |
| "format": "parquet", | |
| "annotation": "Questions were answered by human annotators. A quality check on a subset showed the main annotation process achieved 90% accuracy against a gold-standard set labeled by three authors. The training, development, and test sets use singly-annotated examples." | |
| }, | |
| "methodology": { | |
| "methods": [ | |
| "Models are evaluated by fine-tuning on the BoolQ training set, potentially after transfer learning from other datasets or unsupervised pre-training. Zero-shot or direct use of pre-trained models without fine-tuning did not outperform the majority baseline.", | |
| "The task requires providing a yes/no (boolean) answer to a question based on a given passage." | |
| ], | |
| "metrics": [ | |
| "Accuracy" | |
| ], | |
| "calculation": "The overall score is the accuracy percentage on the test set.", | |
| "interpretation": "Higher accuracy indicates better performance. Human accuracy is 90%, and the majority baseline is approximately 62%.", | |
| "baseline_results": "Paper baselines: Majority baseline: 62.17% dev, 62.31% test; Recurrent model baseline: 69.6%; Best model (BERT large pre-trained on MultiNLI then fine-tuned on BoolQ): 80.4% accuracy; Human accuracy: 90%. EEE results: Anthropic-LM v4-s3 52B: 81.5%.", | |
| "validation": "Quality assurance involved author-led gold-standard annotation on a subset, showing 90% agreement. The development set was used for model selection, such as choosing the best model from five seeds based on its performance." | |
| }, | |
| "ethical_and_legal_considerations": { | |
| "privacy_and_anonymity": "Not specified", | |
| "data_licensing": "cc-by-sa-3.0", | |
| "consent_procedures": "Not specified", | |
| "compliance_with_regulations": "Not specified" | |
| }, | |
| "possible_risks": [ | |
| { | |
| "category": "Over- or under-reliance", | |
| "description": [ | |
| "In AI-assisted decision-making tasks, reliance measures how much a person trusts (and potentially acts on) a model's output. Over-reliance occurs when a person puts too much trust in a model, accepting a model's output when the model's output is likely incorrect. Under-reliance is the opposite, where the person doesn't trust the model but should." | |
| ], | |
| "url": "https://www.ibm.com/docs/en/watsonx/saas?topic=SSYOK8/wsj/ai-risk-atlas/over-or-under-reliance.html" | |
| }, | |
| { | |
| "category": "Unrepresentative data", | |
| "description": [ | |
| "Unrepresentative data occurs when the training or fine-tuning data is not sufficiently representative of the underlying population or does not measure the phenomenon of interest. Synthetic data might not fully capture the complexity and nuances of real-world data. Causes include possible limitations in the seed data quality, biases in generation methods, or inadequate domain knowledge. Thus, AI models might struggle to generalize effectively to real-world scenarios." | |
| ], | |
| "url": "https://www.ibm.com/docs/en/watsonx/saas?topic=SSYOK8/wsj/ai-risk-atlas/unrepresentative-data.html" | |
| }, | |
| { | |
| "category": "Uncertain data provenance", | |
| "description": [ | |
| "Data provenance refers to the traceability of data (including synthetic data), which includes its ownership, origin, transformations, and generation. Proving that the data is the same as the original source with correct usage terms is difficult without standardized methods for verifying data sources or generation." | |
| ], | |
| "url": "https://www.ibm.com/docs/en/watsonx/saas?topic=SSYOK8/wsj/ai-risk-atlas/data-provenance.html" | |
| }, | |
| { | |
| "category": "Data bias", | |
| "description": [ | |
| "Historical and societal biases might be present in data that are used to train and fine-tune models. Biases can also be inherited from seed data or exacerbated by synthetic data generation methods." | |
| ], | |
| "url": "https://www.ibm.com/docs/en/watsonx/saas?topic=SSYOK8/wsj/ai-risk-atlas/data-bias.html" | |
| }, | |
| { | |
| "category": "Lack of data transparency", | |
| "description": [ | |
| "Lack of data transparency might be due to insufficient documentation of training or tuning dataset details, including synthetic data generation.\u00a0" | |
| ], | |
| "url": "https://www.ibm.com/docs/en/watsonx/saas?topic=SSYOK8/wsj/ai-risk-atlas/lack-of-data-transparency.html" | |
| } | |
| ], | |
| "flagged_fields": {}, | |
| "missing_fields": [ | |
| "ethical_and_legal_considerations.privacy_and_anonymity", | |
| "ethical_and_legal_considerations.consent_procedures", | |
| "ethical_and_legal_considerations.compliance_with_regulations" | |
| ], | |
| "card_info": { | |
| "created_at": "2026-03-17T15:08:51.830946", | |
| "llm": "deepseek-ai/DeepSeek-V3.2" | |
| } | |
| } | |
| } |