Goto

Collaborating Authors

 internagent


DualResearch: Entropy-Gated Dual-Graph Retrieval for Answer Reconstruction

Shi, Jinxin, Cao, Zongsheng, Ma, Runmin, Hu, Yusong, Zhou, Jie, Li, Xin, Bai, Lei, He, Liang, Zhang, Bo

arXiv.org Artificial Intelligence

The deep-research framework orchestrates external tools to perform complex, multi-step scientific reasoning that exceeds the native limits of a single large language model. However, it still suffers from context pollution, weak evidentiary support, and brittle execution paths. To address these issues, we propose DualResearch, a retrieval and fusion framework that matches the epistemic structure of tool-intensive reasoning by jointly modeling two complementary graphs: a breadth semantic graph that encodes stable background knowledge, and a depth causal graph that captures execution provenance. Each graph has a layer-native relevance function, seed-anchored semantic diffusion for breadth, and causal-semantic path matching with reliability weighting for depth. To reconcile their heterogeneity and query-dependent uncertainty, DualResearch converts per-layer path evidence into answer distributions and fuses them in log space via an entropy-gated rule with global calibration. The fusion up-weights the more certain channel and amplifies agreement. As a complement to deep-research systems, DualResearch compresses lengthy multi-tool execution logs into a concise reasoning graph, and we show that it can reconstruct answers stably and effectively. On the scientific reasoning benchmarks HLE and GPQA, DualResearch achieves competitive performance. Using log files from the open-source system InternAgent, its accuracy improves by 7.7% on HLE and 6.06% on GPQA.


InternAgent: When Agent Becomes the Scientist -- Building Closed-Loop System from Hypothesis to Verification

InternAgent Team, null, Zhang, Bo, Feng, Shiyang, Yan, Xiangchao, Yuan, Jiakang, Ma, Runmin, Hu, Yusong, Yu, Zhiyin, He, Xiaohan, Huang, Songtao, Hou, Shaowei, Nie, Zheng, Wang, Zhilong, Liu, Jinyao, Peng, Tianshuo, Ye, Peng, Zhou, Dongzhan, Zhang, Shufei, Wang, Xiaosong, Zhang, Yilan, Li, Meng, Tu, Zhongying, Yue, Xiangyu, Ouyang, Wangli, Zhou, Bowen, Bai, Lei

arXiv.org Artificial Intelligence

Artificial Intelligence (AI) is accelerating the transformation of scientific research paradigms, not only enhancing research efficiency but also driving innovation. We introduce InternAgent, a unified closed-loop multi-agent framework to conduct Autonomous Scientific Research (ASR) across various scientific research fields, enabling researchers to tackle complicated problems in these fields with unprecedented speed and precision. InternAgent highlights three key advantages: 1) Scalability: InternAgent has demonstrated its versatility across 12 scientific research tasks, capable of generating innovative ideas to enhance the performance of baseline code. 2) Interactivity: InternAgent provides an interface for human expert feedback and multi-agent interaction in automated end-to-end processes, allowing for the seamless integration of domain expert knowledge. 3) Efficiency: InternAgent has achieved promising performance gains in several scientific fields with significantly less time cost compared to human efforts. For instance, in reaction yield prediction, it increased from 27.6% to 35.4% in just 12 hours; in enhancer activity prediction, accuracy rose from 0.65 to 0.79 with only 4 hours of processing; and in 2D semantic segmentation, precision advanced from 78.8% to 81.0% in a mere 30 hours.