--- license: cc-by-4.0 language: - en task_categories: - text-generation tags: - instruction-tuning - market - autoscientist-challenge - adaption size_categories: - 1K You are a financial analyst. Answer with the figures that matter, state the arithmetic you used, and flag when a comparison is misleading. Be concise. ## Licence and attribution Released under **CC-BY-4.0**. Financial figures are taken from XBRL company facts filed with the U.S. Securities and Exchange Commission and retrieved through the SEC's public API. U.S. government works are not subject to copyright. Figures are as filed and may have been restated by the filer since retrieval. Source: [SEC EDGAR XBRL company facts](https://www.sec.gov/search-filings/edgar-application-programming-interfaces). (Note: sec.gov returns HTTP 403 to clients without a declared User-Agent — automated link checkers will flag it; it opens normally in a browser, per the SEC's [fair-access policy](https://www.sec.gov/os/webmaster-faq#developers).) ## Mirrors and companion artifacts The challenge requires the dataset **and** the weights on Hugging Face **and** Kaggle. All four artifacts for this track, plus the public demo: | Artifact | Link | |---|---| | Dataset (HF) | https://huggingface.co/datasets/miscusi/adaption-market-analysis-sec | | Dataset (Kaggle) | https://www.kaggle.com/datasets/usiadianimuwa/adaption-market-analysis-sec | | Weights (HF) | https://huggingface.co/miscusi/adaption-market-analyst-qwen2.5-1.5b | | Weights (Kaggle) | https://www.kaggle.com/datasets/usiadianimuwa/adaption-market-analyst-qwen25-15b | | Companion model (HF) | https://huggingface.co/miscusi/adaption-market-analyst-qwen2.5-1.5b | | Demo — every eval prompt and all answers, including our losses | [https://miscusi-adaption-autoscientist-demo.static.hf.space](https://miscusi-adaption-autoscientist-demo.static.hf.space) ([Space](https://huggingface.co/spaces/miscusi/adaption-autoscientist-demo)) | ## Why trust these numbers - Every numeric claim in every response is **re-derived from source** by `verify.py` (included in this repo), which shares no arithmetic with the generator. - All model evaluations for this track are **blinded and judged in both orderings**: a verdict that does not survive swapping the answers is recorded as a tie, never resolved in our favour. - The [demo](https://miscusi-adaption-autoscientist-demo.static.hf.space) publishes **every** evaluation prompt with all models' answers — including the ones we lose. ## Citation ```bibtex @misc{adaption_market_analysis_sec_2026, author = {Adia-Nimuwa, Usi}, title = {adaption-market-analysis-sec: AutoScientist Challenge Part 2, Market Analysis & News track}, year = {2026}, url = {https://huggingface.co/datasets/miscusi/adaption-market-analysis-sec} } ``` ## Limitations - Responses are generated from structured records by template, then verified. They are factually grounded and stylistically consistent, which also means they are stylistically *narrow* — this set is designed to be mixed with general instruction data, not trained on alone. - Figures are as filed at retrieval time. Filers restate, and fiscal-year labels do not imply aligned periods across companies. Nothing here is investment advice. - English only.