Commit ·
d6587f8
0
Parent(s):
Add 100 company-news QA pairs
Browse files- .gitattributes +60 -0
- README.md +73 -0
- data/eval.jsonl +100 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- question-answering
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- web-search
|
| 8 |
+
- search-api
|
| 9 |
+
- company-news
|
| 10 |
+
- factual-lookup
|
| 11 |
+
- agents
|
| 12 |
+
- tool-use
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: company_news
|
| 17 |
+
data_files:
|
| 18 |
+
- split: eval
|
| 19 |
+
path: data/eval.jsonl
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# OB News Websearch
|
| 23 |
+
|
| 24 |
+
#### 100 atomic company-news questions that evaluate **web search providers** on
|
| 25 |
+
a factual lookup task. The model, extract prompt, and runner stay fixed; the
|
| 26 |
+
search provider is the variable under test.
|
| 27 |
+
|
| 28 |
+
> **This is the public eval set.** 100 question/answer pairs. Rows carry the
|
| 29 |
+
> gold answer, so they are **not contamination-free**. Use them to inspect the
|
| 30 |
+
> format and to run a local harness.
|
| 31 |
+
## Benchmark
|
| 32 |
+
|
| 33 |
+
We evaluate web search on recent company events: financing, hires,
|
| 34 |
+
product launches, acquisitions, office expansions, and headcount cuts.
|
| 35 |
+
|
| 36 |
+
The searcher receives **one natural-language question** and may return at
|
| 37 |
+
most **10 hits**. There is **no query rewrite** and **no page fetch**. An
|
| 38 |
+
extract model reads the hit titles and snippets and produces a short answer.
|
| 39 |
+
That answer is scored against the gold cell.
|
| 40 |
+
|
| 41 |
+
The question does not name the gold amount, person, acquirer, product, or
|
| 42 |
+
address.
|
| 43 |
+
|
| 44 |
+
## Dataset contents
|
| 45 |
+
|
| 46 |
+
100 examples falling in one of these categories:
|
| 47 |
+
|
| 48 |
+
hires / appointments
|
| 49 |
+
financing amounts
|
| 50 |
+
product launches
|
| 51 |
+
acquirers
|
| 52 |
+
new offices
|
| 53 |
+
headcount cuts
|
| 54 |
+
|
| 55 |
+
Each row has two columns:
|
| 56 |
+
|
| 57 |
+
* `question` — the single query sent to the search API.
|
| 58 |
+
* `answer` — the gold cell (amount, person, product, acquirer, location, or
|
| 59 |
+
headcount).
|
| 60 |
+
|
| 61 |
+
This Hub dump does **not** include the source URL to avoid vendor overffiting indexing
|
| 62 |
+
on the sources.
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
## Dataset design note
|
| 66 |
+
|
| 67 |
+
Questions of the form "what product did X launch" or "how much did they
|
| 68 |
+
raise in the latest round" are ambiguous when the same week has two real
|
| 69 |
+
answers. Those rows were rewritten to name the round, the offering type, or
|
| 70 |
+
the calendar day, without putting the gold string in the question.
|
| 71 |
+
|
| 72 |
+
Keep-gate: if the question already contains the gold token, the sample does
|
| 73 |
+
not belong in the set.
|
data/eval.jsonl
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"question": "How much did MaxQ Medical raise in its latest funding round?", "answer": "$31.5 million"}
|
| 2 |
+
{"question": "How much did Higgsfield raise in its latest funding round?", "answer": "$400 million"}
|
| 3 |
+
{"question": "How much did Teragen Energy raise in its latest funding round?", "answer": "$6 million"}
|
| 4 |
+
{"question": "How much did Onos Health raise in its latest funding round?", "answer": "$17 million"}
|
| 5 |
+
{"question": "How much did SiFly raise in its latest funding round?", "answer": "$20 million"}
|
| 6 |
+
{"question": "How much did Xpander raise in its latest funding round?", "answer": "$7.5 million"}
|
| 7 |
+
{"question": "How much did Agentrys raise in the seed round led by Etna Labs?", "answer": "$19.1 million"}
|
| 8 |
+
{"question": "How much did Etched raise in its latest funding round?", "answer": "$700 million"}
|
| 9 |
+
{"question": "How much did Mafix raise in its latest funding round?", "answer": "$5.4 million"}
|
| 10 |
+
{"question": "How much did Takt (takt.com) raise in its latest funding round?", "answer": "$9.25M"}
|
| 11 |
+
{"question": "Who became the new U.S. CEO of Odevo in August 2026?", "answer": "Steve Nylund"}
|
| 12 |
+
{"question": "Who did Freightos appoint as its new chief financial officer in August 2026?", "answer": "Yaron Eldad"}
|
| 13 |
+
{"question": "How much did CAMO Hospitality raise in its latest funding round?", "answer": "$4 million"}
|
| 14 |
+
{"question": "Who became the new CEO of Colt Data Centre Services in August 2026?", "answer": "Quy Nguyen"}
|
| 15 |
+
{"question": "Who became the new CEO of BPM LLP (bpm.com) in August 2026?", "answer": "Nick Steiner"}
|
| 16 |
+
{"question": "Who became the new CEO of The Emmes Group in August 2026?", "answer": "Dr. Rama Kondru"}
|
| 17 |
+
{"question": "Who became the new CEO of Hubble (hubblecontacts.com) in August 2026?", "answer": "Jeff Berger"}
|
| 18 |
+
{"question": "Who was appointed to the Board of Directors of Jack Henry & Associates in August 2026?", "answer": "Richard N. Preece"}
|
| 19 |
+
{"question": "Who became the new CEO of Kettle Cuisine in August 2026?", "answer": "Peter Hall"}
|
| 20 |
+
{"question": "Who became the new CEO of Cadara in August 2026?", "answer": "Marina Aslanyan"}
|
| 21 |
+
{"question": "What product did vAuto launch in August 2026?", "answer": "vAuto Test Drive"}
|
| 22 |
+
{"question": "What product did Playlist (playlist.com) launch in August 2026?", "answer": "Customized Websites"}
|
| 23 |
+
{"question": "What product did Jonah (jonahdigital.com) launch in August 2026?", "answer": "Multifolio"}
|
| 24 |
+
{"question": "What full-funnel sales acceleration engine did IPSY launch for beauty brands in August 2026?", "answer": "IPSY Marketing Solutions"}
|
| 25 |
+
{"question": "What documentary did Innovent Biologics launch as part of its community health initiatives in August 2026?", "answer": "Down in Weight, Up in Life"}
|
| 26 |
+
{"question": "What product did Asieris Pharmaceuticals launch in June 2026?", "answer": "CEVIRA®"}
|
| 27 |
+
{"question": "How much was Agnico Eagle's private-placement investment in Radisson Mining Resources?", "answer": "C$57,159,400"}
|
| 28 |
+
{"question": "Which company agreed to acquire a significant majority stake in firstcolo?", "answer": "CVC DIF"}
|
| 29 |
+
{"question": "Which company agreed to acquire all shares in Vanea Technologies GmbH and Nocturne Technologies GmbH?", "answer": "SCP Standard Capital Partners AG"}
|
| 30 |
+
{"question": "Which company completed the acquisition of two power plants from Rockland Capital?", "answer": "Hull Street Energy, LLC"}
|
| 31 |
+
{"question": "Which company agreed to acquire OWYN?", "answer": "Good Foods"}
|
| 32 |
+
{"question": "What drone defence system did VANEA Defence unveil for civilian deployment?", "answer": "ATOMZA"}
|
| 33 |
+
{"question": "Where did Ursa Major open its newest manufacturing facility?", "answer": "Longmont, Colorado"}
|
| 34 |
+
{"question": "Where did Galderma open its new U.S. and Latin America headquarters?", "answer": "Miami, Florida"}
|
| 35 |
+
{"question": "Where did Aspen Dental open a new supported practice on August 27, 2026?", "answer": "26280 Jones Loop Road, Unit B, Punta Gorda, Florida"}
|
| 36 |
+
{"question": "Who became the new CEO of QIAGEN in August 2026?", "answer": "Jonathan M. Pratt"}
|
| 37 |
+
{"question": "Who became the new CEO of BioSkryb Genomics in August 2026?", "answer": "William E. Evans, Pharm.D."}
|
| 38 |
+
{"question": "Who was elected to Herc Rentals’ Board of Directors in August 2026?", "answer": "Erik Olsson"}
|
| 39 |
+
{"question": "Who became the new CEO of Longevica Therapeutics in August 2026?", "answer": "Dr. Prasun Mishra"}
|
| 40 |
+
{"question": "How much did Sonic Fire Tech raise in its latest seed funding round?", "answer": "$15 million"}
|
| 41 |
+
{"question": "What product did MassMutual Ventures launch in August 2026?", "answer": "Climate Technology Fund II (CTF II)"}
|
| 42 |
+
{"question": "What product did Everfox launch in August 2026?", "answer": "High Speed Guard"}
|
| 43 |
+
{"question": "What product did Spruce Biosciences launch in August 2026?", "answer": "MPS3BStudy.com"}
|
| 44 |
+
{"question": "Which company agreed to acquire I-FLATZ Corporation?", "answer": "LogProstyle Inc."}
|
| 45 |
+
{"question": "Which company agreed to acquire a majority stake in CheckedUp?", "answer": "Providence Equity Partners L.L.C."}
|
| 46 |
+
{"question": "Who became the new CEO of Corvus Robotics in August 2026?", "answer": "Mohammed Kabir"}
|
| 47 |
+
{"question": "How much did Mara (mara.inc) raise in its latest funding round?", "answer": "$7 million"}
|
| 48 |
+
{"question": "How much did Levanta raise in its latest funding round?", "answer": "$22 million"}
|
| 49 |
+
{"question": "How much did Mantel raise in its latest funding round?", "answer": "$18 million"}
|
| 50 |
+
{"question": "How much did Craif raise in its latest funding round?", "answer": "Approximately $33 million"}
|
| 51 |
+
{"question": "How much did FSH Technologies raise in its latest funding round?", "answer": "$20 million"}
|
| 52 |
+
{"question": "How much did WRAP Technologies raise in its latest equity offering?", "answer": "Approximately $12.0 million"}
|
| 53 |
+
{"question": "What product did iManage announce would become generally available in October 2026?", "answer": "the next-generation iManage platform"}
|
| 54 |
+
{"question": "Which Nutanix offering for running production agentic AI became generally available in August 2026?", "answer": "Nutanix Enterprise AI (NAI) 2.8"}
|
| 55 |
+
{"question": "What Liferay offering gives B2B organizations a single trusted view of account activity from CRM, marketing automation, and ABM?", "answer": "Liferay Data Platform"}
|
| 56 |
+
{"question": "What AI-powered reporting product did Advisor360° launch in August 2026?", "answer": "Client Intelligence"}
|
| 57 |
+
{"question": "According to an August 2026 commentary, what fusion demonstration machine had General Fusion launched?", "answer": "LM26"}
|
| 58 |
+
{"question": "Which company agreed to acquire Claros?", "answer": "Navitas Semiconductor Corporation"}
|
| 59 |
+
{"question": "Which company agreed to acquire IPS Group?", "answer": "Nayax Ltd."}
|
| 60 |
+
{"question": "Which company agreed to acquire Humata Health?", "answer": "R1"}
|
| 61 |
+
{"question": "Which company agreed to acquire Providence Financial Corporation?", "answer": "Valley National Bancorp"}
|
| 62 |
+
{"question": "Which company agreed to acquire Polymath Research Inc.?", "answer": "TruGolf Holdings, Inc."}
|
| 63 |
+
{"question": "Which company announced it had acquired Higgs Boson Health?", "answer": "Globus Medical, Inc."}
|
| 64 |
+
{"question": "Which company agreed to acquire Walkers Deli & Sausage Company?", "answer": "Pilgrim's Europe"}
|
| 65 |
+
{"question": "Which company agreed to acquire Virtalis?", "answer": "Virtualware"}
|
| 66 |
+
{"question": "Which company agreed to acquire Epiq Solutions?", "answer": "TTM Technologies, Inc."}
|
| 67 |
+
{"question": "Who became the new CEO of Big Brothers Big Sisters Twin Cities in August 2026?", "answer": "Dr. Shana Ford"}
|
| 68 |
+
{"question": "Who became the new chief financial officer of PowerBank Corporation in August 2026?", "answer": "Nicole Rusaw"}
|
| 69 |
+
{"question": "Who was appointed executive vice president and chief financial officer of Westchester Medical Center Health Network in August 2026?", "answer": "Frances Spreer Albert, CPA"}
|
| 70 |
+
{"question": "Who became the new CEO of the National Medal of Honor Museum Foundation in August 2026?", "answer": "Troy M. Bertram"}
|
| 71 |
+
{"question": "Who became the new CEO of ESW (esw.com) in August 2026?", "answer": "Carl Cowling"}
|
| 72 |
+
{"question": "Who was appointed vice president and executive director of UL Research Institutes' Electrochemical Safety Research Institute in August 2026?", "answer": "Chao-Yang Wang, Ph.D."}
|
| 73 |
+
{"question": "How much did Helcim raise in its latest funding round?", "answer": "$53 million CAD"}
|
| 74 |
+
{"question": "How much did Standard Metrics raise in its latest funding round?", "answer": "$20M"}
|
| 75 |
+
{"question": "Which company selected Caplight to provide independent pricing for its new tokenized private-securities product?", "answer": "Citi"}
|
| 76 |
+
{"question": "What product did Enlil launch in August 2026?", "answer": "four-layer governed AI architecture"}
|
| 77 |
+
{"question": "What first-of-its-kind effort did Palo Alto Networks announce in August 2026 to protect infrastructure from AI-driven exploits?", "answer": "Frontier AI Critical Defense Program"}
|
| 78 |
+
{"question": "What product did Metpar launch in August 2026?", "answer": "Strata Series - Aria Partitions"}
|
| 79 |
+
{"question": "What SMARC module did Advantech launch in August 2026?", "answer": "AOM-6741"}
|
| 80 |
+
{"question": "Which company made the voluntary public takeover offer to acquire HUGO BOSS?", "answer": "Frasers Group plc"}
|
| 81 |
+
{"question": "Whom did Vistagen appoint as Chief Medical Officer?", "answer": "Angel S. Angelov, M.D., MBA"}
|
| 82 |
+
{"question": "How much did Alice (alice.io) raise in its latest funding round?", "answer": "$140 million"}
|
| 83 |
+
{"question": "Which company agreed to acquire TerraPro?", "answer": "Exchange Income Corporation"}
|
| 84 |
+
{"question": "Who became the new CEO of JinkoSolar in August 2026?", "answer": "Wei \"Dimi\" Du"}
|
| 85 |
+
{"question": "Who became the new CEO of Newark Alliance in August 2026?", "answer": "Solomon Steplight"}
|
| 86 |
+
{"question": "Who was promoted to senior vice president at Cornerstone Research in August 2026 and also serves as chief information officer?", "answer": "Craig Little"}
|
| 87 |
+
{"question": "Who became the new CEO of BirchStreet in August 2026?", "answer": "Christopher Haydon"}
|
| 88 |
+
{"question": "Which company agreed to acquire Trustpair?", "answer": "Basware"}
|
| 89 |
+
{"question": "Who was appointed interim CEO of BoligPortal in August 2026?", "answer": "Martin Frandsen Tobberup"}
|
| 90 |
+
{"question": "How many employees did Humacyte announce it was laying off?", "answer": "Approximately 45 employees"}
|
| 91 |
+
{"question": "How many employees did DOOR (door.com) announce it was laying off?", "answer": "Approximately 65 employees"}
|
| 92 |
+
{"question": "Who was appointed as the new CEO of K92 Mining in August 2026?", "answer": "David Medilek"}
|
| 93 |
+
{"question": "Who became the new CEO of Joseph Gunnar in August 2026?", "answer": "Stephan A. Stein"}
|
| 94 |
+
{"question": "Who became the new interim CEO of Exyn Technologies in August 2026?", "answer": "Ben Williams"}
|
| 95 |
+
{"question": "Who became the new CEO of Excelsior Ambulance in August 2026?", "answer": "Marvin McLellan"}
|
| 96 |
+
{"question": "Who was appointed as the new CEO of TVS Motor Company in August 2026?", "answer": "Peyman Kargar"}
|
| 97 |
+
{"question": "What product did SmartSolve launch in August 2026?", "answer": "PureNil™ 0"}
|
| 98 |
+
{"question": "What product did Mosaic Biosciences launch in August 2026?", "answer": "Renuvis Enzara™"}
|
| 99 |
+
{"question": "Which company agreed to acquire Precision Medicine Group, LLC?", "answer": "McKesson Corporation"}
|
| 100 |
+
{"question": "Which company agreed to acquire PLUS ES?", "answer": "DigitalBridge"}
|