On September 7, 2026, a paper published on arXiv showed that the BIT.UA team used modular retrieval and proxy-based answer generation mechanisms in the BioASQ 14B challenge. The team replaced the original PyTerrier PISA index with PostgreSQL’s pg_textsearch for BM25 retrieval and used Qdrant to handle dense embedding indexes to support GPU acceleration. They also explored HyDE query extensions and Context-1 strategies, developing a new reordering器 training process with dense retrieval negative sampling. For answer generation, the team introduced an LLM-as-judge framework and a new proxy majority voting mechanism, using multi-agent debates and adaptive document retention to reach consensus answers, and participated in the fragment generation subtask for the first time. The system achieved competitive results in all batches.
- 2026-09-07 21:02The `GPT-6 Astra model was released, and OpenAI President Brockman confidently declared, “Welcome to the era of AGI.”
- 2026-09-08 19:21OpenAI released GPT-6 Astra, marking the arrival of the AGI era, with capabilities for autonomous computer operation and scientific research.
- 2026-09-08 22:40① Nvidia CEO Jensen Huang posted that OpenAI’s GPT-6 Astra, released last week, was trained using approximately 100,000 NV Link 72 clusters, and he believes that General Artificial Intelligence (AGI) has officially arrived; ② GPT-6 Astra can directly operate computers and software to perform complex tasks such as programming, reaching the most advanced level in multiple fields. OpenAI has announced the beginning of the AGI era.
Coverage · reports per dayLANGUAGE SPLIT
Integrated timelineUNIFIED TIMELINE
-
2026-09-04
BIT.UA at BioASQ 14B: Modular Retrieval…
BIT.UA at BioASQ 14B: Modular Retrieval with pg_textsearch and Qdrant, and Agent-Based Answer Generation
-
2026-09-07
BIT.UA at BioASQ 14B: Modular Retrieval…
BIT.UA 团队在 BioASQ 14B 挑战赛中采用 pg_textsearch 与 Qdrant 实现模块化检索,并引入基于代理的答案生成机制。该团队重构了代码库,将 Phase A 的 PyTerrier PISA 索引替换为 P…
SignalsSIGNALS
All reports (2)SOURCES
BIT.UA at BioASQ 14B: Modular Retrieval with pg_textsearch and Qdrant, and Agent-Based Answer Generation
BIT.UA 团队在 BioASQ 14B 挑战赛中采用 pg_textsearch 与 Qdrant 实现模块化检索,并引入基于代理的答案生成机制。该团队重构了代码库,将 Phase A 的 PyTerrier PISA 索引替换为 PostgreSQL 的 pg_textsearch 进行 BM25 检索,同时使用 Qdrant 处理稠密嵌入索引以支持 GPU 加速;在检索策略上探索了 HyDE 查询扩展与 Context-1 策略,并开发了包含稠密检索负采样的新重排序器训练流程。针对 Phase A+ 和 B 的答案生成任务,团队引入了 LLM-as-a-judge 框架及新型代理多数决机制,利用多代理辩论与自适应文档保留达成共识答案,并首次参与了片段生成子任务。该系统在所有批次中取得竞争性结果,Pha…