[
  {
    "query_id": "q0001",
    "question": "What format is used for the `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-cron-jobs"
    ],
    "accepted": [
      "RFC3339"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0002",
    "question": "What is the scope of a concurrency policy?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-cron-jobs"
    ],
    "accepted": [
      "concurrency policy only applies to the Jobs"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0003",
    "question": "What format is the `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation in, and what does the `concurrencyPolicy` setting affect?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-workloads-cron-jobs"
    ],
    "accepted": [
      "RFC3339",
      "concurrency policy only applies to the Jobs"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0005",
    "question": "What are the two fields that make up the `.spec.selector` object in a DaemonSet?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-daemonset"
    ],
    "accepted": [
      "matchLabels"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0006",
    "question": "What fields must a Pod template in a DaemonSet specify in addition to the required Pod fields?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-workloads-daemonset"
    ],
    "accepted": [
      "RestartPolicy",
      "matchLabels"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0008",
    "question": "What field controls how long terminating Pods are allowed to finish before being forcefully removed?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-deployment"
    ],
    "accepted": [
      "terminationGracePeriodSeconds"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0010",
    "question": "What value must `propagationPolicy` be set to when deleting a ReplicaSet via the REST API?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-replicaset"
    ],
    "accepted": [
      "Background"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0011",
    "question": "What feature gate controls the pod deletion cost feature?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-replicaset"
    ],
    "accepted": [
      "PodDeletionCost"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0012",
    "question": "What are the two possible values for the `propagationPolicy` field when deleting a ReplicaSet via the REST API?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-workloads-replicaset"
    ],
    "accepted": [
      "Background",
      "PodDeletionCost"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0013",
    "question": "What does the example ReplicationController configuration do?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-replicationcontroller"
    ],
    "accepted": [
      "ReplicationController config runs three copies of the"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0014",
    "question": "What is one advantage of using a ReplicationController that does not distinguish between pods it created and those created by others?",
    "kind": "factual",
    "doc_ids": [
      "k8s-workloads-replicationcontroller"
    ],
    "accepted": [
      "the ReplicationController to be replaced without affecting"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0015",
    "question": "What command runs the example ReplicationController config that runs three copies of the nginx web server?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-workloads-replicationcontroller"
    ],
    "accepted": [
      "ReplicationController config runs three copies of the",
      "the ReplicationController to be replaced without affecting"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0016",
    "question": "What environment variable does the application code look for to determine the database host?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-configmap"
    ],
    "accepted": [
      "DATABASE_HOST"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0017",
    "question": "What should you set the `DATABASE_HOST` environment variable to when running your application locally?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-configmap"
    ],
    "accepted": [
      "localhost"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0018",
    "question": "What environment variable and local value are used in the example of setting configuration data separately from application code?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-config-configmap"
    ],
    "accepted": [
      "DATABASE_HOST",
      "localhost"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0019",
    "question": "What is the finest precision allowed for specifying CPU resources in Kubernetes?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-manage-resources-containers"
    ],
    "accepted": [
      "0.001"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0020",
    "question": "What CPU value is equivalent to 5m?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-manage-resources-containers"
    ],
    "accepted": [
      "0.005"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0021",
    "question": "What is the finest precision allowed when specifying CPU resources in Kubernetes?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-config-manage-resources-containers"
    ],
    "accepted": [
      "0.001",
      "0.005"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0022",
    "question": "What are the risks of using a kubeconfig file from an untrusted source?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-organize-cluster-access-kubeconfig"
    ],
    "accepted": [
      "kubeconfig file could result in malicious code"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0023",
    "question": "What happens if no server location is specified after checking the merged kubeconfig files?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-organize-cluster-access-kubeconfig"
    ],
    "accepted": [
      "cluster information attributes exist from the merged"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0024",
    "question": "What are the risks of using a kubeconfig file from an untrusted source?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-config-organize-cluster-access-kubeconfig"
    ],
    "accepted": [
      "kubeconfig file could result in malicious code",
      "cluster information attributes exist from the merged"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0025",
    "question": "What format is used to specify the expiration time for a token?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-secret"
    ],
    "accepted": [
      "RFC3339"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0026",
    "question": "What file will be present at the path `/etc/secret-volume/.secret-file`?",
    "kind": "factual",
    "doc_ids": [
      "k8s-config-secret"
    ],
    "accepted": [
      "dotfile-test-container"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0027",
    "question": "What format should the expiration time for a bootstrap token follow?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-config-secret"
    ],
    "accepted": [
      "RFC3339",
      "dotfile-test-container"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0028",
    "question": "Which events are shared in KubeWeekly?",
    "kind": "factual",
    "doc_ids": [
      "cncf-kubeweekly"
    ],
    "accepted": [
      "events shared in KubeWeekly are the CNCF"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0029",
    "question": "Where can I find details about all the programs that CNCF offers to the public?",
    "kind": "factual",
    "doc_ids": [
      "cncf-readme"
    ],
    "accepted": [
      "information on all programs offered publicly by"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0030",
    "question": "How can an existing project maintainer update the list of maintainers for a CNCF project?",
    "kind": "factual",
    "doc_ids": [
      "cncf-readme"
    ],
    "accepted": [
      "project maintainer can update this list by"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0031",
    "question": "Where can I find details about all of CNCF's public programs?",
    "kind": "multi_hop",
    "doc_ids": [
      "cncf-readme"
    ],
    "accepted": [
      "information on all programs offered publicly by",
      "project maintainer can update this list by"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0032",
    "question": "What is the stated mission of the Cloud Native Computing Foundation?",
    "kind": "factual",
    "doc_ids": [
      "cncf-charter"
    ],
    "accepted": [
      "mission is to make cloud native computing"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0033",
    "question": "What do cloud native technologies enable organizations to do?",
    "kind": "factual",
    "doc_ids": [
      "cncf-charter"
    ],
    "accepted": [
      "technologies empower organizations to build and run"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0034",
    "question": "What is the stated mission of the Cloud Native Computing Foundation?",
    "kind": "multi_hop",
    "doc_ids": [
      "cncf-charter"
    ],
    "accepted": [
      "mission is to make cloud native computing",
      "technologies empower organizations to build and run"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0035",
    "question": "What is the purpose of the CNCF Membership Engagement Guide?",
    "kind": "factual",
    "doc_ids": [
      "cncf-cncf-membership-guide"
    ],
    "accepted": [
      "this CNCF Membership Engagement Guide to help"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0036",
    "question": "Who is this guide intended for?",
    "kind": "factual",
    "doc_ids": [
      "cncf-cncf-membership-guide"
    ],
    "accepted": [
      "new member or want to improve your"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0037",
    "question": "What is the purpose of the CNCF Membership Engagement Guide?",
    "kind": "multi_hop",
    "doc_ids": [
      "cncf-cncf-membership-guide"
    ],
    "accepted": [
      "this CNCF Membership Engagement Guide to help",
      "new member or want to improve your"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0038",
    "question": "What does Camo generate for each file to hide browser details from other users?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-about-anonymized-urls"
    ],
    "accepted": [
      "an anonymous URL proxy for each file"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0039",
    "question": "What URL format do videos receive when uploaded to GitHub?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-about-anonymized-urls"
    ],
    "accepted": [
      "get anonymized URLs with the same format"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0040",
    "question": "What does GitHub use Camo to generate for each uploaded file, and what format do video URLs follow?",
    "kind": "multi_hop",
    "doc_ids": [
      "gh-security-about-anonymized-urls"
    ],
    "accepted": [
      "an anonymous URL proxy for each file",
      "get anonymized URLs with the same format"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0041",
    "question": "What prefix indicates a fine-grained personal access token?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-about-authentication-to-github"
    ],
    "accepted": [
      "github_pat_"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0042",
    "question": "What authentication methods can you use if you're not a member of an EMU enterprise?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-about-authentication-to-github"
    ],
    "accepted": [
      "also use two-factor authentication and SAML single"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0043",
    "question": "What prefix do fine-grained personal access tokens start with?",
    "kind": "multi_hop",
    "doc_ids": [
      "gh-security-about-authentication-to-github"
    ],
    "accepted": [
      "github_pat_",
      "also use two-factor authentication and SAML single"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0044",
    "question": "What should you regularly monitor if you choose to allowlist GitHub's IP ranges?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-about-githubs-ip-addresses"
    ],
    "accepted": [
      "changes to our IP addresses from time"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0045",
    "question": "What scope can a personal access token be configured with to attempt administrative access to an organization?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-managing-your-personal-access-tokens"
    ],
    "accepted": [
      "admin:org"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0046",
    "question": "What types of resources within an enterprise can a fine-grained personal access token access?",
    "kind": "factual",
    "doc_ids": [
      "gh-security-managing-your-personal-access-tokens"
    ],
    "accepted": [
      "internal"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0047",
    "question": "What scopes can a personal access token be configured with?",
    "kind": "multi_hop",
    "doc_ids": [
      "gh-security-managing-your-personal-access-tokens"
    ],
    "accepted": [
      "admin:org",
      "internal"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0048",
    "question": "How can the kubelet API be set up to verify the identity of incoming requests?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-api-server-bypass-risks"
    ],
    "accepted": [
      "API can be configured to authenticate requests"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0049",
    "question": "What happens by default when the kubelet configuration allows anonymous access?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-api-server-bypass-risks"
    ],
    "accepted": [
      "anonymous access doesn't make this assertion with"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0050",
    "question": "What happens if the kubelet API is left with default anonymous access enabled?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-security-api-server-bypass-risks"
    ],
    "accepted": [
      "API can be configured to authenticate requests",
      "anonymous access doesn't make this assertion with"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0051",
    "question": "What setting should be disabled on a pod's service account unless the pod specifically needs to access the Kubernetes API?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-application-security-checklist"
    ],
    "accepted": [
      "automountServiceAccountToken"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0052",
    "question": "What field should be configured to make a container execute as a less privileged user?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-application-security-checklist"
    ],
    "accepted": [
      "runAsUser"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0053",
    "question": "What pod-level security context settings should be configured to avoid using the default ServiceAccount and run as a non-root user?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-security-application-security-checklist"
    ],
    "accepted": [
      "automountServiceAccountToken",
      "runAsUser"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0054",
    "question": "What should be ensured for container images that you execute?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-cloud-native-security"
    ],
    "accepted": [
      "security of the supply chain for container"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0055",
    "question": "How can you isolate workloads with different trust levels across nodes?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-cloud-native-security"
    ],
    "accepted": [
      "different trust contexts run on separate sets"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0056",
    "question": "What should be ensured for container images and components that execute your application during the distribute lifecycle phase?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-security-cloud-native-security"
    ],
    "accepted": [
      "security of the supply chain for container",
      "different trust contexts run on separate sets"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0057",
    "question": "What namespace is Bob denied access to when making read requests?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-controlling-access"
    ],
    "accepted": [
      "projectFish"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0059",
    "question": "What namespace would Bob be denied access to if he tried to read objects in it?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-security-controlling-access"
    ],
    "accepted": [
      "projectFish",
      "provides an overview of controlling access to"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0060",
    "question": "What security vulnerability can SELinux help mitigate beyond the container?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-linux-kernel-security-constraints"
    ],
    "accepted": [
      "CVE-2019-5736"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0061",
    "question": "What setting prevents processes from gaining new capabilities and restricts unprivileged users from changing the applied seccomp profile to a more permissive profile?",
    "kind": "factual",
    "doc_ids": [
      "k8s-security-linux-kernel-security-constraints"
    ],
    "accepted": [
      "allowPrivilegeEscalation"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0062",
    "question": "What security vulnerability can SELinux help mitigate?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-security-linux-kernel-security-constraints"
    ],
    "accepted": [
      "CVE-2019-5736",
      "allowPrivilegeEscalation"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0063",
    "question": "What happens when Pods are spread across Zones in a Region?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-dynamic-provisioning"
    ],
    "accepted": [
      "Multi-Zone"
    ],
    "deterministic": true,
    "note": "rare compound proper noun"
  },
  {
    "query_id": "q0064",
    "question": "What happens if multiple StorageClasses are marked as default in a cluster?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-dynamic-provisioning"
    ],
    "accepted": [
      "Single-Zone"
    ],
    "deterministic": true,
    "note": "rare compound proper noun"
  },
  {
    "query_id": "q0066",
    "question": "Which feature gate must be enabled to use project quotas?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-ephemeral-storage"
    ],
    "accepted": [
      "UserNamespacesSupport"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0068",
    "question": "What feature gate must be enabled alongside `LocalStorageCapacityIsolationFSQuotaMonitoring` to use project quotas?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-storage-ephemeral-storage"
    ],
    "accepted": [
      "UserNamespacesSupport",
      "123Mi"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0069",
    "question": "What field in the CSIDriver spec should be modified to prevent a CSI driver from being used as an inline ephemeral volume?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-ephemeral-volumes"
    ],
    "accepted": [
      "volumeLifecycleModes"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0070",
    "question": "What volume binding mode is recommended for generic ephemeral volumes?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-ephemeral-volumes"
    ],
    "accepted": [
      "WaitForFirstConsumer"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0071",
    "question": "What field in the CSIDriver spec should be modified to prevent a driver from being used as an inline ephemeral volume?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-storage-ephemeral-volumes"
    ],
    "accepted": [
      "volumeLifecycleModes",
      "WaitForFirstConsumer"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0072",
    "question": "What IP address is used for the REST endpoint in the example storage class configuration?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-persistent-volumes"
    ],
    "accepted": [
      "192.168"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0073",
    "question": "What IP address is used in the example storage class configuration?",
    "kind": "factual",
    "doc_ids": [
      "k8s-storage-persistent-volumes"
    ],
    "accepted": [
      "10.100"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0074",
    "question": "What IP address range is used in the example storage class configuration?",
    "kind": "multi_hop",
    "doc_ids": [
      "k8s-storage-persistent-volumes"
    ],
    "accepted": [
      "192.168",
      "10.100"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0075",
    "question": "What scopes does `GITHUB_TOKEN` have read access to by default for a new repository in a personal account?",
    "kind": "factual",
    "doc_ids": [
      "gh-repo-managing-github-actions-settings-for-a-repository"
    ],
    "accepted": [
      "contents"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0076",
    "question": "What scopes does `GITHUB_TOKEN` have read access to by default when you create a new repository in your personal account?",
    "kind": "factual",
    "doc_ids": [
      "gh-repo-managing-github-actions-settings-for-a-repository"
    ],
    "accepted": [
      "packages"
    ],
    "deterministic": true,
    "note": "configuration key or symbol in code formatting"
  },
  {
    "query_id": "q0077",
    "question": "What scopes does `GITHUB_TOKEN` have read access for by default in a new personal account repository?",
    "kind": "multi_hop",
    "doc_ids": [
      "gh-repo-managing-github-actions-settings-for-a-repository"
    ],
    "accepted": [
      "contents",
      "packages"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0078",
    "question": "How can I extend visibility of security alerts to more teams or individuals?",
    "kind": "factual",
    "doc_ids": [
      "gh-repo-managing-security-and-analysis-settings-for-your-repository"
    ],
    "accepted": [
      "give additional teams and people access to"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0079",
    "question": "What JSON number might indicate potential interoperability problems due to its precision?",
    "kind": "factual",
    "doc_ids": [
      "rfc-8259"
    ],
    "accepted": [
      "3.141592653589793238462643383279"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0080",
    "question": "What is the Latitude value of the first object in the JSON array?",
    "kind": "factual",
    "doc_ids": [
      "rfc-8259"
    ],
    "accepted": [
      "37.7668"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0081",
    "question": "What JSON numbers might indicate potential interoperability problems due to their precision or magnitude?",
    "kind": "multi_hop",
    "doc_ids": [
      "rfc-8259"
    ],
    "accepted": [
      "3.141592653589793238462643383279",
      "37.7668"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0082",
    "question": "What RFC describes the sections of an Internet Standards document?",
    "kind": "factual",
    "doc_ids": [
      "rfc-7519"
    ],
    "accepted": [
      "RFC 5741"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0083",
    "question": "Which RFC number defines JSON Web Algorithms (JWA)?",
    "kind": "factual",
    "doc_ids": [
      "rfc-7519"
    ],
    "accepted": [
      "RFC 7518"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0085",
    "question": "Where can I find more information about Internet Standards?",
    "kind": "factual",
    "doc_ids": [
      "rfc-6455"
    ],
    "accepted": [
      "RFC 5741"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0086",
    "question": "Which RFC defines SOCKS Protocol Version 5?",
    "kind": "factual",
    "doc_ids": [
      "rfc-6455"
    ],
    "accepted": [
      "RFC 1928"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0088",
    "question": "Which RFC describes the process for Internet Standards approval?",
    "kind": "factual",
    "doc_ids": [
      "rfc-7232"
    ],
    "accepted": [
      "RFC 5741"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0089",
    "question": "Which RFC defines the key words for use in RFCs to indicate requirement levels?",
    "kind": "factual",
    "doc_ids": [
      "rfc-7232"
    ],
    "accepted": [
      "RFC 2119"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0091",
    "question": "What is the ACM citation ID for the paper on robust defenses against cross-site request forgery?",
    "kind": "factual",
    "doc_ids": [
      "rfc-6265"
    ],
    "accepted": [
      "1455770.1455782"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0092",
    "question": "Where can I find more information about Internet Standards?",
    "kind": "factual",
    "doc_ids": [
      "rfc-6265"
    ],
    "accepted": [
      "RFC 5741"
    ],
    "deterministic": true,
    "note": "specification or advisory identifier"
  },
  {
    "query_id": "q0093",
    "question": "Which ACM citation ID is associated with the CSRF paper?",
    "kind": "multi_hop",
    "doc_ids": [
      "rfc-6265"
    ],
    "accepted": [
      "1455770.1455782",
      "RFC 5741"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0094",
    "question": "What tax regulation section specifies the election for a foreign bank's U.S. branch to be treated as a U.S. person?",
    "kind": "factual",
    "doc_ids": [
      "irs-fw9"
    ],
    "accepted": [
      "1.1441"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0095",
    "question": "What regulation section defines a qualified foreign pension fund?",
    "kind": "factual",
    "doc_ids": [
      "irs-fw9"
    ],
    "accepted": [
      "1.897"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0096",
    "question": "What IRS regulation sections apply to a foreign person or U.S. branch of a foreign bank that has elected to be treated as a U.S. person for chapter 3 or 4 purposes?",
    "kind": "multi_hop",
    "doc_ids": [
      "irs-fw9"
    ],
    "accepted": [
      "1.1441",
      "1.897"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0097",
    "question": "What percentage of your total income must medical and dental expenses exceed to be deductible?",
    "kind": "factual",
    "doc_ids": [
      "irs-fw4"
    ],
    "accepted": [
      "0.075"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0098",
    "question": "What fraction of total income must charitable gifts exceed to be deductible?",
    "kind": "factual",
    "doc_ids": [
      "irs-fw4"
    ],
    "accepted": [
      "0.005"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0099",
    "question": "What percentages of total income are used to calculate the deductible portions of medical expenses and charitable gifts?",
    "kind": "multi_hop",
    "doc_ids": [
      "irs-fw4"
    ],
    "accepted": [
      "0.075",
      "0.005"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  },
  {
    "query_id": "q0100",
    "question": "What regulation section is cited for filing this form?",
    "kind": "factual",
    "doc_ids": [
      "irs-f1040"
    ],
    "accepted": [
      "301.9100"
    ],
    "deterministic": true,
    "note": "high-precision decimal"
  },
  {
    "query_id": "q0101",
    "question": "What goes on line 1b of the income section?",
    "kind": "factual",
    "doc_ids": [
      "irs-f1040"
    ],
    "accepted": [
      "Household employee wages not reported on Form"
    ],
    "deterministic": true,
    "note": "distinctive phrase from running prose"
  },
  {
    "query_id": "q0102",
    "question": "What regulation allows a taxpayer to file a return after the deadline?",
    "kind": "multi_hop",
    "doc_ids": [
      "irs-f1040"
    ],
    "accepted": [
      "301.9100",
      "Household employee wages not reported on Form"
    ],
    "deterministic": true,
    "note": "both facts must appear in the retrieved context"
  }
]