{"cells":[{"cell_type":"code","execution_count":45,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"g1Fw4T4evQfq","outputId":"193938d5-d177-4907-f9e8-f57febc84c83","executionInfo":{"status":"ok","timestamp":1716899896503,"user_tz":-120,"elapsed":1581,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[{"output_type":"stream","name":"stdout","text":["Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount(\"/content/drive\", force_remount=True).\n"]}],"source":["from google.colab import drive\n","drive.mount('/content/drive')"]},{"cell_type":"code","execution_count":47,"metadata":{"id":"QP0DYMLNvagK","colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"status":"ok","timestamp":1716899911522,"user_tz":-120,"elapsed":269,"user":{"displayName":"Yazan","userId":"16453545448386209219"}},"outputId":"9b6640e4-3e9c-4a9b-f88d-8a375f39ac98"},"outputs":[{"output_type":"stream","name":"stdout","text":["/content/drive/My Drive/Thesis/Models/BERT_QA\n"]}],"source":["%cd /content/drive/My Drive/Thesis/Models/BERT_QA"]},{"cell_type":"code","execution_count":3,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":11015,"status":"ok","timestamp":1716897586391,"user":{"displayName":"Yazan","userId":"16453545448386209219"},"user_tz":-120},"id":"9tI6FaBDFRSa","outputId":"bbc72716-0e04-4023-9d68-eed46de5ddc1"},"outputs":[{"output_type":"stream","name":"stdout","text":["Requirement already satisfied: transformers in /usr/local/lib/python3.10/dist-packages (4.41.0)\n","Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from transformers) (3.14.0)\n","Requirement already satisfied: huggingface-hub<1.0,>=0.23.0 in /usr/local/lib/python3.10/dist-packages (from transformers) (0.23.1)\n","Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.10/dist-packages (from transformers) (1.25.2)\n","Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from transformers) (24.0)\n","Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from transformers) (6.0.1)\n","Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.10/dist-packages (from transformers) (2023.12.25)\n","Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from transformers) (2.31.0)\n","Requirement already satisfied: tokenizers<0.20,>=0.19 in /usr/local/lib/python3.10/dist-packages (from transformers) (0.19.1)\n","Requirement already satisfied: safetensors>=0.4.1 in /usr/local/lib/python3.10/dist-packages (from transformers) (0.4.3)\n","Requirement already satisfied: tqdm>=4.27 in /usr/local/lib/python3.10/dist-packages (from transformers) (4.66.4)\n","Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.23.0->transformers) (2023.6.0)\n","Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.23.0->transformers) (4.11.0)\n","Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->transformers) (3.3.2)\n","Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->transformers) (3.7)\n","Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->transformers) (2.0.7)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->transformers) (2024.2.2)\n"]}],"source":["!pip install transformers"]},{"cell_type":"code","execution_count":4,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":91348,"status":"ok","timestamp":1716897677723,"user":{"displayName":"Yazan","userId":"16453545448386209219"},"user_tz":-120},"id":"ri9EpmDMFrVV","outputId":"59d6c344-2921-4e8e-8a41-f519e165517b"},"outputs":[{"output_type":"stream","name":"stdout","text":["Requirement already satisfied: transformers[torch] in /usr/local/lib/python3.10/dist-packages (4.41.0)\n","Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (3.14.0)\n","Requirement already satisfied: huggingface-hub<1.0,>=0.23.0 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (0.23.1)\n","Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (1.25.2)\n","Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (24.0)\n","Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (6.0.1)\n","Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (2023.12.25)\n","Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (2.31.0)\n","Requirement already satisfied: tokenizers<0.20,>=0.19 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (0.19.1)\n","Requirement already satisfied: safetensors>=0.4.1 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (0.4.3)\n","Requirement already satisfied: tqdm>=4.27 in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (4.66.4)\n","Requirement already satisfied: torch in /usr/local/lib/python3.10/dist-packages (from transformers[torch]) (2.3.0+cu121)\n","Collecting accelerate>=0.21.0 (from transformers[torch])\n"," Downloading accelerate-0.30.1-py3-none-any.whl (302 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m302.6/302.6 kB\u001b[0m \u001b[31m5.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: psutil in /usr/local/lib/python3.10/dist-packages (from accelerate>=0.21.0->transformers[torch]) (5.9.5)\n","Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.23.0->transformers[torch]) (2023.6.0)\n","Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.23.0->transformers[torch]) (4.11.0)\n","Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch->transformers[torch]) (1.12)\n","Requirement already satisfied: networkx in /usr/local/lib/python3.10/dist-packages (from torch->transformers[torch]) (3.3)\n","Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch->transformers[torch]) (3.1.4)\n","Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch->transformers[torch])\n"," Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)\n","Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch->transformers[torch])\n"," Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)\n","Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch->transformers[torch])\n"," Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)\n","Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch->transformers[torch])\n"," Using cached nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB)\n","Collecting nvidia-cublas-cu12==12.1.3.1 (from torch->transformers[torch])\n"," Using cached nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)\n","Collecting nvidia-cufft-cu12==11.0.2.54 (from torch->transformers[torch])\n"," Using cached nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)\n","Collecting nvidia-curand-cu12==10.3.2.106 (from torch->transformers[torch])\n"," Using cached nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)\n","Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch->transformers[torch])\n"," Using cached nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)\n","Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch->transformers[torch])\n"," Using cached nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)\n","Collecting nvidia-nccl-cu12==2.20.5 (from torch->transformers[torch])\n"," Using cached nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB)\n","Collecting nvidia-nvtx-cu12==12.1.105 (from torch->transformers[torch])\n"," Using cached nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)\n","Requirement already satisfied: triton==2.3.0 in /usr/local/lib/python3.10/dist-packages (from torch->transformers[torch]) (2.3.0)\n","Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch->transformers[torch])\n"," Downloading nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl (21.3 MB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m21.3/21.3 MB\u001b[0m \u001b[31m24.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->transformers[torch]) (3.3.2)\n","Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests->transformers[torch]) (3.7)\n","Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->transformers[torch]) (2.0.7)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests->transformers[torch]) (2024.2.2)\n","Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2->torch->transformers[torch]) (2.1.5)\n","Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch->transformers[torch]) (1.3.0)\n","Installing collected packages: nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, nvidia-cusparse-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, accelerate\n","Successfully installed accelerate-0.30.1 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.5.40 nvidia-nvtx-cu12-12.1.105\n"]}],"source":["pip install transformers[torch]"]},{"cell_type":"code","execution_count":5,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"executionInfo":{"elapsed":11903,"status":"ok","timestamp":1716897689617,"user":{"displayName":"Yazan","userId":"16453545448386209219"},"user_tz":-120},"id":"2aChD5zQS7rm","outputId":"b18becbb-1934-47e0-fcfa-61c411b86c74"},"outputs":[{"output_type":"stream","name":"stdout","text":["Collecting datasets\n"," Downloading datasets-2.19.1-py3-none-any.whl (542 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m542.0/542.0 kB\u001b[0m \u001b[31m6.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from datasets) (3.14.0)\n","Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.10/dist-packages (from datasets) (1.25.2)\n","Requirement already satisfied: pyarrow>=12.0.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (14.0.2)\n","Requirement already satisfied: pyarrow-hotfix in /usr/local/lib/python3.10/dist-packages (from datasets) (0.6)\n","Collecting dill<0.3.9,>=0.3.0 (from datasets)\n"," Downloading dill-0.3.8-py3-none-any.whl (116 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m116.3/116.3 kB\u001b[0m \u001b[31m8.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from datasets) (2.0.3)\n","Requirement already satisfied: requests>=2.19.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (2.31.0)\n","Requirement already satisfied: tqdm>=4.62.1 in /usr/local/lib/python3.10/dist-packages (from datasets) (4.66.4)\n","Collecting xxhash (from datasets)\n"," Downloading xxhash-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m194.1/194.1 kB\u001b[0m \u001b[31m9.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hCollecting multiprocess (from datasets)\n"," Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m134.8/134.8 kB\u001b[0m \u001b[31m11.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: fsspec[http]<=2024.3.1,>=2023.1.0 in /usr/local/lib/python3.10/dist-packages (from datasets) (2023.6.0)\n","Requirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from datasets) (3.9.5)\n","Requirement already satisfied: huggingface-hub>=0.21.2 in /usr/local/lib/python3.10/dist-packages (from datasets) (0.23.1)\n","Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from datasets) (24.0)\n","Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from datasets) (6.0.1)\n","Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.3.1)\n","Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (23.2.0)\n","Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.4.1)\n","Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (6.0.5)\n","Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (1.9.4)\n","Requirement already satisfied: async-timeout<5.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets) (4.0.3)\n","Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.21.2->datasets) (4.11.0)\n","Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (3.3.2)\n","Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (3.7)\n","Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (2.0.7)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->datasets) (2024.2.2)\n","Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2.8.2)\n","Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2023.4)\n","Requirement already satisfied: tzdata>=2022.1 in /usr/local/lib/python3.10/dist-packages (from pandas->datasets) (2024.1)\n","Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.16.0)\n","Installing collected packages: xxhash, dill, multiprocess, datasets\n","Successfully installed datasets-2.19.1 dill-0.3.8 multiprocess-0.70.16 xxhash-3.4.1\n"]}],"source":["pip install datasets"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"OtigH5xQR4D-","outputId":"a833c419-2905-4092-eeb1-06aa7e0bcd1a"},"outputs":[{"name":"stdout","output_type":"stream","text":["Collecting evaluate\n"," Downloading evaluate-0.4.2-py3-none-any.whl (84 kB)\n","\u001b[?25l \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.0/84.1 kB\u001b[0m \u001b[31m?\u001b[0m eta \u001b[36m-:--:--\u001b[0m\r\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m84.1/84.1 kB\u001b[0m \u001b[31m2.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hRequirement already satisfied: datasets>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from evaluate) (2.19.1)\n","Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.10/dist-packages (from evaluate) (1.25.2)\n","Requirement already satisfied: dill in /usr/local/lib/python3.10/dist-packages (from evaluate) (0.3.8)\n","Requirement already satisfied: pandas in /usr/local/lib/python3.10/dist-packages (from evaluate) (2.0.3)\n","Requirement already satisfied: requests>=2.19.0 in /usr/local/lib/python3.10/dist-packages (from evaluate) (2.31.0)\n","Requirement already satisfied: tqdm>=4.62.1 in /usr/local/lib/python3.10/dist-packages (from evaluate) (4.66.4)\n","Requirement already satisfied: xxhash in /usr/local/lib/python3.10/dist-packages (from evaluate) (3.4.1)\n","Requirement already satisfied: multiprocess in /usr/local/lib/python3.10/dist-packages (from evaluate) (0.70.16)\n","Requirement already satisfied: fsspec[http]>=2021.05.0 in /usr/local/lib/python3.10/dist-packages (from evaluate) (2023.6.0)\n","Requirement already satisfied: huggingface-hub>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from evaluate) (0.23.1)\n","Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from evaluate) (24.0)\n","Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from datasets>=2.0.0->evaluate) (3.14.0)\n","Requirement already satisfied: pyarrow>=12.0.0 in /usr/local/lib/python3.10/dist-packages (from datasets>=2.0.0->evaluate) (14.0.2)\n","Requirement already satisfied: pyarrow-hotfix in /usr/local/lib/python3.10/dist-packages (from datasets>=2.0.0->evaluate) (0.6)\n","Requirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from datasets>=2.0.0->evaluate) (3.9.5)\n","Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from datasets>=2.0.0->evaluate) (6.0.1)\n","Requirement already satisfied: typing-extensions>=3.7.4.3 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.7.0->evaluate) (4.11.0)\n","Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->evaluate) (3.3.2)\n","Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->evaluate) (3.7)\n","Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->evaluate) (2.0.7)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.19.0->evaluate) (2024.2.2)\n","Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas->evaluate) (2.8.2)\n","Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas->evaluate) (2023.4)\n","Requirement already satisfied: tzdata>=2022.1 in /usr/local/lib/python3.10/dist-packages (from pandas->evaluate) (2024.1)\n","Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.0.0->evaluate) (1.3.1)\n","Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.0.0->evaluate) (23.2.0)\n","Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.0.0->evaluate) (1.4.1)\n","Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.0.0->evaluate) (6.0.5)\n","Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.0.0->evaluate) (1.9.4)\n","Requirement already satisfied: async-timeout<5.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->datasets>=2.0.0->evaluate) (4.0.3)\n","Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.2->pandas->evaluate) (1.16.0)\n","Installing collected packages: evaluate\n","Successfully installed evaluate-0.4.2\n"]}],"source":["pip install evaluate"]},{"cell_type":"code","execution_count":8,"metadata":{"id":"ND_yHhHvGCOS","executionInfo":{"status":"ok","timestamp":1716897705471,"user_tz":-120,"elapsed":4,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["import pandas as pd\n","df = pd.read_csv(\"/content/Q&A.csv\")"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":286,"referenced_widgets":["aa6e00da869e4827826263633b69b108","c3e9a3f1e4d044f2850cc5dfb533742d","4aef317851804e00a6cd8755ee7c4d2f","a50fd5a0701a474f87ed6fdcaaceb8b2","2d021f4933b447e0a14ee846b6e46ce7","c74ac15fec9c4bdc91c5df30ee05255a","b224c300182e4d24ab01e278aa7d1854","1b1c2613f5a24954b841f32869e80a40","6b4f55675d354d8ab4d10f44a3754000","04ffbdb59ab34f319db68ffe44ec50b7","08fc0b74418c47dd874628185436ce65","27e780771a244d8abce7541261666de5","d77829fb0c0e491f8b72c8948ef52379","64a346631d51416ca6d350b95ad5de4b","6eeb4a019d9a47268c7e9d2545e0d890","803a4ac72e284a0ca5a0a336a7abb1c5","eeca6fa10ff547ddbde09da2f9d4f343","341f52dde45d4148a8305c1703fb1f13","0962e28f1abb4868bf7db2337c7628c9","fce0de187a5b4dd59a60815147cf0167","26bba10c6982488394ab387ed1ee9dcd","8edbb83e98c9410bb7f679b27401251a","54a1107243a3421ea72725199daf44a9","f0d67072032a48f68f0f45642e6cdc39","65e0a7a080ae4c9fac9c179866084d34","d0ea9dc221b64af7ac1996ff1b82e63b","2919bd6d333a40bba9d7211a23452f90","ce3deec4df03428894268e3fa3f07e72","622c1b569af54710ba6f5ce60d60c353","df820620d4c04ffda0debf894f142663","b4e938837afa4eeb825240f69432218e","fd7a3adb897849ee87f09d91db37e8f6","cd1deec81262464c90349689a75be1b1","1e0873f1b6744e3baa68571b9842cda3","836274c662f34246acb8496a2c652367","4e1e5b675ada4dbd8e128f8aeaaa2b2e","b35b02025b28434a8cd3a107002d925c","2abe4bcf07364f5391288f8dec834b45","c7a45a66f3614bfd974731a8f9410683","bf3d96b94625430cb2be84c51fbb87ad","eff14976fbea437f91957a16e7906200","2e021164d16d4e6ab2f257ce90f4938a","1d7b9ebc9d394e91bdf300cc422c7a89","b75cbd42d15c47a293e61970b7646597","f904bb5903724dbfade0e1983a530d95","53e28af2893a4bcca4b2f660d9b28aac","c95b4501ce0748f7bf12d2851ccda55e","5ad46da51f92401899fe856a7831eb1b","b27a0b84b06045bc8318b1d03934adb7","d1bc922f2e344008a920b71515bce460","5c0a69fe2fa24ceaa4d05d4d2f42ea4e","2437156b8cf549f3b44b70f276eb189b","0f90319337b34fd487999c65ec4cd8cd","892fe23392744440ae98f017d6a391fc","eb3f5e24d7d7482f8bea199295a5df51"]},"id":"-sQtYgOaS4tm","outputId":"4b6fbcae-8f9a-4ae6-d1e1-7fab32b2e91c"},"outputs":[{"name":"stderr","output_type":"stream","text":["/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_token.py:89: UserWarning: \n","The secret `HF_TOKEN` does not exist in your Colab secrets.\n","To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n","You will be able to reuse this secret in all of your notebooks.\n","Please note that authentication is recommended but still optional to access public models or datasets.\n"," warnings.warn(\n"]},{"data":{"application/vnd.jupyter.widget-view+json":{"model_id":"aa6e00da869e4827826263633b69b108","version_major":2,"version_minor":0},"text/plain":["Downloading readme: 0%| | 0.00/7.62k [00:00\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
sentencequestionanswercontext_index
0a healthy queen observed, workers are active, ...is there a queen currently present in the hive?healthy queen0
1a healthy queen observed, workers are active, ...are there any worker bees currently active in ...workers are active0
2a healthy queen observed, workers are active, ...describe the queen's activity or presence note...healthy queen0
3a healthy queen observed, workers are active, ...what types of forage bees have been foraging?pollen collected0
4a healthy queen observed, workers are active, ...what types of bee products have been collected...honey frames filled0
...............
3406queen not detected, workers disoriented, low d...can you list the bee products available from t...honey frames270
3407queen not detected, workers disoriented, low d...how many honey frames are currently filled in ...three honey frames underutilized270
3408queen not detected, workers disoriented, low d...can you estimate how many frames are ready for...three honey frames underutilized270
3409queen not detected, workers disoriented, low d...what is the current health status of the hive?queen not detected270
3410queen not detected, workers disoriented, low d...what is the status of workers in the hive?workers disoriented270
\n","

3411 rows × 4 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n"," \n"],"application/vnd.google.colaboratory.intrinsic+json":{"type":"dataframe","variable_name":"df","summary":"{\n \"name\": \"df\",\n \"rows\": 3411,\n \"fields\": [\n {\n \"column\": \"sentence\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 271,\n \"samples\": [\n \"healthy queen, brood expanding, forage abundant, seven honey frames stocked\",\n \"queen productive, workers industrious, drones sufficient, high egg production, and six frames capped\",\n \"queen recently replaced, workers rallying, drones emerging, eggs increasing, beeswax and honey ample on nine frames\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 15,\n \"samples\": [\n \"describe the foraging behavior observed in the worker bees lately?\",\n \"can you estimate how many frames are ready for harvest?\",\n \"is there a queen currently present in the hive?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answer\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 635,\n \"samples\": [\n \"unmotivated workers\",\n \"seven frames of honey noted\",\n \"ten honey frames well-stocked\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"context_index\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 77,\n \"min\": 0,\n \"max\": 270,\n \"num_unique_values\": 271,\n \"samples\": [\n 30,\n 116,\n 79\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"}},"metadata":{},"execution_count":2}],"source":["df"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":206},"id":"CR6-RTQ9W91T","outputId":"5f248c23-68a6-4400-876d-2e6a879b113f"},"outputs":[{"data":{"application/vnd.google.colaboratory.intrinsic+json":{"summary":"{\n \"name\": \"squad\",\n \"rows\": 87599,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 87599,\n \"samples\": [\n \"56de4d9ecffd8e1900b4b7e2\",\n \"572674a05951b619008f7319\",\n \"5730bb058ab72b1400f9c72c\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"title\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 442,\n \"samples\": [\n \"Dominican_Order\",\n \"Brigham_Young_University\",\n \"Matter\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"context\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 18891,\n \"samples\": [\n \"More commonly, in cases where there are three or more parties, no one party is likely to gain power alone, and parties work with each other to form coalition governments. This has been an emerging trend in the politics of the Republic of Ireland since the 1980s and is almost always the case in Germany on national and state level, and in most constituencies at the communal level. Furthermore, since the forming of the Republic of Iceland there has never been a government not led by a coalition (usually of the Independence Party and one other (often the Social Democratic Alliance). A similar situation exists in the Republic of Ireland; since 1989, no one party has held power on its own. Since then, numerous coalition governments have been formed. These coalitions have been exclusively led by one of either Fianna F\\u00e1il or Fine Gael. Political change is often easier with a coalition government than in one-party or two-party dominant systems.[dubious \\u2013 discuss] If factions in a two-party system are in fundamental disagreement on policy goals, or even principles, they can be slow to make policy changes, which appears to be the case now in the U.S. with power split between Democrats and Republicans. Still coalition governments struggle, sometimes for years, to change policy and often fail altogether, post World War II France and Italy being prime examples. When one party in a two-party system controls all elective branches, however, policy changes can be both swift and significant. Democrats Woodrow Wilson, Franklin Roosevelt and Lyndon Johnson were beneficiaries of such fortuitous circumstances, as were Republicans as far removed in time as Abraham Lincoln and Ronald Reagan. Barack Obama briefly had such an advantage between 2009 and 2011.\",\n \"There has been some concern over the potential adverse environmental and ecosystem effects caused by the influx of visitors. Some environmentalists and scientists have made a call for stricter regulations for ships and a tourism quota. The primary response by Antarctic Treaty Parties has been to develop, through their Committee for Environmental Protection and in partnership with IAATO, \\\"site use guidelines\\\" setting landing limits and closed or restricted zones on the more frequently visited sites. Antarctic sightseeing flights (which did not land) operated out of Australia and New Zealand until the fatal crash of Air New Zealand Flight 901 in 1979 on Mount Erebus, which killed all 257 aboard. Qantas resumed commercial overflights to Antarctica from Australia in the mid-1990s.\",\n \"After World War II, the Guam Organic Act of 1950 established Guam as an unincorporated organized territory of the United States, provided for the structure of the island's civilian government, and granted the people U.S. citizenship. The Governor of Guam was federally appointed until 1968, when the Guam Elective Governor Act provided for the office's popular election.:242 Since Guam is not a U.S. state, U.S. citizens residing on Guam are not allowed to vote for president and their congressional representative is a non-voting member.\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 87355,\n \"samples\": [\n \"What metropolitan area is Portsmouth a part of?\",\n \"What symbol did Abu Muslim use in his revolt against the Umayyads?\",\n \"Who did Jesus say were his \\\"brother, and sister, and mother?\\\"\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answers\",\n \"properties\": {\n \"dtype\": \"object\",\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}","type":"dataframe","variable_name":"squad"},"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
idtitlecontextquestionanswers
05733be284776f41900661182University_of_Notre_DameArchitecturally, the school has a Catholic cha...To whom did the Virgin Mary allegedly appear i...{'text': ['Saint Bernadette Soubirous'], 'answ...
15733be284776f4190066117fUniversity_of_Notre_DameArchitecturally, the school has a Catholic cha...What is in front of the Notre Dame Main Building?{'text': ['a copper statue of Christ'], 'answe...
25733be284776f41900661180University_of_Notre_DameArchitecturally, the school has a Catholic cha...The Basilica of the Sacred heart at Notre Dame...{'text': ['the Main Building'], 'answer_start'...
35733be284776f41900661181University_of_Notre_DameArchitecturally, the school has a Catholic cha...What is the Grotto at Notre Dame?{'text': ['a Marian place of prayer and reflec...
45733be284776f4190066117eUniversity_of_Notre_DameArchitecturally, the school has a Catholic cha...What sits on top of the Main Building at Notre...{'text': ['a golden statue of the Virgin Mary'...
\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"text/plain":[" id title \\\n","0 5733be284776f41900661182 University_of_Notre_Dame \n","1 5733be284776f4190066117f University_of_Notre_Dame \n","2 5733be284776f41900661180 University_of_Notre_Dame \n","3 5733be284776f41900661181 University_of_Notre_Dame \n","4 5733be284776f4190066117e University_of_Notre_Dame \n","\n"," context \\\n","0 Architecturally, the school has a Catholic cha... \n","1 Architecturally, the school has a Catholic cha... \n","2 Architecturally, the school has a Catholic cha... \n","3 Architecturally, the school has a Catholic cha... \n","4 Architecturally, the school has a Catholic cha... \n","\n"," question \\\n","0 To whom did the Virgin Mary allegedly appear i... \n","1 What is in front of the Notre Dame Main Building? \n","2 The Basilica of the Sacred heart at Notre Dame... \n","3 What is the Grotto at Notre Dame? \n","4 What sits on top of the Main Building at Notre... \n","\n"," answers \n","0 {'text': ['Saint Bernadette Soubirous'], 'answ... \n","1 {'text': ['a copper statue of Christ'], 'answe... \n","2 {'text': ['the Main Building'], 'answer_start'... \n","3 {'text': ['a Marian place of prayer and reflec... \n","4 {'text': ['a golden statue of the Virgin Mary'... "]},"execution_count":13,"metadata":{},"output_type":"execute_result"}],"source":["squad.head()"]},{"cell_type":"code","execution_count":9,"metadata":{"id":"n2Y1AieLA_2G","executionInfo":{"status":"ok","timestamp":1716897721172,"user_tz":-120,"elapsed":4,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["df_copy = df"]},{"cell_type":"code","execution_count":10,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"a37wsunkBTJd","outputId":"43754054-2d86-4392-fcc9-28ed440c93ed","executionInfo":{"status":"ok","timestamp":1716897721172,"user_tz":-120,"elapsed":4,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[{"output_type":"execute_result","data":{"text/plain":["271"]},"metadata":{},"execution_count":10}],"source":["len(df_copy['sentence'].unique())"]},{"cell_type":"code","execution_count":11,"metadata":{"id":"FhTdb2sgIX4n","executionInfo":{"status":"ok","timestamp":1716897723093,"user_tz":-120,"elapsed":1627,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["\n","from sklearn.model_selection import train_test_split\n","\n","train_df, temp_df = train_test_split(df, test_size=0.3, random_state=42, shuffle=True)\n","valid_df, test_df = train_test_split(temp_df, test_size=0.5, random_state=42, shuffle=True)"]},{"cell_type":"code","source":["test_df"],"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":597},"id":"kUh0QmJn7hYg","executionInfo":{"status":"ok","timestamp":1716899168975,"user_tz":-120,"elapsed":11,"user":{"displayName":"Yazan","userId":"16453545448386209219"}},"outputId":"059431ca-5025-4f5b-aef6-d458432cfdad"},"execution_count":12,"outputs":[{"output_type":"execute_result","data":{"text/plain":[" sentence \\\n","2749 queen absent, disorganized workers, minimal dr... \n","538 queen excellent, brood numerous, forage plenti... \n","3103 new queen, workers adapting, increasing drone ... \n","1055 queen missing, workers slow, drones barely pre... \n","1117 queen unseen, workers managing, drones limited... \n","... ... \n","840 queen newly mated, worker bees thriving, drone... \n","2596 queen missing, sluggish workers, scant drones,... \n","1221 queen aging, workers maintaining, drones spars... \n","2420 queen efficient, busy workers, good drone acti... \n","3300 queen aging, steady workers, reduced drones, m... \n","\n"," question \\\n","2749 what is the status of workers in the hive? \n","538 what is the current health status of the hive? \n","3103 are there any worker bees currently active in ... \n","1055 how many honey frames are currently filled in ... \n","1117 what is the egg count of the hive? \n","... ... \n","840 describe the queen's activity or presence note... \n","2596 how many honey frames are currently filled in ... \n","1221 what is the egg count of the hive? \n","2420 how many honey frames are currently filled in ... \n","3300 describe the queen's activity or presence note... \n","\n"," answer context_index \n","2749 disorganized workers 217 \n","538 queen excellent 43 \n","3103 workers adapting 246 \n","1055 three frames with minimal honey 84 \n","1117 eggs sporadic 89 \n","... ... ... \n","840 queen newly mated 68 \n","2596 five honey frames only half filled 205 \n","1221 egg laying reduced 97 \n","2420 eight frames ready for harvest 191 \n","3300 queen aging 262 \n","\n","[512 rows x 4 columns]"],"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
sentencequestionanswercontext_index
2749queen absent, disorganized workers, minimal dr...what is the status of workers in the hive?disorganized workers217
538queen excellent, brood numerous, forage plenti...what is the current health status of the hive?queen excellent43
3103new queen, workers adapting, increasing drone ...are there any worker bees currently active in ...workers adapting246
1055queen missing, workers slow, drones barely pre...how many honey frames are currently filled in ...three frames with minimal honey84
1117queen unseen, workers managing, drones limited...what is the egg count of the hive?eggs sporadic89
...............
840queen newly mated, worker bees thriving, drone...describe the queen's activity or presence note...queen newly mated68
2596queen missing, sluggish workers, scant drones,...how many honey frames are currently filled in ...five honey frames only half filled205
1221queen aging, workers maintaining, drones spars...what is the egg count of the hive?egg laying reduced97
2420queen efficient, busy workers, good drone acti...how many honey frames are currently filled in ...eight frames ready for harvest191
3300queen aging, steady workers, reduced drones, m...describe the queen's activity or presence note...queen aging262
\n","

512 rows × 4 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"application/vnd.google.colaboratory.intrinsic+json":{"type":"dataframe","variable_name":"test_df","summary":"{\n \"name\": \"test_df\",\n \"rows\": 512,\n \"fields\": [\n {\n \"column\": \"sentence\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 241,\n \"samples\": [\n \"queen strong, workers busy, healthy drones, eggs abundant, and nine frames heavy with honey\",\n \"queen prolific, brood dense, abundant forage, ten honey frames harvested\",\n \"queen healthy, workers buzzing efficiently, drones ample, high egg count, and ten honey frames well-stocked\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 15,\n \"samples\": [\n \"what is the status of the queen in the hive?\",\n \"what types of forage bees have been foraging?\",\n \"what is the status of workers in the hive?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answer\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 293,\n \"samples\": [\n \"eight frames overflowing with honey\",\n \"seven honey frames well-stocked\",\n \"only five frames showing some honey\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"context_index\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 80,\n \"min\": 1,\n \"max\": 270,\n \"num_unique_values\": 241,\n \"samples\": [\n 142,\n 41,\n 110\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"}},"metadata":{},"execution_count":12}]},{"cell_type":"code","execution_count":14,"metadata":{"id":"iYIugAMtIfH1","executionInfo":{"status":"ok","timestamp":1716899331591,"user_tz":-120,"elapsed":272,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["train = df[:1705]\n","test = df[1705:2561]\n","validate =df[2561:]"]},{"cell_type":"code","execution_count":15,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":597},"id":"ysbMIkDMPJvt","outputId":"2100e4c7-1d68-40ea-8c70-a9f2f1aecec1","executionInfo":{"status":"ok","timestamp":1716899331881,"user_tz":-120,"elapsed":7,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[{"output_type":"execute_result","data":{"text/plain":[" sentence \\\n","1705 queen present, worker bees excelling, drone co... \n","1706 queen present, worker bees excelling, drone co... \n","1707 queen present, worker bees excelling, drone co... \n","1708 queen present, worker bees excelling, drone co... \n","1709 queen present, worker bees excelling, drone co... \n","... ... \n","2556 queen aging, workers steady, limited drone act... \n","2557 queen aging, workers steady, limited drone act... \n","2558 queen aging, workers steady, limited drone act... \n","2559 queen aging, workers steady, limited drone act... \n","2560 queen aging, workers steady, limited drone act... \n","\n"," question \\\n","1705 is there a queen currently present in the hive? \n","1706 are there any worker bees currently active in ... \n","1707 describe the queen's activity or presence note... \n","1708 what is the status of drones in the hive? \n","1709 what types of bee products have been collected... \n","... ... \n","2556 can you list the bee products available from t... \n","2557 how many honey frames are currently filled in ... \n","2558 can you estimate how many frames are ready for... \n","2559 what is the current health status of the hive? \n","2560 what is the status of workers in the hive? \n","\n"," answer context_index \n","1705 queen present 135 \n","1706 worker bees excelling 135 \n","1707 queen present 135 \n","1708 drone count optimal 135 \n","1709 all frames teeming with honey 135 \n","... ... ... \n","2556 eight honey frames nearly filled 202 \n","2557 eight honey frames nearly filled 202 \n","2558 eight honey frames nearly filled 202 \n","2559 queen aging 202 \n","2560 workers steady 202 \n","\n","[856 rows x 4 columns]"],"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
sentencequestionanswercontext_index
1705queen present, worker bees excelling, drone co...is there a queen currently present in the hive?queen present135
1706queen present, worker bees excelling, drone co...are there any worker bees currently active in ...worker bees excelling135
1707queen present, worker bees excelling, drone co...describe the queen's activity or presence note...queen present135
1708queen present, worker bees excelling, drone co...what is the status of drones in the hive?drone count optimal135
1709queen present, worker bees excelling, drone co...what types of bee products have been collected...all frames teeming with honey135
...............
2556queen aging, workers steady, limited drone act...can you list the bee products available from t...eight honey frames nearly filled202
2557queen aging, workers steady, limited drone act...how many honey frames are currently filled in ...eight honey frames nearly filled202
2558queen aging, workers steady, limited drone act...can you estimate how many frames are ready for...eight honey frames nearly filled202
2559queen aging, workers steady, limited drone act...what is the current health status of the hive?queen aging202
2560queen aging, workers steady, limited drone act...what is the status of workers in the hive?workers steady202
\n","

856 rows × 4 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"application/vnd.google.colaboratory.intrinsic+json":{"type":"dataframe","variable_name":"test","summary":"{\n \"name\": \"test\",\n \"rows\": 856,\n \"fields\": [\n {\n \"column\": \"sentence\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 68,\n \"samples\": [\n \"new queen, workers adapting, increasing drone presence, good egg numbers, and seven honey frames capped\",\n \"queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready\",\n \"queen healthy, workers bustling, drones numerous, plentiful eggs, and ten honey frames well-stocked\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 13,\n \"samples\": [\n \"what is the current health status of the hive?\",\n \"how many honey frames are currently filled in the hive?\",\n \"is there a queen currently present in the hive?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answer\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 213,\n \"samples\": [\n \"eggs abound\",\n \"six frames partially filled with honey\",\n \"low worker morale\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"context_index\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 19,\n \"min\": 135,\n \"max\": 202,\n \"num_unique_values\": 68,\n \"samples\": [\n 181,\n 151,\n 139\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"}},"metadata":{},"execution_count":15}],"source":["test"]},{"cell_type":"code","execution_count":28,"metadata":{"id":"vjTGP-EX3OM1","executionInfo":{"status":"ok","timestamp":1716899374710,"user_tz":-120,"elapsed":296,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["def transform_data_with_id(df):\n"," result = []\n","\n"," grouped = df.groupby('context_index')\n","\n"," for context_id, group in grouped:\n"," context = group.iloc[0]['sentence'] # Assuming all sentences in the group are the same\n"," qas = []\n"," for _, row in group.iterrows():\n"," answer_start = context.find(row['answer'])\n"," qa = {\n"," 'id': f\"{len(qas) + 1:05d}\",\n"," 'is_impossible': False,\n"," 'question': row['question'],\n"," 'answers': [{\n"," 'text': row['answer'],\n"," 'answer_start': answer_start\n"," }]\n"," }\n"," qas.append(qa)\n","\n"," result.append({\n"," 'context': context,\n"," 'qas': qas\n"," })\n","\n"," return result"]},{"cell_type":"code","execution_count":17,"metadata":{"id":"2SSMvfJrBDWe","executionInfo":{"status":"ok","timestamp":1716899335193,"user_tz":-120,"elapsed":270,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["train_copy = transform_data_with_id(train_df)\n","test_copy = transform_data_with_id(test_df)\n","valid_copy = transform_data_with_id(valid_df)"]},{"cell_type":"code","execution_count":18,"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"vy5rccLH60jx","outputId":"eadfa2c2-0d83-4f42-f816-031600d649c0","executionInfo":{"status":"ok","timestamp":1716899336001,"user_tz":-120,"elapsed":528,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[{"output_type":"execute_result","data":{"text/plain":["[{'context': 'a healthy queen observed, workers are active, abundant nectar and pollen collected, with a full count of eggs and six honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers are active', 'answer_start': 26}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 118}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'full count of eggs', 'answer_start': 91}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'healthy queen', 'answer_start': 2}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames filled', 'answer_start': 114}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'pollen collected', 'answer_start': 66}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'full count of eggs', 'answer_start': 91}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'pollen collected', 'answer_start': 66}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames filled', 'answer_start': 114}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 118}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers are active', 'answer_start': 26}]}]},\n"," {'context': 'queenright with an extensive brood pattern, workers exhibit high foraging behavior, honey stores are high, and seven honey frames are heavy with product',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames are heavy with product',\n"," 'answer_start': 117}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'workers exhibit high foraging behavior',\n"," 'answer_start': 44}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'extensive brood pattern', 'answer_start': 19}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers exhibit high foraging behavior',\n"," 'answer_start': 44}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames are heavy with product',\n"," 'answer_start': 111}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers exhibit high foraging behavior',\n"," 'answer_start': 44}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'extensive brood pattern', 'answer_start': 19}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queenright', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queenright', 'answer_start': 0}]}]},\n"," {'context': 'queen’s presence confirmed, strong brood development, a significant amount of propolis, bees actively foraging for nectar, and all ten honey frames being filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'bees actively foraging for nectar',\n"," 'answer_start': 88}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'bees actively foraging for nectar',\n"," 'answer_start': 88}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all ten honey frames being filled',\n"," 'answer_start': 127}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen’s presence confirmed', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen’s presence confirmed', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'all ten honey frames being filled',\n"," 'answer_start': 127}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'all ten honey frames being filled',\n"," 'answer_start': 127}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen’s presence confirmed', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'strong brood development', 'answer_start': 28}]}]},\n"," {'context': 'queen is laying well, the worker population is high, honey and beeswax levels are sufficient, and there is steady nectar collection with seven honey frames completed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'there is steady nectar collection with seven honey frames completed',\n"," 'answer_start': 98}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'beeswax levels are sufficient',\n"," 'answer_start': 63}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen is laying well', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen is laying well', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames completed', 'answer_start': 143}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'there is steady nectar collection with seven honey frames completed',\n"," 'answer_start': 98}]}]},\n"," {'context': 'queen is healthy, drone population is normal, abundant forage activity noted, a high volume of eggs present, and five honey frames ready for harvest',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'abundant forage activity noted',\n"," 'answer_start': 46}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames ready for harvest',\n"," 'answer_start': 113}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen is healthy', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen is healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen is healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen is healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high volume of eggs present', 'answer_start': 80}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames ready', 'answer_start': 118}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames ready for harvest',\n"," 'answer_start': 113}]}]},\n"," {'context': 'the queen is missing, worker morale seems low, reduced pollen intake, minimal egg laying, and only two honey frames showing progress',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'only honey frames showing progress',\n"," 'answer_start': -1}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only two honey frames showing progress',\n"," 'answer_start': 94}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only two honey frames showing progress',\n"," 'answer_start': 94}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'the queen is missing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker morale seems low', 'answer_start': 22}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'the queen is missing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'only honey frames showing progress',\n"," 'answer_start': -1}]}]},\n"," {'context': 'queen is vibrant, strong scent of propolis, workers bringing in ample nectar, egg count satisfactory, with all honey frames in active production',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'workers bringing in ample nectar',\n"," 'answer_start': 44}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with all honey frames in active production',\n"," 'answer_start': 102}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg count satisfactory', 'answer_start': 78}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen is vibrant', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with all honey frames in active production',\n"," 'answer_start': 102}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen is vibrant', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers bringing in ample nectar',\n"," 'answer_start': 44}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with all honey frames in active production',\n"," 'answer_start': 102}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers bringing in ample nectar',\n"," 'answer_start': 44}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'workers bringing in ample nectar',\n"," 'answer_start': 44}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with all honey frames in active production',\n"," 'answer_start': 102}]}]},\n"," {'context': 'queen is old but active, workers are steady, good pollen reserves, adequate egg laying observed, and four honey frames fully capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'adequate egg laying', 'answer_start': 67}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames fully capped', 'answer_start': 106}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames fully capped',\n"," 'answer_start': 101}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'adequate egg laying', 'answer_start': 67}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen is old but active', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen is old but active', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames fully capped',\n"," 'answer_start': 101}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'good pollen reserves', 'answer_start': 45}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames fully capped', 'answer_start': 106}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen is old but active', 'answer_start': 0}]}]},\n"," {'context': 'new queen seen, workers are energetic despite the rain, honey stores are fair, and nectar foraging is ongoing with five honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 120}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nectar foraging is ongoing with five honey frames filled',\n"," 'answer_start': 83}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 120}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'nectar foraging is ongoing with five honey frames filled',\n"," 'answer_start': 83}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nectar foraging is ongoing with five honey frames filled',\n"," 'answer_start': 83}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers are energetic despite the rain',\n"," 'answer_start': 16}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'new queen seen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'nectar foraging is ongoing with five honey frames filled',\n"," 'answer_start': 83}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'new queen seen', 'answer_start': 0}]}]},\n"," {'context': 'queen’s health is excellent, worker bees are efficiently foraging, high beeswax production, egg laying at peak, with seven honey frames sealed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen’s health is excellent', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen’s health is excellent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen’s health is excellent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with seven honey frames sealed',\n"," 'answer_start': 112}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg laying at peak', 'answer_start': 92}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 123}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with seven honey frames sealed',\n"," 'answer_start': 112}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 123}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen’s health is excellent', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg laying at peak', 'answer_start': 92}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'high beeswax production', 'answer_start': 67}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'worker bees are efficiently foraging',\n"," 'answer_start': 29}]}]},\n"," {'context': 'an exceptionally healthy queen, with workers displaying an impressive haul of nectar and pollen; the brood chamber is teeming with new eggs, and almost all honey frames are nearing completion',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'the brood chamber is teeming with new eggs',\n"," 'answer_start': 97}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'an exceptionally healthy queen',\n"," 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'almost all honey frames are nearing completion',\n"," 'answer_start': 145}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'with workers displaying an impressive haul of nectar',\n"," 'answer_start': 32}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'with workers displaying an impressive haul of nectar',\n"," 'answer_start': 32}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'an exceptionally healthy queen',\n"," 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'pollen; the brood chamber is teeming with new eggs',\n"," 'answer_start': 89}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'an exceptionally healthy queen',\n"," 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'almost all honey frames are nearing completion',\n"," 'answer_start': 145}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'almost all honey frames are nearing completion',\n"," 'answer_start': 145}]}]},\n"," {'context': 'a queen in her prime, workers in a frenzy of productivity, ample stores of propolis and honey, and a brood pattern so perfect it could be featured in a beekeeping manual',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers in a frenzy of productivity',\n"," 'answer_start': 22}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'a queen in her prime', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'a queen in her prime', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers in a frenzy of productivity',\n"," 'answer_start': 22}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey', 'answer_start': 88}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood pattern so perfect', 'answer_start': 101}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood pattern so perfect', 'answer_start': 101}]}]},\n"," {'context': 'a newly emerged queen already proving her worth, workers efficiently managing the nectar flow despite the recent dry spell, and honey frames well on their way to being filled to the brim',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames well on their way to being filled to the brim',\n"," 'answer_start': 128}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 2}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 2}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'honey frames well on their way to being filled to the brim',\n"," 'answer_start': 128}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 2}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames well on their way to being filled to the brim',\n"," 'answer_start': 128}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers efficient', 'answer_start': 49}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 2}]}]},\n"," {'context': 'queen present, strong brood, ample pollen and nectar, ten frames of honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames of honey', 'answer_start': 54}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames of honey', 'answer_start': 54}]}]},\n"," {'context': 'weak queen, sparse brood, low forage yield, three honey frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'low forage yield', 'answer_start': 26}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'low forage yield', 'answer_start': 26}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames', 'answer_start': 44}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 50}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 50}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'weak queen', 'answer_start': 0}]}]},\n"," {'context': 'queen laying well, high worker activity, rich pollen, eight honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'rich pollen', 'answer_start': 41}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 54}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'rich pollen', 'answer_start': 41}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'high worker activity', 'answer_start': 19}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 54}]}]},\n"," {'context': 'no queen seen, brood declining, forage poor, two honey frames half-filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood declining', 'answer_start': 15}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage poor', 'answer_start': 32}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'two honey frames half-filled', 'answer_start': 45}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage poor', 'answer_start': 32}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'two honey frames half-filled',\n"," 'answer_start': 45}]}]},\n"," {'context': 'strong queen, robust brood, excellent pollen and nectar, nine full honey frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'strong queen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine full honey frames', 'answer_start': 57}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'robust brood', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine full honey frames', 'answer_start': 57}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'robust brood', 'answer_start': 14}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'strong queen', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, brood good, forage average, four honey frames ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood good', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood good', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames ready', 'answer_start': 48}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames ready', 'answer_start': 43}]}]},\n"," {'context': 'queen absent, replacing, workers active, six honey frames being filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 25}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 25}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames being filled',\n"," 'answer_start': 41}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames being filled', 'answer_start': 45}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames being filled',\n"," 'answer_start': 41}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen spotted, brood expanding, good pollen collection, seven honey frames sealed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'good pollen collection', 'answer_start': 32}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood exp', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 62}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'good pollen collection', 'answer_start': 32}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames sealed', 'answer_start': 56}]}]},\n"," {'context': 'queen vibrant, full brood chamber, high forage activity, ten honey frames heavy',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames heavy', 'answer_start': 57}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'full brood chamber', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'high forage activity', 'answer_start': 35}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'high forage activity', 'answer_start': 35}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames heavy', 'answer_start': 57}]}]},\n"," {'context': 'old queen, brood steady, moderate foraging, five honey frames completed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood steady', 'answer_start': 11}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames completed', 'answer_start': 44}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames completed', 'answer_start': 44}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'old queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'moderate foraging', 'answer_start': 25}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames completed', 'answer_start': 49}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames completed', 'answer_start': 49}]}]},\n"," {'context': 'new queen, workers bustling, abundant forage, six full honey frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six full honey frames', 'answer_start': 46}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 11}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 11}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'abundant forage', 'answer_start': 29}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'full honey frames', 'answer_start': 50}]}]},\n"," {'context': 'queen present, brood healthy, foraging successful, seven honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'foraging successful', 'answer_start': 30}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 57}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 51}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood healthy', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 57}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood healthy', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 51}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]}]},\n"," {'context': 'queen unspotted, brood fair, forage low, four honey frames stored',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames stored', 'answer_start': 46}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames stored', 'answer_start': 41}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames stored', 'answer_start': 46}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen unspotted', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood fair', 'answer_start': 17}]}]},\n"," {'context': 'active queen, strong brood, good nectar flow, eight honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 46}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 46}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'strong brood', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'good nectar flow', 'answer_start': 28}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'active queen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'good nectar flow', 'answer_start': 28}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'active queen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 46}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'strong brood', 'answer_start': 14}]}]},\n"," {'context': 'queen productive, brood plentiful, forage high, nine honey frames ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames ready', 'answer_start': 48}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames ready', 'answer_start': 48}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood plentiful', 'answer_start': 18}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames ready', 'answer_start': 48}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage high', 'answer_start': 35}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood plentiful', 'answer_start': 18}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage high', 'answer_start': 35}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]}]},\n"," {'context': 'queen missing, brood sparse, pollen scarce, two honey frames half-full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood sparse', 'answer_start': 15}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames half-full', 'answer_start': 48}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'two honey frames half-full', 'answer_start': 44}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'pollen scarce', 'answer_start': 29}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames half-full', 'answer_start': 48}]}]},\n"," {'context': 'queen sighted, workers energetic, ample pollen, five honey frames sealed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen sighted', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers energetic', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'ample pollen', 'answer_start': 34}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers energetic', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames sealed', 'answer_start': 48}]}]},\n"," {'context': 'healthy queen, brood expanding, forage abundant, seven honey frames stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage abundant', 'answer_start': 32}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames stocked', 'answer_start': 49}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'healthy queen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames stocked', 'answer_start': 49}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood exp', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames stocked', 'answer_start': 55}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames stocked', 'answer_start': 55}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage abundant', 'answer_start': 32}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'healthy queen', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'healthy queen', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood exp', 'answer_start': 15}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'healthy queen', 'answer_start': 0}]}]},\n"," {'context': 'strong queen, brood vibrant, high nectar intake, full ten honey frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'full ten honey frames', 'answer_start': 49}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'strong queen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood vibrant', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'strong queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'full ten honey frames', 'answer_start': 49}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood vibrant', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'full ten honey frames', 'answer_start': 49}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'strong queen', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'full ten honey frames', 'answer_start': 49}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'strong queen', 'answer_start': 0}]}]},\n"," {'context': 'queen aging, steady brood, moderate forage, six honey frames processed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames processed', 'answer_start': 44}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'steady brood', 'answer_start': 13}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'moderate forage', 'answer_start': 27}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames processed', 'answer_start': 48}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'moderate forage', 'answer_start': 27}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames processed', 'answer_start': 48}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]}]},\n"," {'context': 'queen laying eggs, brood area growing, plentiful forage, five frames of honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood area growing', 'answer_start': 19}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five frames of honey', 'answer_start': 57}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames of honey', 'answer_start': 62}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'plentiful forage', 'answer_start': 39}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five frames of honey', 'answer_start': 57}]}]},\n"," {'context': 'no queen detected, brood suffering, poor forage, three honey frames used',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 55}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood suffering', 'answer_start': 19}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen detected', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'poor forage', 'answer_start': 36}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood suffering', 'answer_start': 19}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen detected', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames used', 'answer_start': 49}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 55}]}]},\n"," {'context': 'queen healthy, brood strong, rich nectar sources, eight frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames well-stocked', 'answer_start': 50}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames well-stocked', 'answer_start': 50}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood strong', 'answer_start': 15}]}]},\n"," {'context': 'queen visible, brood stable, good pollen harvest, seven honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'good pollen harvest', 'answer_start': 29}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood stable', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 50}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'good pollen harvest', 'answer_start': 29}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 56}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood stable', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 50}]}]},\n"," {'context': 'queen active, brood present, forage adequate, four honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames filled', 'answer_start': 46}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 51}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood present', 'answer_start': 14}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]}]},\n"," {'context': 'queen not found, workers listless, low forage, two honey frames empty',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'two honey frames empty', 'answer_start': 47}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames empty', 'answer_start': 51}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'two honey frames empty', 'answer_start': 47}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'low forage', 'answer_start': 35}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'low forage', 'answer_start': 35}]}]},\n"," {'context': 'queen productive, brood excellent, forage rich, six honey frames sealed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames sealed', 'answer_start': 52}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames sealed', 'answer_start': 48}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood excellent', 'answer_start': 18}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage rich', 'answer_start': 35}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood excellent', 'answer_start': 18}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage rich', 'answer_start': 35}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames sealed', 'answer_start': 48}]}]},\n"," {'context': 'queen reigning, strong brood, high nectar and pollen, nine honey frames full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'pollen', 'answer_start': 46}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames full', 'answer_start': 54}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames full', 'answer_start': 54}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'pollen', 'answer_start': 46}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'strong brood', 'answer_start': 16}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]}]},\n"," {'context': 'queen prolific, brood dense, abundant forage, ten honey frames harvested',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood dense', 'answer_start': 16}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'abundant forage', 'answer_start': 29}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames harvested', 'answer_start': 46}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames harvested', 'answer_start': 46}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten honey frames harvested', 'answer_start': 46}]}]},\n"," {'context': 'queen in decline, brood okay, forage moderate, five honey frames completed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames completed', 'answer_start': 52}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood okay', 'answer_start': 18}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood okay', 'answer_start': 18}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames completed', 'answer_start': 47}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage moderate', 'answer_start': 30}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage moderate', 'answer_start': 30}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames completed',\n"," 'answer_start': 47}]}]},\n"," {'context': 'queen excellent, brood numerous, forage plentiful, eight honey frames topped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames topped', 'answer_start': 51}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage plentiful', 'answer_start': 33}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames topped', 'answer_start': 51}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood numerous', 'answer_start': 17}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames topped', 'answer_start': 51}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames topped', 'answer_start': 51}]}]},\n"," {'context': 'queen absent, brood dwindling, forage limited, three honey frames partial',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames partial', 'answer_start': 53}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames partial', 'answer_start': 47}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage limited', 'answer_start': 31}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames partial', 'answer_start': 53}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen spotted, brood healthy, good forage, seven honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames filled', 'answer_start': 43}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'good forage', 'answer_start': 30}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood healthy', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 49}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'good forage', 'answer_start': 30}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]}]},\n"," {'context': 'queen strong, brood expanding, rich pollen sources, nine frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine frames capped', 'answer_start': 52}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine frames capped', 'answer_start': 52}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood exp', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'rich pollen sources', 'answer_start': 31}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]}]},\n"," {'context': 'queen laying, brood vibrant, forage successful, six frames with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage successful', 'answer_start': 29}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames with honey', 'answer_start': 48}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames with honey', 'answer_start': 52}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood vibrant', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames with honey', 'answer_start': 52}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]}]},\n"," {'context': 'queen unseen, brood small, low nectar yield, two frames needing work',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'two frames needing work', 'answer_start': 45}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood small', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'low nectar yield', 'answer_start': 27}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen unseen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen unseen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood small', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'low nectar yield', 'answer_start': 27}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'two frames needing work', 'answer_start': 45}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen unseen', 'answer_start': 0}]}]},\n"," {'context': 'queen active, brood stable, forage good, five honey frames sealed',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage good', 'answer_start': 28}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames sealed', 'answer_start': 41}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage good', 'answer_start': 28}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood stable', 'answer_start': 14}]}]},\n"," {'context': 'queen present, brood large, forage excellent, ten frames heavy with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames heavy with honey', 'answer_start': 46}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames heavy with honey', 'answer_start': 46}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'forage excellent', 'answer_start': 28}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'forage excellent', 'answer_start': 28}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames heavy with honey', 'answer_start': 46}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]}]},\n"," {'context': 'queen new, brood growing, pollen abundant, four frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four frames well-stocked', 'answer_start': 43}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen new', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen new', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen new', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood growing', 'answer_start': 11}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen new', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'pollen abundant', 'answer_start': 26}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four frames well-stocked', 'answer_start': 43}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood growing', 'answer_start': 11}]}]},\n"," {'context': 'queen old, brood fair, forage average, seven honey frames ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 45}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 45}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'brood fair', 'answer_start': 11}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames ready', 'answer_start': 39}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'brood fair', 'answer_start': 11}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames ready', 'answer_start': 39}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]}]},\n"," {'context': 'queen active, worker bees numerous, drone count normal, eggs abundant, propolis and six honey frames collected',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 56}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'six honey frames collected', 'answer_start': 84}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees numerous', 'answer_start': 14}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'six honey frames collected', 'answer_start': 84}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 56}]}]},\n"," {'context': 'no queen, workers agitated, drones scarce, few eggs, some beeswax but only three frames of honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames of honey', 'answer_start': 81}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 43}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'some beeswax but only three frames of honey',\n"," 'answer_start': 53}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'some beeswax but only three frames of honey',\n"," 'answer_start': 53}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'no queen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames of honey', 'answer_start': 81}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 43}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'some beeswax but only three frames of honey',\n"," 'answer_start': 53}]}]},\n"," {'context': 'queen laying profusely, high worker and drone activity, egg count high, plenty of honey and beeswax across eight frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'beeswax across eight frames', 'answer_start': 92}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying profusely', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'beeswax across eight frames', 'answer_start': 92}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg count high', 'answer_start': 56}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying profusely', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'beeswax across eight frames', 'answer_start': 92}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg count high', 'answer_start': 56}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying profusely', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'beeswax across eight frames',\n"," 'answer_start': 92}]}]},\n"," {'context': 'queen present, worker numbers strong, drone population up, eggs plentiful, and seven honey frames along with substantial beeswax',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames along with substantial beeswax',\n"," 'answer_start': 79}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs plentiful', 'answer_start': 59}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'seven honey frames along with substantial beeswax',\n"," 'answer_start': 79}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames along with substantial beeswax',\n"," 'answer_start': 79}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 85}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'seven honey frames along with substantial beeswax',\n"," 'answer_start': 79}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 85}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone population up', 'answer_start': 38}]}]},\n"," {'context': 'queen seen, workers busy, normal amount of drones, good egg production, ample honey, and propolis on five frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 12}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 106}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'normal amount of drones', 'answer_start': 26}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 106}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'propolis on five frames', 'answer_start': 89}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'good egg production', 'answer_start': 51}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'good egg production', 'answer_start': 51}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'propolis on five frames', 'answer_start': 89}]}]},\n"," {'context': 'queen not found, worker bees sluggish, drone numbers low, egg count down, but still five frames of honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees sluggish', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames of honey', 'answer_start': 89}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'but still five frames of honey',\n"," 'answer_start': 74}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames of honey', 'answer_start': 89}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg count down', 'answer_start': 58}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'but still five frames of honey',\n"," 'answer_start': 74}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone numbers low', 'answer_start': 39}]}]},\n"," {'context': 'queen healthy, workers efficient, drones adequate, many eggs laid, high honey yield, and beeswax on nine frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'beeswax on nine frames', 'answer_start': 89}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'beeswax on nine frames', 'answer_start': 89}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones adequate', 'answer_start': 34}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'many eggs laid', 'answer_start': 51}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'beeswax on nine frames', 'answer_start': 89}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'many eggs laid', 'answer_start': 51}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'beeswax on nine frames', 'answer_start': 89}]}]},\n"," {'context': 'queen excellent, workers hard at work, drone presence good, egg count excellent, and eight honey frames full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames full', 'answer_start': 85}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers hard at work', 'answer_start': 17}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg count excellent', 'answer_start': 60}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg count excellent', 'answer_start': 60}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone presence good', 'answer_start': 39}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames full', 'answer_start': 85}]}]},\n"," {'context': 'new queen, workers active, enough drones, satisfactory egg count, honey and propolis gathered on six frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'enough drones', 'answer_start': 27}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'satisfactory egg count', 'answer_start': 42}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'propolis gathered on six frames',\n"," 'answer_start': 76}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'propolis gathered on six frames',\n"," 'answer_start': 76}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 11}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'satisfactory egg count', 'answer_start': 42}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'propolis gathered on six frames',\n"," 'answer_start': 76}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]}]},\n"," {'context': 'aging queen, stable worker population, fewer drones, moderate eggs, beeswax and seven frames of honey noted',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames of honey noted', 'answer_start': 80}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames of honey noted', 'answer_start': 80}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'aging queen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'aging queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 86}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 68}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 86}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 53}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'aging queen', 'answer_start': 0}]}]},\n"," {'context': 'queen robust, workers tireless, drone count high, eggs numerous, rich in propolis, with all ten honey frames stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers tireless', 'answer_start': 14}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with all ten honey frames stocked',\n"," 'answer_start': 83}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone count high', 'answer_start': 32}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 50}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with all ten honey frames stocked',\n"," 'answer_start': 83}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with all ten honey frames stocked',\n"," 'answer_start': 83}]}]},\n"," {'context': 'no queen, worker count low, drones absent, eggs missing, limited beeswax, and only two honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'no queen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'only honey frames filled', 'answer_start': -1}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'only honey frames filled', 'answer_start': -1}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only two honey frames filled', 'answer_start': 78}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'limited beeswax', 'answer_start': 57}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'no queen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen', 'answer_start': 0}]}]},\n"," {'context': 'queen laying steadily, workers foraging well, drones healthy, egg layers active, abundant honey, and seven frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames capped', 'answer_start': 101}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones healthy', 'answer_start': 46}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'abundant honey', 'answer_start': 81}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying steadily', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying steadily', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg layers active', 'answer_start': 62}]}]},\n"," {'context': 'queen spotted, workers present, drone numbers fair, eggs well-laid, good beeswax production, and five honey frames ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames ready', 'answer_start': 97}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'good beeswax production', 'answer_start': 68}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames ready', 'answer_start': 102}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'good beeswax production', 'answer_start': 68}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames ready', 'answer_start': 97}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames ready', 'answer_start': 102}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen spotted', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone numbers fair', 'answer_start': 32}]}]},\n"," {'context': 'queen missing, worker bees restless, drones dwindling, egg production stalled, and four honey frames at half capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames at half capacity',\n"," 'answer_start': 83}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees restless', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones dwindling', 'answer_start': 37}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg production stalled', 'answer_start': 55}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees restless', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'four honey frames at half capacity',\n"," 'answer_start': 83}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames at half capacity',\n"," 'answer_start': 83}]}]},\n"," {'context': 'queen newly mated, worker bees thriving, drones visible, egg count up, and nine honey frames nearing completion',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen newly mated', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones visible', 'answer_start': 41}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg count up', 'answer_start': 57}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen newly mated', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames nearing completion',\n"," 'answer_start': 75}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames nearing completion',\n"," 'answer_start': 75}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees thriving', 'answer_start': 19}]}]},\n"," {'context': 'queen in prime, abundant worker bees, drone activity normal, eggs plentiful, and six frames laden with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs plentiful', 'answer_start': 61}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in prime', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames laden with honey', 'answer_start': 81}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames laden with honey', 'answer_start': 85}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'abundant worker bees', 'answer_start': 16}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in prime', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen in prime', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone activity normal', 'answer_start': 38}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'abundant worker bees', 'answer_start': 16}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames laden with honey',\n"," 'answer_start': 81}]}]},\n"," {'context': 'queen active, workers efficient, drone count stable, eggs numerous, beeswax and honey ample on eight frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'honey ample on eight frames', 'answer_start': 80}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 68}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey ample on eight frames', 'answer_start': 80}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey ample on eight frames', 'answer_start': 80}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 68}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 53}]}]},\n"," {'context': 'queen seen, workers industrious, drone presence good, egg laying on track, with seven frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg laying on track', 'answer_start': 54}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with seven frames filled with honey',\n"," 'answer_start': 75}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 86}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg laying on track', 'answer_start': 54}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone presence good', 'answer_start': 33}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 12}]}]},\n"," {'context': 'queen vibrant, workers and drones at peak numbers, eggs abundant, and seven honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames well-stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 76}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames well-stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 76}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 51}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 51}]}]},\n"," {'context': 'queen present, worker bee surge, ample drones, egg numbers peak, copious honey, but low beeswax on seven frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 105}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg numbers peak', 'answer_start': 47}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 33}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'but low beeswax on seven frames',\n"," 'answer_start': 80}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'but low beeswax on seven frames',\n"," 'answer_start': 80}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'but low beeswax on seven frames',\n"," 'answer_start': 80}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg numbers peak', 'answer_start': 47}]}]},\n"," {'context': \"queen's health declining, workers sluggish, drones sparse, egg laying slow, three frames with scant honey\",\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': \"queen's health declining\", 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': \"queen's health declining\", 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers sluggish', 'answer_start': 26}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three frames with scant honey',\n"," 'answer_start': 76}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg laying slow', 'answer_start': 59}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones sparse', 'answer_start': 44}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': \"queen's health declining\", 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames with scant honey', 'answer_start': 82}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers sluggish', 'answer_start': 26}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames with scant honey', 'answer_start': 82}]}]},\n"," {'context': 'queen prolific, workers exceed expectations, drone population optimal, egg count high, and honey abundant in ten frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers exceed expectations', 'answer_start': 16}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers exceed expectations', 'answer_start': 16}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'honey abundant in ten frames', 'answer_start': 91}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg count high', 'answer_start': 71}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'honey abundant in ten frames', 'answer_start': 91}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg count high', 'answer_start': 71}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey abundant in ten frames',\n"," 'answer_start': 91}]}]},\n"," {'context': 'queen not found, worker activity minimal, drone count reduced, egg laying uncertain, honey production on five frames stalled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg laying uncertain', 'answer_start': 63}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg laying uncertain', 'answer_start': 63}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker activity minimal', 'answer_start': 17}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'honey production on five frames stalled',\n"," 'answer_start': 85}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey production on frames stalled',\n"," 'answer_start': -1}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey production on frames stalled',\n"," 'answer_start': -1}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker activity minimal', 'answer_start': 17}]}]},\n"," {'context': 'queen reigning well, worker bees busy, drones numerous, eggs filling cells, and propolis rich on eight honey frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones numerous', 'answer_start': 39}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling cells', 'answer_start': 56}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'propolis rich on eight honey frames',\n"," 'answer_start': 80}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees busy', 'answer_start': 21}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'propolis rich on eight honey frames',\n"," 'answer_start': 80}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees busy', 'answer_start': 21}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs filling cells', 'answer_start': 56}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen reigning', 'answer_start': 0}]}]},\n"," {'context': 'queen lethargic, workers maintaining, drone numbers low, egg presence moderate, with six frames half-filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen lethargic', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen lethargic', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen lethargic', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg presence moderate', 'answer_start': 57}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg presence moderate', 'answer_start': 57}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with six frames half-filled with honey',\n"," 'answer_start': 80}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone numbers low', 'answer_start': 38}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers maintaining', 'answer_start': 17}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames half-filled with honey',\n"," 'answer_start': 89}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen lethargic', 'answer_start': 0}]}]},\n"," {'context': 'queen recently replaced, workers rallying, drones emerging, eggs increasing, beeswax and honey ample on nine frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen recently replaced', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 77}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs increasing', 'answer_start': 60}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen recently replaced', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 77}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen recently replaced', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs increasing', 'answer_start': 60}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey ample on nine frames', 'answer_start': 89}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones emerging', 'answer_start': 43}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'honey ample on nine frames', 'answer_start': 89}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen recently replaced', 'answer_start': 0}]}]},\n"," {'context': 'queen active, workers and drones constant, eggs abound, seven frames heavy with honey and beeswax',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 90}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abound', 'answer_start': 43}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames heavy with honey',\n"," 'answer_start': 56}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 90}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'beeswax', 'answer_start': 90}]}]},\n"," {'context': 'queen vibrant, workers industrious, drones adequate, robust egg production, and seven frames filled to the brim with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones adequate', 'answer_start': 36}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'robust egg production', 'answer_start': 53}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 86}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'robust egg production', 'answer_start': 53}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames filled to the brim with honey',\n"," 'answer_start': 80}]}]},\n"," {'context': 'queen absent, worker bees disoriented, few drones seen, eggs scarce, and only four honey frames partially capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames partially capped',\n"," 'answer_start': 83}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs scarce', 'answer_start': 56}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only four honey frames partially capped',\n"," 'answer_start': 73}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames partially capped',\n"," 'answer_start': 83}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees disoriented', 'answer_start': 14}]}]},\n"," {'context': 'queen effective, workers busy, good drone count, high egg numbers, plenty of beeswax and eight honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen effective', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 89}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg numbers', 'answer_start': 49}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen effective', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen effective', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'plenty of beeswax', 'answer_start': 67}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg numbers', 'answer_start': 49}]}]},\n"," {'context': 'queen missing, workers slow, drones barely present, low egg production, and three frames with minimal honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers slow', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames with minimal honey', 'answer_start': 82}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three frames with minimal honey',\n"," 'answer_start': 76}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames with minimal honey', 'answer_start': 82}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones barely present', 'answer_start': 29}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg production', 'answer_start': 52}]}]},\n"," {'context': 'queen recently emerged, workers energized, drones abundant, eggs aplenty, and honey thick across nine frames',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen recently emerged', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey thick across nine frames',\n"," 'answer_start': 78}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs aplenty', 'answer_start': 60}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones abundant', 'answer_start': 43}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen recently emerged', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers energized', 'answer_start': 24}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'honey thick across nine frames',\n"," 'answer_start': 78}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen recently emerged', 'answer_start': 0}]}]},\n"," {'context': 'queen robust, worker activity high, drone numbers strong, eggs well laid, and ten frames loaded with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames loaded with honey', 'answer_start': 78}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs well laid', 'answer_start': 58}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames loaded with honey', 'answer_start': 78}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames loaded with honey',\n"," 'answer_start': 78}]}]},\n"," {'context': 'queen ailing, worker numbers dwindling, few drones, reduced egg laying, and four honey frames barely capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker numbers dwindling', 'answer_start': 14}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'reduced egg laying', 'answer_start': 52}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames barely capped', 'answer_start': 81}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 40}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen ailing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen ailing', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen ailing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker numbers dwindling', 'answer_start': 14}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen ailing', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames barely capped',\n"," 'answer_start': 76}]}]},\n"," {'context': 'queen active, abundant workers, healthy drone population, egg production excellent, and seven frames full of honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 94}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'abundant workers', 'answer_start': 14}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames full of honey', 'answer_start': 88}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'healthy drone population', 'answer_start': 32}]}]},\n"," {'context': 'queen unseen, workers managing, drones limited, eggs sporadic, with five honey frames in progress',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with five honey frames in progress',\n"," 'answer_start': 63}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers managing', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen unseen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with five honey frames in progress',\n"," 'answer_start': 63}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen unseen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen unseen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames in progress', 'answer_start': 73}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames in progress', 'answer_start': 73}]}]},\n"," {'context': 'queen healthy, workers thriving, ample drones, numerous eggs, and eight frames densely packed with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 33}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers thriving', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers thriving', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 47}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 47}]}]},\n"," {'context': 'queen prolific, worker bees buzzing, drones in good number, high egg count, and seven honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 60}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg count', 'answer_start': 60}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 86}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones in good number', 'answer_start': 37}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 86}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen prolific', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 80}]}]},\n"," {'context': 'queen old, workers stable, drones sufficient, moderate egg laying, and six frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers stable', 'answer_start': 11}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames filled with honey', 'answer_start': 71}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate egg laying', 'answer_start': 46}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate egg laying', 'answer_start': 46}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames filled with honey', 'answer_start': 75}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames filled with honey', 'answer_start': 75}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones sufficient', 'answer_start': 27}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers stable', 'answer_start': 11}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, workers actively foraging, drone presence high, eggs plentiful, with ten honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with ten honey frames well-stocked',\n"," 'answer_start': 79}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'workers actively foraging', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs plentiful', 'answer_start': 63}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs plentiful', 'answer_start': 63}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with ten honey frames well-stocked',\n"," 'answer_start': 79}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with ten honey frames well-stocked',\n"," 'answer_start': 79}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'workers actively foraging', 'answer_start': 15}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone presence high', 'answer_start': 42}]}]},\n"," {'context': 'queen not found, workers disorganized, few drones, eggs scarce, and only three honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 39}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers disorganized', 'answer_start': 17}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers disorganized', 'answer_start': 17}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 79}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 79}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs scarce', 'answer_start': 51}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs scarce', 'answer_start': 51}]}]},\n"," {'context': 'queen newly installed, workers adapting, drone count improving, good egg production, and eight frames nearing capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'good egg production', 'answer_start': 64}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'good egg production', 'answer_start': 64}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames nearing capacity',\n"," 'answer_start': 89}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen newly installed', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames nearing capacity',\n"," 'answer_start': 89}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone count improving', 'answer_start': 41}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers adapting', 'answer_start': 23}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen newly installed', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen newly installed', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, strong worker activity, ample drones, high egg count, and seven honey frames fully capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 53}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg count', 'answer_start': 53}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'strong worker activity', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'strong worker activity', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 39}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames fully capped',\n"," 'answer_start': 73}]}]},\n"," {'context': 'queen aging, workers maintaining, drones sparse, egg laying reduced, and five honey frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames partially filled',\n"," 'answer_start': 73}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers maintaining', 'answer_start': 13}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'five honey frames partially filled',\n"," 'answer_start': 73}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames partially filled',\n"," 'answer_start': 73}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers maintaining', 'answer_start': 13}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'five honey frames partially filled',\n"," 'answer_start': 73}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones sparse', 'answer_start': 34}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]}]},\n"," {'context': 'queen productive, worker bees energetic, drones plentiful, eggs abounding, and nine frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine frames filled with honey',\n"," 'answer_start': 79}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine frames filled with honey',\n"," 'answer_start': 79}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones plentiful', 'answer_start': 41}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees energetic', 'answer_start': 18}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees energetic', 'answer_start': 18}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine frames filled with honey',\n"," 'answer_start': 79}]}]},\n"," {'context': 'queen absent, worker bees unsettled, drone numbers low, poor egg output, and four honey frames incomplete',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone numbers low', 'answer_start': 37}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'four honey frames incomplete', 'answer_start': 77}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 56}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'four honey frames incomplete', 'answer_start': 77}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 56}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames incomplete', 'answer_start': 77}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen visible, workers thriving, drones active, robust egg count, and ten frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'robust egg count', 'answer_start': 48}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'robust egg count', 'answer_start': 48}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers thriving', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones active', 'answer_start': 33}]}]},\n"," {'context': 'queen weak, workers slow, few drones, eggs limited, and only six honey frames partly filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 26}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'only six honey frames partly filled',\n"," 'answer_start': 56}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs limited', 'answer_start': 38}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers slow', 'answer_start': 12}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only six honey frames partly filled',\n"," 'answer_start': 56}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only six honey frames partly filled',\n"," 'answer_start': 56}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'only six honey frames partly filled',\n"," 'answer_start': 56}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]}]},\n"," {'context': 'queen efficient, workers busy, good drone population, eggs numerous, and eight honey frames topped up',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 54}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames topped up', 'answer_start': 73}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames topped up', 'answer_start': 73}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]}]},\n"," {'context': 'queen missing, workers lethargic, drones declining, low egg count, and five honey frames barely utilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames barely utilized',\n"," 'answer_start': 71}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low egg count', 'answer_start': 52}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'five honey frames barely utilized',\n"," 'answer_start': 71}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames barely utilized',\n"," 'answer_start': 71}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers lethargic', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones declining', 'answer_start': 34}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'five honey frames barely utilized',\n"," 'answer_start': 71}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers lethargic', 'answer_start': 15}]}]},\n"," {'context': 'queen laying well, workers vibrant, drones healthy, eggs copious, and seven frames densely packed with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames densely packed with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 76}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames densely packed with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers vibrant', 'answer_start': 19}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs copious', 'answer_start': 52}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers vibrant', 'answer_start': 19}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 76}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs copious', 'answer_start': 52}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]}]},\n"," {'context': 'queen absent, workers doing minimal foraging, drones scarce, eggs sparse, and three honey frames slowly filling',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers doing minimal foraging',\n"," 'answer_start': 14}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of forage bees have been foraging?',\n"," 'answers': [{'text': 'workers doing minimal foraging',\n"," 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs sparse', 'answer_start': 61}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 84}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs sparse', 'answer_start': 61}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers doing minimal foraging',\n"," 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames slowly filling',\n"," 'answer_start': 78}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'workers doing minimal foraging',\n"," 'answer_start': 14}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 84}]},\n"," {'id': '00013',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen strong, worker activity high, adequate drones, good egg production, and nine honey frames ready for harvest',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames ready for harvest',\n"," 'answer_start': 78}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'adequate drones', 'answer_start': 36}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames ready for harvest',\n"," 'answer_start': 78}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'good egg production', 'answer_start': 53}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames ready for harvest',\n"," 'answer_start': 78}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker activity high', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker activity high', 'answer_start': 14}]}]},\n"," {'context': 'queen seen, workers efficient, drones sufficient, eggs well-laid, and six honey frames fully capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames fully capped',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones sufficient', 'answer_start': 31}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers efficient', 'answer_start': 12}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'six honey frames fully capped',\n"," 'answer_start': 70}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs well-laid', 'answer_start': 50}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers efficient', 'answer_start': 12}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen seen', 'answer_start': 0}]}]},\n"," {'context': 'queen energetic, workers highly active, drones numerous, eggs prolific, with eight honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with eight honey frames capped',\n"," 'answer_start': 72}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with eight honey frames capped',\n"," 'answer_start': 72}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers highly active', 'answer_start': 17}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs prolific', 'answer_start': 57}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with eight honey frames capped',\n"," 'answer_start': 72}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones numerous', 'answer_start': 40}]}]},\n"," {'context': 'queen not seen, workers distressed, drone count low, egg production stalling, and only two honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers distressed', 'answer_start': 16}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg production stalling', 'answer_start': 53}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'only honey frames filled', 'answer_start': -1}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not seen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not seen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only two honey frames filled', 'answer_start': 82}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg production stalling', 'answer_start': 53}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only two honey frames filled', 'answer_start': 82}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not seen', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, workers buzzing efficiently, drones ample, high egg count, and ten honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers buzzing efficiently', 'answer_start': 15}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 58}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones ample', 'answer_start': 44}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers buzzing efficiently', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 78}]}]},\n"," {'context': 'queen aging, workers steady, limited drones, moderate eggs, and seven honey frames nearly complete',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'limited drones', 'answer_start': 29}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 45}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 70}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames nearly complete',\n"," 'answer_start': 64}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames nearly complete',\n"," 'answer_start': 64}]}]},\n"," {'context': 'queen newly emerged, workers adjusting, drones building, good egg numbers, and five honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers adjusting', 'answer_start': 21}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 84}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers adjusting', 'answer_start': 21}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'good egg numbers', 'answer_start': 57}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'good egg numbers', 'answer_start': 57}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 84}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones building', 'answer_start': 40}]}]},\n"," {'context': 'queen strong, worker bees numerous, drones healthy, eggs abundant, and nine frames heavy with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees numerous', 'answer_start': 14}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 52}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 71}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 52}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 71}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones healthy', 'answer_start': 36}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine frames heavy with honey',\n"," 'answer_start': 71}]}]},\n"," {'context': 'queen missing, workers sluggish, few drones, eggs scarce, and four honey frames underfilled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers sluggish', 'answer_start': 15}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames underfilled', 'answer_start': 67}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 62}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 33}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 62}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs scarce', 'answer_start': 45}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers sluggish', 'answer_start': 15}]}]},\n"," {'context': 'queen visible, workers active, drone population good, eggs plentiful, and eight honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 74}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 74}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 74}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 74}]}]},\n"," {'context': 'queen productive, workers industrious, drones sufficient, high egg production, and six frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames capped', 'answer_start': 83}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames capped', 'answer_start': 83}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg production', 'answer_start': 58}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]}]},\n"," {'context': 'queen declining, workers maintaining, drones few, egg count low, and three honey frames only half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames only half full', 'answer_start': 75}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers maintaining', 'answer_start': 17}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen declining', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg count low', 'answer_start': 50}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames only half full', 'answer_start': 75}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames only half full',\n"," 'answer_start': 69}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames only half full',\n"," 'answer_start': 69}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones few', 'answer_start': 38}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen declining', 'answer_start': 0}]}]},\n"," {'context': 'queen robust, workers bustling, drones numerous, eggs filling up cells, and seven frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones numerous', 'answer_start': 32}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames brimming with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames brimming with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 82}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 82}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 14}]}]},\n"," {'context': 'queen absent, worker morale low, drones scarce, minimal eggs, and two honey frames barely touched',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker morale low', 'answer_start': 14}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames barely touched', 'answer_start': 70}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'minimal eggs', 'answer_start': 48}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'two honey frames barely touched',\n"," 'answer_start': 66}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames barely touched', 'answer_start': 70}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker morale low', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones scarce', 'answer_start': 33}]}]},\n"," {'context': 'queen laying well, workers vibrant, drones active, eggs numerous, and nine honey frames topped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 70}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 70}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers vibrant', 'answer_start': 19}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 51}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 51}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 70}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers vibrant', 'answer_start': 19}]}]},\n"," {'context': 'queen old, workers steady, drone numbers fair, eggs moderate, and five honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames filled', 'answer_start': 66}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs moderate', 'answer_start': 47}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 71}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone numbers fair', 'answer_start': 27}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 71}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 11}]}]},\n"," {'context': 'queen efficient, workers busy, good drone activity, plentiful eggs, and eight frames ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames ready', 'answer_start': 72}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 52}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 17}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames ready', 'answer_start': 72}]}]},\n"," {'context': 'queen missing, workers lethargic, low drone count, poor egg output, and four frames lacking honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers lethargic', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 77}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four frames lacking honey', 'answer_start': 72}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four frames lacking honey', 'answer_start': 72}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 77}]}]},\n"," {'context': 'queen visible and healthy, workers thriving, drones adequate, eggs abundant, and ten frames densely packed with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers thriving', 'answer_start': 27}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers thriving', 'answer_start': 27}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones adequate', 'answer_start': 45}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 81}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 81}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 81}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 62}]}]},\n"," {'context': 'queen weak, workers slow, drones few, limited egg production, and six honey frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames partially filled',\n"," 'answer_start': 66}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'limited egg production', 'answer_start': 38}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames partially filled',\n"," 'answer_start': 66}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones few', 'answer_start': 26}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames partially filled',\n"," 'answer_start': 70}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers slow', 'answer_start': 12}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames partially filled',\n"," 'answer_start': 70}]}]},\n"," {'context': 'queen vibrant, workers active, drones plenty, eggs well-laid, and eight honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 66}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs well-laid', 'answer_start': 46}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 66}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 66}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 66}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs well-laid', 'answer_start': 46}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]}]},\n"," {'context': 'queen absent, workers disorganized, drones minimal, eggs scarce, and three honey frames underdeveloped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs scarce', 'answer_start': 52}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames underdeveloped',\n"," 'answer_start': 69}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames underdeveloped',\n"," 'answer_start': 69}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs scarce', 'answer_start': 52}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 75}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers disorganized', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, workers energetic, drones ample, eggs numerous, and seven honey frames fully capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 48}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 73}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames fully capped',\n"," 'answer_start': 67}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers energetic', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 48}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones ample', 'answer_start': 34}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers energetic', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames fully capped',\n"," 'answer_start': 67}]}]},\n"," {'context': 'queen not visible, workers distressed, drone count low, egg production halted, and only two honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only two honey frames filled', 'answer_start': 83}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'only honey frames filled', 'answer_start': -1}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers distressed', 'answer_start': 19}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'egg production halted', 'answer_start': 56}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'egg production halted', 'answer_start': 56}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only two honey frames filled',\n"," 'answer_start': 83}]}]},\n"," {'context': 'queen active, workers bustling, drones numerous, eggs plentiful, and ten honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs plentiful', 'answer_start': 49}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 69}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 69}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones numerous', 'answer_start': 32}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 69}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen active', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs plentiful', 'answer_start': 49}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 14}]}]},\n"," {'context': 'newly emerged queen, workers adjusting, drones building, good egg numbers, and five honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 84}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones building', 'answer_start': 40}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames capped', 'answer_start': 79}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'good egg numbers', 'answer_start': 57}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 84}]}]},\n"," {'context': 'queen strong, workers busy, drones healthy, eggs abundant, and nine frames heavy with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 44}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 63}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 63}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 14}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 44}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 14}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 63}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine frames heavy with honey',\n"," 'answer_start': 63}]}]},\n"," {'context': 'queen healthy, workers hardworking, drones ample, eggs prolific, with eight honey frames perfectly capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones ample', 'answer_start': 36}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with eight honey frames perfectly capped',\n"," 'answer_start': 65}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs prolific', 'answer_start': 50}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs prolific', 'answer_start': 50}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers hardworking', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers hardworking', 'answer_start': 15}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with eight honey frames perfectly capped',\n"," 'answer_start': 65}]}]},\n"," {'context': 'no queen seen, worker bees disoriented, drones dwindling, eggs few, with only three frames somewhat full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with only three frames somewhat full',\n"," 'answer_start': 68}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones dwindling', 'answer_start': 40}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with only three frames somewhat full',\n"," 'answer_start': 68}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs few', 'answer_start': 58}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees disoriented', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker bees disoriented', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs few', 'answer_start': 58}]}]},\n"," {'context': 'queen present, worker bees excelling, drone count optimal, eggs copious, and all frames teeming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker bees excelling', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs copious', 'answer_start': 59}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs copious', 'answer_start': 59}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone count optimal', 'answer_start': 38}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]}]},\n"," {'context': 'queen robust, strong worker activity, drones numerous, eggs abound, and honey frames heavily laden',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abound', 'answer_start': 55}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames heavily laden', 'answer_start': 72}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones numerous', 'answer_start': 38}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'strong worker activity', 'answer_start': 14}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abound', 'answer_start': 55}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'strong worker activity', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames heavily laden', 'answer_start': 72}]}]},\n"," {'context': 'queen present, workers active, high drone count, eggs numerous, and eight honey frames topped up',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames topped up', 'answer_start': 68}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames topped up', 'answer_start': 68}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 49}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames topped up', 'answer_start': 68}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'high drone count', 'answer_start': 31}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]}]},\n"," {'context': 'no queen detected, workers disoriented, few drones, minimal egg laying, and only two honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'only honey frames filled', 'answer_start': -1}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'no queen detected', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'only honey frames filled', 'answer_start': -1}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers disoriented', 'answer_start': 19}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only two honey frames filled', 'answer_start': 76}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 52}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'no queen detected', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only two honey frames filled', 'answer_start': 76}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen detected', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, workers bustling, drones numerous, plentiful eggs, and ten honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones numerous', 'answer_start': 33}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 50}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 50}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames well-stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]}]},\n"," {'context': 'queen aging, workers steady, limited drones, moderate egg production, and seven honey frames nearly complete',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 80}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate egg production', 'answer_start': 45}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate egg production', 'answer_start': 45}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 80}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'limited drones', 'answer_start': 29}]}]},\n"," {'context': 'newly emerged queen, workers adjusting, building drone numbers, good egg production, and five honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers adjusting', 'answer_start': 21}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames capped', 'answer_start': 89}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames capped', 'answer_start': 89}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 94}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]}]},\n"," {'context': 'queen strong, workers busy, healthy drones, eggs abundant, and nine frames heavy with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 63}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 14}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine frames heavy with honey', 'answer_start': 63}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'healthy drones', 'answer_start': 28}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 44}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine frames heavy with honey',\n"," 'answer_start': 63}]}]},\n"," {'context': 'queen missing, workers sluggish, few drones, scarce eggs, and four honey frames underfilled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 62}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames underfilled', 'answer_start': 67}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers sluggish', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers sluggish', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 62}]}]},\n"," {'context': 'queen visible, active workers, good drone population, plentiful eggs, and eight honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 74}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'good drone population', 'answer_start': 31}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 74}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 54}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 54}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]}]},\n"," {'context': 'queen productive, workers industrious, sufficient drones, high egg production, and six frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames capped', 'answer_start': 83}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg production', 'answer_start': 58}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 18}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 18}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sufficient drones', 'answer_start': 39}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames capped', 'answer_start': 83}]}]},\n"," {'context': 'queen declining, maintaining workers, few drones, low egg count, and three honey frames only half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen declining', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'maintaining workers', 'answer_start': 17}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames only half full', 'answer_start': 75}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen declining', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg count', 'answer_start': 50}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames only half full',\n"," 'answer_start': 69}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen declining', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low egg count', 'answer_start': 50}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames only half full',\n"," 'answer_start': 69}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen declining', 'answer_start': 0}]}]},\n"," {'context': 'queen robust, bustling workers, numerous drones, eggs filling up cells, and seven frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames brimming with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 82}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames brimming with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 82}]}]},\n"," {'context': 'queen absent, low worker morale, scarce drones, minimal eggs, and two honey frames barely touched',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames barely touched', 'answer_start': 70}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'low worker morale', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'scarce drones', 'answer_start': 33}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'low worker morale', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'two honey frames barely touched',\n"," 'answer_start': 66}]}]},\n"," {'context': 'queen laying well, vibrant workers, active drones, numerous eggs, and nine honey frames topped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 51}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'active drones', 'answer_start': 36}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 70}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 51}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 70}]}]},\n"," {'context': 'queen old, steady workers, fair drone numbers, moderate eggs, and five honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 71}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames filled', 'answer_start': 66}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 47}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames filled', 'answer_start': 66}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'fair drone numbers', 'answer_start': 27}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 47}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames filled', 'answer_start': 71}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 11}]}]},\n"," {'context': 'queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 52}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 52}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 17}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'good drone activity', 'answer_start': 31}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames ready', 'answer_start': 72}]}]},\n"," {'context': 'queen missing, lethargic workers, low drone count, poor egg output, and four frames lacking honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'low drone count', 'answer_start': 34}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 77}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 51}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 51}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four frames lacking honey', 'answer_start': 72}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four frames lacking honey', 'answer_start': 72}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 77}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]}]},\n"," {'context': 'queen visible and healthy, thriving workers, adequate drones, abundant eggs, and ten frames densely packed with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'abundant eggs', 'answer_start': 62}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'thriving workers', 'answer_start': 27}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'adequate drones', 'answer_start': 45}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 81}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 81}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 81}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]}]},\n"," {'context': 'queen weak, slow workers, few drones, limited egg production, and six honey frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames partially filled',\n"," 'answer_start': 66}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'limited egg production', 'answer_start': 38}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 26}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'slow workers', 'answer_start': 12}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'limited egg production', 'answer_start': 38}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames partially filled',\n"," 'answer_start': 66}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, active workers, plenty of drones, well-laid eggs, and eight honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 69}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 69}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames capped', 'answer_start': 69}]}]},\n"," {'context': 'queen absent, disorganized workers, minimal drones, scarce eggs, and three honey frames underdeveloped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 52}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'minimal drones', 'answer_start': 36}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames underdeveloped',\n"," 'answer_start': 69}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 75}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, hardworking workers, ample drones, prolific eggs, with eight honey frames perfectly capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with eight honey frames perfectly capped',\n"," 'answer_start': 65}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 36}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with eight honey frames perfectly capped',\n"," 'answer_start': 65}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with eight honey frames perfectly capped',\n"," 'answer_start': 65}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]}]},\n"," {'context': 'no queen seen, disoriented worker bees, dwindling drones, few eggs, with only three frames somewhat full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'dwindling drones', 'answer_start': 40}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with only three frames somewhat full',\n"," 'answer_start': 68}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 58}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 58}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'disoriented worker bees', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with only three frames somewhat full',\n"," 'answer_start': 68}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]}]},\n"," {'context': 'queen present, excelling worker bees, optimal drone count, copious eggs, and all frames teeming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'copious eggs', 'answer_start': 59}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'optimal drone count', 'answer_start': 38}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'excelling worker bees', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'copious eggs', 'answer_start': 59}]}]},\n"," {'context': 'queen robust, strong worker activity, numerous drones, eggs abound, and honey frames heavily laden',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames heavily laden', 'answer_start': 72}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abound', 'answer_start': 55}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames heavily laden', 'answer_start': 72}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'strong worker activity', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'numerous drones', 'answer_start': 38}]}]},\n"," {'context': 'newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with five frames nearing capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with five frames nearing capacity',\n"," 'answer_start': 91}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with five frames nearing capacity',\n"," 'answer_start': 91}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'increasing drone activity', 'answer_start': 38}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'adjusting workers', 'answer_start': 19}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'beginning egg population', 'answer_start': 65}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'adjusting workers', 'answer_start': 19}]}]},\n"," {'context': 'queen in decline, managing workers, few drones, dwindling eggs, with four frames only half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'dwindling eggs', 'answer_start': 48}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'managing workers', 'answer_start': 18}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 36}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'dwindling eggs', 'answer_start': 48}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with four frames only half full',\n"," 'answer_start': 64}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with four frames only half full',\n"," 'answer_start': 64}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'managing workers', 'answer_start': 18}]}]},\n"," {'context': 'queen energetic, industrious workers, well-counted drones, numerous eggs, with nine frames rich in honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 59}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with nine frames rich in honey',\n"," 'answer_start': 74}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with nine frames rich in honey',\n"," 'answer_start': 74}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'industrious workers', 'answer_start': 17}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 59}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'well-counted drones', 'answer_start': 38}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with nine frames rich in honey',\n"," 'answer_start': 74}]}]},\n"," {'context': 'queen absent, unmotivated workers, sparse drones, few eggs found, and three frames barely capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 50}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three frames barely capped', 'answer_start': 70}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sparse drones', 'answer_start': 35}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 50}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'unmotivated workers', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen laying efficiently, active workers, healthy drones, plentiful eggs, and seven honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 84}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 84}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'healthy drones', 'answer_start': 42}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 58}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 58}]}]},\n"," {'context': 'queen aging, steady workers, reduced drones, moderate eggs, with six frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames filled with honey', 'answer_start': 69}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'reduced drones', 'answer_start': 29}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 13}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 45}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 13}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with six frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames filled with honey', 'answer_start': 69}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with six frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 45}]}]},\n"," {'context': 'queen productive, busy workers, ample drones, high egg count, and eight frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 66}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 32}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 66}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 66}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 46}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 66}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]}]},\n"," {'context': 'queen not found, minimal worker activity, down drone count, slow egg production, and two frames needing attention',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg production', 'answer_start': 61}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'two frames needing attention', 'answer_start': 85}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'minimal worker activity', 'answer_start': 17}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'two frames needing attention', 'answer_start': 85}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'down drone count', 'answer_start': 42}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, numerous worker bees, adequate drones, eggs filling up, and ten honey frames topped off',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs filling up', 'answer_start': 54}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'numerous worker bees', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'adequate drones', 'answer_start': 37}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames topped off', 'answer_start': 75}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'numerous worker bees', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten honey frames topped off', 'answer_start': 75}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames topped off', 'answer_start': 75}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames topped off', 'answer_start': 75}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up', 'answer_start': 54}]},\n"," {'id': '00013',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]}]},\n"," {'context': 'queen struggling, workers doing their best, few drones, low egg count, with five frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers doing their best', 'answer_start': 18}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with five frames partially filled',\n"," 'answer_start': 71}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low egg count', 'answer_start': 56}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg count', 'answer_start': 56}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers doing their best', 'answer_start': 18}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]}]},\n"," {'context': 'queen excellent, performing well workers, plentiful drones, well-laid eggs, and all seven honey frames capped and ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'well-laid eggs', 'answer_start': 60}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 90}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'performing well workers', 'answer_start': 17}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 90}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'plentiful drones', 'answer_start': 42}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'performing well workers', 'answer_start': 17}]}]},\n"," {'context': 'queen recently seen, active worker bees, steady drone population, plentiful eggs, with nine honey frames nearly ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with nine honey frames nearly ready',\n"," 'answer_start': 82}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen recently seen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with nine honey frames nearly ready',\n"," 'answer_start': 82}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen recently seen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'active worker bees', 'answer_start': 21}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'steady drone population', 'answer_start': 41}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with nine honey frames nearly ready',\n"," 'answer_start': 82}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active worker bees', 'answer_start': 21}]}]},\n"," {'context': 'queen missing, lethargic workers, disappearing drones, scarce eggs, and only three frames showing some honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 55}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 55}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'only three frames showing some honey',\n"," 'answer_start': 72}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only three frames showing some honey',\n"," 'answer_start': 72}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only three frames showing some honey',\n"," 'answer_start': 72}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'only three frames showing some honey',\n"," 'answer_start': 72}]}]},\n"," {'context': 'queen healthy, efficient workers, numerous drones, prolific eggs, and eight frames fully stocked with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'efficient workers', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 51}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'efficient workers', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'numerous drones', 'answer_start': 34}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, energetic workers, active drones, abundant eggs, and ten frames filled to capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'active drones', 'answer_start': 34}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'energetic workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames filled to capacity',\n"," 'answer_start': 68}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'abundant eggs', 'answer_start': 49}]}]},\n"," {'context': 'queen absent, disorganized workers, scarce drones, few eggs laid, and five honey frames poorly stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames poorly stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames poorly stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 51}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'scarce drones', 'answer_start': 36}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 51}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'five honey frames poorly stocked',\n"," 'answer_start': 70}]}]},\n"," {'context': 'queen observed, workers efficient, drones active, high egg count, and eight honey frames fully utilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames fully utilized',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones active', 'answer_start': 35}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 50}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers efficient', 'answer_start': 16}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames fully utilized',\n"," 'answer_start': 70}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames fully utilized',\n"," 'answer_start': 70}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg count', 'answer_start': 50}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames fully utilized',\n"," 'answer_start': 70}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]}]},\n"," {'context': 'queen not visible, workers distressed, drone count low, minimal eggs, and three honey frames empty',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 80}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 80}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone count low', 'answer_start': 39}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'minimal eggs', 'answer_start': 56}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames empty', 'answer_start': 74}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]}]},\n"," {'context': 'queen strong, workers active, ample drones, plentiful eggs, and ten honey frames brimming',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 30}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames brimming', 'answer_start': 64}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 14}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames brimming', 'answer_start': 64}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen strong', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 44}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames brimming', 'answer_start': 64}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 44}]}]},\n"," {'context': 'queen aging, steady workers, few drones, moderate eggs, and six honey frames nearing capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 13}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames nearing capacity',\n"," 'answer_start': 60}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 29}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'six honey frames nearing capacity',\n"," 'answer_start': 60}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 41}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 41}]}]},\n"," {'context': 'new queen, workers adapting, increasing drone presence, good egg numbers, and seven honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'increasing drone presence', 'answer_start': 29}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 78}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 84}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers adapting', 'answer_start': 11}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'good egg numbers', 'answer_start': 56}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers adapting', 'answer_start': 11}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 78}]}]},\n"," {'context': 'queen vibrant, busy workers, healthy drones, eggs abundant, and nine frames heavily laden with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine frames heavily laden with honey',\n"," 'answer_start': 64}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 45}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine frames heavily laden with honey',\n"," 'answer_start': 64}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'healthy drones', 'answer_start': 29}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]}]},\n"," {'context': 'queen missing, sluggish workers, scant drones, eggs sparse, and four honey frames underfilled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs sparse', 'answer_start': 47}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'scant drones', 'answer_start': 33}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames underfilled', 'answer_start': 69}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 64}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 64}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'sluggish workers', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'sluggish workers', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs sparse', 'answer_start': 47}]}]},\n"," {'context': 'queen visible, workers energetic, sufficient drones, numerous eggs, and eight frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 53}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight frames filled with honey',\n"," 'answer_start': 72}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames filled with honey',\n"," 'answer_start': 72}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames filled with honey',\n"," 'answer_start': 72}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sufficient drones', 'answer_start': 34}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers energetic', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]}]},\n"," {'context': 'queen productive, industrious workers, adequate drones, high egg production, and six frames fully capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames fully capped', 'answer_start': 81}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames fully capped', 'answer_start': 81}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg production', 'answer_start': 56}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'adequate drones', 'answer_start': 39}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]}]},\n"," {'context': 'queen in decline, maintaining workers, few drones, low egg count, and five honey frames half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 39}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg count', 'answer_start': 51}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'maintaining workers', 'answer_start': 18}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'five honey frames half full',\n"," 'answer_start': 70}]}]},\n"," {'context': 'queen robust, bustling workers, numerous drones, eggs filling up cells, and eight frames overflowing with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames overflowing with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight frames overflowing with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'numerous drones', 'answer_start': 32}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight frames overflowing with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'bustling workers', 'answer_start': 14}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'bustling workers', 'answer_start': 14}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]}]},\n"," {'context': 'queen absent, low worker morale, minimal drones, few eggs, and three honey frames barely used',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 69}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'minimal drones', 'answer_start': 33}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 49}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 69}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 49}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'low worker morale', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen laying well, vibrant workers, active drones, plenty of eggs, and ten honey frames topped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten honey frames topped', 'answer_start': 71}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames topped', 'answer_start': 71}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames topped', 'answer_start': 71}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plenty of eggs', 'answer_start': 51}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten honey frames topped', 'answer_start': 71}]}]},\n"," {'context': 'queen old, steady workers, fair drone numbers, moderate eggs, and seven honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'fair drone numbers', 'answer_start': 27}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 47}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 11}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 47}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames well-stocked',\n"," 'answer_start': 66}]}]},\n"," {'context': 'queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready for harvest',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 17}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 17}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames ready for harvest',\n"," 'answer_start': 72}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 52}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 52}]}]},\n"," {'context': 'queen missing, lethargic workers, reduced drone count, poor egg output, and four frames lacking honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 55}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 55}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four frames lacking honey', 'answer_start': 76}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'reduced drone count', 'answer_start': 34}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 81}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four frames lacking honey', 'answer_start': 76}]}]},\n"," {'context': 'queen visible and healthy, thriving workers, ample drones, abundant eggs, and ten frames densely packed with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 78}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 78}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'abundant eggs', 'answer_start': 59}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 45}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 78}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'thriving workers', 'answer_start': 27}]}]},\n"," {'context': 'queen weak, slow workers, few drones, limited eggs, and six frames partially filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'slow workers', 'answer_start': 12}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames partially filled with honey',\n"," 'answer_start': 56}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 26}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'slow workers', 'answer_start': 12}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'six frames partially filled with honey',\n"," 'answer_start': 56}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'limited eggs', 'answer_start': 38}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'limited eggs', 'answer_start': 38}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'six frames partially filled with honey',\n"," 'answer_start': 56}]}]},\n"," {'context': 'queen vibrant, active workers, many drones, eggs well-laid, and nine honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs well-laid', 'answer_start': 44}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames capped', 'answer_start': 64}]}]},\n"," {'context': 'queen absent, disorganized workers, minimal drones, scarce eggs, and five frames underdeveloped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 52}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 52}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five frames underdeveloped', 'answer_start': 69}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'minimal drones', 'answer_start': 36}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, hardworking workers, plentiful drones, prolific eggs, with eight frames perfectly capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'hardworking workers', 'answer_start': 15}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'plentiful drones', 'answer_start': 36}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with eight frames perfectly capped',\n"," 'answer_start': 69}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'hardworking workers', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 54}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 54}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]}]},\n"," {'context': 'no queen seen, disoriented worker bees, dwindling drones, few eggs, and only four frames somewhat full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'dwindling drones', 'answer_start': 40}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only four frames somewhat full',\n"," 'answer_start': 72}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'disoriented worker bees', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only four frames somewhat full',\n"," 'answer_start': 72}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'disoriented worker bees', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 58}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]}]},\n"," {'context': 'queen observed, workers active, drones plentiful, eggs numerous, and nine honey frames full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames full', 'answer_start': 69}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 50}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones plentiful', 'answer_start': 32}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 16}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames full', 'answer_start': 69}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]}]},\n"," {'context': 'queen absent, workers listless, few drones, minimal egg laying, and four honey frames underutilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 32}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames underutilized', 'answer_start': 73}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 44}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames underutilized',\n"," 'answer_start': 68}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 44}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers listless', 'answer_start': 14}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames underutilized',\n"," 'answer_start': 68}]}]},\n"," {'context': 'queen healthy, workers bustling, ample drones, good egg production, and ten frames well-stocked with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames well-stocked with honey',\n"," 'answer_start': 72}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 15}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames well-stocked with honey',\n"," 'answer_start': 72}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames well-stocked with honey',\n"," 'answer_start': 72}]}]},\n"," {'context': 'queen aging, workers steady, limited drone activity, moderate eggs, and eight honey frames nearly filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'limited drone activity', 'answer_start': 29}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 53}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 53}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames nearly filled',\n"," 'answer_start': 72}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames nearly filled',\n"," 'answer_start': 72}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames nearly filled',\n"," 'answer_start': 72}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames nearly filled',\n"," 'answer_start': 72}]}]},\n"," {'context': 'newly emerged queen, workers adjusting, drones increasing, eggs starting to fill, and seven honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers adjusting', 'answer_start': 21}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers adjusting', 'answer_start': 21}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 86}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs starting to fill', 'answer_start': 59}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs starting to fill', 'answer_start': 59}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 92}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 92}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'newly emerged queen', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, workers industrious, drones healthy, eggs abundant, and eleven frames heavy with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eleven frames heavy with honey',\n"," 'answer_start': 71}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eleven frames heavy with honey',\n"," 'answer_start': 71}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 52}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones healthy', 'answer_start': 36}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 52}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]}]},\n"," {'context': 'queen missing, sluggish workers, scant drones, sparse eggs, and five honey frames only half filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'sparse eggs', 'answer_start': 47}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'sluggish workers', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'scant drones', 'answer_start': 33}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'sluggish workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'sparse eggs', 'answer_start': 47}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames only half filled',\n"," 'answer_start': 69}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]}]},\n"," {'context': 'queen visible, workers energetic, good drone population, plenty of eggs, and nine frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine frames filled with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'good drone population', 'answer_start': 34}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plenty of eggs', 'answer_start': 57}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plenty of eggs', 'answer_start': 57}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine frames filled with honey',\n"," 'answer_start': 77}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers energetic', 'answer_start': 15}]}]},\n"," {'context': 'queen productive, industrious workers, sufficient drones, high egg count, and eight frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg count', 'answer_start': 58}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sufficient drones', 'answer_start': 39}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 58}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]}]},\n"," {'context': 'queen in decline, workers maintaining, few drones, low eggs, and six honey frames half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames half full', 'answer_start': 69}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low eggs', 'answer_start': 51}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 39}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames half full', 'answer_start': 69}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low eggs', 'answer_start': 51}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers maintaining', 'answer_start': 18}]}]},\n"," {'context': 'queen robust, bustling workers, numerous drones, eggs filling cells, and eight frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'bustling workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling cells', 'answer_start': 49}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 73}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs filling cells', 'answer_start': 49}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 73}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight frames brimming with honey',\n"," 'answer_start': 73}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'numerous drones', 'answer_start': 32}]}]},\n"," {'context': 'queen absent, low worker morale, minimal drones, few eggs, and five honey frames barely touched',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 49}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames barely touched', 'answer_start': 68}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'low worker morale', 'answer_start': 14}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 49}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'five honey frames barely touched',\n"," 'answer_start': 63}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames barely touched', 'answer_start': 68}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'five honey frames barely touched',\n"," 'answer_start': 63}]}]},\n"," {'context': 'queen laying well, vibrant workers, active drones, many eggs, and ten honey frames topped off',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'many eggs', 'answer_start': 51}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten honey frames topped off', 'answer_start': 66}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten honey frames topped off', 'answer_start': 66}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]}]},\n"," {'context': 'queen old, steady workers, fair drone numbers, moderate eggs, and nine honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 11}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen old', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 47}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames well-stocked',\n"," 'answer_start': 66}]}]},\n"," {'context': 'queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready for extraction',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames ready for extraction',\n"," 'answer_start': 72}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames ready for extraction',\n"," 'answer_start': 72}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 52}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 17}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen efficient', 'answer_start': 0}]}]},\n"," {'context': 'queen missing, lethargic workers, reduced drone count, poor egg output, and six frames lacking honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 80}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames lacking honey', 'answer_start': 80}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames lacking honey', 'answer_start': 76}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'poor egg output', 'answer_start': 55}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames lacking honey', 'answer_start': 76}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'reduced drone count', 'answer_start': 34}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]}]},\n"," {'context': 'queen weak, slow workers, few drones, limited egg production, and seven honey frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'slow workers', 'answer_start': 12}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'limited egg production', 'answer_start': 38}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen weak', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'slow workers', 'answer_start': 12}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames partially filled',\n"," 'answer_start': 66}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'limited egg production', 'answer_start': 38}]}]},\n"," {'context': 'queen vibrant, active workers, many drones, well-laid eggs, and nine honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'well-laid eggs', 'answer_start': 44}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames capped', 'answer_start': 64}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames capped', 'answer_start': 64}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'many drones', 'answer_start': 31}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'well-laid eggs', 'answer_start': 44}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames capped', 'answer_start': 64}]}]},\n"," {'context': 'queen absent, disorganized workers, minimal drones, scarce eggs, and six frames underdeveloped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 52}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'minimal drones', 'answer_start': 36}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 52}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames underdeveloped', 'answer_start': 69}]}]},\n"," {'context': 'queen healthy, hardworking workers, plentiful drones, prolific eggs, with nine frames perfectly capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with nine frames perfectly capped',\n"," 'answer_start': 69}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'plentiful drones', 'answer_start': 36}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 54}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'hardworking workers', 'answer_start': 15}]}]},\n"," {'context': 'no queen seen, disoriented worker bees, dwindling drones, few eggs, with only six frames somewhat full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 58}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'dwindling drones', 'answer_start': 40}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with only six frames somewhat full',\n"," 'answer_start': 68}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]}]},\n"," {'context': 'newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with eight frames nearing capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with eight frames nearing capacity',\n"," 'answer_start': 91}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'increasing drone activity', 'answer_start': 38}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'adjusting workers', 'answer_start': 19}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'adjusting workers', 'answer_start': 19}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'beginning egg population', 'answer_start': 65}]}]},\n"," {'context': 'queen in decline, managing workers, few drones, dwindling eggs, with seven frames only half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'dwindling eggs', 'answer_start': 48}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with seven frames only half full',\n"," 'answer_start': 64}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'managing workers', 'answer_start': 18}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 36}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with seven frames only half full',\n"," 'answer_start': 64}]}]},\n"," {'context': 'queen energetic, industrious workers, well-counted drones, numerous eggs, with ten frames rich in honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'industrious workers', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with ten frames rich in honey',\n"," 'answer_start': 74}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 59}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with ten frames rich in honey',\n"," 'answer_start': 74}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with ten frames rich in honey',\n"," 'answer_start': 74}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'industrious workers', 'answer_start': 17}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'well-counted drones', 'answer_start': 38}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 59}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen energetic', 'answer_start': 0}]}]},\n"," {'context': 'queen absent, unmotivated workers, sparse drones, few eggs found, and eight frames barely capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sparse drones', 'answer_start': 35}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight frames barely capped', 'answer_start': 70}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'unmotivated workers', 'answer_start': 14}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 50}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight frames barely capped', 'answer_start': 70}]}]},\n"," {'context': 'queen laying efficiently, active workers, healthy drones, plentiful eggs, and nine honey frames well-stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 26}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames well-stocked',\n"," 'answer_start': 78}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'healthy drones', 'answer_start': 42}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 26}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 58}]}]},\n"," {'context': 'queen aging, steady workers, reduced drones, moderate eggs, with nine frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 13}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 13}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with nine frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with nine frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with nine frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 45}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]}]},\n"," {'context': 'queen productive, busy workers, ample drones, high egg count, and ten frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 66}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 18}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'busy workers', 'answer_start': 18}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 32}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg count', 'answer_start': 46}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 46}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 66}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 66}]}]},\n"," {'context': 'queen not found, minimal worker activity, down drone count, slow egg production, and seven frames needing attention',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'minimal worker activity', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames needing attention',\n"," 'answer_start': 85}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames needing attention',\n"," 'answer_start': 85}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low egg production', 'answer_start': 61}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'minimal worker activity', 'answer_start': 17}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'down drone count', 'answer_start': 42}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, numerous worker bees, adequate drones, eggs filling up, and eleven honey frames topped off',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up', 'answer_start': 54}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'numerous worker bees', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eleven honey frames topped off',\n"," 'answer_start': 75}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eleven honey frames topped off',\n"," 'answer_start': 75}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'numerous worker bees', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]}]},\n"," {'context': 'queen struggling, workers doing their best, few drones, low egg count, with eight frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 44}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low egg count', 'answer_start': 56}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with eight frames partially filled',\n"," 'answer_start': 71}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg count', 'answer_start': 56}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with eight frames partially filled',\n"," 'answer_start': 71}]}]},\n"," {'context': 'queen excellent, performing well workers, plentiful drones, well-laid eggs, and all eleven honey frames capped and ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'all eleven honey frames capped',\n"," 'answer_start': 80}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'well-laid eggs', 'answer_start': 60}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all eleven honey frames capped',\n"," 'answer_start': 80}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'performing well workers', 'answer_start': 17}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'all eleven honey frames capped',\n"," 'answer_start': 80}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'performing well workers', 'answer_start': 17}]}]},\n"," {'context': 'queen recently seen, active worker bees, steady drone population, plentiful eggs, with ten honey frames nearly ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with ten honey frames nearly ready',\n"," 'answer_start': 82}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with ten honey frames nearly ready',\n"," 'answer_start': 82}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'active worker bees', 'answer_start': 21}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active worker bees', 'answer_start': 21}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen recently seen', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen recently seen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'steady drone population', 'answer_start': 41}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with ten honey frames nearly ready',\n"," 'answer_start': 82}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'plentiful eggs', 'answer_start': 66}]}]},\n"," {'context': 'queen missing, lethargic workers, disappearing drones, scarce eggs, and only seven frames showing some honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'only seven frames showing some honey',\n"," 'answer_start': 72}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 83}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only seven frames showing some honey',\n"," 'answer_start': 72}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 55}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 83}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]}]},\n"," {'context': 'queen healthy, efficient workers, numerous drones, prolific eggs, and eleven frames fully stocked with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 51}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eleven frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'numerous drones', 'answer_start': 34}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'efficient workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'efficient workers', 'answer_start': 15}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eleven frames fully stocked with honey',\n"," 'answer_start': 70}]}]},\n"," {'context': 'queen vibrant, energetic workers, active drones, abundant eggs, and all frames filled to capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all frames filled to capacity',\n"," 'answer_start': 68}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'abundant eggs', 'answer_start': 49}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'energetic workers', 'answer_start': 15}]}]},\n"," {'context': 'queen absent, disorganized workers, scarce drones, few eggs laid, and eight honey frames poorly stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames poorly stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'scarce drones', 'answer_start': 36}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames poorly stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eight honey frames poorly stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 51}]}]},\n"," {'context': 'queen present, workers efficiently foraging, drones active, eggs numerous, and eight honey frames fully utilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers efficiently foraging', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames fully utilized',\n"," 'answer_start': 79}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'workers efficiently foraging', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 60}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 60}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames fully utilized',\n"," 'answer_start': 79}]}]},\n"," {'context': 'queen not detected, workers disoriented, low drone count, minimal egg laying, and four honey frames underutilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'low drone count', 'answer_start': 41}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames underutilized', 'answer_start': 87}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers disoriented', 'answer_start': 20}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames underutilized', 'answer_start': 87}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 58}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not detected', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not detected', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not detected', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames underutilized',\n"," 'answer_start': 82}]}]},\n"," {'context': 'queen robust, workers active, ample drones, good egg production, and ten frames well-stocked with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames well-stocked with honey',\n"," 'answer_start': 69}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 14}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames well-stocked with honey',\n"," 'answer_start': 69}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'good egg production', 'answer_start': 44}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'ample drones', 'answer_start': 30}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames well-stocked with honey',\n"," 'answer_start': 69}]}]},\n"," {'context': 'queen aging, workers steady, limited drone activity, moderate egg numbers, and eight honey frames nearly filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate egg numbers', 'answer_start': 53}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers steady', 'answer_start': 13}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames nearly filled',\n"," 'answer_start': 79}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]}]},\n"," {'context': 'queen in decline, workers maintaining, few drones, low egg count, and six honey frames half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames half full', 'answer_start': 74}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six honey frames half full', 'answer_start': 70}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames half full', 'answer_start': 74}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg count', 'answer_start': 51}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers maintaining', 'answer_start': 18}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]}]},\n"," {'context': 'queen present, workers efficiently foraging, drones active, eggs numerous, and nine honey frames fully utilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones active', 'answer_start': 45}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 60}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames fully utilized',\n"," 'answer_start': 79}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames fully utilized',\n"," 'answer_start': 79}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 60}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'describe the foraging behavior observed in the worker bees lately?',\n"," 'answers': [{'text': 'workers efficiently foraging', 'answer_start': 15}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers efficiently foraging', 'answer_start': 15}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]}]},\n"," {'context': 'queen observed, workers efficient, drones active, high egg count, and nine honey frames fully utilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers efficient', 'answer_start': 16}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg count', 'answer_start': 50}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg count', 'answer_start': 50}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames fully utilized',\n"," 'answer_start': 70}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen observed', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers efficient', 'answer_start': 16}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'nine honey frames fully utilized',\n"," 'answer_start': 70}]}]},\n"," {'context': 'queen not visible, workers distressed, drone count low, minimal egg laying, and three honey frames empty',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers distressed', 'answer_start': 19}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 56}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers distressed', 'answer_start': 19}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 86}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 86}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drone count low', 'answer_start': 39}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not visible', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames empty', 'answer_start': 80}]}]},\n"," {'context': 'queen healthy, workers bustling, drones plentiful, eggs numerous, and ten frames brimming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones plentiful', 'answer_start': 33}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs numerous', 'answer_start': 51}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers bustling', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'ten frames brimming with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]}]},\n"," {'context': 'queen aging, workers steady, limited drones, moderate egg production, and six honey frames nearing capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate egg production', 'answer_start': 45}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six honey frames nearing capacity',\n"," 'answer_start': 74}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'limited drones', 'answer_start': 29}]}]},\n"," {'context': 'new queen, workers adapting, increasing drone presence, eggs starting to populate, and seven honey frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 87}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers adapting', 'answer_start': 11}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 93}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs starting to populate', 'answer_start': 56}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames capped', 'answer_start': 93}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs starting to populate', 'answer_start': 56}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'new queen', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames capped', 'answer_start': 87}]}]},\n"," {'context': 'queen vibrant, workers busy, healthy drones, eggs abundant, and eleven frames heavy with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eleven frames heavy with honey',\n"," 'answer_start': 64}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eleven frames heavy with honey',\n"," 'answer_start': 64}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers busy', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 45}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs abundant', 'answer_start': 45}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'healthy drones', 'answer_start': 29}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eleven frames heavy with honey',\n"," 'answer_start': 64}]}]},\n"," {'context': 'queen missing, sluggish workers, few drones, scarce eggs, and four honey frames underfilled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'sluggish workers', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 62}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'sluggish workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'four honey frames underfilled',\n"," 'answer_start': 62}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 45}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 45}]}]},\n"," {'context': 'queen visible, active workers, good drone population, numerous eggs, and eight honey frames filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 73}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'good drone population', 'answer_start': 31}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'active workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'numerous eggs', 'answer_start': 54}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 73}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'eight honey frames filled', 'answer_start': 73}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]}]},\n"," {'context': 'queen productive, workers industrious, drones adequate, high egg production, and six frames capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers industrious', 'answer_start': 18}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'high egg production', 'answer_start': 56}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'high egg production', 'answer_start': 56}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames capped', 'answer_start': 81}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'six frames capped', 'answer_start': 81}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen productive', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones adequate', 'answer_start': 39}]}]},\n"," {'context': 'queen robust, bustling workers, numerous drones, eggs filling up cells, and seven frames overflowing with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'bustling workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven frames overflowing with honey',\n"," 'answer_start': 76}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'frames', 'answer_start': 82}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen robust', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up cells', 'answer_start': 49}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven frames overflowing with honey',\n"," 'answer_start': 76}]}]},\n"," {'context': 'queen absent, worker morale low, minimal drones, few eggs, and three honey frames barely used',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'few eggs', 'answer_start': 49}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'worker morale low', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames barely used',\n"," 'answer_start': 63}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 69}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'worker morale low', 'answer_start': 14}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames barely used',\n"," 'answer_start': 63}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 69}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'few eggs', 'answer_start': 49}]}]},\n"," {'context': 'queen laying well, vibrant workers, active drones, many eggs, and nine honey frames topped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'many eggs', 'answer_start': 51}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 66}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'vibrant workers', 'answer_start': 19}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'active drones', 'answer_start': 36}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'many eggs', 'answer_start': 51}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 66}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'nine honey frames topped', 'answer_start': 66}]},\n"," {'id': '00012',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen laying well', 'answer_start': 0}]}]},\n"," {'context': 'queen visible and healthy, thriving workers, sufficient drones, abundant eggs, and ten frames densely packed with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames densely packed with honey',\n"," 'answer_start': 83}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'thriving workers', 'answer_start': 27}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen visible', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'abundant eggs', 'answer_start': 64}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sufficient drones', 'answer_start': 45}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'abundant eggs', 'answer_start': 64}]}]},\n"," {'context': 'queen vibrant, workers active, drones plenty, eggs well-laid, and seven honey frames fully capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs well-laid', 'answer_start': 46}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 72}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames fully capped',\n"," 'answer_start': 66}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'seven honey frames fully capped',\n"," 'answer_start': 66}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'eggs well-laid', 'answer_start': 46}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers active', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones plenty', 'answer_start': 31}]}]},\n"," {'context': 'queen healthy, workers hardworking, drones ample, eggs prolific, with eight frames perfectly capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers hardworking', 'answer_start': 15}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones ample', 'answer_start': 36}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]}]},\n"," {'context': 'no queen seen, workers disoriented, drones dwindling, eggs few, with only two frames somewhat full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers disoriented', 'answer_start': 15}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'no queen seen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers disoriented', 'answer_start': 15}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'drones dwindling', 'answer_start': 36}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with only two frames somewhat full',\n"," 'answer_start': 64}]}]},\n"," {'context': 'queen present, excelling workers, optimal drone count, eggs copious, and all frames teeming with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs copious', 'answer_start': 55}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 73}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 73}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'excelling workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'all frames teeming with honey',\n"," 'answer_start': 73}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen present', 'answer_start': 0}]}]},\n"," {'context': 'newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with six frames nearing capacity',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with six frames nearing capacity',\n"," 'answer_start': 91}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'beginning egg population', 'answer_start': 65}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'newly mated queen', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'adjusting workers', 'answer_start': 19}]}]},\n"," {'context': 'queen in decline, managing workers, few drones, dwindling eggs, with five frames only half full',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'managing workers', 'answer_start': 18}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'dwindling eggs', 'answer_start': 48}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen in decline', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'managing workers', 'answer_start': 18}]}]},\n"," {'context': 'queen absent, unmotivated workers, sparse drones, few eggs found, and four frames barely capped',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'sparse drones', 'answer_start': 35}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'unmotivated workers', 'answer_start': 14}]}]},\n"," {'context': 'queen aging, steady workers, reduced drones, moderate eggs, with eight frames filled with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 45}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'with eight frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'reduced drones', 'answer_start': 29}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'with eight frames filled with honey',\n"," 'answer_start': 60}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen aging', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'moderate eggs', 'answer_start': 45}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'steady workers', 'answer_start': 13}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'with eight frames filled with honey',\n"," 'answer_start': 60}]}]},\n"," {'context': 'queen not found, minimal worker activity, down drone count, slow egg production, and six frames needing attention',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'minimal worker activity', 'answer_start': 17}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'down drone count', 'answer_start': 42}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'minimal worker activity', 'answer_start': 17}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'low egg production', 'answer_start': 61}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'six frames needing attention', 'answer_start': 85}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen not found', 'answer_start': 0}]}]},\n"," {'context': 'queen vibrant, numerous worker bees, adequate drones, eggs filling up, and eleven honey frames topped off',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'adequate drones', 'answer_start': 38}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'eleven honey frames topped off',\n"," 'answer_start': 76}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'eleven honey frames topped off',\n"," 'answer_start': 76}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'eggs filling up', 'answer_start': 55}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen vibrant', 'answer_start': 0}]}]},\n"," {'context': 'queen struggling, workers doing their best, few drones, low egg count, with seven frames partially filled',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'low egg count', 'answer_start': 56}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers doing their best', 'answer_start': 18}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'with seven frames partially filled',\n"," 'answer_start': 71}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers doing their best', 'answer_start': 18}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen struggling', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'few drones', 'answer_start': 44}]}]},\n"," {'context': 'queen excellent, performing well workers, plentiful drones, well-laid eggs, and all ten honey frames capped and ready',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'plentiful drones', 'answer_start': 42}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'well-laid eggs', 'answer_start': 60}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'all ten honey frames capped', 'answer_start': 80}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'all ten honey frames capped', 'answer_start': 80}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'all ten honey frames capped', 'answer_start': 80}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen excellent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'all ten honey frames capped', 'answer_start': 80}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'performing well workers', 'answer_start': 17}]},\n"," {'id': '00011',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'performing well workers', 'answer_start': 17}]}]},\n"," {'context': 'queen missing, lethargic workers, disappearing drones, scarce eggs, and only five frames showing some honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'only five frames showing some honey',\n"," 'answer_start': 72}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'scarce eggs', 'answer_start': 55}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'lethargic workers', 'answer_start': 15}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'frames', 'answer_start': 82}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen missing', 'answer_start': 0}]}]},\n"," {'context': 'queen healthy, efficient workers, numerous drones, prolific eggs, and ten frames fully stocked with honey',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'numerous drones', 'answer_start': 34}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': \"what's the egg production like?\",\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 51}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'ten frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'prolific eggs', 'answer_start': 51}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'efficient workers', 'answer_start': 15}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'ten frames fully stocked with honey',\n"," 'answer_start': 70}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen healthy', 'answer_start': 0}]},\n"," {'id': '00010',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'ten frames fully stocked with honey',\n"," 'answer_start': 70}]}]},\n"," {'context': 'queen absent, disorganized workers, scarce drones, few eggs laid, and seven honey frames poorly stocked',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of the queen in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'can you list the bee products available from the latest harvest?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 76}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'seven honey frames poorly stocked',\n"," 'answer_start': 70}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'disorganized workers', 'answer_start': 14}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'is there a queen currently present in the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 76}]},\n"," {'id': '00008',\n"," 'is_impossible': False,\n"," 'question': \"describe the queen's activity or presence noted in the recent observations?\",\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]},\n"," {'id': '00009',\n"," 'is_impossible': False,\n"," 'question': 'what is the current health status of the hive?',\n"," 'answers': [{'text': 'queen absent', 'answer_start': 0}]}]},\n"," {'context': 'queen not detected, workers disoriented, low drone count, minimal egg laying, and three honey frames underutilized',\n"," 'qas': [{'id': '00001',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of workers in the hive?',\n"," 'answers': [{'text': 'workers disoriented', 'answer_start': 20}]},\n"," {'id': '00002',\n"," 'is_impossible': False,\n"," 'question': 'what is the egg count of the hive?',\n"," 'answers': [{'text': 'minimal egg laying', 'answer_start': 58}]},\n"," {'id': '00003',\n"," 'is_impossible': False,\n"," 'question': 'are there any worker bees currently active in the hive?',\n"," 'answers': [{'text': 'workers disoriented', 'answer_start': 20}]},\n"," {'id': '00004',\n"," 'is_impossible': False,\n"," 'question': 'can you estimate how many frames are ready for harvest?',\n"," 'answers': [{'text': 'three honey frames underutilized',\n"," 'answer_start': 82}]},\n"," {'id': '00005',\n"," 'is_impossible': False,\n"," 'question': 'what types of bee products have been collected recently?',\n"," 'answers': [{'text': 'honey frames', 'answer_start': 88}]},\n"," {'id': '00006',\n"," 'is_impossible': False,\n"," 'question': 'how many honey frames are currently filled in the hive?',\n"," 'answers': [{'text': 'three honey frames underutilized',\n"," 'answer_start': 82}]},\n"," {'id': '00007',\n"," 'is_impossible': False,\n"," 'question': 'what is the status of drones in the hive?',\n"," 'answers': [{'text': 'low drone count', 'answer_start': 41}]}]}]"]},"metadata":{},"execution_count":18}],"source":["train_copy"]},{"cell_type":"code","execution_count":19,"metadata":{"id":"oHRQXK3UW9Wk","executionInfo":{"status":"ok","timestamp":1716899336742,"user_tz":-120,"elapsed":2,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["flat_data = []\n","for entry in train_copy:\n"," context = entry['context']\n"," for qa in entry['qas']:\n"," flat_entry = {\n"," 'context': context,\n"," 'id': qa['id'],\n"," 'is_impossible': qa['is_impossible'],\n"," 'question': qa['question'],\n"," 'answers': qa['answers']\n"," }\n"," flat_data.append(flat_entry)\n","\n","train_transformed = pd.DataFrame(flat_data)"]},{"cell_type":"code","execution_count":20,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":770},"id":"7NbiVP0T79g9","outputId":"fbba0c87-d427-4056-fa6f-2f65fcf7093d","executionInfo":{"status":"ok","timestamp":1716899339109,"user_tz":-120,"elapsed":5,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[{"output_type":"execute_result","data":{"text/plain":[" context id is_impossible \\\n","0 a healthy queen observed, workers are active, ... 00001 False \n","1 a healthy queen observed, workers are active, ... 00002 False \n","2 a healthy queen observed, workers are active, ... 00003 False \n","3 a healthy queen observed, workers are active, ... 00004 False \n","4 a healthy queen observed, workers are active, ... 00005 False \n","... ... ... ... \n","2382 queen not detected, workers disoriented, low d... 00003 False \n","2383 queen not detected, workers disoriented, low d... 00004 False \n","2384 queen not detected, workers disoriented, low d... 00005 False \n","2385 queen not detected, workers disoriented, low d... 00006 False \n","2386 queen not detected, workers disoriented, low d... 00007 False \n","\n"," question \\\n","0 what is the status of workers in the hive? \n","1 can you list the bee products available from t... \n","2 what is the egg count of the hive? \n","3 describe the queen's activity or presence note... \n","4 how many honey frames are currently filled in ... \n","... ... \n","2382 are there any worker bees currently active in ... \n","2383 can you estimate how many frames are ready for... \n","2384 what types of bee products have been collected... \n","2385 how many honey frames are currently filled in ... \n","2386 what is the status of drones in the hive? \n","\n"," answers \n","0 [{'text': 'workers are active', 'answer_start'... \n","1 [{'text': 'honey frames filled', 'answer_start... \n","2 [{'text': 'full count of eggs', 'answer_start'... \n","3 [{'text': 'healthy queen', 'answer_start': 2}] \n","4 [{'text': 'six honey frames filled', 'answer_s... \n","... ... \n","2382 [{'text': 'workers disoriented', 'answer_start... \n","2383 [{'text': 'three honey frames underutilized', ... \n","2384 [{'text': 'honey frames', 'answer_start': 88}] \n","2385 [{'text': 'three honey frames underutilized', ... \n","2386 [{'text': 'low drone count', 'answer_start': 41}] \n","\n","[2387 rows x 5 columns]"],"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
contextidis_impossiblequestionanswers
0a healthy queen observed, workers are active, ...00001Falsewhat is the status of workers in the hive?[{'text': 'workers are active', 'answer_start'...
1a healthy queen observed, workers are active, ...00002Falsecan you list the bee products available from t...[{'text': 'honey frames filled', 'answer_start...
2a healthy queen observed, workers are active, ...00003Falsewhat is the egg count of the hive?[{'text': 'full count of eggs', 'answer_start'...
3a healthy queen observed, workers are active, ...00004Falsedescribe the queen's activity or presence note...[{'text': 'healthy queen', 'answer_start': 2}]
4a healthy queen observed, workers are active, ...00005Falsehow many honey frames are currently filled in ...[{'text': 'six honey frames filled', 'answer_s...
..................
2382queen not detected, workers disoriented, low d...00003Falseare there any worker bees currently active in ...[{'text': 'workers disoriented', 'answer_start...
2383queen not detected, workers disoriented, low d...00004Falsecan you estimate how many frames are ready for...[{'text': 'three honey frames underutilized', ...
2384queen not detected, workers disoriented, low d...00005Falsewhat types of bee products have been collected...[{'text': 'honey frames', 'answer_start': 88}]
2385queen not detected, workers disoriented, low d...00006Falsehow many honey frames are currently filled in ...[{'text': 'three honey frames underutilized', ...
2386queen not detected, workers disoriented, low d...00007Falsewhat is the status of drones in the hive?[{'text': 'low drone count', 'answer_start': 41}]
\n","

2387 rows × 5 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"application/vnd.google.colaboratory.intrinsic+json":{"type":"dataframe","variable_name":"train_transformed","summary":"{\n \"name\": \"train_transformed\",\n \"rows\": 2387,\n \"fields\": [\n {\n \"column\": \"context\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 271,\n \"samples\": [\n \"healthy queen, brood expanding, forage abundant, seven honey frames stocked\",\n \"queen productive, workers industrious, drones sufficient, high egg production, and six frames capped\",\n \"queen recently replaced, workers rallying, drones emerging, eggs increasing, beeswax and honey ample on nine frames\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 13,\n \"samples\": [\n \"00012\",\n \"00010\",\n \"00001\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"is_impossible\",\n \"properties\": {\n \"dtype\": \"boolean\",\n \"num_unique_values\": 1,\n \"samples\": [\n false\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 15,\n \"samples\": [\n \"what types of bee products have been collected recently?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answers\",\n \"properties\": {\n \"dtype\": \"object\",\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"}},"metadata":{},"execution_count":20}],"source":["train_transformed"]},{"cell_type":"code","execution_count":21,"metadata":{"id":"WzAUwGBk6og0","executionInfo":{"status":"ok","timestamp":1716899340357,"user_tz":-120,"elapsed":2,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["flat_data = []\n","for entry in valid_copy:\n"," context = entry['context']\n"," for qa in entry['qas']:\n"," flat_entry = {\n"," 'context': context,\n"," 'id': qa['id'],\n"," 'is_impossible': qa['is_impossible'],\n"," 'question': qa['question'],\n"," 'answers': qa['answers']\n"," }\n"," flat_data.append(flat_entry)\n","\n","valid_transformed = pd.DataFrame(flat_data)"]},{"cell_type":"code","execution_count":22,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":770},"id":"PBhUmg9_79JX","outputId":"1ffae9d7-663e-4c97-e0d0-8b0b3419f9f7","executionInfo":{"status":"ok","timestamp":1716899340954,"user_tz":-120,"elapsed":6,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[{"output_type":"execute_result","data":{"text/plain":[" context id is_impossible \\\n","0 a healthy queen observed, workers are active, ... 00001 False \n","1 a healthy queen observed, workers are active, ... 00002 False \n","2 a healthy queen observed, workers are active, ... 00003 False \n","3 queenright with an extensive brood pattern, wo... 00001 False \n","4 queenright with an extensive brood pattern, wo... 00002 False \n",".. ... ... ... \n","507 queen absent, disorganized workers, scarce dro... 00001 False \n","508 queen not detected, workers disoriented, low d... 00001 False \n","509 queen not detected, workers disoriented, low d... 00002 False \n","510 queen not detected, workers disoriented, low d... 00003 False \n","511 queen not detected, workers disoriented, low d... 00004 False \n","\n"," question \\\n","0 is there a queen currently present in the hive? \n","1 what is the current health status of the hive? \n","2 what is the status of the queen in the hive? \n","3 what is the current health status of the hive? \n","4 can you estimate how many frames are ready for... \n",".. ... \n","507 what is the egg count of the hive? \n","508 what is the status of the queen in the hive? \n","509 describe the queen's activity or presence note... \n","510 what is the current health status of the hive? \n","511 what's the egg production like? \n","\n"," answers \n","0 [{'text': 'healthy queen', 'answer_start': 2}] \n","1 [{'text': 'healthy queen', 'answer_start': 2}] \n","2 [{'text': 'healthy queen', 'answer_start': 2}] \n","3 [{'text': 'queenright', 'answer_start': 0}] \n","4 [{'text': 'seven honey frames are heavy with p... \n",".. ... \n","507 [{'text': 'few eggs', 'answer_start': 51}] \n","508 [{'text': 'queen not detected', 'answer_start'... \n","509 [{'text': 'queen not detected', 'answer_start'... \n","510 [{'text': 'queen not detected', 'answer_start'... \n","511 [{'text': 'minimal egg laying', 'answer_start'... \n","\n","[512 rows x 5 columns]"],"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
contextidis_impossiblequestionanswers
0a healthy queen observed, workers are active, ...00001Falseis there a queen currently present in the hive?[{'text': 'healthy queen', 'answer_start': 2}]
1a healthy queen observed, workers are active, ...00002Falsewhat is the current health status of the hive?[{'text': 'healthy queen', 'answer_start': 2}]
2a healthy queen observed, workers are active, ...00003Falsewhat is the status of the queen in the hive?[{'text': 'healthy queen', 'answer_start': 2}]
3queenright with an extensive brood pattern, wo...00001Falsewhat is the current health status of the hive?[{'text': 'queenright', 'answer_start': 0}]
4queenright with an extensive brood pattern, wo...00002Falsecan you estimate how many frames are ready for...[{'text': 'seven honey frames are heavy with p...
..................
507queen absent, disorganized workers, scarce dro...00001Falsewhat is the egg count of the hive?[{'text': 'few eggs', 'answer_start': 51}]
508queen not detected, workers disoriented, low d...00001Falsewhat is the status of the queen in the hive?[{'text': 'queen not detected', 'answer_start'...
509queen not detected, workers disoriented, low d...00002Falsedescribe the queen's activity or presence note...[{'text': 'queen not detected', 'answer_start'...
510queen not detected, workers disoriented, low d...00003Falsewhat is the current health status of the hive?[{'text': 'queen not detected', 'answer_start'...
511queen not detected, workers disoriented, low d...00004Falsewhat's the egg production like?[{'text': 'minimal egg laying', 'answer_start'...
\n","

512 rows × 5 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"application/vnd.google.colaboratory.intrinsic+json":{"type":"dataframe","variable_name":"valid_transformed","summary":"{\n \"name\": \"valid_transformed\",\n \"rows\": 512,\n \"fields\": [\n {\n \"column\": \"context\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 237,\n \"samples\": [\n \"queen vibrant, workers active, drones plenty, eggs well-laid, and eight honey frames capped\",\n \"no queen seen, brood declining, forage poor, two honey frames half-filled\",\n \"queen present, workers efficiently foraging, drones active, eggs numerous, and nine honey frames fully utilized\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 6,\n \"samples\": [\n \"00001\",\n \"00002\",\n \"00006\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"is_impossible\",\n \"properties\": {\n \"dtype\": \"boolean\",\n \"num_unique_values\": 1,\n \"samples\": [\n false\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 15,\n \"samples\": [\n \"what is the egg count of the hive?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answers\",\n \"properties\": {\n \"dtype\": \"object\",\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"}},"metadata":{},"execution_count":22}],"source":["valid_transformed"]},{"cell_type":"code","execution_count":23,"metadata":{"id":"PiRyyZ_o6pAC","executionInfo":{"status":"ok","timestamp":1716899342857,"user_tz":-120,"elapsed":1,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["flat_data = []\n","for entry in test_copy:\n"," context = entry['context']\n"," for qa in entry['qas']:\n"," flat_entry = {\n"," 'context': context,\n"," 'id': qa['id'],\n"," 'is_impossible': qa['is_impossible'],\n"," 'question': qa['question'],\n"," 'answers': qa['answers']\n"," }\n"," flat_data.append(flat_entry)\n","\n","test_transformed = pd.DataFrame(flat_data)"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":423},"id":"xuaD19UyDEFV","outputId":"2811b3ee-0160-46de-b252-1109bc7c29d0"},"outputs":[{"data":{"application/vnd.google.colaboratory.intrinsic+json":{"summary":"{\n \"name\": \"test_transformed\",\n \"rows\": 512,\n \"fields\": [\n {\n \"column\": \"context\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 241,\n \"samples\": [\n \"active queen, strong brood, good nectar flow, eight honey frames filled\",\n \"queen is old but active, workers are steady, good pollen reserves, adequate egg laying observed, and four honey frames fully capped\",\n \"queen visible, active workers, good drone population, numerous eggs, and eight honey frames filled\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 5,\n \"samples\": [\n \"00002\",\n \"00005\",\n \"00003\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"is_impossible\",\n \"properties\": {\n \"dtype\": \"boolean\",\n \"num_unique_values\": 1,\n \"samples\": [\n false\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 15,\n \"samples\": [\n \"describe the foraging behavior observed in the worker bees lately?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answers\",\n \"properties\": {\n \"dtype\": \"object\",\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}","type":"dataframe","variable_name":"test_transformed"},"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
contextidis_impossiblequestionanswers
0queenright with an extensive brood pattern, wo...00001Falsewhat types of forage bees have been foraging?[{'text': 'workers exhibit high foraging behav...
1queenright with an extensive brood pattern, wo...00002Falseis there a queen currently present in the hive?[{'text': 'queenright', 'answer_start': 0}]
2queenright with an extensive brood pattern, wo...00003Falsecan you list the bee products available from t...[{'text': 'honey frames are heavy with product...
3queen’s presence confirmed, strong brood devel...00001Falsewhat types of bee products have been collected...[{'text': 'all ten honey frames being filled',...
4queen is laying well, the worker population is...00001Falseare there any worker bees currently active in ...[{'text': 'beeswax levels are sufficient', 'an...
..................
507queen absent, disorganized workers, scarce dro...00001Falsewhat's the egg production like?[{'text': 'few eggs', 'answer_start': 51}]
508queen absent, disorganized workers, scarce dro...00002Falsewhat is the status of drones in the hive?[{'text': 'scarce drones', 'answer_start': 36}]
509queen absent, disorganized workers, scarce dro...00003Falsehow many honey frames are currently filled in ...[{'text': 'seven honey frames poorly stocked',...
510queen not detected, workers disoriented, low d...00001Falseis there a queen currently present in the hive?[{'text': 'queen not detected', 'answer_start'...
511queen not detected, workers disoriented, low d...00002Falsecan you list the bee products available from t...[{'text': 'honey frames', 'answer_start': 88}]
\n","

512 rows × 5 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"text/plain":[" context id is_impossible \\\n","0 queenright with an extensive brood pattern, wo... 00001 False \n","1 queenright with an extensive brood pattern, wo... 00002 False \n","2 queenright with an extensive brood pattern, wo... 00003 False \n","3 queen’s presence confirmed, strong brood devel... 00001 False \n","4 queen is laying well, the worker population is... 00001 False \n",".. ... ... ... \n","507 queen absent, disorganized workers, scarce dro... 00001 False \n","508 queen absent, disorganized workers, scarce dro... 00002 False \n","509 queen absent, disorganized workers, scarce dro... 00003 False \n","510 queen not detected, workers disoriented, low d... 00001 False \n","511 queen not detected, workers disoriented, low d... 00002 False \n","\n"," question \\\n","0 what types of forage bees have been foraging? \n","1 is there a queen currently present in the hive? \n","2 can you list the bee products available from t... \n","3 what types of bee products have been collected... \n","4 are there any worker bees currently active in ... \n",".. ... \n","507 what's the egg production like? \n","508 what is the status of drones in the hive? \n","509 how many honey frames are currently filled in ... \n","510 is there a queen currently present in the hive? \n","511 can you list the bee products available from t... \n","\n"," answers \n","0 [{'text': 'workers exhibit high foraging behav... \n","1 [{'text': 'queenright', 'answer_start': 0}] \n","2 [{'text': 'honey frames are heavy with product... \n","3 [{'text': 'all ten honey frames being filled',... \n","4 [{'text': 'beeswax levels are sufficient', 'an... \n",".. ... \n","507 [{'text': 'few eggs', 'answer_start': 51}] \n","508 [{'text': 'scarce drones', 'answer_start': 36}] \n","509 [{'text': 'seven honey frames poorly stocked',... \n","510 [{'text': 'queen not detected', 'answer_start'... \n","511 [{'text': 'honey frames', 'answer_start': 88}] \n","\n","[512 rows x 5 columns]"]},"execution_count":26,"metadata":{},"output_type":"execute_result"}],"source":["test_transformed"]},{"cell_type":"code","execution_count":29,"metadata":{"id":"cIK7UxYm099s","executionInfo":{"status":"ok","timestamp":1716899388890,"user_tz":-120,"elapsed":426,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["def transform_answers(answer_list):\n"," return {\n"," 'text': [ans['text'] for ans in answer_list],\n"," 'answer_start': [ans['answer_start'] for ans in answer_list]\n"," }"]},{"cell_type":"code","execution_count":30,"metadata":{"id":"T-Eukhxg69zZ","executionInfo":{"status":"ok","timestamp":1716899388890,"user_tz":-120,"elapsed":2,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["train_transformed['answers'] = train_transformed['answers'].apply(transform_answers)\n","valid_transformed['answers'] = valid_transformed['answers'].apply(transform_answers)\n","test_transformed['answers'] = test_transformed['answers'].apply(transform_answers)"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":423},"id":"_qOmVoNL-Tm7","outputId":"be1a3c33-265f-4806-db78-5452fd1ce6e4"},"outputs":[{"data":{"application/vnd.google.colaboratory.intrinsic+json":{"summary":"{\n \"name\": \"test_transformed\",\n \"rows\": 512,\n \"fields\": [\n {\n \"column\": \"context\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 241,\n \"samples\": [\n \"active queen, strong brood, good nectar flow, eight honey frames filled\",\n \"queen is old but active, workers are steady, good pollen reserves, adequate egg laying observed, and four honey frames fully capped\",\n \"queen visible, active workers, good drone population, numerous eggs, and eight honey frames filled\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 5,\n \"samples\": [\n \"00002\",\n \"00005\",\n \"00003\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"is_impossible\",\n \"properties\": {\n \"dtype\": \"boolean\",\n \"num_unique_values\": 1,\n \"samples\": [\n false\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"question\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 15,\n \"samples\": [\n \"describe the foraging behavior observed in the worker bees lately?\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"answers\",\n \"properties\": {\n \"dtype\": \"object\",\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}","type":"dataframe","variable_name":"test_transformed"},"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
contextidis_impossiblequestionanswers
0queenright with an extensive brood pattern, wo...00001Falsewhat types of forage bees have been foraging?{'text': ['workers exhibit high foraging behav...
1queenright with an extensive brood pattern, wo...00002Falseis there a queen currently present in the hive?{'text': ['queenright'], 'answer_start': [0]}
2queenright with an extensive brood pattern, wo...00003Falsecan you list the bee products available from t...{'text': ['honey frames are heavy with product...
3queen’s presence confirmed, strong brood devel...00001Falsewhat types of bee products have been collected...{'text': ['all ten honey frames being filled']...
4queen is laying well, the worker population is...00001Falseare there any worker bees currently active in ...{'text': ['beeswax levels are sufficient'], 'a...
..................
507queen absent, disorganized workers, scarce dro...00001Falsewhat's the egg production like?{'text': ['few eggs'], 'answer_start': [51]}
508queen absent, disorganized workers, scarce dro...00002Falsewhat is the status of drones in the hive?{'text': ['scarce drones'], 'answer_start': [36]}
509queen absent, disorganized workers, scarce dro...00003Falsehow many honey frames are currently filled in ...{'text': ['seven honey frames poorly stocked']...
510queen not detected, workers disoriented, low d...00001Falseis there a queen currently present in the hive?{'text': ['queen not detected'], 'answer_start...
511queen not detected, workers disoriented, low d...00002Falsecan you list the bee products available from t...{'text': ['honey frames'], 'answer_start': [88]}
\n","

512 rows × 5 columns

\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","
\n","
\n"],"text/plain":[" context id is_impossible \\\n","0 queenright with an extensive brood pattern, wo... 00001 False \n","1 queenright with an extensive brood pattern, wo... 00002 False \n","2 queenright with an extensive brood pattern, wo... 00003 False \n","3 queen’s presence confirmed, strong brood devel... 00001 False \n","4 queen is laying well, the worker population is... 00001 False \n",".. ... ... ... \n","507 queen absent, disorganized workers, scarce dro... 00001 False \n","508 queen absent, disorganized workers, scarce dro... 00002 False \n","509 queen absent, disorganized workers, scarce dro... 00003 False \n","510 queen not detected, workers disoriented, low d... 00001 False \n","511 queen not detected, workers disoriented, low d... 00002 False \n","\n"," question \\\n","0 what types of forage bees have been foraging? \n","1 is there a queen currently present in the hive? \n","2 can you list the bee products available from t... \n","3 what types of bee products have been collected... \n","4 are there any worker bees currently active in ... \n",".. ... \n","507 what's the egg production like? \n","508 what is the status of drones in the hive? \n","509 how many honey frames are currently filled in ... \n","510 is there a queen currently present in the hive? \n","511 can you list the bee products available from t... \n","\n"," answers \n","0 {'text': ['workers exhibit high foraging behav... \n","1 {'text': ['queenright'], 'answer_start': [0]} \n","2 {'text': ['honey frames are heavy with product... \n","3 {'text': ['all ten honey frames being filled']... \n","4 {'text': ['beeswax levels are sufficient'], 'a... \n",".. ... \n","507 {'text': ['few eggs'], 'answer_start': [51]} \n","508 {'text': ['scarce drones'], 'answer_start': [36]} \n","509 {'text': ['seven honey frames poorly stocked']... \n","510 {'text': ['queen not detected'], 'answer_start... \n","511 {'text': ['honey frames'], 'answer_start': [88]} \n","\n","[512 rows x 5 columns]"]},"execution_count":29,"metadata":{},"output_type":"execute_result"}],"source":["test_transformed"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":36},"id":"MVawYEHV7oS4","outputId":"3c92e335-5ea1-4987-d76a-1c44af15a6c0"},"outputs":[{"data":{"application/vnd.google.colaboratory.intrinsic+json":{"type":"string"},"text/plain":["\"what's the egg production like?\""]},"execution_count":30,"metadata":{},"output_type":"execute_result"}],"source":["test_transformed['question'][507]"]},{"cell_type":"code","execution_count":null,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":36},"id":"_LgQH07d0CCa","outputId":"b8617a24-e2d5-45a0-e4b8-47c82649f3ad"},"outputs":[{"data":{"application/vnd.google.colaboratory.intrinsic+json":{"type":"string"},"text/plain":["'queen absent, disorganized workers, scarce drones, few eggs laid, and seven honey frames poorly stocked'"]},"execution_count":31,"metadata":{},"output_type":"execute_result"}],"source":["test_transformed['context'][507]"]},{"cell_type":"code","execution_count":60,"metadata":{"id":"1h5e0aMoKHKx","executionInfo":{"status":"ok","timestamp":1716901914273,"user_tz":-120,"elapsed":6,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"outputs":[],"source":["def data_preparing(df):\n","\n"," from transformers import AutoTokenizer\n"," tokenizer = AutoTokenizer.from_pretrained(\"bert-base-cased\")\n","\n"," questions = [q.strip() for q in df[\"question\"]]\n"," context = [q.strip() for q in df[\"context\"]]\n"," inputs = tokenizer(\n"," questions,\n"," context,\n"," max_length=384,\n"," truncation=\"only_second\",\n"," return_offsets_mapping=True,\n"," padding=\"max_length\",\n"," )\n","\n"," offset_mapping = inputs.pop(\"offset_mapping\")\n","\n"," start_positions = []\n"," end_positions = []\n"," answers = df['answers']\n"," for i, offset in enumerate(offset_mapping):\n"," answer = answers[i]\n"," start_char = answer[\"answer_start\"][0]\n"," end_char = answer[\"answer_start\"][0] + len(answer[\"text\"][0])\n"," sequence_ids = inputs.sequence_ids(i)\n","\n"," # Find the start and end of the context\n"," idx = 0\n"," while sequence_ids[idx] != 1:\n"," idx += 1\n"," context_start = idx\n"," while sequence_ids[idx] == 1:\n"," idx += 1\n"," context_end = idx - 1\n","\n"," # If the answer is not fully inside the context, label it (0, 0)\n"," if offset[context_start][0] > end_char or offset[context_end][1] < start_char:\n"," start_positions.append(0)\n"," end_positions.append(0)\n"," else:\n"," # Otherwise it's the start and end token positions\n"," idx = context_start\n"," while idx <= context_end and offset[idx][0] <= start_char:\n"," idx += 1\n"," start_positions.append(idx - 1)\n","\n"," idx = context_end\n"," while idx >= context_start and offset[idx][1] >= end_char:\n"," idx -= 1\n"," end_positions.append(idx + 1)\n","\n"," df[\"start_positions\"] = start_positions\n"," df[\"end_positions\"] = end_positions\n","\n"," import pandas as pd\n"," from datasets import Dataset\n"," data = {'input_ids': inputs['input_ids'],\n"," 'attention_mask': inputs['attention_mask'],\n"," 'start_positions':start_positions,\n"," 'end_positions': end_positions,\n"," }\n"," df = pd.DataFrame(data)\n"," #df.to_csv('encoding_train.csv',index=False)\n"," df = Dataset.from_pandas(df)\n","\n"," return df\n"]},{"cell_type":"code","execution_count":61,"metadata":{"executionInfo":{"elapsed":4823,"status":"ok","timestamp":1716901920717,"user":{"displayName":"Yazan","userId":"16453545448386209219"},"user_tz":-120},"id":"bEt4CPgcJ_hh"},"outputs":[],"source":["train_prepared = data_preparing(train_transformed)\n","test_prepared = data_preparing(test_transformed)\n","valid_prepared = data_preparing(valid_transformed)"]},{"cell_type":"code","execution_count":33,"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":113,"referenced_widgets":["b32ca4d2814f4788ab093b54af66a7a9","9967c82a593e4079a05b6714e10ee4c7","e93867447424419bb3938597e58f03c0","3ca7ee2399d842109314a31a0e0c19ef","c4dae7354cf14513b5d15a5965b58462","a14a26b79c694e6d99fcfd44635eb578","4b86bf05782049c8a2bf94479ae8826b","5774029e0ec64a11af4be519926b606b","27d827bbb86e464185c68ad406dff940","277ab784739c4977bfdcd8457b2628e0","a4bd10922a8740bd92e901e1041313af","4b5673fc6aff447d8259d10d95f4f729","fc19fea685474435aeec29de2bc437a0","69c777f3cc4d4fd1950234dfc64115bf","6038387d1736499188d4e932a0b7c5a5","db13d2532f9f4f618025b5414c73f4e5","44a45f61ca9a43d18d358204489177b6","a475a73b2b084737ba6d77c0a5e2b462","52de5d7af089469fbfa0877105ee2b78","a21e491c051f4628baf2626d920ee07c","117e158e5f1c4b998ee590da3f4c7507","c02b51576cdc4b90a746ad5ee201004c","667a5bd0ff924dfe946807d3b90d2610","16b94f6ccf624f05a73103d440b8cf4e","d85e363f85b349df9996c5dae506180b","e7074f1528544b2ba50370f9ff8d3bc3","9433ff1757db463a89b1dcd73b19e92d","025f31038325411190223c4314e38b1c","901f76f487454a4585474fdb992f86db"]},"executionInfo":{"elapsed":10,"status":"ok","timestamp":1716899396326,"user":{"displayName":"Yazan","userId":"16453545448386209219"},"user_tz":-120},"id":"GIJN7VEDHUqA","outputId":"f92d1e6d-99aa-4ce6-a23b-bcbdb391c8d5"},"outputs":[{"output_type":"display_data","data":{"text/plain":["VBox(children=(HTML(value='
"],"text/html":["\n","
\n"," \n"," \n"," [600/600 24:07, Epoch 8/8]\n","
\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
EpochTraining LossValidation LossStart AccuracyEnd AccuracyAccuracy
10.2342000.3060610.9277340.9179690.922852
20.1896000.1510880.9589840.9472660.953125
30.0888000.1088690.9687500.9550780.961914
40.0493000.0910860.9804690.9628910.971680
50.0598000.0743040.9824220.9746090.978516
60.0360000.0770980.9882810.9824220.985352
70.0223000.0707420.9902340.9824220.986328
80.0267000.0676080.9882810.9824220.985352

"]},"metadata":{}}],"source":["from transformers import AutoModelForQuestionAnswering, TrainingArguments, Trainer\n","model = AutoModelForQuestionAnswering.from_pretrained(\"bert-base-cased\")\n","from transformers import AutoTokenizer\n","from transformers import DefaultDataCollator\n","from transformers import EarlyStoppingCallback\n","\n","\n","tokenizer = AutoTokenizer.from_pretrained(\"bert-base-cased\")\n","\n","\n","data_collator = DefaultDataCollator()\n","\n","training_args = TrainingArguments(\n"," output_dir=\"/content/drive/MyDrive/Thesis/Models/BERT_QA\",\n"," evaluation_strategy=\"epoch\",\n"," save_strategy=\"epoch\",\n"," learning_rate=2e-5,\n"," per_device_train_batch_size=32,\n"," per_device_eval_batch_size=32,\n"," num_train_epochs=8,\n"," weight_decay=0.01,\n"," push_to_hub=True,\n"," logging_dir='./logs',\n"," logging_steps = 10,\n"," load_best_model_at_end=True\n",")\n","\n","trainer = Trainer(\n"," model=model,\n"," args=training_args,\n"," train_dataset=train_prepared,\n"," eval_dataset=valid_prepared,\n"," tokenizer=tokenizer,\n"," data_collator=data_collator,\n"," compute_metrics=compute_metrics\n","\n",")\n","\n","trainer.train()\n"]},{"cell_type":"code","source":["output = []\n","context_dict = {}\n","\n","for index, row in test_df.iterrows():\n"," context = row['sentence']\n"," question = row['question']\n"," answer = row['answer']\n","\n"," if context not in context_dict:\n"," context_dict[context] = {'context': context, 'questions': []}\n","\n"," context_dict[context]['questions'].append({'question': question, 'answer': answer})\n","\n","output = list(context_dict.values())\n","\n","# Display the transformed data\n","print(output)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"UJ9KzCXeL-ol","executionInfo":{"status":"ok","timestamp":1716901460835,"user_tz":-120,"elapsed":8,"user":{"displayName":"Yazan","userId":"16453545448386209219"}},"outputId":"69346a49-5436-46c0-d193-e6fb92548be6"},"execution_count":50,"outputs":[{"output_type":"stream","name":"stdout","text":["[{'context': 'queen absent, disorganized workers, minimal drones, scarce eggs, and six frames underdeveloped', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'disorganized workers'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'six frames underdeveloped'}]}, {'context': 'queen excellent, brood numerous, forage plentiful, eight honey frames topped', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen excellent'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'forage plentiful'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen excellent'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen excellent'}]}, {'context': 'new queen, workers adapting, increasing drone presence, eggs starting to populate, and seven honey frames capped', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers adapting'}]}, {'context': 'queen missing, workers slow, drones barely present, low egg production, and three frames with minimal honey', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'three frames with minimal honey'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen missing'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers slow'}]}, {'context': 'queen unseen, workers managing, drones limited, eggs sporadic, with five honey frames in progress', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'eggs sporadic'}]}, {'context': 'queen not found, minimal worker activity, down drone count, slow egg production, and two frames needing attention', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen not found'}, {'question': 'what is the egg count of the hive?', 'answer': 'low egg production'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'minimal worker activity'}]}, {'context': 'queen prolific, brood dense, abundant forage, ten honey frames harvested', 'questions': [{'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'abundant forage'}, {'question': \"what's the egg production like?\", 'answer': 'brood dense'}]}, {'context': 'strong queen, robust brood, excellent pollen and nectar, nine full honey frames', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'strong queen'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'nectar'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'nine full honey frames'}]}, {'context': 'queen old, workers steady, drone numbers fair, eggs moderate, and five honey frames filled', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'five honey frames filled'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers steady'}]}, {'context': 'queen is old but active, workers are steady, good pollen reserves, adequate egg laying observed, and four honey frames fully capped', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers are steady'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'good pollen reserves'}]}, {'context': 'no queen detected, workers disoriented, few drones, minimal egg laying, and only two honey frames filled', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'few drones'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers disoriented'}]}, {'context': 'queen old, steady workers, fair drone numbers, moderate eggs, and five honey frames filled', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'steady workers'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen old'}]}, {'context': 'queen missing, workers sluggish, few drones, scarce eggs, and four honey frames underfilled', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'scarce eggs'}, {'question': 'what is the status of drones in the hive?', 'answer': 'few drones'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'honey frames underfilled'}]}, {'context': 'queen aging, steady workers, few drones, moderate eggs, and six honey frames nearing capacity', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen aging'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen aging'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'six honey frames nearing capacity'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen aging'}]}, {'context': 'queen healthy, hardworking workers, ample drones, prolific eggs, with eight honey frames perfectly capped', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'prolific eggs'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'with eight honey frames perfectly capped'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'hardworking workers'}, {'question': 'what is the status of workers in the hive?', 'answer': 'hardworking workers'}]}, {'context': 'queen observed, workers active, drones plentiful, eggs numerous, and nine honey frames full', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen observed'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers active'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine honey frames full'}]}, {'context': 'newly emerged queen, workers adjusting, building drone numbers, good egg production, and five honey frames capped', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'good egg production'}, {'question': 'what is the status of drones in the hive?', 'answer': 'building drone numbers'}]}, {'context': 'queen absent, replacing, workers active, six honey frames being filled', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen absent'}]}, {'context': 'queen vibrant, workers industrious, drones healthy, eggs abundant, and eleven frames heavy with honey', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers industrious'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'eleven frames heavy with honey'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'eleven frames heavy with honey'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen vibrant'}]}, {'context': 'a newly emerged queen already proving her worth, workers efficiently managing the nectar flow despite the recent dry spell, and honey frames well on their way to being filled to the brim', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'honey frames well on their way to being filled to the brim'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers efficient'}]}, {'context': 'queen not found, worker activity minimal, drone count reduced, egg laying uncertain, honey production on five frames stalled', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drone count reduced'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'honey production on five frames stalled'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen not found'}]}, {'context': 'queen present, strong brood, ample pollen and nectar, ten frames of honey', 'questions': [{'question': 'what types of forage bees have been foraging?', 'answer': 'nectar'}, {'question': \"what's the egg production like?\", 'answer': 'strong brood'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen present'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'ten frames of honey'}, {'question': 'what is the egg count of the hive?', 'answer': 'strong brood'}]}, {'context': 'queen in prime, abundant worker bees, drone activity normal, eggs plentiful, and six frames laden with honey', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'frames laden with honey'}, {'question': 'what is the egg count of the hive?', 'answer': 'eggs plentiful'}]}, {'context': 'queen weak, slow workers, few drones, limited eggs, and six frames partially filled with honey', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen weak'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen weak'}]}, {'context': 'queen strong, workers busy, healthy drones, eggs abundant, and nine frames heavy with honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs abundant'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine frames heavy with honey'}]}, {'context': 'queen productive, worker bees energetic, drones plentiful, eggs abounding, and nine frames filled with honey', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen productive'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen productive'}]}, {'context': 'queen strong, worker bees numerous, drones healthy, eggs abundant, and nine frames heavy with honey', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen strong'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine frames heavy with honey'}]}, {'context': 'queen energetic, workers highly active, drones numerous, eggs prolific, with eight honey frames capped', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers highly active'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen energetic'}, {'question': 'what is the egg count of the hive?', 'answer': 'eggs prolific'}]}, {'context': 'queen robust, workers active, ample drones, good egg production, and ten frames well-stocked with honey', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen robust'}, {'question': \"what's the egg production like?\", 'answer': 'good egg production'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen robust'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen robust'}]}, {'context': 'queen healthy, workers bustling, drones plentiful, eggs numerous, and ten frames brimming with honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs numerous'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers bustling'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen healthy'}]}, {'context': 'queen healthy, strong worker activity, ample drones, high egg count, and seven honey frames fully capped', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen healthy'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'honey frames'}]}, {'context': 'queen vibrant, full brood chamber, high forage activity, ten honey frames heavy', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen vibrant'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten honey frames heavy'}]}, {'context': 'queen observed, workers efficient, drones active, high egg count, and nine honey frames fully utilized', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drones active'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'nine honey frames fully utilized'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'nine honey frames fully utilized'}]}, {'context': 'queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready for extraction', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'busy workers'}, {'question': 'what is the status of drones in the hive?', 'answer': 'good drone activity'}, {'question': 'what is the egg count of the hive?', 'answer': 'plentiful eggs'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen efficient'}]}, {'context': 'queen present, excelling workers, optimal drone count, eggs copious, and all frames teeming with honey', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen present'}, {'question': 'what is the status of workers in the hive?', 'answer': 'excelling workers'}]}, {'context': 'queen visible, workers energetic, sufficient drones, numerous eggs, and eight frames filled with honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'numerous eggs'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers energetic'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'eight frames filled with honey'}]}, {'context': 'queen absent, disorganized workers, scarce drones, few eggs laid, and five honey frames poorly stocked', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'five honey frames poorly stocked'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'disorganized workers'}]}, {'context': 'queen productive, industrious workers, sufficient drones, high egg count, and eight frames capped', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'eight frames capped'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen productive'}, {'question': 'what is the status of workers in the hive?', 'answer': 'industrious workers'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'eight frames capped'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'industrious workers'}]}, {'context': 'queen seen, workers industrious, drone presence good, egg laying on track, with seven frames filled with honey', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers industrious'}]}, {'context': 'queen not found, workers listless, low forage, two honey frames empty', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers listless'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers listless'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'honey frames empty'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen not found'}]}, {'context': 'queen visible and healthy, thriving workers, ample drones, abundant eggs, and ten frames densely packed with honey', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten frames densely packed with honey'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen visible'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'thriving workers'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen visible'}]}, {'context': 'queen active, worker bees numerous, drone count normal, eggs abundant, propolis and six honey frames collected', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'six honey frames collected'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'worker bees numerous'}, {'question': 'what is the status of drones in the hive?', 'answer': 'drone count normal'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'six honey frames collected'}]}, {'context': 'queen missing, lethargic workers, disappearing drones, scarce eggs, and only five frames showing some honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'only five frames showing some honey'}, {'question': 'what is the status of drones in the hive?', 'answer': 'disappearing drones'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'frames'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen missing'}]}, {'context': 'queen not found, worker bees sluggish, drone numbers low, egg count down, but still five frames of honey', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'egg count down'}, {'question': 'what is the status of workers in the hive?', 'answer': 'worker bees sluggish'}]}, {'context': 'newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with eight frames nearing capacity', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'with eight frames nearing capacity'}]}, {'context': 'queen vibrant, energetic workers, active drones, abundant eggs, and all frames filled to capacity', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'active drones'}, {'question': 'what is the status of workers in the hive?', 'answer': 'energetic workers'}]}, {'context': 'queen absent, worker bees disoriented, few drones seen, eggs scarce, and only four honey frames partially capped', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen absent'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen absent'}, {'question': 'what is the status of drones in the hive?', 'answer': 'few drones seen'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'only four honey frames partially capped'}, {'question': 'what is the status of workers in the hive?', 'answer': 'worker bees disoriented'}]}, {'context': 'queen absent, worker morale low, minimal drones, few eggs, and three honey frames barely used', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'minimal drones'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen absent'}]}, {'context': 'queen laying well, vibrant workers, active drones, plenty of eggs, and ten honey frames topped', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'plenty of eggs'}, {'question': 'what is the status of drones in the hive?', 'answer': 'active drones'}]}, {'context': 'queen vibrant, active workers, many drones, well-laid eggs, and nine honey frames capped', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen vibrant'}]}, {'context': 'queen absent, workers disorganized, drones minimal, eggs scarce, and three honey frames underdeveloped', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers disorganized'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen absent'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen absent'}]}, {'context': 'queen visible, active workers, good drone population, plentiful eggs, and eight honey frames filled', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'eight honey frames filled'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen visible'}]}, {'context': 'queen active, workers efficient, drone count stable, eggs numerous, beeswax and honey ample on eight frames', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs numerous'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'honey ample on eight frames'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen active'}]}, {'context': 'queen missing, lethargic workers, reduced drone count, poor egg output, and four frames lacking honey', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'lethargic workers'}]}, {'context': 'queenright with an extensive brood pattern, workers exhibit high foraging behavior, honey stores are high, and seven honey frames are heavy with product', 'questions': [{'question': 'what types of forage bees have been foraging?', 'answer': 'workers exhibit high foraging behavior'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queenright'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames are heavy with product'}]}, {'context': 'queen missing, workers lethargic, low drone count, poor egg output, and four frames lacking honey', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'low drone count'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers lethargic'}, {'question': 'what is the egg count of the hive?', 'answer': 'poor egg output'}]}, {'context': 'queen robust, workers bustling, drones numerous, eggs filling up cells, and seven frames brimming with honey', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen robust'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen robust'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen robust'}]}, {'context': 'queen struggling, workers doing their best, few drones, low egg count, with five frames partially filled', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'with five frames partially filled'}, {'question': 'what is the status of drones in the hive?', 'answer': 'few drones'}]}, {'context': 'queen effective, workers busy, good drone count, high egg numbers, plenty of beeswax and eight honey frames filled', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'eight honey frames filled'}, {'question': 'what is the status of drones in the hive?', 'answer': 'good drone count'}]}, {'context': 'queen present, brood large, forage excellent, ten frames heavy with honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'brood large'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'ten frames heavy with honey'}]}, {'context': 'queen active, workers bustling, drones numerous, eggs plentiful, and ten honey frames well-stocked', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten honey frames well-stocked'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen active'}]}, {'context': 'queen declining, workers maintaining, drones few, egg count low, and three honey frames only half full', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'egg count low'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen declining'}]}, {'context': 'queen laying well, vibrant workers, active drones, many eggs, and ten honey frames topped off', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'many eggs'}, {'question': 'what is the status of drones in the hive?', 'answer': 'active drones'}]}, {'context': 'queen vibrant, workers industrious, drones adequate, robust egg production, and seven frames filled to the brim with honey', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen vibrant'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'frames'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'seven frames filled to the brim with honey'}]}, {'context': 'queen present, worker numbers strong, drone population up, eggs plentiful, and seven honey frames along with substantial beeswax', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen present'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen present'}]}, {'context': 'queen laying profusely, high worker and drone activity, egg count high, plenty of honey and beeswax across eight frames', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'beeswax across eight frames'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'beeswax across eight frames'}, {'question': 'what is the status of drones in the hive?', 'answer': 'drone activity'}]}, {'context': 'queen missing, lethargic workers, low drone count, poor egg output, and four frames lacking honey', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen missing'}]}, {'context': 'queen not detected, workers disoriented, low drone count, minimal egg laying, and three honey frames underutilized', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen not detected'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames'}]}, {'context': 'queen vibrant, numerous worker bees, adequate drones, eggs filling up, and eleven honey frames topped off', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'numerous worker bees'}, {'question': 'what is the status of workers in the hive?', 'answer': 'numerous worker bees'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen vibrant'}]}, {'context': 'queen recently replaced, workers rallying, drones emerging, eggs increasing, beeswax and honey ample on nine frames', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'honey ample on nine frames'}]}, {'context': 'queen active, abundant workers, healthy drone population, egg production excellent, and seven frames full of honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'seven frames full of honey'}, {'question': \"what's the egg production like?\", 'answer': 'egg production excellent'}]}, {'context': 'queen weak, slow workers, few drones, limited egg production, and six honey frames partially filled', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen weak'}, {'question': 'what is the status of workers in the hive?', 'answer': 'slow workers'}]}, {'context': 'queen not seen, workers distressed, drone count low, egg production stalling, and only two honey frames filled', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen not seen'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers distressed'}]}, {'context': 'queen weak, slow workers, few drones, limited egg production, and seven honey frames partially filled', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames'}]}, {'context': 'queen visible and healthy, thriving workers, adequate drones, abundant eggs, and ten frames densely packed with honey', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'thriving workers'}]}, {'context': 'queen newly emerged, workers adjusting, drones building, good egg numbers, and five honey frames capped', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen new'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen new'}]}, {'context': 'queen efficient, workers busy, good drone population, eggs numerous, and eight honey frames topped up', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers busy'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'eight honey frames topped up'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'eight honey frames topped up'}]}, {'context': 'queen absent, low worker morale, minimal drones, few eggs, and five honey frames barely touched', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen absent'}, {'question': 'what is the status of drones in the hive?', 'answer': 'minimal drones'}]}, {'context': 'queen aging, steady workers, reduced drones, moderate eggs, with six frames filled with honey', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen aging'}]}, {'context': 'new queen, workers bustling, abundant forage, six full honey frames', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'new queen'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'full honey frames'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'abundant forage'}]}, {'context': 'queen laying well, high worker activity, rich pollen, eight honey frames capped', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'high worker activity'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen laying well'}]}, {'context': 'queen prolific, workers exceed expectations, drone population optimal, egg count high, and honey abundant in ten frames', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drone population optimal'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen prolific'}]}, {'context': 'queen old, steady workers, fair drone numbers, moderate eggs, and nine honey frames well-stocked', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'fair drone numbers'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'steady workers'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'nine honey frames well-stocked'}]}, {'context': 'no queen seen, workers disoriented, drones dwindling, eggs few, with only two frames somewhat full', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'no queen seen'}, {'question': 'what is the egg count of the hive?', 'answer': 'eggs few'}, {'question': 'what is the current health status of the hive?', 'answer': 'no queen seen'}]}, {'context': 'queen strong, worker activity high, adequate drones, good egg production, and nine honey frames ready for harvest', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen strong'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine honey frames ready for harvest'}]}, {'context': 'queen not found, minimal worker activity, down drone count, slow egg production, and seven frames needing attention', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen not found'}]}, {'context': 'queen active, brood present, forage adequate, four honey frames filled', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen active'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'forage adequate'}]}, {'context': 'queen robust, bustling workers, numerous drones, eggs filling up cells, and eight frames overflowing with honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'eight frames overflowing with honey'}]}, {'context': 'queen in decline, maintaining workers, few drones, low egg count, and five honey frames half full', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'five honey frames half full'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'five honey frames half full'}]}, {'context': 'queen absent, disorganized workers, scarce drones, few eggs laid, and seven honey frames poorly stocked', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'few eggs'}, {'question': 'what is the status of drones in the hive?', 'answer': 'scarce drones'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'seven honey frames poorly stocked'}]}, {'context': 'queen absent, unmotivated workers, sparse drones, few eggs found, and four frames barely capped', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'unmotivated workers'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'four frames barely capped'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'four frames barely capped'}]}, {'context': 'queen not found, workers disorganized, few drones, eggs scarce, and only three honey frames filled', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'only three honey frames filled'}]}, {'context': 'queen absent, unmotivated workers, sparse drones, few eggs found, and eight frames barely capped', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen absent'}, {'question': 'what is the status of workers in the hive?', 'answer': 'unmotivated workers'}]}, {'context': 'queen ailing, worker numbers dwindling, few drones, reduced egg laying, and four honey frames barely capped', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'reduced egg laying'}]}, {'context': 'newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with six frames nearing capacity', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'increasing drone activity'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'adjusting workers'}, {'question': 'what is the egg count of the hive?', 'answer': 'beginning egg population'}]}, {'context': 'queen newly mated, worker bees thriving, drones visible, egg count up, and nine honey frames nearing completion', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'worker bees thriving'}, {'question': 'what is the egg count of the hive?', 'answer': 'egg count up'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine honey frames nearing completion'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen newly mated'}]}, {'context': 'queen laying efficiently, active workers, healthy drones, plentiful eggs, and seven honey frames well-stocked', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'active workers'}]}, {'context': 'queen in decline, workers maintaining, few drones, low eggs, and six honey frames half full', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'six honey frames half full'}]}, {'context': 'queen present, workers efficiently foraging, drones active, eggs numerous, and eight honey frames fully utilized', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers efficiently foraging'}, {'question': 'what types of forage bees have been foraging?', 'answer': 'workers efficiently foraging'}, {'question': 'what is the status of drones in the hive?', 'answer': 'drones active'}]}, {'context': 'queen excellent, workers hard at work, drone presence good, egg count excellent, and eight honey frames full', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen excellent'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'eight honey frames full'}]}, {'context': 'queen aging, workers steady, limited drones, moderate egg production, and six honey frames nearing capacity', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'moderate egg production'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'six honey frames nearing capacity'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'six honey frames nearing capacity'}]}, {'context': 'queen aging, workers steady, limited drones, moderate egg production, and seven honey frames nearly complete', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'seven honey frames nearly complete'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'seven honey frames nearly complete'}]}, {'context': 'queen weak, workers slow, few drones, eggs limited, and only six honey frames partly filled', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers slow'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen weak'}]}, {'context': 'queen newly installed, workers adapting, drone count improving, good egg production, and eight frames nearing capacity', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen newly installed'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers adapting'}]}, {'context': 'queen healthy, workers efficient, drones adequate, many eggs laid, high honey yield, and beeswax on nine frames', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen healthy'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'beeswax on nine frames'}]}, {'context': 'queen productive, brood excellent, forage rich, six honey frames sealed', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames sealed'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen productive'}]}, {'context': 'queen healthy, efficient workers, numerous drones, prolific eggs, and ten frames fully stocked with honey', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'ten frames fully stocked with honey'}]}, {'context': 'queen vibrant, workers active, drones plenty, eggs well-laid, and eight honey frames capped', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers active'}, {'question': 'what is the status of drones in the hive?', 'answer': 'drones plenty'}]}, {'context': 'queen laying well, vibrant workers, active drones, numerous eggs, and nine honey frames topped', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen laying well'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine honey frames topped'}]}, {'context': 'queen productive, busy workers, ample drones, high egg count, and ten frames brimming with honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'ten frames brimming with honey'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen productive'}]}, {'context': 'queen is vibrant, strong scent of propolis, workers bringing in ample nectar, egg count satisfactory, with all honey frames in active production', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen is vibrant'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen is vibrant'}, {'question': 'what is the egg count of the hive?', 'answer': 'egg count satisfactory'}]}, {'context': 'queen absent, low worker morale, scarce drones, minimal eggs, and two honey frames barely touched', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'minimal eggs'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen absent'}]}, {'context': 'queen laying, brood vibrant, forage successful, six frames with honey', 'questions': [{'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'forage successful'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen laying'}]}, {'context': 'queen strong, workers active, ample drones, plentiful eggs, and ten honey frames brimming', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten honey frames brimming'}]}, {'context': 'queen robust, bustling workers, numerous drones, eggs filling up cells, and seven frames brimming with honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs filling up cells'}, {'question': 'what is the status of drones in the hive?', 'answer': 'numerous drones'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'bustling workers'}]}, {'context': 'new queen, workers adapting, increasing drone presence, good egg numbers, and seven honey frames capped', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames capped'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'new queen'}]}, {'context': 'queen laying eggs, brood area growing, plentiful forage, five frames of honey', 'questions': [{'question': 'what types of forage bees have been foraging?', 'answer': 'plentiful forage'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen laying'}]}, {'context': 'queen strong, brood expanding, rich pollen sources, nine frames capped', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen strong'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen strong'}, {'question': 'what is the egg count of the hive?', 'answer': 'brood exp'}]}, {'context': 'queen excellent, performing well workers, plentiful drones, well-laid eggs, and all eleven honey frames capped and ready', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'all eleven honey frames capped'}, {'question': 'what is the status of drones in the hive?', 'answer': 'plentiful drones'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen excellent'}, {'question': \"what's the egg production like?\", 'answer': 'well-laid eggs'}]}, {'context': 'queen not visible, workers distressed, drone count low, minimal egg laying, and three honey frames empty', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'minimal egg laying'}]}, {'context': 'new queen, workers active, enough drones, satisfactory egg count, honey and propolis gathered on six frames', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'new queen'}]}, {'context': 'no queen, worker count low, drones absent, eggs missing, limited beeswax, and only two honey frames filled', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs missing'}, {'question': 'what is the status of drones in the hive?', 'answer': 'drones absent'}]}, {'context': 'queen robust, bustling workers, numerous drones, eggs filling up cells, and seven frames overflowing with honey', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'numerous drones'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'frames'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'bustling workers'}]}, {'context': 'queen struggling, workers doing their best, few drones, low egg count, with seven frames partially filled', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'low egg count'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'with seven frames partially filled'}]}, {'context': 'queen aging, steady brood, moderate forage, six honey frames processed', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'steady brood'}]}, {'context': 'queen is laying well, the worker population is high, honey and beeswax levels are sufficient, and there is steady nectar collection with seven honey frames completed', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'beeswax levels are sufficient'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen is laying well'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames completed'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen is laying well'}]}, {'context': 'queen vibrant, workers and drones at peak numbers, eggs abundant, and seven honey frames well-stocked', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drones at peak numbers'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen vibrant'}]}, {'context': 'queen healthy, workers hardworking, drones ample, eggs prolific, with eight frames perfectly capped', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen healthy'}, {'question': 'what is the egg count of the hive?', 'answer': 'eggs prolific'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers hardworking'}]}, {'context': 'queen spotted, brood healthy, good forage, seven honey frames filled', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen spotted'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'seven honey frames filled'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen spotted'}]}, {'context': 'no queen seen, brood declining, forage poor, two honey frames half-filled', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'brood declining'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'honey frames half-filled'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames half-filled'}]}, {'context': 'queen active, workers and drones constant, eggs abound, seven frames heavy with honey and beeswax', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drones constant'}]}, {'context': 'queen efficient, workers busy, good drone activity, plentiful eggs, and eight frames ready', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'plentiful eggs'}]}, {'context': 'queen robust, strong worker activity, numerous drones, eggs abound, and honey frames heavily laden', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'honey frames heavily laden'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'strong worker activity'}]}, {'context': 'aging queen, stable worker population, fewer drones, moderate eggs, beeswax and seven frames of honey noted', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'beeswax'}]}, {'context': 'queen laying steadily, workers foraging well, drones healthy, egg layers active, abundant honey, and seven frames capped', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'abundant honey'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers foraging well'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'workers foraging well'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'seven frames capped'}]}, {'context': 'queen missing, lethargic workers, disappearing drones, scarce eggs, and only seven frames showing some honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'scarce eggs'}]}, {'context': 'queen present, workers active, high drone count, eggs numerous, and eight honey frames topped up', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen present'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers active'}]}, {'context': 'queen missing, brood sparse, pollen scarce, two honey frames half-full', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen missing'}, {'question': 'what types of forage bees have been foraging?', 'answer': 'pollen scarce'}, {'question': 'what is the egg count of the hive?', 'answer': 'brood sparse'}]}, {'context': 'queen vibrant, active workers, plenty of drones, well-laid eggs, and eight honey frames capped', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen vibrant'}, {'question': \"what's the egg production like?\", 'answer': 'well-laid eggs'}, {'question': 'what is the status of drones in the hive?', 'answer': 'plenty of drones'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen vibrant'}]}, {'context': 'queen seen, workers efficient, drones sufficient, eggs well-laid, and six honey frames fully capped', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'six honey frames fully capped'}, {'question': \"what's the egg production like?\", 'answer': 'eggs well-laid'}]}, {'context': 'no queen detected, brood suffering, poor forage, three honey frames used', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'no queen detected'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'no queen detected'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'three honey frames used'}]}, {'context': 'queen recently seen, active worker bees, steady drone population, plentiful eggs, with nine honey frames nearly ready', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen recently seen'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen recently seen'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'with nine honey frames nearly ready'}, {'question': 'what is the egg count of the hive?', 'answer': 'plentiful eggs'}]}, {'context': 'queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready for harvest', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen efficient'}, {'question': 'what is the status of drones in the hive?', 'answer': 'good drone activity'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'eight frames ready for harvest'}]}, {'context': 'queen vibrant, workers actively foraging, drone presence high, eggs plentiful, with ten honey frames well-stocked', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'with ten honey frames well-stocked'}]}, {'context': 'queen is healthy, drone population is normal, abundant forage activity noted, a high volume of eggs present, and five honey frames ready for harvest', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drone population is normal'}, {'question': \"what's the egg production like?\", 'answer': 'high volume of eggs present'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'abundant forage activity noted'}]}, {'context': 'queen vibrant, numerous worker bees, adequate drones, eggs filling up, and eleven honey frames topped off', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'eleven honey frames topped off'}, {'question': 'what is the status of drones in the hive?', 'answer': 'adequate drones'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'eleven honey frames topped off'}, {'question': \"what's the egg production like?\", 'answer': 'eggs filling up'}]}, {'context': 'no queen seen, disoriented worker bees, dwindling drones, few eggs, with only six frames somewhat full', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'few eggs'}]}, {'context': 'queen spotted, brood expanding, good pollen collection, seven honey frames sealed', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'honey frames'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen spotted'}]}, {'context': 'queen present, worker bee surge, ample drones, egg numbers peak, copious honey, but low beeswax on seven frames', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'but low beeswax on seven frames'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen present'}]}, {'context': 'queen visible, active workers, good drone population, numerous eggs, and eight honey frames filled', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'numerous eggs'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen visible'}]}, {'context': 'queen healthy, hardworking workers, plentiful drones, prolific eggs, with nine frames perfectly capped', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'prolific eggs'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen healthy'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'hardworking workers'}]}, {'context': 'queen vibrant, workers busy, healthy drones, eggs abundant, and eleven frames heavy with honey', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen vibrant'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen vibrant'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'eleven frames heavy with honey'}]}, {'context': 'queen in decline, managing workers, few drones, dwindling eggs, with five frames only half full', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'dwindling eggs'}]}, {'context': 'newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with five frames nearing capacity', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'newly mated queen'}]}, {'context': 'queen excellent, performing well workers, plentiful drones, well-laid eggs, and all seven honey frames capped and ready', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'all seven honey frames capped'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'all seven honey frames capped'}, {'question': \"what's the egg production like?\", 'answer': 'well-laid eggs'}]}, {'context': 'queen spotted, workers present, drone numbers fair, eggs well-laid, good beeswax production, and five honey frames ready', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'eggs well-laid'}, {'question': \"what's the egg production like?\", 'answer': 'eggs well-laid'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen spotted'}]}, {'context': 'queen declining, maintaining workers, few drones, low egg count, and three honey frames only half full', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'maintaining workers'}, {'question': 'what is the status of drones in the hive?', 'answer': 'few drones'}]}, {'context': 'queen vibrant, busy workers, healthy drones, eggs abundant, and nine frames heavily laden with honey', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'busy workers'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'nine frames heavily laden with honey'}]}, {'context': 'queen absent, worker morale low, drones scarce, minimal eggs, and two honey frames barely touched', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen absent'}, {'question': 'what is the egg count of the hive?', 'answer': 'minimal eggs'}]}, {'context': 'queen absent, disorganized workers, minimal drones, scarce eggs, and three honey frames underdeveloped', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'three honey frames underdeveloped'}]}, {'context': 'queen healthy, workers hardworking, drones ample, eggs prolific, with eight honey frames perfectly capped', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'with eight honey frames perfectly capped'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'with eight honey frames perfectly capped'}]}, {'context': 'queen laying well, workers vibrant, drones healthy, eggs copious, and seven frames densely packed with honey', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen laying well'}]}, {'context': 'queen active, brood stable, forage good, five honey frames sealed', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen active'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'five honey frames sealed'}, {'question': \"what's the egg production like?\", 'answer': 'brood stable'}]}, {'context': 'queen robust, worker activity high, drone numbers strong, eggs well laid, and ten frames loaded with honey', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'eggs well laid'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen robust'}, {'question': 'what is the status of workers in the hive?', 'answer': 'worker activity high'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'worker activity high'}]}, {'context': 'queen absent, low worker morale, minimal drones, few eggs, and three honey frames barely used', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'low worker morale'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'three honey frames barely used'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'three honey frames barely used'}]}, {'context': 'no queen seen, disoriented worker bees, dwindling drones, few eggs, and only four frames somewhat full', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'few eggs'}]}, {'context': 'queen missing, lethargic workers, reduced drone count, poor egg output, and six frames lacking honey', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'poor egg output'}]}, {'context': 'queen not visible, workers distressed, drone count low, egg production halted, and only two honey frames filled', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers distressed'}]}, {'context': 'queen visible and healthy, thriving workers, sufficient drones, abundant eggs, and ten frames densely packed with honey', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen visible'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten frames densely packed with honey'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'ten frames densely packed with honey'}]}, {'context': 'queen healthy, workers bustling, ample drones, good egg production, and ten frames well-stocked with honey', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen healthy'}, {'question': 'what is the status of drones in the hive?', 'answer': 'ample drones'}, {'question': 'what is the egg count of the hive?', 'answer': 'good egg production'}, {'question': \"what's the egg production like?\", 'answer': 'good egg production'}]}, {'context': 'queen weak, workers slow, drones few, limited egg production, and six honey frames partially filled', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'limited egg production'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers slow'}]}, {'context': 'queen visible, workers energetic, good drone population, plenty of eggs, and nine frames filled with honey', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen visible'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers energetic'}]}, {'context': 'queen robust, strong worker activity, drones numerous, eggs abound, and honey frames heavily laden', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen robust'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'honey frames heavily laden'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen robust'}]}, {'context': 'queen vibrant, workers active, drones plenty, eggs well-laid, and seven honey frames fully capped', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen vibrant'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers active'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames'}]}, {'context': 'queen absent, workers doing minimal foraging, drones scarce, eggs sparse, and three honey frames slowly filling', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'three honey frames slowly filling'}]}, {'context': 'queen in decline, workers maintaining, few drones, low egg count, and six honey frames half full', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers maintaining'}, {'question': 'what is the egg count of the hive?', 'answer': 'low egg count'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen in decline'}]}, {'context': 'an exceptionally healthy queen, with workers displaying an impressive haul of nectar and pollen; the brood chamber is teeming with new eggs, and almost all honey frames are nearing completion', 'questions': [{'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'pollen; the brood chamber is teeming with new eggs'}]}, {'context': 'queen healthy, brood strong, rich nectar sources, eight frames well-stocked', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen healthy'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'rich nectar sources'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen healthy'}]}, {'context': 'queen aging, steady workers, reduced drones, moderate eggs, with eight frames filled with honey', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen aging'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'steady workers'}, {'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen aging'}]}, {'context': 'queen recently seen, active worker bees, steady drone population, plentiful eggs, with ten honey frames nearly ready', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'plentiful eggs'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'with ten honey frames nearly ready'}, {'question': 'what is the current health status of the hive?', 'answer': 'queen recently seen'}]}, {'context': 'queen present, worker bees excelling, drone count optimal, eggs copious, and all frames teeming with honey', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'all frames teeming with honey'}]}, {'context': 'queen prolific, worker bees buzzing, drones in good number, high egg count, and seven honey frames capped', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'worker bees buzzing'}]}, {'context': 'queen new, brood growing, pollen abundant, four frames well-stocked', 'questions': [{'question': 'what types of forage bees have been foraging?', 'answer': 'pollen abundant'}]}, {'context': 'weak queen, sparse brood, low forage yield, three honey frames', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'sparse brood'}, {'question': 'what is the current health status of the hive?', 'answer': 'weak queen'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'weak queen'}]}, {'context': 'queen vibrant, active workers, many drones, eggs well-laid, and nine honey frames capped', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs well-laid'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'nine honey frames capped'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'active workers'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen vibrant'}]}, {'context': 'no queen seen, disoriented worker bees, dwindling drones, few eggs, with only three frames somewhat full', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'no queen seen'}]}, {'context': 'queen strong, workers busy, drones healthy, eggs abundant, and nine frames heavy with honey', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drones healthy'}]}, {'context': 'queen’s health is excellent, worker bees are efficiently foraging, high beeswax production, egg laying at peak, with seven honey frames sealed', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'high beeswax production'}]}, {'context': 'new queen seen, workers are energetic despite the rain, honey stores are fair, and nectar foraging is ongoing with five honey frames filled', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers are energetic despite the rain'}]}, {'context': 'queen visible, workers active, drone population good, eggs plentiful, and eight honey frames filled', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs plentiful'}, {'question': 'what is the status of drones in the hive?', 'answer': 'drone population good'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen visible'}]}, {'context': 'newly emerged queen, workers adjusting, drones increasing, eggs starting to fill, and seven honey frames capped', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drones increasing'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'newly emerged queen'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'seven honey frames capped'}]}, {'context': 'old queen, brood steady, moderate foraging, five honey frames completed', 'questions': [{'question': 'what types of forage bees have been foraging?', 'answer': 'moderate foraging'}, {'question': 'what is the current health status of the hive?', 'answer': 'old queen'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'old queen'}]}, {'context': 'queen sighted, workers energetic, ample pollen, five honey frames sealed', 'questions': [{'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'ample pollen'}]}, {'context': 'queen absent, brood dwindling, forage limited, three honey frames partial', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'three honey frames partial'}]}, {'context': 'queen healthy, workers bustling, drones numerous, plentiful eggs, and ten honey frames well-stocked', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers bustling'}]}, {'context': 'queen robust, bustling workers, numerous drones, eggs filling cells, and eight frames brimming with honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'eight frames brimming with honey'}, {'question': 'is there a queen currently present in the hive?', 'answer': 'queen robust'}]}, {'context': 'queen absent, disorganized workers, minimal drones, scarce eggs, and five frames underdeveloped', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen absent'}]}, {'context': 'newly emerged queen, workers adjusting, drones building, good egg numbers, and five honey frames capped', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'newly emerged queen'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers adjusting'}, {'question': 'what is the status of workers in the hive?', 'answer': 'workers adjusting'}]}, {'context': 'queen in decline, managing workers, few drones, dwindling eggs, with four frames only half full', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen in decline'}]}, {'context': 'queen healthy, efficient workers, numerous drones, prolific eggs, and eleven frames fully stocked with honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'eleven frames fully stocked with honey'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'eleven frames fully stocked with honey'}]}, {'context': 'queen absent, disorganized workers, scarce drones, few eggs laid, and eight honey frames poorly stocked', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'few eggs'}]}, {'context': 'queen productive, brood plentiful, forage high, nine honey frames ready', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'nine honey frames ready'}]}, {'context': 'queen vibrant, energetic workers, active drones, abundant eggs, and ten frames filled to capacity', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen vibrant'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten frames filled to capacity'}, {'question': \"what's the egg production like?\", 'answer': 'abundant eggs'}]}, {'context': 'queen unspotted, brood fair, forage low, four honey frames stored', 'questions': [{'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'forage low'}]}, {'context': 'queen visible, brood stable, good pollen harvest, seven honey frames capped', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames capped'}]}, {'context': 'queen reigning, strong brood, high nectar and pollen, nine honey frames full', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'strong brood'}]}, {'context': 'queen laying efficiently, active workers, healthy drones, plentiful eggs, and nine honey frames well-stocked', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'queen laying'}]}, {'context': 'queen missing, sluggish workers, few drones, scarce eggs, and four honey frames underfilled', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames underfilled'}, {'question': 'what is the status of drones in the hive?', 'answer': 'few drones'}]}, {'context': 'the queen is missing, worker morale seems low, reduced pollen intake, minimal egg laying, and only two honey frames showing progress', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'the queen is missing'}]}, {'context': 'queen visible, workers thriving, drones active, robust egg count, and ten frames brimming with honey', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'ten frames brimming with honey'}, {'question': 'what is the status of the queen in the hive?', 'answer': 'queen visible'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'ten frames brimming with honey'}]}, {'context': 'queen robust, workers tireless, drone count high, eggs numerous, rich in propolis, with all ten honey frames stocked', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'with all ten honey frames stocked'}]}, {'context': 'queen present, workers efficiently foraging, drones active, eggs numerous, and nine honey frames fully utilized', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen present'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers efficiently foraging'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'nine honey frames fully utilized'}]}, {'context': 'queen absent, worker bees unsettled, drone numbers low, poor egg output, and four honey frames incomplete', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'worker bees unsettled'}]}, {'context': 'queen healthy, workers thriving, ample drones, numerous eggs, and eight frames densely packed with honey', 'questions': [{'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'eight frames densely packed with honey'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'eight frames densely packed with honey'}]}, {'context': 'queen productive, busy workers, ample drones, high egg count, and eight frames brimming with honey', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'busy workers'}]}, {'context': 'queen old, steady workers, fair drone numbers, moderate eggs, and seven honey frames well-stocked', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'steady workers'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'seven honey frames well-stocked'}, {'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames'}, {'question': 'what types of bee products have been collected recently?', 'answer': 'honey frames'}]}, {'context': 'a queen in her prime, workers in a frenzy of productivity, ample stores of propolis and honey, and a brood pattern so perfect it could be featured in a beekeeping manual', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'a queen in her prime'}]}, {'context': 'queen absent, workers listless, few drones, minimal egg laying, and four honey frames underutilized', 'questions': [{'question': 'what is the status of workers in the hive?', 'answer': 'workers listless'}]}, {'context': 'queen reigning well, worker bees busy, drones numerous, eggs filling cells, and propolis rich on eight honey frames', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'propolis rich on eight honey frames'}, {'question': 'can you estimate how many frames are ready for harvest?', 'answer': 'propolis rich on eight honey frames'}]}, {'context': 'queen recently emerged, workers energized, drones abundant, eggs aplenty, and honey thick across nine frames', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'honey thick across nine frames'}]}, {'context': 'queen productive, workers industrious, drones sufficient, high egg production, and six frames capped', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'high egg production'}]}, {'context': 'queen healthy, brood good, forage average, four honey frames ready', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames ready'}, {'question': 'how many honey frames are currently filled in the hive?', 'answer': 'four honey frames ready'}, {'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'forage average'}]}, {'context': 'queen healthy, workers buzzing efficiently, drones ample, high egg count, and ten honey frames well-stocked', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'high egg count'}]}, {'context': 'queen lethargic, workers maintaining, drone numbers low, egg presence moderate, with six frames half-filled with honey', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'frames half-filled with honey'}, {'question': 'are there any worker bees currently active in the hive?', 'answer': 'workers maintaining'}]}, {'context': 'queen laying well, workers vibrant, drones active, eggs numerous, and nine honey frames topped', 'questions': [{'question': 'what is the status of drones in the hive?', 'answer': 'drones active'}]}, {'context': 'queen observed, workers efficient, drones active, high egg count, and eight honey frames fully utilized', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'queen observed'}]}, {'context': 'queen in decline, brood okay, forage moderate, five honey frames completed', 'questions': [{'question': 'what is the status of the queen in the hive?', 'answer': 'queen in decline'}]}, {'context': 'queen’s presence confirmed, strong brood development, a significant amount of propolis, bees actively foraging for nectar, and all ten honey frames being filled', 'questions': [{'question': 'what types of bee products have been collected recently?', 'answer': 'all ten honey frames being filled'}]}, {'context': 'queen visible and healthy, workers thriving, drones adequate, eggs abundant, and ten frames densely packed with honey', 'questions': [{'question': \"what's the egg production like?\", 'answer': 'eggs abundant'}]}, {'context': 'queen missing, sluggish workers, scant drones, eggs sparse, and four honey frames underfilled', 'questions': [{'question': 'can you list the bee products available from the latest harvest?', 'answer': 'honey frames underfilled'}]}, {'context': 'queen healthy, efficient workers, numerous drones, prolific eggs, and eight frames fully stocked with honey', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'prolific eggs'}]}, {'context': 'queen in decline, managing workers, few drones, dwindling eggs, with seven frames only half full', 'questions': [{'question': 'are there any worker bees currently active in the hive?', 'answer': 'managing workers'}]}, {'context': 'queen missing, workers lethargic, drones declining, low egg count, and five honey frames barely utilized', 'questions': [{'question': \"describe the queen's activity or presence noted in the recent observations?\", 'answer': 'queen missing'}]}, {'context': \"queen's health declining, workers sluggish, drones sparse, egg laying slow, three frames with scant honey\", 'questions': [{'question': \"what's the egg production like?\", 'answer': 'egg laying slow'}]}, {'context': 'strong queen, brood vibrant, high nectar intake, full ten honey frames', 'questions': [{'question': 'describe the foraging behavior observed in the worker bees lately?', 'answer': 'high nectar intake'}]}, {'context': 'queen not found, minimal worker activity, down drone count, slow egg production, and six frames needing attention', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'low egg production'}]}, {'context': 'no queen seen, worker bees disoriented, drones dwindling, eggs few, with only three frames somewhat full', 'questions': [{'question': 'what is the current health status of the hive?', 'answer': 'no queen seen'}]}, {'context': 'active queen, strong brood, good nectar flow, eight honey frames filled', 'questions': [{'question': 'is there a queen currently present in the hive?', 'answer': 'active queen'}]}, {'context': 'queen old, workers stable, drones sufficient, moderate egg laying, and six frames filled with honey', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'six frames filled with honey'}]}, {'context': 'queen missing, sluggish workers, scant drones, sparse eggs, and five honey frames only half filled', 'questions': [{'question': 'how many honey frames are currently filled in the hive?', 'answer': 'five honey frames only half filled'}]}, {'context': 'queen aging, workers maintaining, drones sparse, egg laying reduced, and five honey frames partially filled', 'questions': [{'question': 'what is the egg count of the hive?', 'answer': 'egg laying reduced'}]}]\n"]}]},{"cell_type":"code","source":["bert_model = \"bert-base-cased\""],"metadata":{"id":"rQrKh5K2FtGp","executionInfo":{"status":"ok","timestamp":1716901467092,"user_tz":-120,"elapsed":3,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"execution_count":51,"outputs":[]},{"cell_type":"code","source":["tokenizer = AutoTokenizer.from_pretrained(\"bert-base-cased\")"],"metadata":{"id":"1E6MhW1zO80n","executionInfo":{"status":"ok","timestamp":1716901474300,"user_tz":-120,"elapsed":730,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"execution_count":52,"outputs":[]},{"cell_type":"code","source":["models = [\n"," bert_model,\n","]"],"metadata":{"id":"_yOwLV7kFwUr","executionInfo":{"status":"ok","timestamp":1716901479099,"user_tz":-120,"elapsed":469,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"execution_count":53,"outputs":[]},{"cell_type":"code","source":["certainty_threshold = 0.15"],"metadata":{"id":"zbJAaAa6FyZR","executionInfo":{"status":"ok","timestamp":1716901483545,"user_tz":-120,"elapsed":308,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"execution_count":54,"outputs":[]},{"cell_type":"code","source":["def create_pipeline(model):\n"," return pipeline(\n"," \"question-answering\",\n"," model=model,\n"," tokenizer=model\n"," )"],"metadata":{"id":"fNrlv0SxFyrG"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["def generate_answers(pipeline, questions, context):\n"," global certainty_threshold\n"," score = 0\n"," correct_predictions = 0\n"," wrong_predictions = 0\n"," redundant_predictions = 0\n","\n"," for obj in questions:\n"," question = obj['question']\n"," actual_answer = obj['answer']\n"," prediction = ''\n"," print(\"Question: \", question)\n","\n"," result = pipeline(question=question, context=context)\n"," prediction = result['answer']\n"," confidence = result['score']\n","\n"," print(\"Prediction: \", prediction, \"Result Score: \", confidence, '\\t|\\t', \"Answer: \", actual_answer)\n"," score += confidence\n","\n"," # Check if the prediction is correct, wrong, or redundant\n"," if prediction.strip().lower() in actual_answer.strip().lower():\n"," correct_predictions += 1\n"," elif confidence < certainty_threshold:\n"," redundant_predictions += 1\n"," else:\n"," wrong_predictions += 1\n","\n"," return score, correct_predictions, wrong_predictions, redundant_predictions\n"],"metadata":{"id":"2BqfHNe7FUzR","executionInfo":{"status":"ok","timestamp":1716901494092,"user_tz":-120,"elapsed":282,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"execution_count":55,"outputs":[]},{"cell_type":"code","source":["from transformers import pipeline\n","\n","model_path = \"/content/drive/MyDrive/Thesis/Models/BERT_QA/content/drive/MyDrive/Thesis/Models/BERT_QA/checkpoint-600\"\n","\n","# Load the model\n","bert_model = AutoModelForQuestionAnswering.from_pretrained(model_path)\n","\n","# Load the tokenizer\n","tokenizer = AutoTokenizer.from_pretrained(model_path)\n","\n","pipelines = []\n","\n","for model in models:\n"," print(model)\n"," pipelines.append(pipeline('question-answering', model=model, tokenizer=tokenizer))\n","\n","for ind, ppl in enumerate(pipelines):\n"," print('\\n----------------')\n"," print(models[ind])\n"," print('----------------\\n')\n"," total_score = 0\n"," total_correct_predictions = 0\n"," total_wrong_predictions = 0\n"," total_redundant_predictions = 0\n"," total_questions = 0\n","\n"," for data in output:\n"," print('')\n"," print(\"Sentence: \", data['context'])\n"," score, correct_predictions, wrong_predictions, redundant_predictions = generate_answers(ppl, data['questions'], data['context'])\n"," total_score += score\n"," total_correct_predictions += correct_predictions\n"," total_wrong_predictions += wrong_predictions\n"," total_redundant_predictions += redundant_predictions\n"," total_questions += len(data['questions'])\n","\n"," accuracy = total_correct_predictions / total_questions\n"," print('\\n----------------')\n"," print(f'Score: {total_score}')\n"," print(f'Accuracy: {accuracy * 100:.2f}%')\n"," print(f'Correct Answers: {total_correct_predictions / total_questions * 100:.2f}%')\n"," print(f'Wrong Answers: {total_wrong_predictions / total_questions * 100:.2f}%')\n"," print(f'Redundant Answers: {total_redundant_predictions / total_questions * 100:.2f}%')\n"," print('----------------\\n')\n"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"FqQEAMEzFl2g","outputId":"e3584b2a-f377-4084-9955-c6127fbd9e49","executionInfo":{"status":"ok","timestamp":1716901754206,"user_tz":-120,"elapsed":101803,"user":{"displayName":"Yazan","userId":"16453545448386209219"}}},"execution_count":59,"outputs":[{"output_type":"stream","name":"stdout","text":["bert-base-cased\n"]},{"output_type":"stream","name":"stderr","text":["Some weights of BertForQuestionAnswering were not initialized from the model checkpoint at bert-base-cased and are newly initialized: ['qa_outputs.bias', 'qa_outputs.weight']\n","You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.\n"]},{"output_type":"stream","name":"stdout","text":["\n","----------------\n","bert-base-cased\n","----------------\n","\n","\n","Sentence: queen absent, disorganized workers, minimal drones, scarce eggs, and six frames underdeveloped\n","Question: what is the status of workers in the hive?\n","Prediction: disorganized workers, minimal drones, scarce eggs, and six frames underdeveloped Result Score: 0.0038352725096046925 \t|\t Answer: disorganized workers\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: disorganized workers, minimal drones, scarce eggs, and six frames underdeveloped Result Score: 0.003976923879235983 \t|\t Answer: six frames underdeveloped\n","\n","Sentence: queen excellent, brood numerous, forage plentiful, eight honey frames topped\n","Question: what is the current health status of the hive?\n","Prediction: plentiful Result Score: 0.007362272124737501 \t|\t Answer: queen excellent\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: plentiful Result Score: 0.006650542840361595 \t|\t Answer: forage plentiful\n","Question: what is the status of the queen in the hive?\n","Prediction: plentiful Result Score: 0.007109512109309435 \t|\t Answer: queen excellent\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: plentiful Result Score: 0.006504455581307411 \t|\t Answer: queen excellent\n","\n","Sentence: new queen, workers adapting, increasing drone presence, eggs starting to populate, and seven honey frames capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: to populate, and seven honey Result Score: 0.002762876683846116 \t|\t Answer: workers adapting\n","\n","Sentence: queen missing, workers slow, drones barely present, low egg production, and three frames with minimal honey\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: with minimal Result Score: 0.004709212109446526 \t|\t Answer: three frames with minimal honey\n","Question: what is the status of the queen in the hive?\n","Prediction: with minimal Result Score: 0.00396615220233798 \t|\t Answer: queen missing\n","Question: are there any worker bees currently active in the hive?\n","Prediction: with minimal Result Score: 0.004021403845399618 \t|\t Answer: workers slow\n","\n","Sentence: queen unseen, workers managing, drones limited, eggs sporadic, with five honey frames in progress\n","Question: what is the egg count of the hive?\n","Prediction: sporadic Result Score: 0.005609531421214342 \t|\t Answer: eggs sporadic\n","\n","Sentence: queen not found, minimal worker activity, down drone count, slow egg production, and two frames needing attention\n","Question: what is the current health status of the hive?\n","Prediction: minimal Result Score: 0.003416486317291856 \t|\t Answer: queen not found\n","Question: what is the egg count of the hive?\n","Prediction: minimal worker activity, down Result Score: 0.0033637299202382565 \t|\t Answer: low egg production\n","Question: are there any worker bees currently active in the hive?\n","Prediction: minimal Result Score: 0.0036759336944669485 \t|\t Answer: minimal worker activity\n","\n","Sentence: queen prolific, brood dense, abundant forage, ten honey frames harvested\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: prolific, brood dense, abundant forage Result Score: 0.006637256126850843 \t|\t Answer: abundant forage\n","Question: what's the egg production like?\n","Prediction: prolific, brood dense, abundant forage Result Score: 0.006628946866840124 \t|\t Answer: brood dense\n","\n","Sentence: strong queen, robust brood, excellent pollen and nectar, nine full honey frames\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: brood, excellent pollen Result Score: 0.00495322048664093 \t|\t Answer: strong queen\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: brood, excellent pollen Result Score: 0.005185485351830721 \t|\t Answer: nectar\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: brood, excellent pollen Result Score: 0.004633993376046419 \t|\t Answer: nine full honey frames\n","\n","Sentence: queen old, workers steady, drone numbers fair, eggs moderate, and five honey frames filled\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: steady, drone numbers fair, eggs moderate, and five Result Score: 0.004665927030146122 \t|\t Answer: five honey frames filled\n","Question: what is the status of workers in the hive?\n","Prediction: steady, drone numbers fair, eggs Result Score: 0.0042593106627464294 \t|\t Answer: workers steady\n","\n","Sentence: queen is old but active, workers are steady, good pollen reserves, adequate egg laying observed, and four honey frames fully capped\n","Question: what is the status of workers in the hive?\n","Prediction: active, workers Result Score: 0.0026839831843972206 \t|\t Answer: workers are steady\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: active, workers Result Score: 0.002674889052286744 \t|\t Answer: good pollen reserves\n","\n","Sentence: no queen detected, workers disoriented, few drones, minimal egg laying, and only two honey frames filled\n","Question: what is the status of drones in the hive?\n","Prediction: disoriented, few drones Result Score: 0.002777253743261099 \t|\t Answer: few drones\n","Question: what is the status of workers in the hive?\n","Prediction: disoriented, few drones Result Score: 0.0026916905771940947 \t|\t Answer: workers disoriented\n","\n","Sentence: queen old, steady workers, fair drone numbers, moderate eggs, and five honey frames filled\n","Question: what is the status of workers in the hive?\n","Prediction: , steady workers, fair drone Result Score: 0.004512918647378683 \t|\t Answer: steady workers\n","Question: is there a queen currently present in the hive?\n","Prediction: , steady workers, fair drone numbers, moderate eggs Result Score: 0.004845650866627693 \t|\t Answer: queen old\n","\n","Sentence: queen missing, workers sluggish, few drones, scarce eggs, and four honey frames underfilled\n","Question: what's the egg production like?\n","Prediction: sluggish, few drones, scarce eggs, and four honey frames underfilled Result Score: 0.004301398992538452 \t|\t Answer: scarce eggs\n","Question: what is the status of drones in the hive?\n","Prediction: sluggish, few drones, scarce eggs, and four honey frames underfilled Result Score: 0.0044021448120474815 \t|\t Answer: few drones\n","Question: what types of bee products have been collected recently?\n","Prediction: sluggish, few drones, scarce eggs, and four honey frames underfilled Result Score: 0.0041237021796405315 \t|\t Answer: honey frames underfilled\n","\n","Sentence: queen aging, steady workers, few drones, moderate eggs, and six honey frames nearing capacity\n","Question: what is the status of the queen in the hive?\n","Prediction: steady workers, few drones Result Score: 0.0037403844762593508 \t|\t Answer: queen aging\n","Question: is there a queen currently present in the hive?\n","Prediction: steady workers, few drones Result Score: 0.003735446138307452 \t|\t Answer: queen aging\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: steady workers, few drones, moderate eggs, and six Result Score: 0.0045386082492768764 \t|\t Answer: six honey frames nearing capacity\n","Question: what is the current health status of the hive?\n","Prediction: steady workers, few drones Result Score: 0.0036645145155489445 \t|\t Answer: queen aging\n","\n","Sentence: queen healthy, hardworking workers, ample drones, prolific eggs, with eight honey frames perfectly capped\n","Question: what's the egg production like?\n","Prediction: hardworking workers, ample drones Result Score: 0.004385306965559721 \t|\t Answer: prolific eggs\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: hardworking workers, ample drones, prolific eggs Result Score: 0.004611873999238014 \t|\t Answer: with eight honey frames perfectly capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: hardworking workers, ample drones Result Score: 0.005066661164164543 \t|\t Answer: hardworking workers\n","Question: what is the status of workers in the hive?\n","Prediction: hardworking workers, ample drones Result Score: 0.004723734222352505 \t|\t Answer: hardworking workers\n","\n","Sentence: queen observed, workers active, drones plentiful, eggs numerous, and nine honey frames full\n","Question: what is the status of the queen in the hive?\n","Prediction: plentiful, eggs Result Score: 0.006044579669833183 \t|\t Answer: queen observed\n","Question: are there any worker bees currently active in the hive?\n","Prediction: plentiful, eggs Result Score: 0.006197343580424786 \t|\t Answer: workers active\n","Question: what types of bee products have been collected recently?\n","Prediction: plentiful, eggs Result Score: 0.0065617342479527 \t|\t Answer: nine honey frames full\n","\n","Sentence: newly emerged queen, workers adjusting, building drone numbers, good egg production, and five honey frames capped\n","Question: what's the egg production like?\n","Prediction: workers adjusting, building drone numbers, good egg production Result Score: 0.003442194778472185 \t|\t Answer: good egg production\n","Question: what is the status of drones in the hive?\n","Prediction: workers adjusting, building drone Result Score: 0.0035371531266719103 \t|\t Answer: building drone numbers\n","\n","Sentence: queen absent, replacing, workers active, six honey frames being filled\n","Question: what is the current health status of the hive?\n","Prediction: , replacing, workers active, six Result Score: 0.007979741320014 \t|\t Answer: queen absent\n","\n","Sentence: queen vibrant, workers industrious, drones healthy, eggs abundant, and eleven frames heavy with honey\n","Question: what is the status of workers in the hive?\n","Prediction: vibrant, workers Result Score: 0.003579961135983467 \t|\t Answer: workers industrious\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: industrious, drones healthy, eggs abundant, and eleven frames heavy Result Score: 0.0035541232209652662 \t|\t Answer: eleven frames heavy with honey\n","Question: what types of bee products have been collected recently?\n","Prediction: industrious, drones healthy, eggs abundant, and eleven frames heavy Result Score: 0.0035850047133862972 \t|\t Answer: eleven frames heavy with honey\n","Question: what is the current health status of the hive?\n","Prediction: industrious, drones healthy, eggs abundant, and eleven frames heavy with honey Result Score: 0.0034905977081507444 \t|\t Answer: queen vibrant\n","\n","Sentence: a newly emerged queen already proving her worth, workers efficiently managing the nectar flow despite the recent dry spell, and honey frames well on their way to being filled to the brim\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: the recent dry spell, and honey frames well on Result Score: 0.0013114288449287415 \t|\t Answer: honey frames well on their way to being filled to the brim\n","Question: what is the status of workers in the hive?\n","Prediction: nectar flow despite the recent dry spell, and honey frames well on Result Score: 0.0014222528552636504 \t|\t Answer: workers efficient\n","\n","Sentence: queen not found, worker activity minimal, drone count reduced, egg laying uncertain, honey production on five frames stalled\n","Question: what is the status of drones in the hive?\n","Prediction: laying uncertain Result Score: 0.003049582941457629 \t|\t Answer: drone count reduced\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: laying uncertain Result Score: 0.0031481049954891205 \t|\t Answer: honey production on five frames stalled\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: laying uncertain Result Score: 0.003186209127306938 \t|\t Answer: queen not found\n","\n","Sentence: queen present, strong brood, ample pollen and nectar, ten frames of honey\n","Question: what types of forage bees have been foraging?\n","Prediction: brood, ample pollen Result Score: 0.0052804844453930855 \t|\t Answer: nectar\n","Question: what's the egg production like?\n","Prediction: brood, ample pollen Result Score: 0.004893854260444641 \t|\t Answer: strong brood\n","Question: what is the status of the queen in the hive?\n","Prediction: brood, ample pollen Result Score: 0.005007792729884386 \t|\t Answer: queen present\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: brood, ample pollen Result Score: 0.005007948726415634 \t|\t Answer: ten frames of honey\n","Question: what is the egg count of the hive?\n","Prediction: brood, ample pollen Result Score: 0.005111416336148977 \t|\t Answer: strong brood\n","\n","Sentence: queen in prime, abundant worker bees, drone activity normal, eggs plentiful, and six frames laden with honey\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: plentiful, and six frames laden Result Score: 0.004606585018336773 \t|\t Answer: frames laden with honey\n","Question: what is the egg count of the hive?\n","Prediction: plentiful, and six frames laden Result Score: 0.004471234977245331 \t|\t Answer: eggs plentiful\n","\n","Sentence: queen weak, slow workers, few drones, limited eggs, and six frames partially filled with honey\n","Question: what is the current health status of the hive?\n","Prediction: slow workers, few drones Result Score: 0.004530956037342548 \t|\t Answer: queen weak\n","Question: what is the status of the queen in the hive?\n","Prediction: slow workers, few drones Result Score: 0.004563048481941223 \t|\t Answer: queen weak\n","\n","Sentence: queen strong, workers busy, healthy drones, eggs abundant, and nine frames heavy with honey\n","Question: what's the egg production like?\n","Prediction: healthy drones, eggs abundant, and nine frames heavy Result Score: 0.004370305221527815 \t|\t Answer: eggs abundant\n","Question: what types of bee products have been collected recently?\n","Prediction: healthy drones, eggs Result Score: 0.004312066826969385 \t|\t Answer: nine frames heavy with honey\n","\n","Sentence: queen productive, worker bees energetic, drones plentiful, eggs abounding, and nine frames filled with honey\n","Question: what is the status of the queen in the hive?\n","Prediction: plentiful, eggs abounding, and nine frames filled with honey Result Score: 0.004263082519173622 \t|\t Answer: queen productive\n","Question: is there a queen currently present in the hive?\n","Prediction: plentiful, eggs Result Score: 0.0042174989357590675 \t|\t Answer: queen productive\n","\n","Sentence: queen strong, worker bees numerous, drones healthy, eggs abundant, and nine frames heavy with honey\n","Question: what is the status of the queen in the hive?\n","Prediction: bees numerous, drones Result Score: 0.004083056468516588 \t|\t Answer: queen strong\n","Question: what types of bee products have been collected recently?\n","Prediction: bees numerous, drones healthy, eggs Result Score: 0.004088684916496277 \t|\t Answer: nine frames heavy with honey\n","\n","Sentence: queen energetic, workers highly active, drones numerous, eggs prolific, with eight honey frames capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: active, drones Result Score: 0.004471334628760815 \t|\t Answer: workers highly active\n","Question: is there a queen currently present in the hive?\n","Prediction: highly active, drones Result Score: 0.004623007960617542 \t|\t Answer: queen energetic\n","Question: what is the egg count of the hive?\n","Prediction: highly active, drones Result Score: 0.0045038373209536076 \t|\t Answer: eggs prolific\n","\n","Sentence: queen robust, workers active, ample drones, good egg production, and ten frames well-stocked with honey\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , workers active, ample drones Result Score: 0.0030676366295665503 \t|\t Answer: queen robust\n","Question: what's the egg production like?\n","Prediction: -stocked Result Score: 0.0029157251119613647 \t|\t Answer: good egg production\n","Question: what is the current health status of the hive?\n","Prediction: -stocked Result Score: 0.0028689629398286343 \t|\t Answer: queen robust\n","Question: is there a queen currently present in the hive?\n","Prediction: -stocked Result Score: 0.0031342720612883568 \t|\t Answer: queen robust\n","\n","Sentence: queen healthy, workers bustling, drones plentiful, eggs numerous, and ten frames brimming with honey\n","Question: what's the egg production like?\n","Prediction: plentiful, eggs Result Score: 0.004590083844959736 \t|\t Answer: eggs numerous\n","Question: are there any worker bees currently active in the hive?\n","Prediction: plentiful, eggs Result Score: 0.004387757275253534 \t|\t Answer: workers bustling\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: plentiful, eggs numerous, and ten frames brimming with honey Result Score: 0.004144034814089537 \t|\t Answer: queen healthy\n","\n","Sentence: queen healthy, strong worker activity, ample drones, high egg count, and seven honey frames fully capped\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , strong worker activity, ample drones Result Score: 0.0036686889361590147 \t|\t Answer: queen healthy\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: , strong worker activity, ample Result Score: 0.003206649562343955 \t|\t Answer: honey frames\n","Question: what types of bee products have been collected recently?\n","Prediction: , strong worker activity, ample drones Result Score: 0.0031811653170734644 \t|\t Answer: honey frames\n","\n","Sentence: queen vibrant, full brood chamber, high forage activity, ten honey frames heavy\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , full brood chamber, high forage activity Result Score: 0.005182680673897266 \t|\t Answer: queen vibrant\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: brood chamber Result Score: 0.005357832182198763 \t|\t Answer: ten honey frames heavy\n","\n","Sentence: queen observed, workers efficient, drones active, high egg count, and nine honey frames fully utilized\n","Question: what is the status of drones in the hive?\n","Prediction: efficient, drones Result Score: 0.004031250718981028 \t|\t Answer: drones active\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: , and nine Result Score: 0.0034545466769486666 \t|\t Answer: nine honey frames fully utilized\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: workers efficient, drones Result Score: 0.0036650397814810276 \t|\t Answer: nine honey frames fully utilized\n","\n","Sentence: queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready for extraction\n","Question: what is the status of workers in the hive?\n","Prediction: plentiful Result Score: 0.00511303823441267 \t|\t Answer: busy workers\n","Question: what is the status of drones in the hive?\n","Prediction: plentiful Result Score: 0.005274339113384485 \t|\t Answer: good drone activity\n","Question: what is the egg count of the hive?\n","Prediction: plentiful Result Score: 0.005176969338208437 \t|\t Answer: plentiful eggs\n","Question: what is the current health status of the hive?\n","Prediction: plentiful Result Score: 0.005305532366037369 \t|\t Answer: queen efficient\n","\n","Sentence: queen present, excelling workers, optimal drone count, eggs copious, and all frames teeming with honey\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: excelling workers, optimal drone Result Score: 0.0028292215429246426 \t|\t Answer: queen present\n","Question: what is the status of workers in the hive?\n","Prediction: excelling workers, optimal drone Result Score: 0.002924880711361766 \t|\t Answer: excelling workers\n","\n","Sentence: queen visible, workers energetic, sufficient drones, numerous eggs, and eight frames filled with honey\n","Question: what's the egg production like?\n","Prediction: workers energetic, sufficient drones, numerous eggs Result Score: 0.0040954300202429295 \t|\t Answer: numerous eggs\n","Question: are there any worker bees currently active in the hive?\n","Prediction: energetic, sufficient drones Result Score: 0.004466175567358732 \t|\t Answer: workers energetic\n","Question: what types of bee products have been collected recently?\n","Prediction: , numerous eggs Result Score: 0.004150668624788523 \t|\t Answer: eight frames filled with honey\n","\n","Sentence: queen absent, disorganized workers, scarce drones, few eggs laid, and five honey frames poorly stocked\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: disorganized workers, scarce drones Result Score: 0.0030364610720425844 \t|\t Answer: five honey frames poorly stocked\n","Question: are there any worker bees currently active in the hive?\n","Prediction: disorganized workers, scarce drones Result Score: 0.0032772317063063383 \t|\t Answer: disorganized workers\n","\n","Sentence: queen productive, industrious workers, sufficient drones, high egg count, and eight frames capped\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: , industrious workers, sufficient drones Result Score: 0.004184335935860872 \t|\t Answer: eight frames capped\n","Question: what is the current health status of the hive?\n","Prediction: , industrious workers, sufficient drones Result Score: 0.004133901093155146 \t|\t Answer: queen productive\n","Question: what is the status of workers in the hive?\n","Prediction: industrious workers, sufficient drones Result Score: 0.004235472064465284 \t|\t Answer: industrious workers\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: , industrious workers, sufficient drones Result Score: 0.0041419463232159615 \t|\t Answer: eight frames capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , industrious workers, sufficient drones Result Score: 0.004591250792145729 \t|\t Answer: industrious workers\n","\n","Sentence: queen seen, workers industrious, drone presence good, egg laying on track, with seven frames filled with honey\n","Question: what is the status of workers in the hive?\n","Prediction: industrious, drone Result Score: 0.0031404171604663134 \t|\t Answer: workers industrious\n","\n","Sentence: queen not found, workers listless, low forage, two honey frames empty\n","Question: what is the status of workers in the hive?\n","Prediction: low Result Score: 0.005416238680481911 \t|\t Answer: workers listless\n","Question: are there any worker bees currently active in the hive?\n","Prediction: low Result Score: 0.005340222269296646 \t|\t Answer: workers listless\n","Question: what types of bee products have been collected recently?\n","Prediction: low Result Score: 0.005127789918333292 \t|\t Answer: honey frames empty\n","Question: what is the status of the queen in the hive?\n","Prediction: low Result Score: 0.005478810053318739 \t|\t Answer: queen not found\n","\n","Sentence: queen visible and healthy, thriving workers, ample drones, abundant eggs, and ten frames densely packed with honey\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: healthy, thriving workers, ample drones Result Score: 0.003525027073919773 \t|\t Answer: ten frames densely packed with honey\n","Question: is there a queen currently present in the hive?\n","Prediction: and healthy, thriving workers, ample drones Result Score: 0.0034588442649692297 \t|\t Answer: queen visible\n","Question: are there any worker bees currently active in the hive?\n","Prediction: healthy, thriving workers, ample drones Result Score: 0.0034379996359348297 \t|\t Answer: thriving workers\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: and healthy, thriving workers, ample drones Result Score: 0.0033079120330512524 \t|\t Answer: queen visible\n","\n","Sentence: queen active, worker bees numerous, drone count normal, eggs abundant, propolis and six honey frames collected\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: propolis and six Result Score: 0.003961736336350441 \t|\t Answer: six honey frames collected\n","Question: are there any worker bees currently active in the hive?\n","Prediction: bees numerous, drone Result Score: 0.0036452009808272123 \t|\t Answer: worker bees numerous\n","Question: what is the status of drones in the hive?\n","Prediction: bees numerous, drone Result Score: 0.003781441366299987 \t|\t Answer: drone count normal\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: bees numerous, drone count normal, eggs abundant, propolis and six Result Score: 0.0038225268945097923 \t|\t Answer: six honey frames collected\n","\n","Sentence: queen missing, lethargic workers, disappearing drones, scarce eggs, and only five frames showing some honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: lethargic workers, disappearing drones, scarce eggs, and only five Result Score: 0.004082328174263239 \t|\t Answer: only five frames showing some honey\n","Question: what is the status of drones in the hive?\n","Prediction: lethargic workers, disappearing drones Result Score: 0.004449076484888792 \t|\t Answer: disappearing drones\n","Question: what types of bee products have been collected recently?\n","Prediction: lethargic workers, disappearing drones, scarce eggs Result Score: 0.004042947199195623 \t|\t Answer: frames\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: lethargic workers, disappearing drones Result Score: 0.004051616881042719 \t|\t Answer: queen missing\n","\n","Sentence: queen not found, worker bees sluggish, drone numbers low, egg count down, but still five frames of honey\n","Question: what is the egg count of the hive?\n","Prediction: sluggish, drone numbers low, egg count down, but still Result Score: 0.0037854784168303013 \t|\t Answer: egg count down\n","Question: what is the status of workers in the hive?\n","Prediction: sluggish, drone numbers low, egg count down, but still Result Score: 0.0037835531402379274 \t|\t Answer: worker bees sluggish\n","\n","Sentence: newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with eight frames nearing capacity\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: mated queen, adjusting workers, increasing drone activity, beginning egg population Result Score: 0.003933777566999197 \t|\t Answer: with eight frames nearing capacity\n","\n","Sentence: queen vibrant, energetic workers, active drones, abundant eggs, and all frames filled to capacity\n","Question: what is the status of drones in the hive?\n","Prediction: vibrant, energetic workers, active drones Result Score: 0.005332623142749071 \t|\t Answer: active drones\n","Question: what is the status of workers in the hive?\n","Prediction: vibrant, energetic workers, active drones Result Score: 0.005012653302401304 \t|\t Answer: energetic workers\n","\n","Sentence: queen absent, worker bees disoriented, few drones seen, eggs scarce, and only four honey frames partially capped\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: disoriented, few drones Result Score: 0.002437486546114087 \t|\t Answer: queen absent\n","Question: what is the status of the queen in the hive?\n","Prediction: disoriented, few drones Result Score: 0.002609218005090952 \t|\t Answer: queen absent\n","Question: what is the status of drones in the hive?\n","Prediction: disoriented, few drones Result Score: 0.002796184504404664 \t|\t Answer: few drones seen\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: disoriented, few drones Result Score: 0.00264702457934618 \t|\t Answer: only four honey frames partially capped\n","Question: what is the status of workers in the hive?\n","Prediction: disoriented, few drones Result Score: 0.002679677912965417 \t|\t Answer: worker bees disoriented\n","\n","Sentence: queen absent, worker morale low, minimal drones, few eggs, and three honey frames barely used\n","Question: what is the status of drones in the hive?\n","Prediction: low, minimal Result Score: 0.004331901669502258 \t|\t Answer: minimal drones\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: low, minimal drones Result Score: 0.003730443073436618 \t|\t Answer: queen absent\n","\n","Sentence: queen laying well, vibrant workers, active drones, plenty of eggs, and ten honey frames topped\n","Question: what's the egg production like?\n","Prediction: laying well, vibrant workers, active drones, plenty of eggs Result Score: 0.004003486130386591 \t|\t Answer: plenty of eggs\n","Question: what is the status of drones in the hive?\n","Prediction: vibrant workers, active drones Result Score: 0.004518190864473581 \t|\t Answer: active drones\n","\n","Sentence: queen vibrant, active workers, many drones, well-laid eggs, and nine honey frames capped\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: -laid eggs Result Score: 0.004656672943383455 \t|\t Answer: queen vibrant\n","\n","Sentence: queen absent, workers disorganized, drones minimal, eggs scarce, and three honey frames underdeveloped\n","Question: what is the status of workers in the hive?\n","Prediction: disorganized, drones minimal, eggs scarce, and three honey frames underdeveloped Result Score: 0.003690506564453244 \t|\t Answer: workers disorganized\n","Question: what is the status of the queen in the hive?\n","Prediction: disorganized, drones minimal, eggs scarce, and three honey frames underdeveloped Result Score: 0.0036901396233588457 \t|\t Answer: queen absent\n","Question: what is the current health status of the hive?\n","Prediction: disorganized, drones minimal, eggs scarce, and three honey frames underdeveloped Result Score: 0.003747254842892289 \t|\t Answer: queen absent\n","\n","Sentence: queen visible, active workers, good drone population, plentiful eggs, and eight honey frames filled\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful Result Score: 0.005736127030104399 \t|\t Answer: eight honey frames filled\n","Question: what is the current health status of the hive?\n","Prediction: plentiful Result Score: 0.0059259324334561825 \t|\t Answer: queen visible\n","\n","Sentence: queen active, workers efficient, drone count stable, eggs numerous, beeswax and honey ample on eight frames\n","Question: what's the egg production like?\n","Prediction: beeswax and honey ample Result Score: 0.0035140032414346933 \t|\t Answer: eggs numerous\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: beeswax and honey ample Result Score: 0.0035882059019058943 \t|\t Answer: honey ample on eight frames\n","Question: what is the status of the queen in the hive?\n","Prediction: beeswax and honey ample Result Score: 0.0036431250628083944 \t|\t Answer: queen active\n","\n","Sentence: queen missing, lethargic workers, reduced drone count, poor egg output, and four frames lacking honey\n","Question: what is the status of workers in the hive?\n","Prediction: lethargic workers, reduced drone count, poor egg output Result Score: 0.004397538024932146 \t|\t Answer: lethargic workers\n","\n","Sentence: queenright with an extensive brood pattern, workers exhibit high foraging behavior, honey stores are high, and seven honey frames are heavy with product\n","Question: what types of forage bees have been foraging?\n","Prediction: with an extensive brood pattern, workers Result Score: 0.002069014124572277 \t|\t Answer: workers exhibit high foraging behavior\n","Question: is there a queen currently present in the hive?\n","Prediction: with an extensive brood pattern, workers Result Score: 0.0019674012437462807 \t|\t Answer: queenright\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: with an extensive brood pattern, workers Result Score: 0.0019540979992598295 \t|\t Answer: honey frames are heavy with product\n","\n","Sentence: queen missing, workers lethargic, low drone count, poor egg output, and four frames lacking honey\n","Question: what is the status of drones in the hive?\n","Prediction: lethargic, low drone Result Score: 0.004545935895293951 \t|\t Answer: low drone count\n","Question: what is the status of workers in the hive?\n","Prediction: lethargic, low drone count, poor egg output Result Score: 0.004548577591776848 \t|\t Answer: workers lethargic\n","Question: what is the egg count of the hive?\n","Prediction: lethargic, low drone count, poor Result Score: 0.004629665985703468 \t|\t Answer: poor egg output\n","\n","Sentence: queen robust, workers bustling, drones numerous, eggs filling up cells, and seven frames brimming with honey\n","Question: what is the current health status of the hive?\n","Prediction: robust, workers bustling, drones Result Score: 0.002936174161732197 \t|\t Answer: queen robust\n","Question: is there a queen currently present in the hive?\n","Prediction: bustling, drones Result Score: 0.0029428324196487665 \t|\t Answer: queen robust\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , workers bustling, drones Result Score: 0.0030384932179003954 \t|\t Answer: queen robust\n","\n","Sentence: queen struggling, workers doing their best, few drones, low egg count, with five frames partially filled\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: doing Result Score: 0.003211225150153041 \t|\t Answer: with five frames partially filled\n","Question: what is the status of drones in the hive?\n","Prediction: doing their best, few drones Result Score: 0.003481094492599368 \t|\t Answer: few drones\n","\n","Sentence: queen effective, workers busy, good drone count, high egg numbers, plenty of beeswax and eight honey frames filled\n","Question: what types of bee products have been collected recently?\n","Prediction: beeswax and eight honey Result Score: 0.0027590959798544645 \t|\t Answer: eight honey frames filled\n","Question: what is the status of drones in the hive?\n","Prediction: beeswax and eight honey Result Score: 0.0028612553142011166 \t|\t Answer: good drone count\n","\n","Sentence: queen present, brood large, forage excellent, ten frames heavy with honey\n","Question: what's the egg production like?\n","Prediction: brood large, forage excellent, ten frames heavy with honey Result Score: 0.00553443469107151 \t|\t Answer: brood large\n","Question: what types of bee products have been collected recently?\n","Prediction: brood large, forage excellent, ten frames heavy with honey Result Score: 0.0057883309200406075 \t|\t Answer: ten frames heavy with honey\n","\n","Sentence: queen active, workers bustling, drones numerous, eggs plentiful, and ten honey frames well-stocked\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful, and ten honey frames well-stocked Result Score: 0.004133137874305248 \t|\t Answer: ten honey frames well-stocked\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: plentiful, and ten honey frames well-stocked Result Score: 0.004230022430419922 \t|\t Answer: queen active\n","\n","Sentence: queen declining, workers maintaining, drones few, egg count low, and three honey frames only half full\n","Question: what's the egg production like?\n","Prediction: frames only Result Score: 0.003367372788488865 \t|\t Answer: egg count low\n","Question: is there a queen currently present in the hive?\n","Prediction: frames only Result Score: 0.0032567705493420362 \t|\t Answer: queen declining\n","\n","Sentence: queen laying well, vibrant workers, active drones, many eggs, and ten honey frames topped off\n","Question: what is the egg count of the hive?\n","Prediction: vibrant workers, active drones Result Score: 0.004106391221284866 \t|\t Answer: many eggs\n","Question: what is the status of drones in the hive?\n","Prediction: , vibrant workers, active drones Result Score: 0.004832336213439703 \t|\t Answer: active drones\n","\n","Sentence: queen vibrant, workers industrious, drones adequate, robust egg production, and seven frames filled to the brim with honey\n","Question: what is the current health status of the hive?\n","Prediction: vibrant, workers Result Score: 0.0024267679546028376 \t|\t Answer: queen vibrant\n","Question: what types of bee products have been collected recently?\n","Prediction: vibrant, workers Result Score: 0.002519934205338359 \t|\t Answer: frames\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: vibrant, workers Result Score: 0.002374147530645132 \t|\t Answer: seven frames filled to the brim with honey\n","\n","Sentence: queen present, worker numbers strong, drone population up, eggs plentiful, and seven honey frames along with substantial beeswax\n","Question: is there a queen currently present in the hive?\n","Prediction: plentiful, and seven honey frames along with substantial Result Score: 0.003254229435697198 \t|\t Answer: queen present\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: plentiful, and seven honey frames along with substantial Result Score: 0.003540028352290392 \t|\t Answer: queen present\n","\n","Sentence: queen laying profusely, high worker and drone activity, egg count high, plenty of honey and beeswax across eight frames\n","Question: what is the status of workers in the hive?\n","Prediction: profusely, high worker and drone Result Score: 0.0034974112641066313 \t|\t Answer: beeswax across eight frames\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: profusely, high worker and drone Result Score: 0.0035438151098787785 \t|\t Answer: beeswax across eight frames\n","Question: what is the status of drones in the hive?\n","Prediction: profusely, high worker and drone Result Score: 0.003797097597271204 \t|\t Answer: drone activity\n","\n","Sentence: queen missing, lethargic workers, low drone count, poor egg output, and four frames lacking honey\n","Question: what is the current health status of the hive?\n","Prediction: lethargic workers, low drone count, poor Result Score: 0.004238290246576071 \t|\t Answer: queen missing\n","\n","Sentence: queen not detected, workers disoriented, low drone count, minimal egg laying, and three honey frames underutilized\n","Question: is there a queen currently present in the hive?\n","Prediction: minimal egg laying, and three honey frames underutilized Result Score: 0.0023380012717097998 \t|\t Answer: queen not detected\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: minimal egg laying, and three honey frames underutilized Result Score: 0.0024255639873445034 \t|\t Answer: honey frames\n","\n","Sentence: queen vibrant, numerous worker bees, adequate drones, eggs filling up, and eleven honey frames topped off\n","Question: are there any worker bees currently active in the hive?\n","Prediction: vibrant, numerous worker bees, adequate drones Result Score: 0.003947828430682421 \t|\t Answer: numerous worker bees\n","Question: what is the status of workers in the hive?\n","Prediction: bees, adequate drones Result Score: 0.003700953209772706 \t|\t Answer: numerous worker bees\n","Question: what is the status of the queen in the hive?\n","Prediction: bees, adequate drones Result Score: 0.0036979797296226025 \t|\t Answer: queen vibrant\n","\n","Sentence: queen recently replaced, workers rallying, drones emerging, eggs increasing, beeswax and honey ample on nine frames\n","Question: what types of bee products have been collected recently?\n","Prediction: beeswax and honey ample Result Score: 0.0035241981968283653 \t|\t Answer: honey ample on nine frames\n","\n","Sentence: queen active, abundant workers, healthy drone population, egg production excellent, and seven frames full of honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: active, abundant workers, healthy drone population, egg Result Score: 0.0037734778597950935 \t|\t Answer: seven frames full of honey\n","Question: what's the egg production like?\n","Prediction: active, abundant workers, healthy drone population, egg Result Score: 0.004116700030863285 \t|\t Answer: egg production excellent\n","\n","Sentence: queen weak, slow workers, few drones, limited egg production, and six honey frames partially filled\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: slow workers, few drones Result Score: 0.004167631268501282 \t|\t Answer: queen weak\n","Question: what is the status of workers in the hive?\n","Prediction: slow workers, few drones Result Score: 0.003920596092939377 \t|\t Answer: slow workers\n","\n","Sentence: queen not seen, workers distressed, drone count low, egg production stalling, and only two honey frames filled\n","Question: is there a queen currently present in the hive?\n","Prediction: production stalling, and only Result Score: 0.0027598123997449875 \t|\t Answer: queen not seen\n","Question: what is the status of workers in the hive?\n","Prediction: production stalling Result Score: 0.002888479270040989 \t|\t Answer: workers distressed\n","\n","Sentence: queen weak, slow workers, few drones, limited egg production, and seven honey frames partially filled\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: slow workers, few drones, limited Result Score: 0.0036462233401834965 \t|\t Answer: honey frames\n","\n","Sentence: queen visible and healthy, thriving workers, adequate drones, abundant eggs, and ten frames densely packed with honey\n","Question: are there any worker bees currently active in the hive?\n","Prediction: and healthy, thriving workers, adequate drones Result Score: 0.003427858930081129 \t|\t Answer: thriving workers\n","\n","Sentence: queen newly emerged, workers adjusting, drones building, good egg numbers, and five honey frames capped\n","Question: is there a queen currently present in the hive?\n","Prediction: workers adjusting, drones building Result Score: 0.0037151009310036898 \t|\t Answer: queen new\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: drones building Result Score: 0.0036174615379422903 \t|\t Answer: queen new\n","\n","Sentence: queen efficient, workers busy, good drone population, eggs numerous, and eight honey frames topped up\n","Question: what is the status of workers in the hive?\n","Prediction: efficient, workers busy, good drone population, eggs Result Score: 0.0038350089453160763 \t|\t Answer: workers busy\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: queen efficient, workers busy, good drone population, eggs Result Score: 0.003948331810534 \t|\t Answer: eight honey frames topped up\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: workers busy, good drone population, eggs Result Score: 0.004045509267598391 \t|\t Answer: eight honey frames topped up\n","\n","Sentence: queen absent, low worker morale, minimal drones, few eggs, and five honey frames barely touched\n","Question: what is the current health status of the hive?\n","Prediction: low Result Score: 0.003810516558587551 \t|\t Answer: queen absent\n","Question: what is the status of drones in the hive?\n","Prediction: low worker morale, minimal Result Score: 0.0040178438648581505 \t|\t Answer: minimal drones\n","\n","Sentence: queen aging, steady workers, reduced drones, moderate eggs, with six frames filled with honey\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: steady workers, reduced drones Result Score: 0.004337164107710123 \t|\t Answer: queen aging\n","\n","Sentence: new queen, workers bustling, abundant forage, six full honey frames\n","Question: what is the current health status of the hive?\n","Prediction: bustling, abundant forage, six Result Score: 0.007290468085557222 \t|\t Answer: new queen\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: bustling, abundant forage, six Result Score: 0.007480763830244541 \t|\t Answer: full honey frames\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: bustling, abundant forage, six full honey Result Score: 0.006920116022229195 \t|\t Answer: abundant forage\n","\n","Sentence: queen laying well, high worker activity, rich pollen, eight honey frames capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: laying well, high worker activity, rich pollen Result Score: 0.0074432590045034885 \t|\t Answer: high worker activity\n","Question: is there a queen currently present in the hive?\n","Prediction: laying well, high worker activity, rich pollen Result Score: 0.0066711208783090115 \t|\t Answer: queen laying well\n","\n","Sentence: queen prolific, workers exceed expectations, drone population optimal, egg count high, and honey abundant in ten frames\n","Question: what is the status of drones in the hive?\n","Prediction: prolific, workers exceed expectations, drone Result Score: 0.004515996668487787 \t|\t Answer: drone population optimal\n","Question: what is the current health status of the hive?\n","Prediction: prolific, workers Result Score: 0.00403638044372201 \t|\t Answer: queen prolific\n","\n","Sentence: queen old, steady workers, fair drone numbers, moderate eggs, and nine honey frames well-stocked\n","Question: what is the status of drones in the hive?\n","Prediction: , steady workers, fair drone Result Score: 0.0038766921497881413 \t|\t Answer: fair drone numbers\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , steady workers, fair drone Result Score: 0.0037425938062369823 \t|\t Answer: steady workers\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: , steady workers, fair drone numbers, moderate eggs, and nine Result Score: 0.003558890428394079 \t|\t Answer: nine honey frames well-stocked\n","\n","Sentence: no queen seen, workers disoriented, drones dwindling, eggs few, with only two frames somewhat full\n","Question: what is the status of the queen in the hive?\n","Prediction: dwindling Result Score: 0.0029845612589269876 \t|\t Answer: no queen seen\n","Question: what is the egg count of the hive?\n","Prediction: dwindling Result Score: 0.0032545076683163643 \t|\t Answer: eggs few\n","Question: what is the current health status of the hive?\n","Prediction: dwindling Result Score: 0.0031140039209276438 \t|\t Answer: no queen seen\n","\n","Sentence: queen strong, worker activity high, adequate drones, good egg production, and nine honey frames ready for harvest\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , worker activity Result Score: 0.0035649954807013273 \t|\t Answer: queen strong\n","Question: what types of bee products have been collected recently?\n","Prediction: , worker activity high, adequate drones, good egg production Result Score: 0.0029986840672791004 \t|\t Answer: nine honey frames ready for harvest\n","\n","Sentence: queen not found, minimal worker activity, down drone count, slow egg production, and seven frames needing attention\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: minimal Result Score: 0.003323927288874984 \t|\t Answer: queen not found\n","\n","Sentence: queen active, brood present, forage adequate, four honey frames filled\n","Question: what is the status of the queen in the hive?\n","Prediction: brood present, forage Result Score: 0.0066566551104187965 \t|\t Answer: queen active\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: brood present, forage Result Score: 0.007031892891973257 \t|\t Answer: forage adequate\n","\n","Sentence: queen robust, bustling workers, numerous drones, eggs filling up cells, and eight frames overflowing with honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: robust, bustling workers, numerous drones Result Score: 0.0032745185308158398 \t|\t Answer: eight frames overflowing with honey\n","\n","Sentence: queen in decline, maintaining workers, few drones, low egg count, and five honey frames half full\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: maintaining workers, few drones Result Score: 0.0029876590706408024 \t|\t Answer: five honey frames half full\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: low Result Score: 0.002811197889968753 \t|\t Answer: five honey frames half full\n","\n","Sentence: queen absent, disorganized workers, scarce drones, few eggs laid, and seven honey frames poorly stocked\n","Question: what's the egg production like?\n","Prediction: disorganized workers, scarce drones Result Score: 0.003196683246642351 \t|\t Answer: few eggs\n","Question: what is the status of drones in the hive?\n","Prediction: disorganized workers, scarce drones Result Score: 0.0037969460245221853 \t|\t Answer: scarce drones\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: disorganized workers, scarce drones Result Score: 0.0034066883381456137 \t|\t Answer: seven honey frames poorly stocked\n","\n","Sentence: queen absent, unmotivated workers, sparse drones, few eggs found, and four frames barely capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: unmotivated workers, sparse drones Result Score: 0.004124644212424755 \t|\t Answer: unmotivated workers\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: unmotivated workers, sparse drones Result Score: 0.0042565264739096165 \t|\t Answer: four frames barely capped\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: unmotivated workers, sparse drones Result Score: 0.004310839809477329 \t|\t Answer: four frames barely capped\n","\n","Sentence: queen not found, workers disorganized, few drones, eggs scarce, and only three honey frames filled\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: disorganized, few drones Result Score: 0.003412598976865411 \t|\t Answer: only three honey frames filled\n","\n","Sentence: queen absent, unmotivated workers, sparse drones, few eggs found, and eight frames barely capped\n","Question: is there a queen currently present in the hive?\n","Prediction: unmotivated workers, sparse drones Result Score: 0.004194318316876888 \t|\t Answer: queen absent\n","Question: what is the status of workers in the hive?\n","Prediction: unmotivated workers, sparse drones Result Score: 0.004223037976771593 \t|\t Answer: unmotivated workers\n","\n","Sentence: queen ailing, worker numbers dwindling, few drones, reduced egg laying, and four honey frames barely capped\n","Question: what is the egg count of the hive?\n","Prediction: dwindling Result Score: 0.0034651830792427063 \t|\t Answer: reduced egg laying\n","\n","Sentence: newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with six frames nearing capacity\n","Question: what is the status of drones in the hive?\n","Prediction: mated queen, adjusting workers, increasing drone Result Score: 0.003958383109420538 \t|\t Answer: increasing drone activity\n","Question: are there any worker bees currently active in the hive?\n","Prediction: mated queen, adjusting workers, increasing drone activity Result Score: 0.003992139361798763 \t|\t Answer: adjusting workers\n","Question: what is the egg count of the hive?\n","Prediction: mated queen, adjusting workers, increasing drone activity Result Score: 0.003691640682518482 \t|\t Answer: beginning egg population\n","\n","Sentence: queen newly mated, worker bees thriving, drones visible, egg count up, and nine honey frames nearing completion\n","Question: are there any worker bees currently active in the hive?\n","Prediction: bees thriving, drones Result Score: 0.003574431873857975 \t|\t Answer: worker bees thriving\n","Question: what is the egg count of the hive?\n","Prediction: bees thriving, drones Result Score: 0.0032768333330750465 \t|\t Answer: egg count up\n","Question: what types of bee products have been collected recently?\n","Prediction: bees thriving, drones Result Score: 0.003311670385301113 \t|\t Answer: nine honey frames nearing completion\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: bees thriving, drones Result Score: 0.003088451689109206 \t|\t Answer: queen newly mated\n","\n","Sentence: queen laying efficiently, active workers, healthy drones, plentiful eggs, and seven honey frames well-stocked\n","Question: what is the status of workers in the hive?\n","Prediction: plentiful Result Score: 0.00382065842859447 \t|\t Answer: active workers\n","\n","Sentence: queen in decline, workers maintaining, few drones, low eggs, and six honey frames half full\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: maintaining, few drones, low eggs, and six Result Score: 0.003742367494851351 \t|\t Answer: six honey frames half full\n","\n","Sentence: queen present, workers efficiently foraging, drones active, eggs numerous, and eight honey frames fully utilized\n","Question: what is the status of workers in the hive?\n","Prediction: workers efficiently foraging, drones Result Score: 0.0035499504301697016 \t|\t Answer: workers efficiently foraging\n","Question: what types of forage bees have been foraging?\n","Prediction: foraging, drones Result Score: 0.0036714437883347273 \t|\t Answer: workers efficiently foraging\n","Question: what is the status of drones in the hive?\n","Prediction: efficiently foraging, drones Result Score: 0.0038038650527596474 \t|\t Answer: drones active\n","\n","Sentence: queen excellent, workers hard at work, drone presence good, egg count excellent, and eight honey frames full\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: at work, drone Result Score: 0.003419992746785283 \t|\t Answer: queen excellent\n","Question: what types of bee products have been collected recently?\n","Prediction: at work Result Score: 0.0033988298382610083 \t|\t Answer: eight honey frames full\n","\n","Sentence: queen aging, workers steady, limited drones, moderate egg production, and six honey frames nearing capacity\n","Question: what is the egg count of the hive?\n","Prediction: moderate egg production, and six Result Score: 0.0031245967838913202 \t|\t Answer: moderate egg production\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: moderate egg production, and six Result Score: 0.0033224630169570446 \t|\t Answer: six honey frames nearing capacity\n","Question: what types of bee products have been collected recently?\n","Prediction: moderate egg production Result Score: 0.00325223826803267 \t|\t Answer: six honey frames nearing capacity\n","\n","Sentence: queen aging, workers steady, limited drones, moderate egg production, and seven honey frames nearly complete\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: moderate egg production Result Score: 0.003474332159385085 \t|\t Answer: seven honey frames nearly complete\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: moderate egg production Result Score: 0.0035100739914923906 \t|\t Answer: seven honey frames nearly complete\n","\n","Sentence: queen weak, workers slow, few drones, eggs limited, and only six honey frames partly filled\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , workers slow, few drones Result Score: 0.004068336449563503 \t|\t Answer: workers slow\n","Question: what is the current health status of the hive?\n","Prediction: , workers slow, few drones Result Score: 0.0038008568808436394 \t|\t Answer: queen weak\n","\n","Sentence: queen newly installed, workers adapting, drone count improving, good egg production, and eight frames nearing capacity\n","Question: what is the current health status of the hive?\n","Prediction: production Result Score: 0.0029836418107151985 \t|\t Answer: queen newly installed\n","Question: are there any worker bees currently active in the hive?\n","Prediction: installed, workers adapting Result Score: 0.0028536133468151093 \t|\t Answer: workers adapting\n","\n","Sentence: queen healthy, workers efficient, drones adequate, many eggs laid, high honey yield, and beeswax on nine frames\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , workers efficient, drones Result Score: 0.0024884880986064672 \t|\t Answer: queen healthy\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: , workers efficient, drones adequate, many eggs Result Score: 0.0024117627181112766 \t|\t Answer: beeswax on nine frames\n","\n","Sentence: queen productive, brood excellent, forage rich, six honey frames sealed\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: brood excellent, forage rich, six Result Score: 0.00671185739338398 \t|\t Answer: honey frames sealed\n","Question: is there a queen currently present in the hive?\n","Prediction: brood excellent, forage rich, six Result Score: 0.006554172839969397 \t|\t Answer: queen productive\n","\n","Sentence: queen healthy, efficient workers, numerous drones, prolific eggs, and ten frames fully stocked with honey\n","Question: what types of bee products have been collected recently?\n","Prediction: , efficient workers, numerous drones, prolific eggs Result Score: 0.004567426163703203 \t|\t Answer: ten frames fully stocked with honey\n","\n","Sentence: queen vibrant, workers active, drones plenty, eggs well-laid, and eight honey frames capped\n","Question: what is the status of workers in the hive?\n","Prediction: vibrant, workers active, drones plenty, eggs Result Score: 0.003953555598855019 \t|\t Answer: workers active\n","Question: what is the status of drones in the hive?\n","Prediction: vibrant, workers active, drones Result Score: 0.004380787257105112 \t|\t Answer: drones plenty\n","\n","Sentence: queen laying well, vibrant workers, active drones, numerous eggs, and nine honey frames topped\n","Question: is there a queen currently present in the hive?\n","Prediction: , vibrant workers, active drones Result Score: 0.00474032387137413 \t|\t Answer: queen laying well\n","Question: what types of bee products have been collected recently?\n","Prediction: , numerous eggs Result Score: 0.0041138604283332825 \t|\t Answer: nine honey frames topped\n","\n","Sentence: queen productive, busy workers, ample drones, high egg count, and ten frames brimming with honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: , busy workers, ample drones Result Score: 0.0032703650649636984 \t|\t Answer: ten frames brimming with honey\n","Question: is there a queen currently present in the hive?\n","Prediction: , busy workers, ample drones Result Score: 0.003453501034528017 \t|\t Answer: queen productive\n","\n","Sentence: queen is vibrant, strong scent of propolis, workers bringing in ample nectar, egg count satisfactory, with all honey frames in active production\n","Question: what is the status of the queen in the hive?\n","Prediction: , strong scent of propolis, workers Result Score: 0.0019444278441369534 \t|\t Answer: queen is vibrant\n","Question: what is the current health status of the hive?\n","Prediction: , strong scent of propolis, workers Result Score: 0.0019803782925009727 \t|\t Answer: queen is vibrant\n","Question: what is the egg count of the hive?\n","Prediction: propolis, workers bringing in ample nectar, egg Result Score: 0.002021924126893282 \t|\t Answer: egg count satisfactory\n","\n","Sentence: queen absent, low worker morale, scarce drones, minimal eggs, and two honey frames barely touched\n","Question: what is the egg count of the hive?\n","Prediction: low worker morale, scarce Result Score: 0.0037372393999248743 \t|\t Answer: minimal eggs\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: low worker morale, scarce drones Result Score: 0.004060030449181795 \t|\t Answer: queen absent\n","\n","Sentence: queen laying, brood vibrant, forage successful, six frames with honey\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: , forage successful, six frames with honey Result Score: 0.006747477687895298 \t|\t Answer: forage successful\n","Question: is there a queen currently present in the hive?\n","Prediction: , forage successful, six frames with honey Result Score: 0.006374642718583345 \t|\t Answer: queen laying\n","\n","Sentence: queen strong, workers active, ample drones, plentiful eggs, and ten honey frames brimming\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful Result Score: 0.004804030526429415 \t|\t Answer: ten honey frames brimming\n","\n","Sentence: queen robust, bustling workers, numerous drones, eggs filling up cells, and seven frames brimming with honey\n","Question: what's the egg production like?\n","Prediction: robust, bustling workers, numerous drones Result Score: 0.003325571771711111 \t|\t Answer: eggs filling up cells\n","Question: what is the status of drones in the hive?\n","Prediction: bustling workers, numerous drones Result Score: 0.003782508196309209 \t|\t Answer: numerous drones\n","Question: are there any worker bees currently active in the hive?\n","Prediction: bustling workers, numerous drones Result Score: 0.0035878580529242754 \t|\t Answer: bustling workers\n","\n","Sentence: new queen, workers adapting, increasing drone presence, good egg numbers, and seven honey frames capped\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: honey Result Score: 0.003315315116196871 \t|\t Answer: honey frames capped\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: workers adapting Result Score: 0.003351282561197877 \t|\t Answer: new queen\n","\n","Sentence: queen laying eggs, brood area growing, plentiful forage, five frames of honey\n","Question: what types of forage bees have been foraging?\n","Prediction: plentiful Result Score: 0.005399852525442839 \t|\t Answer: plentiful forage\n","Question: what is the status of the queen in the hive?\n","Prediction: plentiful Result Score: 0.005859297700226307 \t|\t Answer: queen laying\n","\n","Sentence: queen strong, brood expanding, rich pollen sources, nine frames capped\n","Question: what is the current health status of the hive?\n","Prediction: brood expanding, rich pollen Result Score: 0.008187997154891491 \t|\t Answer: queen strong\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , brood expanding, rich pollen Result Score: 0.0077788266353309155 \t|\t Answer: queen strong\n","Question: what is the egg count of the hive?\n","Prediction: brood expanding, rich pollen Result Score: 0.008022080175578594 \t|\t Answer: brood exp\n","\n","Sentence: queen excellent, performing well workers, plentiful drones, well-laid eggs, and all eleven honey frames capped and ready\n","Question: what types of bee products have been collected recently?\n","Prediction: plentiful drones, well-laid eggs Result Score: 0.0027417531237006187 \t|\t Answer: all eleven honey frames capped\n","Question: what is the status of drones in the hive?\n","Prediction: plentiful drones Result Score: 0.002847815165296197 \t|\t Answer: plentiful drones\n","Question: what is the current health status of the hive?\n","Prediction: plentiful Result Score: 0.0028145962860435247 \t|\t Answer: queen excellent\n","Question: what's the egg production like?\n","Prediction: plentiful drones, well-laid eggs Result Score: 0.002567758783698082 \t|\t Answer: well-laid eggs\n","\n","Sentence: queen not visible, workers distressed, drone count low, minimal egg laying, and three honey frames empty\n","Question: what is the egg count of the hive?\n","Prediction: minimal Result Score: 0.0038138963282108307 \t|\t Answer: minimal egg laying\n","\n","Sentence: new queen, workers active, enough drones, satisfactory egg count, honey and propolis gathered on six frames\n","Question: what is the current health status of the hive?\n","Prediction: propolis gathered on six Result Score: 0.0032517241779714823 \t|\t Answer: new queen\n","\n","Sentence: no queen, worker count low, drones absent, eggs missing, limited beeswax, and only two honey frames filled\n","Question: what's the egg production like?\n","Prediction: beeswax, and only Result Score: 0.0029267165809869766 \t|\t Answer: eggs missing\n","Question: what is the status of drones in the hive?\n","Prediction: beeswax, and only Result Score: 0.0028576571494340897 \t|\t Answer: drones absent\n","\n","Sentence: queen robust, bustling workers, numerous drones, eggs filling up cells, and seven frames overflowing with honey\n","Question: what is the status of drones in the hive?\n","Prediction: bustling workers, numerous drones Result Score: 0.00372130679897964 \t|\t Answer: numerous drones\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: robust, bustling workers, numerous drones Result Score: 0.0030774546321481466 \t|\t Answer: frames\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , bustling workers, numerous drones Result Score: 0.0034786451142281294 \t|\t Answer: bustling workers\n","\n","Sentence: queen struggling, workers doing their best, few drones, low egg count, with seven frames partially filled\n","Question: what's the egg production like?\n","Prediction: doing their best, few drones Result Score: 0.0032039545476436615 \t|\t Answer: low egg count\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: doing Result Score: 0.003248678520321846 \t|\t Answer: with seven frames partially filled\n","\n","Sentence: queen aging, steady brood, moderate forage, six honey frames processed\n","Question: what is the egg count of the hive?\n","Prediction: steady brood, moderate forage, six Result Score: 0.006186208687722683 \t|\t Answer: steady brood\n","\n","Sentence: queen is laying well, the worker population is high, honey and beeswax levels are sufficient, and there is steady nectar collection with seven honey frames completed\n","Question: are there any worker bees currently active in the hive?\n","Prediction: beeswax levels are sufficient, and there is steady nectar collection Result Score: 0.002243200084194541 \t|\t Answer: beeswax levels are sufficient\n","Question: what is the current health status of the hive?\n","Prediction: beeswax levels are sufficient, and there is steady nectar collection Result Score: 0.0020849150605499744 \t|\t Answer: queen is laying well\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: beeswax levels are sufficient, and there is steady nectar collection Result Score: 0.0021163029596209526 \t|\t Answer: honey frames completed\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: beeswax levels are sufficient, and there is steady nectar collection Result Score: 0.002320409519597888 \t|\t Answer: queen is laying well\n","\n","Sentence: queen vibrant, workers and drones at peak numbers, eggs abundant, and seven honey frames well-stocked\n","Question: what is the status of drones in the hive?\n","Prediction: -stocked Result Score: 0.003443734021857381 \t|\t Answer: drones at peak numbers\n","Question: what is the status of the queen in the hive?\n","Prediction: -stocked Result Score: 0.003461046377196908 \t|\t Answer: queen vibrant\n","\n","Sentence: queen healthy, workers hardworking, drones ample, eggs prolific, with eight frames perfectly capped\n","Question: what is the current health status of the hive?\n","Prediction: hardworking, drones Result Score: 0.0044244807213544846 \t|\t Answer: queen healthy\n","Question: what is the egg count of the hive?\n","Prediction: hardworking, drones ample, eggs Result Score: 0.004588325973600149 \t|\t Answer: eggs prolific\n","Question: what is the status of workers in the hive?\n","Prediction: hardworking, drones Result Score: 0.004520953632891178 \t|\t Answer: workers hardworking\n","\n","Sentence: queen spotted, brood healthy, good forage, seven honey frames filled\n","Question: what is the status of the queen in the hive?\n","Prediction: brood healthy, good forage Result Score: 0.006823677569627762 \t|\t Answer: queen spotted\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: brood healthy, good forage Result Score: 0.006644861772656441 \t|\t Answer: seven honey frames filled\n","Question: is there a queen currently present in the hive?\n","Prediction: brood healthy, good forage Result Score: 0.006850513629615307 \t|\t Answer: queen spotted\n","\n","Sentence: no queen seen, brood declining, forage poor, two honey frames half-filled\n","Question: what's the egg production like?\n","Prediction: brood declining, forage poor Result Score: 0.004831039812415838 \t|\t Answer: brood declining\n","Question: what types of bee products have been collected recently?\n","Prediction: brood declining, forage poor Result Score: 0.005094563588500023 \t|\t Answer: honey frames half-filled\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: brood declining, forage poor Result Score: 0.0047496915794909 \t|\t Answer: honey frames half-filled\n","\n","Sentence: queen active, workers and drones constant, eggs abound, seven frames heavy with honey and beeswax\n","Question: what is the status of drones in the hive?\n","Prediction: , workers and drones Result Score: 0.0035375969018787146 \t|\t Answer: drones constant\n","\n","Sentence: queen efficient, workers busy, good drone activity, plentiful eggs, and eight frames ready\n","Question: what is the egg count of the hive?\n","Prediction: plentiful Result Score: 0.005962522234767675 \t|\t Answer: plentiful eggs\n","\n","Sentence: queen robust, strong worker activity, numerous drones, eggs abound, and honey frames heavily laden\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: , strong worker activity, numerous drones Result Score: 0.003787281224504113 \t|\t Answer: honey frames heavily laden\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , strong worker activity, numerous drones Result Score: 0.004338663071393967 \t|\t Answer: strong worker activity\n","\n","Sentence: aging queen, stable worker population, fewer drones, moderate eggs, beeswax and seven frames of honey noted\n","Question: are there any worker bees currently active in the hive?\n","Prediction: beeswax and seven frames of honey Result Score: 0.0037642333190888166 \t|\t Answer: beeswax\n","\n","Sentence: queen laying steadily, workers foraging well, drones healthy, egg layers active, abundant honey, and seven frames capped\n","Question: what types of bee products have been collected recently?\n","Prediction: laying steadily, workers foraging well, drones Result Score: 0.0026403774973005056 \t|\t Answer: abundant honey\n","Question: are there any worker bees currently active in the hive?\n","Prediction: foraging well, drones Result Score: 0.0029999916441738605 \t|\t Answer: workers foraging well\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: foraging well, drones Result Score: 0.003376233158633113 \t|\t Answer: workers foraging well\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: foraging well, drones Result Score: 0.002930388553068042 \t|\t Answer: seven frames capped\n","\n","Sentence: queen missing, lethargic workers, disappearing drones, scarce eggs, and only seven frames showing some honey\n","Question: what's the egg production like?\n","Prediction: lethargic workers, disappearing drones, scarce Result Score: 0.003959122113883495 \t|\t Answer: scarce eggs\n","\n","Sentence: queen present, workers active, high drone count, eggs numerous, and eight honey frames topped up\n","Question: is there a queen currently present in the hive?\n","Prediction: workers active, high drone count, eggs Result Score: 0.0038396967574954033 \t|\t Answer: queen present\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , high drone Result Score: 0.004059871658682823 \t|\t Answer: workers active\n","\n","Sentence: queen missing, brood sparse, pollen scarce, two honey frames half-full\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , pollen Result Score: 0.005648924969136715 \t|\t Answer: queen missing\n","Question: what types of forage bees have been foraging?\n","Prediction: brood sparse, pollen Result Score: 0.00590916583314538 \t|\t Answer: pollen scarce\n","Question: what is the egg count of the hive?\n","Prediction: brood sparse, pollen Result Score: 0.005260023754090071 \t|\t Answer: brood sparse\n","\n","Sentence: queen vibrant, active workers, plenty of drones, well-laid eggs, and eight honey frames capped\n","Question: what is the current health status of the hive?\n","Prediction: , active workers, plenty of drones Result Score: 0.003947472665458918 \t|\t Answer: queen vibrant\n","Question: what's the egg production like?\n","Prediction: vibrant, active workers, plenty of drones Result Score: 0.0037761342246085405 \t|\t Answer: well-laid eggs\n","Question: what is the status of drones in the hive?\n","Prediction: vibrant, active workers, plenty of drones Result Score: 0.004375440999865532 \t|\t Answer: plenty of drones\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: -laid eggs Result Score: 0.004304589703679085 \t|\t Answer: queen vibrant\n","\n","Sentence: queen seen, workers efficient, drones sufficient, eggs well-laid, and six honey frames fully capped\n","Question: what types of bee products have been collected recently?\n","Prediction: -laid, and six Result Score: 0.003780307713896036 \t|\t Answer: six honey frames fully capped\n","Question: what's the egg production like?\n","Prediction: -laid, and six Result Score: 0.0036109646316617727 \t|\t Answer: eggs well-laid\n","\n","Sentence: no queen detected, brood suffering, poor forage, three honey frames used\n","Question: what is the current health status of the hive?\n","Prediction: brood suffering, poor Result Score: 0.0066617210395634174 \t|\t Answer: no queen detected\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: brood suffering Result Score: 0.005718572996556759 \t|\t Answer: no queen detected\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: brood suffering, poor Result Score: 0.0059859659522771835 \t|\t Answer: three honey frames used\n","\n","Sentence: queen recently seen, active worker bees, steady drone population, plentiful eggs, with nine honey frames nearly ready\n","Question: what is the status of the queen in the hive?\n","Prediction: plentiful Result Score: 0.003187177935615182 \t|\t Answer: queen recently seen\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: plentiful Result Score: 0.0030832227785140276 \t|\t Answer: queen recently seen\n","Question: what types of bee products have been collected recently?\n","Prediction: plentiful Result Score: 0.0032190405763685703 \t|\t Answer: with nine honey frames nearly ready\n","Question: what is the egg count of the hive?\n","Prediction: plentiful Result Score: 0.0033955241087824106 \t|\t Answer: plentiful eggs\n","\n","Sentence: queen efficient, busy workers, good drone activity, plentiful eggs, and eight frames ready for harvest\n","Question: what is the current health status of the hive?\n","Prediction: plentiful Result Score: 0.004987754859030247 \t|\t Answer: queen efficient\n","Question: what is the status of drones in the hive?\n","Prediction: plentiful Result Score: 0.004951417911797762 \t|\t Answer: good drone activity\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful Result Score: 0.005005742888897657 \t|\t Answer: eight frames ready for harvest\n","\n","Sentence: queen vibrant, workers actively foraging, drone presence high, eggs plentiful, with ten honey frames well-stocked\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful, with ten honey frames well-stocked Result Score: 0.0033647280652076006 \t|\t Answer: with ten honey frames well-stocked\n","\n","Sentence: queen is healthy, drone population is normal, abundant forage activity noted, a high volume of eggs present, and five honey frames ready for harvest\n","Question: what is the status of drones in the hive?\n","Prediction: , drone Result Score: 0.0021380430553108454 \t|\t Answer: drone population is normal\n","Question: what's the egg production like?\n","Prediction: forage activity noted, a high volume of eggs Result Score: 0.0017724932404235005 \t|\t Answer: high volume of eggs present\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: , drone Result Score: 0.0020120611879974604 \t|\t Answer: abundant forage activity noted\n","\n","Sentence: queen vibrant, numerous worker bees, adequate drones, eggs filling up, and eleven honey frames topped off\n","Question: what types of bee products have been collected recently?\n","Prediction: bees, adequate drones Result Score: 0.0035455976612865925 \t|\t Answer: eleven honey frames topped off\n","Question: what is the status of drones in the hive?\n","Prediction: vibrant, numerous worker bees, adequate drones Result Score: 0.004033373668789864 \t|\t Answer: adequate drones\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: vibrant, numerous worker bees, adequate drones Result Score: 0.0034216796047985554 \t|\t Answer: eleven honey frames topped off\n","Question: what's the egg production like?\n","Prediction: vibrant, numerous worker bees, adequate drones Result Score: 0.0035339638125151396 \t|\t Answer: eggs filling up\n","\n","Sentence: no queen seen, disoriented worker bees, dwindling drones, few eggs, with only six frames somewhat full\n","Question: what is the egg count of the hive?\n","Prediction: dwindling Result Score: 0.002950029680505395 \t|\t Answer: few eggs\n","\n","Sentence: queen spotted, brood expanding, good pollen collection, seven honey frames sealed\n","Question: what types of bee products have been collected recently?\n","Prediction: brood expanding, good pollen collection Result Score: 0.008288521319627762 \t|\t Answer: honey frames\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: brood expanding, good pollen collection Result Score: 0.007348600775003433 \t|\t Answer: queen spotted\n","\n","Sentence: queen present, worker bee surge, ample drones, egg numbers peak, copious honey, but low beeswax on seven frames\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: low Result Score: 0.002513900166377425 \t|\t Answer: but low beeswax on seven frames\n","Question: is there a queen currently present in the hive?\n","Prediction: low Result Score: 0.0022249468602240086 \t|\t Answer: queen present\n","\n","Sentence: queen visible, active workers, good drone population, numerous eggs, and eight honey frames filled\n","Question: what's the egg production like?\n","Prediction: , active workers, good drone population, numerous eggs Result Score: 0.004391747061163187 \t|\t Answer: numerous eggs\n","Question: what is the status of the queen in the hive?\n","Prediction: active workers, good drone population, numerous eggs Result Score: 0.004438190720975399 \t|\t Answer: queen visible\n","\n","Sentence: queen healthy, hardworking workers, plentiful drones, prolific eggs, with nine frames perfectly capped\n","Question: what's the egg production like?\n","Prediction: plentiful Result Score: 0.004556113854050636 \t|\t Answer: prolific eggs\n","Question: what is the status of the queen in the hive?\n","Prediction: plentiful Result Score: 0.00459331227466464 \t|\t Answer: queen healthy\n","Question: are there any worker bees currently active in the hive?\n","Prediction: plentiful Result Score: 0.004668847657740116 \t|\t Answer: hardworking workers\n","\n","Sentence: queen vibrant, workers busy, healthy drones, eggs abundant, and eleven frames heavy with honey\n","Question: what is the status of the queen in the hive?\n","Prediction: healthy drones, eggs Result Score: 0.004233142361044884 \t|\t Answer: queen vibrant\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , workers busy, healthy drones Result Score: 0.004272411577403545 \t|\t Answer: queen vibrant\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: vibrant, workers busy, healthy drones, eggs Result Score: 0.004249221179634333 \t|\t Answer: eleven frames heavy with honey\n","\n","Sentence: queen in decline, managing workers, few drones, dwindling eggs, with five frames only half full\n","Question: what is the egg count of the hive?\n","Prediction: dwindling Result Score: 0.004032089374959469 \t|\t Answer: dwindling eggs\n","\n","Sentence: newly mated queen, adjusting workers, increasing drone activity, beginning egg population, with five frames nearing capacity\n","Question: what is the status of the queen in the hive?\n","Prediction: mated queen, adjusting workers, increasing drone activity Result Score: 0.0037197901401668787 \t|\t Answer: newly mated queen\n","\n","Sentence: queen excellent, performing well workers, plentiful drones, well-laid eggs, and all seven honey frames capped and ready\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: plentiful drones, well-laid eggs, and all seven Result Score: 0.0029282744508236647 \t|\t Answer: all seven honey frames capped\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful drones, well-laid eggs, and all seven Result Score: 0.002931454684585333 \t|\t Answer: all seven honey frames capped\n","Question: what's the egg production like?\n","Prediction: plentiful drones, well-laid eggs Result Score: 0.002560606924816966 \t|\t Answer: well-laid eggs\n","\n","Sentence: queen spotted, workers present, drone numbers fair, eggs well-laid, good beeswax production, and five honey frames ready\n","Question: what is the egg count of the hive?\n","Prediction: beeswax production, and five honey frames ready Result Score: 0.002815192099660635 \t|\t Answer: eggs well-laid\n","Question: what's the egg production like?\n","Prediction: beeswax production Result Score: 0.00290752574801445 \t|\t Answer: eggs well-laid\n","Question: is there a queen currently present in the hive?\n","Prediction: beeswax production, and five honey frames ready Result Score: 0.0027181559707969427 \t|\t Answer: queen spotted\n","\n","Sentence: queen declining, maintaining workers, few drones, low egg count, and three honey frames only half full\n","Question: are there any worker bees currently active in the hive?\n","Prediction: declining, maintaining workers, few drones Result Score: 0.0031386360060423613 \t|\t Answer: maintaining workers\n","Question: what is the status of drones in the hive?\n","Prediction: maintaining workers, few drones Result Score: 0.0032801697961986065 \t|\t Answer: few drones\n","\n","Sentence: queen vibrant, busy workers, healthy drones, eggs abundant, and nine frames heavily laden with honey\n","Question: what is the status of workers in the hive?\n","Prediction: vibrant, busy workers, healthy drones Result Score: 0.0037918088492006063 \t|\t Answer: busy workers\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: vibrant, busy workers, healthy drones, eggs Result Score: 0.003919348120689392 \t|\t Answer: nine frames heavily laden with honey\n","\n","Sentence: queen absent, worker morale low, drones scarce, minimal eggs, and two honey frames barely touched\n","Question: is there a queen currently present in the hive?\n","Prediction: low, drones scarce Result Score: 0.004050079267472029 \t|\t Answer: queen absent\n","Question: what is the egg count of the hive?\n","Prediction: low, drones scarce, minimal Result Score: 0.004341681022197008 \t|\t Answer: minimal eggs\n","\n","Sentence: queen absent, disorganized workers, minimal drones, scarce eggs, and three honey frames underdeveloped\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: disorganized workers, minimal drones, scarce eggs, and three honey frames underdeveloped Result Score: 0.00331810861825943 \t|\t Answer: three honey frames underdeveloped\n","\n","Sentence: queen healthy, workers hardworking, drones ample, eggs prolific, with eight honey frames perfectly capped\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: hardworking, drones ample, eggs Result Score: 0.003992549143731594 \t|\t Answer: with eight honey frames perfectly capped\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: hardworking, drones ample, eggs Result Score: 0.00405039032921195 \t|\t Answer: with eight honey frames perfectly capped\n","\n","Sentence: queen laying well, workers vibrant, drones healthy, eggs copious, and seven frames densely packed with honey\n","Question: what is the status of the queen in the hive?\n","Prediction: laying well, workers vibrant, drones Result Score: 0.0030602177139371634 \t|\t Answer: queen laying well\n","\n","Sentence: queen active, brood stable, forage good, five honey frames sealed\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , brood stable, forage good, five honey frames sealed Result Score: 0.005664230789989233 \t|\t Answer: queen active\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: , brood stable, forage Result Score: 0.0060023474507033825 \t|\t Answer: five honey frames sealed\n","Question: what's the egg production like?\n","Prediction: forage good, five honey Result Score: 0.005794822704046965 \t|\t Answer: brood stable\n","\n","Sentence: queen robust, worker activity high, drone numbers strong, eggs well laid, and ten frames loaded with honey\n","Question: what is the egg count of the hive?\n","Prediction: , worker activity high, drone numbers strong, eggs Result Score: 0.003552635433152318 \t|\t Answer: eggs well laid\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , worker activity Result Score: 0.003898971015587449 \t|\t Answer: queen robust\n","Question: what is the status of workers in the hive?\n","Prediction: robust, worker activity high, drone Result Score: 0.0036268988624215126 \t|\t Answer: worker activity high\n","Question: are there any worker bees currently active in the hive?\n","Prediction: robust, worker activity high, drone Result Score: 0.003871667431667447 \t|\t Answer: worker activity high\n","\n","Sentence: queen absent, low worker morale, minimal drones, few eggs, and three honey frames barely used\n","Question: are there any worker bees currently active in the hive?\n","Prediction: low worker morale, minimal Result Score: 0.003746800124645233 \t|\t Answer: low worker morale\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: low Result Score: 0.0035908804275095463 \t|\t Answer: three honey frames barely used\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: low Result Score: 0.0038507659919559956 \t|\t Answer: three honey frames barely used\n","\n","Sentence: no queen seen, disoriented worker bees, dwindling drones, few eggs, and only four frames somewhat full\n","Question: what is the egg count of the hive?\n","Prediction: dwindling Result Score: 0.0030749107245355844 \t|\t Answer: few eggs\n","\n","Sentence: queen missing, lethargic workers, reduced drone count, poor egg output, and six frames lacking honey\n","Question: what is the egg count of the hive?\n","Prediction: lethargic workers, reduced drone count, poor egg output Result Score: 0.004202206153422594 \t|\t Answer: poor egg output\n","\n","Sentence: queen not visible, workers distressed, drone count low, egg production halted, and only two honey frames filled\n","Question: what is the status of workers in the hive?\n","Prediction: production Result Score: 0.0029114303179085255 \t|\t Answer: workers distressed\n","\n","Sentence: queen visible and healthy, thriving workers, sufficient drones, abundant eggs, and ten frames densely packed with honey\n","Question: what is the status of the queen in the hive?\n","Prediction: and healthy, thriving workers, sufficient drones Result Score: 0.0033827885054051876 \t|\t Answer: queen visible\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: healthy, thriving workers, sufficient drones Result Score: 0.003534637624397874 \t|\t Answer: ten frames densely packed with honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: and healthy, thriving workers, sufficient drones Result Score: 0.0032756829168647528 \t|\t Answer: ten frames densely packed with honey\n","\n","Sentence: queen healthy, workers bustling, ample drones, good egg production, and ten frames well-stocked with honey\n","Question: is there a queen currently present in the hive?\n","Prediction: -stocked Result Score: 0.002864119363948703 \t|\t Answer: queen healthy\n","Question: what is the status of drones in the hive?\n","Prediction: bustling, ample drones Result Score: 0.0029009694699198008 \t|\t Answer: ample drones\n","Question: what is the egg count of the hive?\n","Prediction: bustling, ample drones, good egg Result Score: 0.0027034280356019735 \t|\t Answer: good egg production\n","Question: what's the egg production like?\n","Prediction: bustling, ample drones, good egg Result Score: 0.002770582679659128 \t|\t Answer: good egg production\n","\n","Sentence: queen weak, workers slow, drones few, limited egg production, and six honey frames partially filled\n","Question: what is the egg count of the hive?\n","Prediction: , workers slow, drones Result Score: 0.0033658561296761036 \t|\t Answer: limited egg production\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , workers slow, drones Result Score: 0.003904412966221571 \t|\t Answer: workers slow\n","\n","Sentence: queen visible, workers energetic, good drone population, plenty of eggs, and nine frames filled with honey\n","Question: is there a queen currently present in the hive?\n","Prediction: workers energetic, good drone population, plenty of eggs Result Score: 0.003982632886618376 \t|\t Answer: queen visible\n","Question: are there any worker bees currently active in the hive?\n","Prediction: , good drone Result Score: 0.004068103153258562 \t|\t Answer: workers energetic\n","\n","Sentence: queen robust, strong worker activity, drones numerous, eggs abound, and honey frames heavily laden\n","Question: is there a queen currently present in the hive?\n","Prediction: strong worker activity, drones Result Score: 0.0038253702223300934 \t|\t Answer: queen robust\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: robust, strong worker activity, drones Result Score: 0.003782547079026699 \t|\t Answer: honey frames heavily laden\n","Question: what is the current health status of the hive?\n","Prediction: strong worker activity, drones Result Score: 0.003881323616951704 \t|\t Answer: queen robust\n","\n","Sentence: queen vibrant, workers active, drones plenty, eggs well-laid, and seven honey frames fully capped\n","Question: what is the current health status of the hive?\n","Prediction: vibrant, workers active, drones plenty, eggs Result Score: 0.0035148600582033396 \t|\t Answer: queen vibrant\n","Question: what is the status of workers in the hive?\n","Prediction: vibrant, workers active, drones plenty, eggs Result Score: 0.003459690837189555 \t|\t Answer: workers active\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: vibrant, workers active, drones plenty, eggs Result Score: 0.0033844616264104843 \t|\t Answer: honey frames\n","\n","Sentence: queen absent, workers doing minimal foraging, drones scarce, eggs sparse, and three honey frames slowly filling\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: minimal foraging, drones scarce Result Score: 0.0033613720443099737 \t|\t Answer: three honey frames slowly filling\n","\n","Sentence: queen in decline, workers maintaining, few drones, low egg count, and six honey frames half full\n","Question: what is the status of workers in the hive?\n","Prediction: maintaining, few drones Result Score: 0.003262366633862257 \t|\t Answer: workers maintaining\n","Question: what is the egg count of the hive?\n","Prediction: low egg count, and six Result Score: 0.0031559765338897705 \t|\t Answer: low egg count\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: maintaining, few drones Result Score: 0.0032120405230671167 \t|\t Answer: queen in decline\n","\n","Sentence: an exceptionally healthy queen, with workers displaying an impressive haul of nectar and pollen; the brood chamber is teeming with new eggs, and almost all honey frames are nearing completion\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: nectar and pollen Result Score: 0.0012448369525372982 \t|\t Answer: pollen; the brood chamber is teeming with new eggs\n","\n","Sentence: queen healthy, brood strong, rich nectar sources, eight frames well-stocked\n","Question: what is the current health status of the hive?\n","Prediction: brood strong, rich nectar sources Result Score: 0.004585924092680216 \t|\t Answer: queen healthy\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: brood strong, rich nectar sources Result Score: 0.004614711739122868 \t|\t Answer: rich nectar sources\n","Question: what is the status of the queen in the hive?\n","Prediction: brood strong, rich nectar sources Result Score: 0.0044227479957044125 \t|\t Answer: queen healthy\n","\n","Sentence: queen aging, steady workers, reduced drones, moderate eggs, with eight frames filled with honey\n","Question: is there a queen currently present in the hive?\n","Prediction: steady workers, reduced drones, moderate eggs Result Score: 0.0041779447346925735 \t|\t Answer: queen aging\n","Question: are there any worker bees currently active in the hive?\n","Prediction: steady workers, reduced drones, moderate eggs Result Score: 0.004242441151291132 \t|\t Answer: steady workers\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: steady workers, reduced drones Result Score: 0.004422852303832769 \t|\t Answer: queen aging\n","\n","Sentence: queen recently seen, active worker bees, steady drone population, plentiful eggs, with ten honey frames nearly ready\n","Question: what's the egg production like?\n","Prediction: plentiful Result Score: 0.003338024253025651 \t|\t Answer: plentiful eggs\n","Question: what types of bee products have been collected recently?\n","Prediction: plentiful Result Score: 0.0032526080030947924 \t|\t Answer: with ten honey frames nearly ready\n","Question: what is the current health status of the hive?\n","Prediction: plentiful Result Score: 0.0034340189304202795 \t|\t Answer: queen recently seen\n","\n","Sentence: queen present, worker bees excelling, drone count optimal, eggs copious, and all frames teeming with honey\n","Question: what types of bee products have been collected recently?\n","Prediction: bees excelling, drone count optimal, eggs copious Result Score: 0.0026946202851831913 \t|\t Answer: all frames teeming with honey\n","\n","Sentence: queen prolific, worker bees buzzing, drones in good number, high egg count, and seven honey frames capped\n","Question: what is the status of workers in the hive?\n","Prediction: prolific, worker bees buzzing, drones Result Score: 0.00422959728166461 \t|\t Answer: worker bees buzzing\n","\n","Sentence: queen new, brood growing, pollen abundant, four frames well-stocked\n","Question: what types of forage bees have been foraging?\n","Prediction: brood growing, pollen abundant, four frames well-stocked Result Score: 0.006209537852555513 \t|\t Answer: pollen abundant\n","\n","Sentence: weak queen, sparse brood, low forage yield, three honey frames\n","Question: what is the egg count of the hive?\n","Prediction: brood, low forage Result Score: 0.0060994746163487434 \t|\t Answer: sparse brood\n","Question: what is the current health status of the hive?\n","Prediction: brood, low Result Score: 0.006377306301146746 \t|\t Answer: weak queen\n","Question: is there a queen currently present in the hive?\n","Prediction: brood, low Result Score: 0.0059790825471282005 \t|\t Answer: weak queen\n","\n","Sentence: queen vibrant, active workers, many drones, eggs well-laid, and nine honey frames capped\n","Question: what's the egg production like?\n","Prediction: vibrant, active workers, many drones, eggs Result Score: 0.0038354976568371058 \t|\t Answer: eggs well-laid\n","Question: what types of bee products have been collected recently?\n","Prediction: , active workers, many drones, eggs Result Score: 0.004203039221465588 \t|\t Answer: nine honey frames capped\n","Question: are there any worker bees currently active in the hive?\n","Prediction: vibrant, active workers, many drones Result Score: 0.0040436917915940285 \t|\t Answer: active workers\n","Question: is there a queen currently present in the hive?\n","Prediction: , active workers, many drones Result Score: 0.004275099840015173 \t|\t Answer: queen vibrant\n","\n","Sentence: no queen seen, disoriented worker bees, dwindling drones, few eggs, with only three frames somewhat full\n","Question: what is the current health status of the hive?\n","Prediction: dwindling Result Score: 0.002835927065461874 \t|\t Answer: no queen seen\n","\n","Sentence: queen strong, workers busy, drones healthy, eggs abundant, and nine frames heavy with honey\n","Question: what is the status of drones in the hive?\n","Prediction: , workers busy, drones Result Score: 0.004237360320985317 \t|\t Answer: drones healthy\n","\n","Sentence: queen’s health is excellent, worker bees are efficiently foraging, high beeswax production, egg laying at peak, with seven honey frames sealed\n","Question: what is the status of workers in the hive?\n","Prediction: beeswax production Result Score: 0.002385506872087717 \t|\t Answer: high beeswax production\n","\n","Sentence: new queen seen, workers are energetic despite the rain, honey stores are fair, and nectar foraging is ongoing with five honey frames filled\n","Question: what is the status of workers in the hive?\n","Prediction: are energetic despite the rain Result Score: 0.002313996199518442 \t|\t Answer: workers are energetic despite the rain\n","\n","Sentence: queen visible, workers active, drone population good, eggs plentiful, and eight honey frames filled\n","Question: what's the egg production like?\n","Prediction: plentiful Result Score: 0.0056456951424479485 \t|\t Answer: eggs plentiful\n","Question: what is the status of drones in the hive?\n","Prediction: plentiful Result Score: 0.0054221367463469505 \t|\t Answer: drone population good\n","Question: is there a queen currently present in the hive?\n","Prediction: plentiful Result Score: 0.005321166478097439 \t|\t Answer: queen visible\n","\n","Sentence: newly emerged queen, workers adjusting, drones increasing, eggs starting to fill, and seven honey frames capped\n","Question: what is the status of drones in the hive?\n","Prediction: workers adjusting, drones Result Score: 0.0034277087543159723 \t|\t Answer: drones increasing\n","Question: is there a queen currently present in the hive?\n","Prediction: drones increasing, eggs Result Score: 0.0033395534846931696 \t|\t Answer: newly emerged queen\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: workers adjusting, drones increasing, eggs starting to fill, and seven Result Score: 0.0032401306089013815 \t|\t Answer: seven honey frames capped\n","\n","Sentence: old queen, brood steady, moderate foraging, five honey frames completed\n","Question: what types of forage bees have been foraging?\n","Prediction: brood steady, moderate foraging Result Score: 0.006440151948481798 \t|\t Answer: moderate foraging\n","Question: what is the current health status of the hive?\n","Prediction: brood steady, moderate foraging Result Score: 0.006227591075003147 \t|\t Answer: old queen\n","Question: what is the status of the queen in the hive?\n","Prediction: brood steady, moderate foraging Result Score: 0.0057905749417841434 \t|\t Answer: old queen\n","\n","Sentence: queen sighted, workers energetic, ample pollen, five honey frames sealed\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: , ample pollen Result Score: 0.00787887629121542 \t|\t Answer: ample pollen\n","\n","Sentence: queen absent, brood dwindling, forage limited, three honey frames partial\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: dwindling Result Score: 0.007837771438062191 \t|\t Answer: three honey frames partial\n","\n","Sentence: queen healthy, workers bustling, drones numerous, plentiful eggs, and ten honey frames well-stocked\n","Question: what is the status of workers in the hive?\n","Prediction: plentiful Result Score: 0.00441741943359375 \t|\t Answer: workers bustling\n","\n","Sentence: queen robust, bustling workers, numerous drones, eggs filling cells, and eight frames brimming with honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: robust, bustling workers, numerous drones Result Score: 0.0036395115312188864 \t|\t Answer: eight frames brimming with honey\n","Question: is there a queen currently present in the hive?\n","Prediction: bustling workers, numerous drones Result Score: 0.0037296144291758537 \t|\t Answer: queen robust\n","\n","Sentence: queen absent, disorganized workers, minimal drones, scarce eggs, and five frames underdeveloped\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: disorganized workers, minimal drones, scarce eggs, and five frames underdeveloped Result Score: 0.003599537303671241 \t|\t Answer: queen absent\n","\n","Sentence: newly emerged queen, workers adjusting, drones building, good egg numbers, and five honey frames capped\n","Question: is there a queen currently present in the hive?\n","Prediction: workers adjusting, drones building Result Score: 0.003621399402618408 \t|\t Answer: newly emerged queen\n","Question: are there any worker bees currently active in the hive?\n","Prediction: workers adjusting, drones building Result Score: 0.003463523229584098 \t|\t Answer: workers adjusting\n","Question: what is the status of workers in the hive?\n","Prediction: workers adjusting, drones building Result Score: 0.0037422606255859137 \t|\t Answer: workers adjusting\n","\n","Sentence: queen in decline, managing workers, few drones, dwindling eggs, with four frames only half full\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: dwindling Result Score: 0.0037572416476905346 \t|\t Answer: queen in decline\n","\n","Sentence: queen healthy, efficient workers, numerous drones, prolific eggs, and eleven frames fully stocked with honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: , efficient workers, numerous drones Result Score: 0.004311480093747377 \t|\t Answer: eleven frames fully stocked with honey\n","Question: what types of bee products have been collected recently?\n","Prediction: , efficient workers, numerous drones, prolific eggs Result Score: 0.004555974621325731 \t|\t Answer: eleven frames fully stocked with honey\n","\n","Sentence: queen absent, disorganized workers, scarce drones, few eggs laid, and eight honey frames poorly stocked\n","Question: what's the egg production like?\n","Prediction: disorganized workers, scarce drones Result Score: 0.0032511483877897263 \t|\t Answer: few eggs\n","\n","Sentence: queen productive, brood plentiful, forage high, nine honey frames ready\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: plentiful Result Score: 0.00651702331379056 \t|\t Answer: nine honey frames ready\n","\n","Sentence: queen vibrant, energetic workers, active drones, abundant eggs, and ten frames filled to capacity\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: , energetic workers, active drones Result Score: 0.0052451142109930515 \t|\t Answer: queen vibrant\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: vibrant, energetic workers, active drones Result Score: 0.005252687726169825 \t|\t Answer: ten frames filled to capacity\n","Question: what's the egg production like?\n","Prediction: vibrant, energetic workers, active drones Result Score: 0.004851307719945908 \t|\t Answer: abundant eggs\n","\n","Sentence: queen unspotted, brood fair, forage low, four honey frames stored\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: unspotted, brood fair, forage Result Score: 0.005382597912102938 \t|\t Answer: forage low\n","\n","Sentence: queen visible, brood stable, good pollen harvest, seven honey frames capped\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: brood stable, good pollen Result Score: 0.006305984687060118 \t|\t Answer: honey frames capped\n","\n","Sentence: queen reigning, strong brood, high nectar and pollen, nine honey frames full\n","Question: what's the egg production like?\n","Prediction: brood, high nectar and pollen Result Score: 0.004469546489417553 \t|\t Answer: strong brood\n","\n","Sentence: queen laying efficiently, active workers, healthy drones, plentiful eggs, and nine honey frames well-stocked\n","Question: is there a queen currently present in the hive?\n","Prediction: plentiful Result Score: 0.0037825689651072025 \t|\t Answer: queen laying\n","\n","Sentence: queen missing, sluggish workers, few drones, scarce eggs, and four honey frames underfilled\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: sluggish workers, few drones, scarce eggs Result Score: 0.004119805060327053 \t|\t Answer: honey frames underfilled\n","Question: what is the status of drones in the hive?\n","Prediction: sluggish workers, few drones Result Score: 0.004599356558173895 \t|\t Answer: few drones\n","\n","Sentence: the queen is missing, worker morale seems low, reduced pollen intake, minimal egg laying, and only two honey frames showing progress\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: low, reduced pollen intake, minimal egg laying, and only Result Score: 0.0025750279892235994 \t|\t Answer: the queen is missing\n","\n","Sentence: queen visible, workers thriving, drones active, robust egg count, and ten frames brimming with honey\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: workers thriving, drones Result Score: 0.003254831302911043 \t|\t Answer: ten frames brimming with honey\n","Question: what is the status of the queen in the hive?\n","Prediction: workers thriving, drones Result Score: 0.0033627483062446117 \t|\t Answer: queen visible\n","Question: what types of bee products have been collected recently?\n","Prediction: robust egg count Result Score: 0.003052343614399433 \t|\t Answer: ten frames brimming with honey\n","\n","Sentence: queen robust, workers tireless, drone count high, eggs numerous, rich in propolis, with all ten honey frames stocked\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: tireless, drone count Result Score: 0.0027526847552508116 \t|\t Answer: with all ten honey frames stocked\n","\n","Sentence: queen present, workers efficiently foraging, drones active, eggs numerous, and nine honey frames fully utilized\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: efficiently foraging, drones Result Score: 0.003240093355998397 \t|\t Answer: queen present\n","Question: are there any worker bees currently active in the hive?\n","Prediction: efficiently foraging, drones Result Score: 0.0034739109687507153 \t|\t Answer: workers efficiently foraging\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: efficiently foraging, drones Result Score: 0.003406078787520528 \t|\t Answer: nine honey frames fully utilized\n","\n","Sentence: queen absent, worker bees unsettled, drone numbers low, poor egg output, and four honey frames incomplete\n","Question: what is the status of workers in the hive?\n","Prediction: bees unsettled, drone Result Score: 0.00355271203443408 \t|\t Answer: worker bees unsettled\n","\n","Sentence: queen healthy, workers thriving, ample drones, numerous eggs, and eight frames densely packed with honey\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: healthy, workers thriving, ample drones Result Score: 0.00349091156385839 \t|\t Answer: eight frames densely packed with honey\n","Question: what types of bee products have been collected recently?\n","Prediction: healthy, workers thriving, ample drones, numerous eggs Result Score: 0.003743518842384219 \t|\t Answer: eight frames densely packed with honey\n","\n","Sentence: queen productive, busy workers, ample drones, high egg count, and eight frames brimming with honey\n","Question: what is the status of workers in the hive?\n","Prediction: , busy workers, ample drones Result Score: 0.003403295995667577 \t|\t Answer: busy workers\n","\n","Sentence: queen old, steady workers, fair drone numbers, moderate eggs, and seven honey frames well-stocked\n","Question: what is the status of workers in the hive?\n","Prediction: , steady workers, fair drone Result Score: 0.0033381804823875427 \t|\t Answer: steady workers\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: -stocked Result Score: 0.003714216873049736 \t|\t Answer: seven honey frames well-stocked\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: , steady workers, fair drone numbers, moderate eggs Result Score: 0.003754772711545229 \t|\t Answer: honey frames\n","Question: what types of bee products have been collected recently?\n","Prediction: , steady workers, fair drone numbers, moderate eggs Result Score: 0.0036417527589946985 \t|\t Answer: honey frames\n","\n","Sentence: a queen in her prime, workers in a frenzy of productivity, ample stores of propolis and honey, and a brood pattern so perfect it could be featured in a beekeeping manual\n","Question: is there a queen currently present in the hive?\n","Prediction: propolis and honey Result Score: 0.00148681178689003 \t|\t Answer: a queen in her prime\n","\n","Sentence: queen absent, workers listless, few drones, minimal egg laying, and four honey frames underutilized\n","Question: what is the status of workers in the hive?\n","Prediction: listless, few drones, minimal egg laying, and four honey frames underutilized Result Score: 0.002991591114550829 \t|\t Answer: workers listless\n","\n","Sentence: queen reigning well, worker bees busy, drones numerous, eggs filling cells, and propolis rich on eight honey frames\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: reigning well, worker bees busy, drones Result Score: 0.002869982272386551 \t|\t Answer: propolis rich on eight honey frames\n","Question: can you estimate how many frames are ready for harvest?\n","Prediction: reigning Result Score: 0.0028289868496358395 \t|\t Answer: propolis rich on eight honey frames\n","\n","Sentence: queen recently emerged, workers energized, drones abundant, eggs aplenty, and honey thick across nine frames\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: energized, drones Result Score: 0.002828154480084777 \t|\t Answer: honey thick across nine frames\n","\n","Sentence: queen productive, workers industrious, drones sufficient, high egg production, and six frames capped\n","Question: what's the egg production like?\n","Prediction: industrious, drones sufficient, high egg Result Score: 0.0036990928929299116 \t|\t Answer: high egg production\n","\n","Sentence: queen healthy, brood good, forage average, four honey frames ready\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: brood good, forage Result Score: 0.006601616274565458 \t|\t Answer: honey frames ready\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: brood good, forage Result Score: 0.006352742202579975 \t|\t Answer: four honey frames ready\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: brood good, forage Result Score: 0.006326089613139629 \t|\t Answer: forage average\n","\n","Sentence: queen healthy, workers buzzing efficiently, drones ample, high egg count, and ten honey frames well-stocked\n","Question: what is the egg count of the hive?\n","Prediction: -stocked Result Score: 0.002999367890879512 \t|\t Answer: high egg count\n","\n","Sentence: queen lethargic, workers maintaining, drone numbers low, egg presence moderate, with six frames half-filled with honey\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: lethargic, workers maintaining, drone numbers low, egg Result Score: 0.0030428641475737095 \t|\t Answer: frames half-filled with honey\n","Question: are there any worker bees currently active in the hive?\n","Prediction: lethargic, workers maintaining, drone Result Score: 0.003501420607790351 \t|\t Answer: workers maintaining\n","\n","Sentence: queen laying well, workers vibrant, drones active, eggs numerous, and nine honey frames topped\n","Question: what is the status of drones in the hive?\n","Prediction: laying well, workers vibrant, drones Result Score: 0.005099442321807146 \t|\t Answer: drones active\n","\n","Sentence: queen observed, workers efficient, drones active, high egg count, and eight honey frames fully utilized\n","Question: what is the current health status of the hive?\n","Prediction: efficient, drones Result Score: 0.0037203014362603426 \t|\t Answer: queen observed\n","\n","Sentence: queen in decline, brood okay, forage moderate, five honey frames completed\n","Question: what is the status of the queen in the hive?\n","Prediction: brood okay, forage Result Score: 0.006063398439437151 \t|\t Answer: queen in decline\n","\n","Sentence: queen’s presence confirmed, strong brood development, a significant amount of propolis, bees actively foraging for nectar, and all ten honey frames being filled\n","Question: what types of bee products have been collected recently?\n","Prediction: actively foraging Result Score: 0.0017744547221809626 \t|\t Answer: all ten honey frames being filled\n","\n","Sentence: queen visible and healthy, workers thriving, drones adequate, eggs abundant, and ten frames densely packed with honey\n","Question: what's the egg production like?\n","Prediction: and healthy, workers thriving, drones adequate, eggs Result Score: 0.0038830230478197336 \t|\t Answer: eggs abundant\n","\n","Sentence: queen missing, sluggish workers, scant drones, eggs sparse, and four honey frames underfilled\n","Question: can you list the bee products available from the latest harvest?\n","Prediction: sluggish workers, scant Result Score: 0.004092987161129713 \t|\t Answer: honey frames underfilled\n","\n","Sentence: queen healthy, efficient workers, numerous drones, prolific eggs, and eight frames fully stocked with honey\n","Question: what is the egg count of the hive?\n","Prediction: , efficient workers, numerous drones, prolific eggs Result Score: 0.004256365355104208 \t|\t Answer: prolific eggs\n","\n","Sentence: queen in decline, managing workers, few drones, dwindling eggs, with seven frames only half full\n","Question: are there any worker bees currently active in the hive?\n","Prediction: dwindling Result Score: 0.004026398062705994 \t|\t Answer: managing workers\n","\n","Sentence: queen missing, workers lethargic, drones declining, low egg count, and five honey frames barely utilized\n","Question: describe the queen's activity or presence noted in the recent observations?\n","Prediction: lethargic, drones Result Score: 0.003647473407909274 \t|\t Answer: queen missing\n","\n","Sentence: queen's health declining, workers sluggish, drones sparse, egg laying slow, three frames with scant honey\n","Question: what's the egg production like?\n","Prediction: sluggish, drones sparse, egg laying slow, three frames with scant Result Score: 0.0031030592508614063 \t|\t Answer: egg laying slow\n","\n","Sentence: strong queen, brood vibrant, high nectar intake, full ten honey frames\n","Question: describe the foraging behavior observed in the worker bees lately?\n","Prediction: brood vibrant, high nectar intake Result Score: 0.0054087406024336815 \t|\t Answer: high nectar intake\n","\n","Sentence: queen not found, minimal worker activity, down drone count, slow egg production, and six frames needing attention\n","Question: what is the egg count of the hive?\n","Prediction: minimal worker activity, down Result Score: 0.0033454583026468754 \t|\t Answer: low egg production\n","\n","Sentence: no queen seen, worker bees disoriented, drones dwindling, eggs few, with only three frames somewhat full\n","Question: what is the current health status of the hive?\n","Prediction: dwindling Result Score: 0.002864499343559146 \t|\t Answer: no queen seen\n","\n","Sentence: active queen, strong brood, good nectar flow, eight honey frames filled\n","Question: is there a queen currently present in the hive?\n","Prediction: brood, good nectar Result Score: 0.004735137335956097 \t|\t Answer: active queen\n","\n","Sentence: queen old, workers stable, drones sufficient, moderate egg laying, and six frames filled with honey\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: moderate egg laying, and six frames filled Result Score: 0.003912339452654123 \t|\t Answer: six frames filled with honey\n","\n","Sentence: queen missing, sluggish workers, scant drones, sparse eggs, and five honey frames only half filled\n","Question: how many honey frames are currently filled in the hive?\n","Prediction: sluggish workers, scant Result Score: 0.0038335437420755625 \t|\t Answer: five honey frames only half filled\n","\n","Sentence: queen aging, workers maintaining, drones sparse, egg laying reduced, and five honey frames partially filled\n","Question: what is the egg count of the hive?\n","Prediction: laying reduced Result Score: 0.00400636438280344 \t|\t Answer: egg laying reduced\n","\n","----------------\n","Score: 2.0646818776149303\n","Accuracy: 3.71%\n","Correct Answers: 3.71%\n","Wrong Answers: 0.00%\n","Redundant Answers: 96.29%\n","----------------\n","\n"]}]}],"metadata":{"accelerator":"GPU","colab":{"gpuType":"T4","provenance":[]},"kernelspec":{"display_name":"Python 3","name":"python3"},"language_info":{"name":"python"},"widgets":{"application/vnd.jupyter.widget-state+json":{"04ffbdb59ab34f319db68ffe44ec50b7":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"08fc0b74418c47dd874628185436ce65":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"0962e28f1abb4868bf7db2337c7628c9":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"0f90319337b34fd487999c65ec4cd8cd":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"1b1c2613f5a24954b841f32869e80a40":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"1d7b9ebc9d394e91bdf300cc422c7a89":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"1e0873f1b6744e3baa68571b9842cda3":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_836274c662f34246acb8496a2c652367","IPY_MODEL_4e1e5b675ada4dbd8e128f8aeaaa2b2e","IPY_MODEL_b35b02025b28434a8cd3a107002d925c"],"layout":"IPY_MODEL_2abe4bcf07364f5391288f8dec834b45"}},"2437156b8cf549f3b44b70f276eb189b":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"26bba10c6982488394ab387ed1ee9dcd":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"27e780771a244d8abce7541261666de5":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_d77829fb0c0e491f8b72c8948ef52379","IPY_MODEL_64a346631d51416ca6d350b95ad5de4b","IPY_MODEL_6eeb4a019d9a47268c7e9d2545e0d890"],"layout":"IPY_MODEL_803a4ac72e284a0ca5a0a336a7abb1c5"}},"2919bd6d333a40bba9d7211a23452f90":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"2abe4bcf07364f5391288f8dec834b45":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"2d021f4933b447e0a14ee846b6e46ce7":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"2e021164d16d4e6ab2f257ce90f4938a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"341f52dde45d4148a8305c1703fb1f13":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"4aef317851804e00a6cd8755ee7c4d2f":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_1b1c2613f5a24954b841f32869e80a40","max":7620,"min":0,"orientation":"horizontal","style":"IPY_MODEL_6b4f55675d354d8ab4d10f44a3754000","value":7620}},"4e1e5b675ada4dbd8e128f8aeaaa2b2e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_eff14976fbea437f91957a16e7906200","max":87599,"min":0,"orientation":"horizontal","style":"IPY_MODEL_2e021164d16d4e6ab2f257ce90f4938a","value":87599}},"53e28af2893a4bcca4b2f660d9b28aac":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_d1bc922f2e344008a920b71515bce460","placeholder":"​","style":"IPY_MODEL_5c0a69fe2fa24ceaa4d05d4d2f42ea4e","value":"Generating validation split: 100%"}},"54a1107243a3421ea72725199daf44a9":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_f0d67072032a48f68f0f45642e6cdc39","IPY_MODEL_65e0a7a080ae4c9fac9c179866084d34","IPY_MODEL_d0ea9dc221b64af7ac1996ff1b82e63b"],"layout":"IPY_MODEL_2919bd6d333a40bba9d7211a23452f90"}},"5ad46da51f92401899fe856a7831eb1b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_892fe23392744440ae98f017d6a391fc","placeholder":"​","style":"IPY_MODEL_eb3f5e24d7d7482f8bea199295a5df51","value":" 10570/10570 [00:00<00:00, 101903.65 examples/s]"}},"5c0a69fe2fa24ceaa4d05d4d2f42ea4e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"622c1b569af54710ba6f5ce60d60c353":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"64a346631d51416ca6d350b95ad5de4b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_0962e28f1abb4868bf7db2337c7628c9","max":14458314,"min":0,"orientation":"horizontal","style":"IPY_MODEL_fce0de187a5b4dd59a60815147cf0167","value":14458314}},"65e0a7a080ae4c9fac9c179866084d34":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_df820620d4c04ffda0debf894f142663","max":1819889,"min":0,"orientation":"horizontal","style":"IPY_MODEL_b4e938837afa4eeb825240f69432218e","value":1819889}},"6b4f55675d354d8ab4d10f44a3754000":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"6eeb4a019d9a47268c7e9d2545e0d890":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_26bba10c6982488394ab387ed1ee9dcd","placeholder":"​","style":"IPY_MODEL_8edbb83e98c9410bb7f679b27401251a","value":" 14.5M/14.5M [00:01<00:00, 10.3MB/s]"}},"803a4ac72e284a0ca5a0a336a7abb1c5":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"836274c662f34246acb8496a2c652367":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_c7a45a66f3614bfd974731a8f9410683","placeholder":"​","style":"IPY_MODEL_bf3d96b94625430cb2be84c51fbb87ad","value":"Generating train split: 100%"}},"892fe23392744440ae98f017d6a391fc":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"8edbb83e98c9410bb7f679b27401251a":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"a50fd5a0701a474f87ed6fdcaaceb8b2":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_04ffbdb59ab34f319db68ffe44ec50b7","placeholder":"​","style":"IPY_MODEL_08fc0b74418c47dd874628185436ce65","value":" 7.62k/7.62k [00:00<00:00, 502kB/s]"}},"aa6e00da869e4827826263633b69b108":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_c3e9a3f1e4d044f2850cc5dfb533742d","IPY_MODEL_4aef317851804e00a6cd8755ee7c4d2f","IPY_MODEL_a50fd5a0701a474f87ed6fdcaaceb8b2"],"layout":"IPY_MODEL_2d021f4933b447e0a14ee846b6e46ce7"}},"b224c300182e4d24ab01e278aa7d1854":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"b27a0b84b06045bc8318b1d03934adb7":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"b35b02025b28434a8cd3a107002d925c":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_1d7b9ebc9d394e91bdf300cc422c7a89","placeholder":"​","style":"IPY_MODEL_b75cbd42d15c47a293e61970b7646597","value":" 87599/87599 [00:00<00:00, 174319.65 examples/s]"}},"b4e938837afa4eeb825240f69432218e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"b75cbd42d15c47a293e61970b7646597":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"bf3d96b94625430cb2be84c51fbb87ad":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"c3e9a3f1e4d044f2850cc5dfb533742d":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_c74ac15fec9c4bdc91c5df30ee05255a","placeholder":"​","style":"IPY_MODEL_b224c300182e4d24ab01e278aa7d1854","value":"Downloading readme: 100%"}},"c74ac15fec9c4bdc91c5df30ee05255a":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"c7a45a66f3614bfd974731a8f9410683":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"c95b4501ce0748f7bf12d2851ccda55e":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"FloatProgressModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"FloatProgressModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ProgressView","bar_style":"success","description":"","description_tooltip":null,"layout":"IPY_MODEL_2437156b8cf549f3b44b70f276eb189b","max":10570,"min":0,"orientation":"horizontal","style":"IPY_MODEL_0f90319337b34fd487999c65ec4cd8cd","value":10570}},"cd1deec81262464c90349689a75be1b1":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"ce3deec4df03428894268e3fa3f07e72":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"d0ea9dc221b64af7ac1996ff1b82e63b":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_fd7a3adb897849ee87f09d91db37e8f6","placeholder":"​","style":"IPY_MODEL_cd1deec81262464c90349689a75be1b1","value":" 1.82M/1.82M [00:02<00:00, 643kB/s]"}},"d1bc922f2e344008a920b71515bce460":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"d77829fb0c0e491f8b72c8948ef52379":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_eeca6fa10ff547ddbde09da2f9d4f343","placeholder":"​","style":"IPY_MODEL_341f52dde45d4148a8305c1703fb1f13","value":"Downloading data: 100%"}},"df820620d4c04ffda0debf894f142663":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"eb3f5e24d7d7482f8bea199295a5df51":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"DescriptionStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"eeca6fa10ff547ddbde09da2f9d4f343":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"eff14976fbea437f91957a16e7906200":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"f0d67072032a48f68f0f45642e6cdc39":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HTMLModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_ce3deec4df03428894268e3fa3f07e72","placeholder":"​","style":"IPY_MODEL_622c1b569af54710ba6f5ce60d60c353","value":"Downloading data: 100%"}},"f904bb5903724dbfade0e1983a530d95":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"HBoxModel","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HBoxView","box_style":"","children":["IPY_MODEL_53e28af2893a4bcca4b2f660d9b28aac","IPY_MODEL_c95b4501ce0748f7bf12d2851ccda55e","IPY_MODEL_5ad46da51f92401899fe856a7831eb1b"],"layout":"IPY_MODEL_b27a0b84b06045bc8318b1d03934adb7"}},"fce0de187a5b4dd59a60815147cf0167":{"model_module":"@jupyter-widgets/controls","model_module_version":"1.5.0","model_name":"ProgressStyleModel","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ProgressStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","bar_color":null,"description_width":""}},"fd7a3adb897849ee87f09d91db37e8f6":{"model_module":"@jupyter-widgets/base","model_module_version":"1.2.0","model_name":"LayoutModel","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"b32ca4d2814f4788ab093b54af66a7a9":{"model_module":"@jupyter-widgets/controls","model_name":"VBoxModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"VBoxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"VBoxView","box_style":"","children":["IPY_MODEL_117e158e5f1c4b998ee590da3f4c7507","IPY_MODEL_c02b51576cdc4b90a746ad5ee201004c","IPY_MODEL_667a5bd0ff924dfe946807d3b90d2610"],"layout":"IPY_MODEL_4b86bf05782049c8a2bf94479ae8826b"}},"9967c82a593e4079a05b6714e10ee4c7":{"model_module":"@jupyter-widgets/controls","model_name":"HTMLModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_5774029e0ec64a11af4be519926b606b","placeholder":"​","style":"IPY_MODEL_27d827bbb86e464185c68ad406dff940","value":"


Copy a token from your Hugging Face\ntokens page and paste it below.
Immediately click login after copying\nyour token or it might be stored in plain text in this notebook file.
"}},"e93867447424419bb3938597e58f03c0":{"model_module":"@jupyter-widgets/controls","model_name":"PasswordModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"PasswordModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"PasswordView","continuous_update":true,"description":"Token:","description_tooltip":null,"disabled":false,"layout":"IPY_MODEL_277ab784739c4977bfdcd8457b2628e0","placeholder":"​","style":"IPY_MODEL_a4bd10922a8740bd92e901e1041313af","value":""}},"3ca7ee2399d842109314a31a0e0c19ef":{"model_module":"@jupyter-widgets/controls","model_name":"CheckboxModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"CheckboxModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"CheckboxView","description":"Add token as git credential?","description_tooltip":null,"disabled":false,"indent":true,"layout":"IPY_MODEL_4b5673fc6aff447d8259d10d95f4f729","style":"IPY_MODEL_fc19fea685474435aeec29de2bc437a0","value":false}},"c4dae7354cf14513b5d15a5965b58462":{"model_module":"@jupyter-widgets/controls","model_name":"ButtonModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ButtonModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"ButtonView","button_style":"","description":"Login","disabled":false,"icon":"","layout":"IPY_MODEL_69c777f3cc4d4fd1950234dfc64115bf","style":"IPY_MODEL_6038387d1736499188d4e932a0b7c5a5","tooltip":""}},"a14a26b79c694e6d99fcfd44635eb578":{"model_module":"@jupyter-widgets/controls","model_name":"HTMLModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"HTMLModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"HTMLView","description":"","description_tooltip":null,"layout":"IPY_MODEL_db13d2532f9f4f618025b5414c73f4e5","placeholder":"​","style":"IPY_MODEL_44a45f61ca9a43d18d358204489177b6","value":"\nPro Tip: If you don't already have one, you can create a dedicated\n'notebooks' token with 'write' access, that you can then easily reuse for all\nnotebooks.
"}},"4b86bf05782049c8a2bf94479ae8826b":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":"center","align_self":null,"border":null,"bottom":null,"display":"flex","flex":null,"flex_flow":"column","grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":"50%"}},"5774029e0ec64a11af4be519926b606b":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"27d827bbb86e464185c68ad406dff940":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"277ab784739c4977bfdcd8457b2628e0":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"a4bd10922a8740bd92e901e1041313af":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"4b5673fc6aff447d8259d10d95f4f729":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"fc19fea685474435aeec29de2bc437a0":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"69c777f3cc4d4fd1950234dfc64115bf":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"6038387d1736499188d4e932a0b7c5a5":{"model_module":"@jupyter-widgets/controls","model_name":"ButtonStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"ButtonStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","button_color":null,"font_weight":""}},"db13d2532f9f4f618025b5414c73f4e5":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"44a45f61ca9a43d18d358204489177b6":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"a475a73b2b084737ba6d77c0a5e2b462":{"model_module":"@jupyter-widgets/controls","model_name":"LabelModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"LabelModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"LabelView","description":"","description_tooltip":null,"layout":"IPY_MODEL_52de5d7af089469fbfa0877105ee2b78","placeholder":"​","style":"IPY_MODEL_a21e491c051f4628baf2626d920ee07c","value":"Connecting..."}},"52de5d7af089469fbfa0877105ee2b78":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"a21e491c051f4628baf2626d920ee07c":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"117e158e5f1c4b998ee590da3f4c7507":{"model_module":"@jupyter-widgets/controls","model_name":"LabelModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"LabelModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"LabelView","description":"","description_tooltip":null,"layout":"IPY_MODEL_16b94f6ccf624f05a73103d440b8cf4e","placeholder":"​","style":"IPY_MODEL_d85e363f85b349df9996c5dae506180b","value":"Token is valid (permission: write)."}},"c02b51576cdc4b90a746ad5ee201004c":{"model_module":"@jupyter-widgets/controls","model_name":"LabelModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"LabelModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"LabelView","description":"","description_tooltip":null,"layout":"IPY_MODEL_e7074f1528544b2ba50370f9ff8d3bc3","placeholder":"​","style":"IPY_MODEL_9433ff1757db463a89b1dcd73b19e92d","value":"Your token has been saved to /root/.cache/huggingface/token"}},"667a5bd0ff924dfe946807d3b90d2610":{"model_module":"@jupyter-widgets/controls","model_name":"LabelModel","model_module_version":"1.5.0","state":{"_dom_classes":[],"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"LabelModel","_view_count":null,"_view_module":"@jupyter-widgets/controls","_view_module_version":"1.5.0","_view_name":"LabelView","description":"","description_tooltip":null,"layout":"IPY_MODEL_025f31038325411190223c4314e38b1c","placeholder":"​","style":"IPY_MODEL_901f76f487454a4585474fdb992f86db","value":"Login successful"}},"16b94f6ccf624f05a73103d440b8cf4e":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"d85e363f85b349df9996c5dae506180b":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"e7074f1528544b2ba50370f9ff8d3bc3":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"9433ff1757db463a89b1dcd73b19e92d":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}},"025f31038325411190223c4314e38b1c":{"model_module":"@jupyter-widgets/base","model_name":"LayoutModel","model_module_version":"1.2.0","state":{"_model_module":"@jupyter-widgets/base","_model_module_version":"1.2.0","_model_name":"LayoutModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"LayoutView","align_content":null,"align_items":null,"align_self":null,"border":null,"bottom":null,"display":null,"flex":null,"flex_flow":null,"grid_area":null,"grid_auto_columns":null,"grid_auto_flow":null,"grid_auto_rows":null,"grid_column":null,"grid_gap":null,"grid_row":null,"grid_template_areas":null,"grid_template_columns":null,"grid_template_rows":null,"height":null,"justify_content":null,"justify_items":null,"left":null,"margin":null,"max_height":null,"max_width":null,"min_height":null,"min_width":null,"object_fit":null,"object_position":null,"order":null,"overflow":null,"overflow_x":null,"overflow_y":null,"padding":null,"right":null,"top":null,"visibility":null,"width":null}},"901f76f487454a4585474fdb992f86db":{"model_module":"@jupyter-widgets/controls","model_name":"DescriptionStyleModel","model_module_version":"1.5.0","state":{"_model_module":"@jupyter-widgets/controls","_model_module_version":"1.5.0","_model_name":"DescriptionStyleModel","_view_count":null,"_view_module":"@jupyter-widgets/base","_view_module_version":"1.2.0","_view_name":"StyleView","description_width":""}}}}},"nbformat":4,"nbformat_minor":0}