Metadata-Version: 2.4
Name: aviary.hotpotqa
Version: 0.22.0
Summary: HotPotQA environment implemented with aviary
Author-email: FutureHouse technical staff <hello@futurehouse.org>
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: datasets
Requires-Dist: fhaviary
Requires-Dist: httpx
Requires-Dist: pydantic~=2.0
Requires-Dist: tenacity

# aviary.hotpotqa

The HotPotQA environment asks agents to perform multi-hop question answering on the HotPotQA dataset [1].

## References

[1] Yang et al. [HotpotQA: A Dataset for Diverse,
Explainable Multi-Hop Question Answering](https://aclanthology.org/D18-1259/). EMNLP, 2018.

## Installation

To install the HotPotQA environment, run the following command:

```bash
pip install 'fhaviary[hotpotqa]'
```
