REVIEW 2 major objections 5 minor 7 cited by
From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications
T0 review · 2 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A systematic tutorial argues that large AI models become truly useful for 6G only when wrapped in autonomous, multi-agent systems that plan, retrieve knowledge, use tools, and reflect on their own output.
desk verdict A competent, well-organized tutorial on LAMs and Agentic AI for 6G, but the 'proposed' frameworks are inherited from the authors' own prior work and two technical equations are wrong. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the MDR-MCP-MER multi-agent framework, an orchestration loop in which retrieval agents prepare task-relevant knowledge, planning agents generate competing task chains, and evaluation/reflection agents rank, critique, and rewrite those chains using memory. Supporting that framework is the LAM-centric learning paradigm: internal learning (pre-training, instruction fine-tuning, and preference alignment) embeds communication knowledge into model parameters, while external learning (vector-based RAG and knowledge graphs) fetches structured knowledge without parameter updates. Together these components define the tutorial's recipe for turning general-purpose large models into communication-capable autonomous agents.
What would settle it
Run the proposed MDR-MCP-MER multi-agent framework on a standardized 6G resource-allocation or network-management benchmark and compare its end-to-end latency, reliability, and throughput against a conventional reinforcement-learning or convex-optimization baseline under dynamic channel conditions; if agent autonomy increases task completion time or failure rate, the tutorial's central design claim is weakened.
Extended reading notes
Core claim
The tutorial claims that LAMs should serve as data generators, knowledge organizers, and resource managers in 6G, while Agentic AI elevates them into task schedulers, system designers, and decision executors. Its proposed architecture centers on a multi-agent framework with three components: Multi-Agent Data Retrieval (MDR), which filters, compresses, and reconstructs domain knowledge; Multi-Agent Collaborative Planning (MCP), which decomposes tasks into execution chains; and Multi-Agent Evaluation and Reflection (MER), which evaluates candidate plans and iteratively refines them using short-term and long-term memory. The paper argues that this closed loop of input, reasoning, feedback, and optimization enables communication systems to shift from model-driven to agent-driven operation across semantic communication, IoT, edge intelligence, network management, security, and UAV communication. On its own terms, the tutorial's contribution is a systematic synthesis that connects model construction, agent design, and application scenarios into one coherent reference framework.
Load-bearing premise
The entire recommended architecture assumes that the large-model and agent capabilities demonstrated in individual research studies will transfer to the broad set of 6G communication scenarios without degrading network reliability or adding unacceptable control overhead.
Editorial extensions
If this is right
- 6G network management can move from static, rule-based optimization toward autonomous agents that decompose complex tasks and adapt plans in real time.
- Communication-specialized LAMs can be built from public corpora by combining continual pre-training on standards and patents with RAG and knowledge-graph augmentation.
- The MDR-MCP-MER loop offers a concrete template for making agent behavior self-correcting rather than relying on a single reasoning pass.
- Interoperability protocols such as MCP, A2A, and ACP are identified as the pathway to standardize control among heterogeneous agents.
- The tutorial maps open problems, including data scarcity, weak reasoning, poor interpretability, scalability limits, and missing process-oriented evaluation, into a future research agenda.
- A fair reader would expect the tutorial's design blueprint to be judged by whether these agent loops actually outperform conventional optimization baselines in real 6G scenarios.
Reading between the lines
- A testable extension is to benchmark the MDR-MCP-MER framework against a conventional reinforcement-learning or optimization baseline on a standardized resource-allocation task, measuring end-to-end latency, reliability, and throughput.
- The tutorial's confidence in agent autonomy implies that self-reflection and memory improve performance; an implicit falsifying scenario is one where iterative multi-agent planning adds control overhead that outweighs its gains in highly time-critical tasks.
- Whether the framework generalizes from the cited demonstrations to the full list of Section V scenarios remains an open empirical question, since most supporting evidence comes from individual, task-specific studies.
- A process-oriented evaluation tool, which the paper itself calls for, could be built by tracking intermediate plan quality and tool-invocation success rather than only final task outcomes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This tutorial paper presents a systematic introduction to Large AI Models (LAMs) and Agentic AI for future 6G intelligent communication systems. It reviews core model components (Transformer, ViT, VAE, diffusion models, DiT, MoE), classifies LAM families (LLMs, LVMs, LMMs, LRMs, lightweight LAMs), and proposes a LAM-centric design pipeline covering communication dataset construction, internal learning (pre-training, fine-tuning, alignment), and external learning (RAG and knowledge graphs). Building on this, it develops a LAM-based Agentic AI architecture with planners, knowledge bases, tools, memory, and single/multi-agent interaction, and introduces a multi-agent framework based on Multi-agent Data Retrieval (MDR), Multi-agent Collaborative Planning (MCP), and Multi-agent Evaluation and Reflection (MER). The final parts survey applications in semantic communication, IoT, edge intelligence, network management, security, resource allocation, and UAV communication, and discuss research challenges and future directions. The central claim is that the proposed LAM-centric design paradigm and the MDR/MCP/MER framework provide sound practical guidance for building intelligent 6G systems.
Significance. If the technical content is corrected, this tutorial would fill a useful niche: it is broader than existing surveys that focus only on LLMs in networking, and it connects model-level design with agentic-system design in one narrative. The taxonomy in Table III, the structured pipeline of Section III, and the honest enumeration of open problems in Section VI are practical assets for researchers entering the field. The MDR/MCP/MER framework, although inherited from the authors' earlier CommLLM/CommGPT work, provides a clear mental model for multi-agent communication systems. The paper does not claim new experimental results, and its value is synthesis; however, the incorrect diffusion update in Eq. (5) is a teaching error that must be fixed before the tutorial can serve as a reliable reference. The paper also gives explicit credit to open challenges such as evaluation of agentic AI, which is a positive feature.
major comments (2)
- [II.A.4, Eq. (5)] The reverse diffusion update in Eq. (5) is not the standard DDPM update and miscales the denoising step. With α_t = 1 − β_t, the standard update is x_{t−1} = (1/√α_t)(x_t − (1−α_t)/√(1−\bar{α}_t) ε_θ(x_t,t)) + σ_t z. The paper's version omits the 1/√(1−\bar{α}_t) factor on the noise-prediction term, so it reduces to the correct update only in the special case \bar{α}_t ≈ 0. Since this is tutorial content meant to teach a core component of LAMs, the authors should correct Eq. (5) and, if a simplified variant is intended, state the approximation explicitly.
- [IV.C, Fig. 5; VI.B.1, VI.B.4] The MDR/MCP/MER framework is presented as the tutorial's proposed general blueprint for 6G, but the only empirical support cited is the authors' own CommLLM [25] and CommGPT [94] systems. No pseudocode, prompt templates, hyperparameters, ablations, or comparisons against a single-agent RAG baseline are provided, and the text itself concedes that communication-knowledge coverage (VI.B.1) and agentic-AI evaluation (VI.B.4) are unsolved problems. To make the central design guidance trustworthy, the authors should either include a concise evidence/reproducibility section for these building blocks or explicitly reframe Section IV.C as an unvalidated qualitative architecture and state the open validation question as a caveat.
minor comments (5)
- [II.A.4] The text says diffusion models were 'proposed in 2020 [43]', but reference [43] is Sohl-Dickstein et al. (2015). Please clarify that diffusion probabilistic models were introduced in 2015 and popularized by DDPM in 2020.
- [III.B.3, Eqs. (13)-(14)] Equations (13) and (14) split a single DPO objective across two numbered equation environments. The formula itself is the standard DPO loss, but it should be displayed as one equation for readability and to avoid the appearance of a different or malformed expression.
- [Table IV] The 'Time Complexity' row in Table IV uses qualitative labels (High, Medium, Low) without supporting references or definitions. Consider adding a short note that these are indicative comparisons, or replace them with concrete scaling statements from the cited literature.
- [Header / GitHub link] The manuscript header includes a GitHub link to 'ComAgent', but the text never references this repository. Either integrate it into the relevant section (e.g., Section IV.C) or remove it.
- [Throughout] There are repeated typographical artifacts such as 'V oIP', 'V oLTE', 'UA V', and the heading 'Reasonging stage' in Section I.B.5. A careful proofreading pass is needed.
Circularity Check
The tutorial's proposed MDR/MCP/MER agentic framework is, by the paper's own citation, the authors' CommLLM [25]; its status as a 6G design pathway rests on self-citations with no new evaluation, while the surrounding survey content stays independent.
-
self citation load bearing
[Section I.D (Contribution 3) and Section IV.C (Multi-Agent System Architecture)]
"Finally, we propose an integrated framework featuring multi-agent data retrieval, Multi-agent Collaborative Planning (MCP), and multi-agent evaluative reflection to support the intelligent processing of complex communication tasks. ... The CommLLM framework [25] establishes a LAM-centric, multi-agent collaborative system architecture for 6G communications. The schematic diagram of CommLLM is shown in Fig. 5."
The paper's contribution 3 claims to 'propose' the MDR/MCP/MER framework, but Section IV.C attributes it to the authors' own CommLLM paper [25] and republishes its figure. The framework's claimed status as 'a critical technological pathway for the intelligent evolution of 6G communication systems' is thus carried by self-citations [25]/[94], not by any derivation, benchmark, or ablation in this tutorial. The manuscript itself flags the missing support: Sec. VI.B.4 concedes agentic-AI evaluation is unsolved ('absence of unified and systematic assessment frameworks'), and Sec.
full rationale
The tutorial is largely an independent survey: the core-component mathematics (attention, ELBO, diffusion, MoE), the LAM taxonomy, and the application catalog in Sections II and V rest on external literature, and equations (11)-(14) restate standard losses. Circularity concentrates on the two 'proposed' design contributions. The Section III design pipeline is synthesized from the authors' own or co-authored CommGPT [94] and TelecomGPT [92] work, and the Section IV.C MDR/MCP/MER framework is, by the paper's own sentence, 'The CommLLM framework [25]' — the authors' prior paper — with Fig. 5 republished from [25]. Because the tutorial presents this inherited framework as its own proposal and as practical guidance, while supplying no implementation details, no baseline comparison, and no evaluation (and indeed conceding in Sec. VI.B.4 that Agentic AI evaluation is an unsolved problem), the central design claim reduces to a self-citation chain. This is a genuine but partial circularity: the framework is asserted, not derived, and its support is self-referential; however, most of the tutorial's content is external review, so the score is 4 rather than 6-8.
Assumptions & free parameters
assumptions (2)
- domain assumption Large AI Models exhibit emergent reasoning and generation capabilities that can be productively applied to communication tasks.
- domain assumption Agentic AI architectures with planners, knowledge tools, memory, and multi-agent collaboration will improve performance and adaptability over static LAMs in dynamic 6G environments.
Cite this review
Pith. "Pith review of From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications." pith.science (2026). https://pith.science/paper/L7KUPMPI
@misc{pith2026250522311,
author = {Pith},
title = {Pith review of: From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications},
year = {2026},
howpublished = {\url{https://pith.science/paper/L7KUPMPI}},
note = {Machine review of arXiv:2505.22311}
}
read the original abstract
With the advent of 6G communications, intelligent communication systems face multiple challenges, including constrained perception and response capabilities, limited scalability, and low adaptability in dynamic environments. This tutorial provides a systematic introduction to the principles, design, and applications of Large Artificial Intelligence Models (LAMs) and Agentic AI technologies in intelligent communication systems, aiming to offer researchers a comprehensive overview of cutting-edge technologies and practical guidance. First, we outline the background of 6G communications, review the technological evolution from LAMs to Agentic AI, and clarify the tutorial's motivation and main contributions. Subsequently, we present a comprehensive review of the key components required for constructing LAMs. We further categorize LAMs and analyze their applicability, covering Large Language Models (LLMs), Large Vision Models (LVMs), Large Multimodal Models (LMMs), Large Reasoning Models (LRMs), and lightweight LAMs. Next, we propose a LAM-centric design paradigm tailored for communications, encompassing dataset construction and both internal and external learning approaches. Building upon this, we develop an LAM-based Agentic AI system for intelligent communications, clarifying its core components such as planners, knowledge bases, tools, and memory modules, as well as its interaction mechanisms. We also introduce a multi-agent framework with data retrieval, collaborative planning, and reflective evaluation for 6G. Subsequently, we provide a detailed overview of the applications of LAMs and Agentic AI in communication scenarios. Finally, we summarize the research challenges and future directions in current studies, aiming to support the development of efficient, secure, and sustainable next-generation intelligent communication systems.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 7 Pith papers
-
When Agentic AI Meets Integrated Sensing and Communication
A survey proposing the AISAC six-stage loop and five maturity levels, and finding that reviewed ISAC systems rarely report agentic evaluation metrics.
-
Agentic AI-RAN Empowering Synergetic Sensing, Communication, Computing, and Control
A single GPU edge node, split into isolated hardware partitions, runs both 5G radio and a vision-language model and closes the drone control loop in 500-680 ms.
-
Agentic Satellite-Augmented Low-Altitude Economy and Terrestrial Networks: A Survey on Generative Approaches
A survey that maps five generative model families, from variational autoencoders to large language models, onto agentic AI roles in satellite-augmented low-altitude economy and terrestrial networks.
-
Toward Edge General Intelligence with Agentic AI and Agentification: Concepts, Technologies, and Future Directions
A survey that organizes agentic AI for 6G edge networks into four pillars, compactness, efficiency, knowledge and reasoning, and migration, and illustrates them with prior case studies.
-
Edge General Intelligence Through World Models and Agentic AI: Fundamentals, Solutions, and Challenges
A survey reviewing how world models and agentic AI could be combined to give edge devices predictive, proactive decision-making, with a taxonomy of methods, applications, and challenges.
-
Robust Model Reconstruction Based on the Topological Understanding of Point Clouds Using Persistent Homology
The abstract promises persistent homology based separation and reconstruction of multiple closed surfaces in noisy point clouds, but the manuscript body contains a different paper, so the result is unverifiable.
-
UAVs Meet Agentic AI: A Multidomain Survey of Autonomous Aerial Intelligence and Agentic UAVs
A narrative survey defines 'agentic UAVs' as drones with perception, cognition, control, and communication layers and catalogs applications and challenges across eight domains.
Reference graph
Works this paper leans on
-
[25]
Large language model enhanced multi-agent systems for 6g communications,
F. Jiang, Y . Peng, L. Dong, K. Wang, K. Yang, C. Pan, D. Niyato, and O. A. Dobre, “Large language model enhanced multi-agent systems for 6g communications,”IEEE Wireless Communications, vol. 31, no. 6, pp. 48–55, 2024
2024
-
[94]
CommGPT: A Graph and Retrieval-Augmented Multimodal Communication Foundation Model
F. Jiang, W. Zhu, L. Dong, K. Wang, K. Yang, C. Pan, and O. A. Dobre, “Commgpt: A graph and retrieval-augmented multimodal communica- tion foundation model,”arXiv preprint arXiv:2502.18763, 2025
work page Pith review arXiv 2025
-
[1]
6g wireless networks: Vision, requirements, archi- tecture, and key technologies,
Z. Zhang, Y . Xiao, Z. Ma, M. Xiao, Z. Ding, X. Lei, G. K. Karagian- nidis, and P. Fan, “6g wireless networks: Vision, requirements, archi- tecture, and key technologies,”IEEE vehicular technology magazine, vol. 14, no. 3, pp. 28–41, 2019
2019
-
[2]
Bert: Pre-training of deep bidirectional transformers for language understanding,
J. D. M.-W. C. Kenton and L. K. Toutanova, “Bert: Pre-training of deep bidirectional transformers for language understanding,” inProceedings of naacL-HLT, vol. 1, 2019, p. 2
2019
-
[3]
Improving language understanding by generative pre- training,
A. Radford, “Improving language understanding by generative pre- training,” 2018
2018
-
[4]
Language models are unsupervised multitask learners,
A. Radford, J. Wu, R. Child, D. Luan, D. Amodei, I. Sutskeveret al., “Language models are unsupervised multitask learners,”OpenAI blog, vol. 1, no. 8, p. 9, 2019
2019
-
[5]
Language models are few-shot learners,
T. B. Brown, “Language models are few-shot learners,”arXiv preprint arXiv:2005.14165, 2020
arXiv 2005
-
[6]
Exploring the limits of transfer learning with a unified text-to-text transformer,
C. Raffel, N. Shazeer, A. Roberts, K. Lee, S. Narang, M. Matena, Y . Zhou, W. Li, and P. J. Liu, “Exploring the limits of transfer learning with a unified text-to-text transformer,”Journal of machine learning research, vol. 21, no. 140, pp. 1–67, 2020
2020
Show all 206 references
-
[7]
Training language models to follow instructions with human feedback,
L. Ouyang, J. Wu, X. Jiang, D. Almeida, C. Wainwright, P. Mishkin, C. Zhang, S. Agarwal, K. Slama, A. Rayet al., “Training language models to follow instructions with human feedback,”Advances in neural information processing systems, vol. 35, pp. 27 730–27 744, 2022
2022
-
[8]
Segment anything,
A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafson, T. Xiao, S. Whitehead, A. C. Berg, W.-Y . Loet al., “Segment anything,” inProceedings of the IEEE/CVF International Conference on Computer Vision, Paris, France, October 2023, pp. 4015–4026
2023
-
[9]
Gpt-4 technical report,
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkatet al., “Gpt-4 technical report,”arXiv preprint arXiv:2303.08774, 2023
2023 arXiv
-
[11]
A cross-domain performance report of open ai chatgpt o1 model,
K. Hayawi and S. Shahriar, “A cross-domain performance report of open ai chatgpt o1 model,” 2024
2024
-
[12]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P. Wang, X. Biet al., “Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,”arXiv preprint arXiv:2501.12948, 2025
2025 arXiv
-
[13]
Auto-gpt for online decision making: Benchmarks and additional opinions,
H. Yang, S. Yue, and Y . He, “Auto-gpt for online decision making: Benchmarks and additional opinions,”arXiv preprint arXiv:2306.02224, 2023
2023 arXiv
-
[14]
Babyagi,
Y . Nakajima, “Babyagi,”GitHub repository, 2023
2023
-
[15]
Openagents: An open platform for language agents in the wild,
T. Xie, F. Zhou, Z. Cheng, P. Shi, L. Weng, Y . Liu, T. J. Hua, J. Zhao, Q. Liu, C. Liuet al., “Openagents: An open platform for language agents in the wild,”arXiv preprint arXiv:2310.10634, 2023
2023 arXiv
-
[16]
From llm reasoning to autonomous ai agents: A comprehensive review,
M. A. Ferrag, N. Tihanyi, and M. Debbah, “From llm reasoning to autonomous ai agents: A comprehensive review,”arXiv preprint arXiv:2504.19678, 2025
2025 arXiv
-
[17]
Agentic ai: Autonomous intelligence for complex goals–a comprehensive survey,
D. B. Acharya, K. Kuppan, and B. Divya, “Agentic ai: Autonomous intelligence for complex goals–a comprehensive survey,”IEEE Access, 2025
2025
-
[18]
Agentic ai for scientific discovery: A survey of progress, challenges, and future directions,
M. Gridach, J. Nanavati, K. Z. E. Abidine, L. Mendes, and C. Mack, “Agentic ai for scientific discovery: A survey of progress, challenges, and future directions,”arXiv preprint arXiv:2503.08979, 2025
2025 arXiv
-
[19]
A comprehensive survey of large ai models for future com- munications: Foundations, applications and challenges,
F. Jiang, C. Pan, L. Dong, K. Wang, M. Debbah, D. Niyato, and Z. Han, “A comprehensive survey of large ai models for future com- munications: Foundations, applications and challenges,”arXiv preprint arXiv:2505.03556, 2025
2025 arXiv
-
[20]
Large language model (llm) for telecommu- nications: A comprehensive survey on principles, key techniques, and opportunities,
H. Zhou, C. Hu, Y . Yuan, Y . Cui, Y . Jin, C. Chen, H. Wu, D. Yuan, L. Jiang, D. Wuet al., “Large language model (llm) for telecommu- nications: A comprehensive survey on principles, key techniques, and opportunities,”arXiv preprint arXiv:2405.10825, 2024
2024 arXiv
-
[21]
A survey on large language models for communication, network, and service management: Application insights, challenges, and future directions,
G. O. Boateng, H. Sami, A. Alagha, H. Elmekki, A. Hammoud, R. Mizouni, A. Mourad, H. Otrok, J. Bentahar, S. Muhaidatet al., “A survey on large language models for communication, network, and service management: Application insights, challenges, and future directions,”IEEE Comm...
2025
-
[22]
Big ai models for 6g wireless networks: Opportunities, challenges, and research directions,
Z. Chen, Z. Zhang, and Z. Yang, “Big ai models for 6g wireless networks: Opportunities, challenges, and research directions,”IEEE Wireless Communications, vol. 31, no. 5, pp. 164–172, 2024
2024
-
[23]
Large language models for networking: Applications, enabling techniques, and challenges,
Y . Huang, H. Du, X. Zhang, D. Niyato, J. Kang, Z. Xiong, S. Wang, and T. Huang, “Large language models for networking: Applications, enabling techniques, and challenges,”IEEE Network, vol. 39, no. 1, pp. 235–242, 2025
2025
-
[24]
6g wireless communication systems: Applications, requirements, technolo- gies, challenges, and research directions,
M. Z. Chowdhury, M. Shahjalal, S. Ahmed, and Y . M. Jang, “6g wireless communication systems: Applications, requirements, technolo- gies, challenges, and research directions,”IEEE Open Journal of the Communications Society, vol. 1, pp. 957–975, 2020
2020
-
[26]
Large ai model-based semantic communications,
F. Jiang, Y . Peng, L. Dong, K. Wang, K. Yang, C. Pan, and X. You, “Large ai model-based semantic communications,”IEEE Wireless Communications, vol. 31, no. 3, pp. 68–75, 2024
2024
-
[27]
A safer vision-based autonomous planning system for quadrotor uavs with dynamic obstacle trajectory prediction and its application with llms,
J. Zhong, M. Li, Y . Chen, Z. Wei, F. Yang, and H. Shen, “A safer vision-based autonomous planning system for quadrotor uavs with dynamic obstacle trajectory prediction and its application with llms,” in2024 IEEE/CVF Winter Conference on Applications of Computer Vision Worksho...
2024
-
[28]
Large language models empowered autonomous edge ai for connected intelligence,
Y . Shen, J. Shao, X. Zhang, Z. Lin, H. Pan, D. Li, J. Zhang, and K. B. Letaief, “Large language models empowered autonomous edge ai for connected intelligence,”IEEE Communications Magazine, vol. 62, no. 10, pp. 140–146, 2024
2024
-
[29]
Agentic reasoning: Reasoning llms with tools for the deep research,
J. Wu, J. Zhu, and Y . Liu, “Agentic reasoning: Reasoning llms with tools for the deep research,”arXiv preprint arXiv:2502.04644, 2025
2025 arXiv
-
[30]
Attention is all you need,
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” Advances in neural information processing systems, vol. 30, 2017
2017
-
[31]
Witt: A wire- less image transmission transformer for semantic communications,
K. Yang, S. Wang, J. Dai, K. Tan, K. Niu, and P. Zhang, “Witt: A wire- less image transmission transformer for semantic communications,” inICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2023, pp. 1–5
2023
-
[32]
Unveiling the power of complex-valued transformers in wireless communications,
Y . Leng, Q. Lin, L.-Y . Yung, J. Lei, Y . Li, and Y .-C. Wu, “Unveiling the power of complex-valued transformers in wireless communications,” arXiv preprint arXiv:2502.11151, 2025
2025 arXiv
-
[33]
Multimodal transformers for wireless communications: A case study in beam prediction,
Y . Tian, Q. Zhao, F. Boukhalfa, K. Wu, F. Baderet al., “Multimodal transformers for wireless communications: A case study in beam prediction,”arXiv preprint arXiv:2309.11811, 2023
2023 arXiv
-
[34]
Decision transformers for wireless communications: A new paradigm of resource management,
J. Zhang, J. Li, Z. Wang, L. Shi, S. Jin, W. Chen, and H. V . Poor, “Decision transformers for wireless communications: A new paradigm of resource management,”IEEE Wireless Communications, 2025
2025
-
[35]
An image is worth 16x16 words: Transformers for image recognition at scale,
A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gellyet al., “An image is worth 16x16 words: Transformers for image recognition at scale,”arXiv preprint arXiv:2010.11929, 2020
2010 arXiv
-
[36]
Vision transformer based semantic communications for next generation wireless networks,
M. A. Mohsin, M. Jazib, Z. Alam, M. F. Khan, M. Saad, and M. A. Jamshed, “Vision transformer based semantic communications for next generation wireless networks,”arXiv preprint arXiv:2503.17275, 2025
2025 arXiv
-
[37]
Vit los v2x: Vision transformers for environment-aware los blockage prediction for 6g vehicular networks,
G. Gharsallah and G. Kaddoum, “Vit los v2x: Vision transformers for environment-aware los blockage prediction for 6g vehicular networks,” IEEE Access, 2024
2024
-
[38]
Fe-skvit: A feature- enhanced vit model with skip attention for automatic modulation recognition
G. Zheng, B. Zang, P. Yang, W. Zhang, and B. Li, “Fe-skvit: A feature- enhanced vit model with skip attention for automatic modulation recognition.”Remote Sensing, vol. 16, no. 22, 2024
2024
-
[39]
Auto-encoding variational bayes,
D. P. Kingma and M. Welling, “Auto-encoding variational bayes,”arXiv preprint arXiv:1312.6114, 2013
2013 arXiv
-
[40]
Prvnet: A novel partially- regularized variational autoencoders for massive mimo csi feedback,
M. Hussien, K. K. Nguyen, and M. Cheriet, “Prvnet: A novel partially- regularized variational autoencoders for massive mimo csi feedback,” in2022 IEEE wireless communications and networking conference (WCNC). IEEE, 2022, pp. 2286–2291
2022
-
[41]
Joint coding-modulation for digital semantic communications via variational autoencoder,
Y . Bo, Y . Duan, S. Shao, and M. Tao, “Joint coding-modulation for digital semantic communications via variational autoencoder,”IEEE Transactions on Communications, 2024
2024
-
[42]
Variational autoencoder-enhanced deep neural network-based detection for mimo systems,
G. Omondi and T. O. Olwal, “Variational autoencoder-enhanced deep neural network-based detection for mimo systems,”e-Prime-Advances in Electrical Engineering, Electronics and Energy, vol. 6, p. 100335, 2023. 31
2023
-
[43]
Deep unsupervised learning using nonequilibrium thermodynamics,
J. Sohl-Dickstein, E. Weiss, N. Maheswaranathan, and S. Ganguli, “Deep unsupervised learning using nonequilibrium thermodynamics,” inInternational conference on machine learning. Lille, France: PMLR, July 2015, pp. 2256–2265
2015
-
[44]
High-resolution image synthesis with latent diffusion models,
R. Rombach, A. Blattmann, D. Lorenz, P. Esser, and B. Ommer, “High-resolution image synthesis with latent diffusion models,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, New Orleans, LA, USA, June 2022, pp. 10 684– 10 695
2022
-
[45]
Hierarchi- cal text-conditional image generation with clip latents,
A. Ramesh, P. Dhariwal, A. Nichol, C. Chu, and M. Chen, “Hierarchi- cal text-conditional image generation with clip latents,”arXiv preprint arXiv:2204.06125, vol. 1, no. 2, p. 3, 2022
2022 arXiv
-
[46]
Improving image generation with bet- ter captions,
J. Betker, G. Goh, L. Jing, T. Brooks, J. Wang, L. Li, L. Ouyang, J. Zhuang, J. Lee, Y . Guoet al., “Improving image generation with bet- ter captions,”Computer Science. https://cdn. openai. com/papers/dall- e-3. pdf, vol. 2, no. 3, p. 8, 2023
2023
-
[47]
Photorealistic text-to-image diffusion models with deep language understanding,
C. Saharia, W. Chan, S. Saxena, L. Li, J. Whang, E. L. Denton, K. Ghasemipour, R. Gontijo Lopes, B. Karagol Ayan, T. Salimanset al., “Photorealistic text-to-image diffusion models with deep language understanding,”Advances in neural information processing systems, vol. 35, pp....
2022
-
[48]
Conditional denoising diffusion-based channel estimation for fast time-varying mimo-ofdm systems,
H. Fu, W. Si, and R. Liu, “Conditional denoising diffusion-based channel estimation for fast time-varying mimo-ofdm systems,”Digital Signal Processing, p. 105283, 2025
2025
-
[49]
Dif- fusion models for audio semantic communication,
E. Grassucci, C. Marinoni, A. Rodriguez, and D. Comminiello, “Dif- fusion models for audio semantic communication,” inICASSP 2024- 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). Seoul, Korea: IEEE, April 2024, pp. 13 136– 13 140
2024
-
[50]
Dmce: Diffusion model channel enhancer for multi-user semantic communication systems,
Y . Zeng, X. He, X. Chen, H. Tong, Z. Yang, Y . Guo, and J. Hao, “Dmce: Diffusion model channel enhancer for multi-user semantic communication systems,” inICC 2024-IEEE International Conference on Communications. IEEE, 2024, pp. 855–860
2024
-
[51]
Diffusion-based radio signal augmentation for automatic modulation classification,
Y . Xu, L. Huang, L. Zhang, L. Qian, and X. Yang, “Diffusion-based radio signal augmentation for automatic modulation classification,” Electronics, vol. 13, no. 11, p. 2063, 2024
2024
-
[52]
Scalable diffusion models with transformers,
W. Peebles and S. Xie, “Scalable diffusion models with transformers,” inProceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 4195–4205
2023
-
[53]
Sora: A review on background, technology, limitations, and opportunities of large vision models,
Y . Liu, K. Zhang, Y . Li, Z. Yan, C. Gao, R. Chen, Z. Yuan, Y . Huang, H. Sun, J. Gaoet al., “Sora: A review on background, technology, limitations, and opportunities of large vision models,”arXiv preprint arXiv:2402.17177, 2024
2024 arXiv
-
[54]
Adaptive mixtures of local experts,
R. A. Jacobs, M. I. Jordan, S. J. Nowlan, and G. E. Hinton, “Adaptive mixtures of local experts,”Neural computation, vol. 3, no. 1, pp. 79–87, 1991
1991
-
[55]
Glam: Efficient scaling of language models with mixture-of-experts,
N. Du, Y . Huang, A. M. Dai, S. Tong, D. Lepikhin, Y . Xu, M. Krikun, Y . Zhou, A. W. Yu, O. Firatet al., “Glam: Efficient scaling of language models with mixture-of-experts,” inInternational conference on machine learning. PMLR, 2022, pp. 5547–5569
2022
-
[56]
Mixtral of experts,
A. Q. Jiang, A. Sablayrolles, A. Roux, A. Mensch, B. Savary, C. Bam- ford, D. S. Chaplot, D. d. l. Casas, E. B. Hanna, F. Bressandet al., “Mixtral of experts,”arXiv preprint arXiv:2401.04088, 2024
2024 arXiv
-
[57]
Enhancing physical layer communication security through generative ai with mixture of experts,
C. Zhao, H. Du, D. Niyato, J. Kang, Z. Xiong, D. I. Kim, X. S. Shen, and K. B. Letaief, “Enhancing physical layer communication security through generative ai with mixture of experts,”IEEE Wireless Communications, 2025
2025
-
[58]
Generative ai agents with large language model for satellite networks via a mixture of experts transmission,
R. Zhang, H. Du, Y . Liu, D. Niyato, J. Kang, Z. Xiong, A. Jamalipour, and D. In Kim, “Generative ai agents with large language model for satellite networks via a mixture of experts transmission,”IEEE Journal on Selected Areas in Communications, vol. 42, no. 12, pp. 3581–3596, 2024
2024
-
[59]
Moe-amc: Enhancing automatic modulation classification performance using mixture-of-experts,
J. Gao, Q. Cao, and Y . Chen, “Moe-amc: Enhancing automatic modulation classification performance using mixture-of-experts,”arXiv preprint arXiv:2312.02298, 2023
2023 arXiv
-
[60]
Gem- ini: a family of highly capable multimodal models,
G. Team, R. Anil, S. Borgeaud, J.-B. Alayrac, J. Yu, R. Soricut, J. Schalkwyk, A. M. Dai, A. Hauth, K. Millicanet al., “Gem- ini: a family of highly capable multimodal models,”arXiv preprint arXiv:2312.11805, 2023
2023 arXiv
-
[61]
Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context,
G. Team, P. Georgiev, V . I. Lei, R. Burnell, L. Bai, A. Gulati, G. Tanzer, D. Vincent, Z. Pan, S. Wanget al., “Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context,”arXiv preprint arXiv:2403.05530, 2024
2024 arXiv
-
[62]
Llama: Open and efficient foundation language models,
H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozi `ere, N. Goyal, E. Hambro, F. Azharet al., “Llama: Open and efficient foundation language models,”arXiv preprint arXiv:2302.13971, 2023
2023 arXiv
-
[63]
Llama 2: Open foundation and fine-tuned chat models,
H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y . Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosaleet al., “Llama 2: Open foundation and fine-tuned chat models,”arXiv preprint arXiv:2307.09288, 2023
2023 arXiv
-
[64]
The llama 3 herd of models,
A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A. Letman, A. Mathur, A. Schelten, A. Yang, A. Fanet al., “The llama 3 herd of models,”arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[65]
Large ai model empowered multimodal semantic communications,
F. Jiang, L. Dong, Y . Peng, K. Wang, K. Yang, C. Pan, and X. You, “Large ai model empowered multimodal semantic communications,” IEEE Communications Magazine, vol. 63, no. 1, pp. 76–82, 2025
2025
-
[66]
A survey on large language model (llm) security and privacy: The good, the bad, and the ugly,
Y . Yao, J. Duan, K. Xu, Y . Cai, Z. Sun, and Y . Zhang, “A survey on large language model (llm) security and privacy: The good, the bad, and the ugly,”High-Confidence Computing, p. 100211, 2024
2024
-
[67]
Masked autoencoders are scalable vision learners,
K. He, X. Chen, S. Xie, Y . Li, P. Doll ´ar, and R. Girshick, “Masked autoencoders are scalable vision learners,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 16 000–16 009
2022
-
[68]
Dinov2: Learning robust visual features without supervision,
M. Oquab, T. Darcet, T. Moutakanni, H. V o, M. Szafraniec, V . Khali- dov, P. Fernandez, D. Haziza, F. Massa, A. El-Noubyet al., “Dinov2: Learning robust visual features without supervision,”arXiv preprint arXiv:2304.07193, 2023
2023 arXiv
-
[69]
Segment anything meets semantic communication,
S. Tariq, B. E. Arfeto, C. Zhang, and H. Shin, “Segment anything meets semantic communication,”arXiv preprint arXiv:2306.02094, 2023
2023 arXiv
-
[70]
Lightweight vision model-based multi-user semantic communication systems,
F. Jiang, S. Tu, L. Dong, K. Wang, K. Yang, R. Liu, C. Pan, and J. Wang, “Lightweight vision model-based multi-user semantic communication systems,”arXiv preprint arXiv:2502.16424, 2025
2025 arXiv
-
[71]
Visual instruction tuning,
H. Liu, C. Li, Q. Wu, and Y . J. Lee, “Visual instruction tuning,” Advances in neural information processing systems, vol. 36, 2024
2024
-
[72]
Llava-grounding: Grounded visual chat with large multimodal models,
H. Zhang, H. Li, F. Li, T. Ren, X. Zou, S. Liu, S. Huang, J. Gao, Leizhang, C. Liet al., “Llava-grounding: Grounded visual chat with large multimodal models,” inEuropean Conference on Computer Vision. Springer, 2024, pp. 19–35
2024
-
[73]
Llava-uhd: an lmm perceiving any aspect ratio and high-resolution images,
Z. Guo, R. Xu, Y . Yao, J. Cui, Z. Ni, C. Ge, T.-S. Chua, Z. Liu, and G. Huang, “Llava-uhd: an lmm perceiving any aspect ratio and high-resolution images,” inEuropean Conference on Computer Vision. Springer, 2024, pp. 390–406
2024
-
[74]
Latency-aware generative semantic communications with pre-trained diffusion models,
L. Qiao, M. B. Mashhadi, Z. Gao, C. H. Foh, P. Xiao, and M. Bennis, “Latency-aware generative semantic communications with pre-trained diffusion models,”arXiv preprint arXiv:2403.17256, 2024
2024 arXiv
-
[75]
Large multi-modal models (lmms) as universal foundation models for ai-native wireless systems,
S. Xu, C. K. Thomas, O. Hashash, N. Muralidhar, W. Saad, and N. Ramakrishnan, “Large multi-modal models (lmms) as universal foundation models for ai-native wireless systems,”arXiv preprint arXiv:2402.01748, 2024
2024 arXiv
-
[76]
Application of frozen large-scale models to multimodal task-oriented dialogue,
T. Kawamoto, T. Suzuki, K. Miyama, T. Meguro, and T. Takagi, “Application of frozen large-scale models to multimodal task-oriented dialogue,”arXiv preprint arXiv:2310.00845, 2023
2023 arXiv
-
[77]
A comprehensive survey of reinforcement learning: From algorithms to practical challenges,
M. Ghasemi, A. H. Moosavi, and D. Ebrahimi, “A comprehensive survey of reinforcement learning: From algorithms to practical challenges,” 2025. [Online]. Available: https://arxiv.org/abs/2411.18892
2025 arXiv
-
[78]
Instruction tuning for large language models: A survey,
S. Zhang, L. Dong, X. Li, S. Zhang, X. Sun, S. Wang, J. Li, R. Hu, T. Zhang, F. Wuet al., “Instruction tuning for large language models: A survey,”arXiv preprint arXiv:2308.10792, 2023
2023
-
[79]
Chain-of-thought prompting elicits reasoning in large language models,
J. Wei, X. Wang, D. Schuurmans, M. Bosma, F. Xia, E. Chi, Q. V . Le, D. Zhouet al., “Chain-of-thought prompting elicits reasoning in large language models,”Advances in neural information processing systems, vol. 35, pp. 24 824–24 837, 2022
2022
-
[80]
Retrieval- augmented generation for knowledge-intensive nlp tasks,
P. Lewis, E. Perez, A. Piktus, F. Petroni, V . Karpukhin, N. Goyal, H. K ¨uttler, M. Lewis, W.-t. Yih, T. Rockt ¨aschelet al., “Retrieval- augmented generation for knowledge-intensive nlp tasks,”Advances in Neural Information Processing Systems, vol. 33, pp. 9459–9474, 2020
2020
-
[81]
Deepseekmath: Pushing the limits of mathematical reasoning in open language models,
Z. Shao, P. Wang, Q. Zhu, R. Xu, J. Song, X. Bi, H. Zhang, M. Zhang, Y . Li, Y . Wuet al., “Deepseekmath: Pushing the limits of mathematical reasoning in open language models,”arXiv preprint arXiv:2402.03300, 2024
2024 arXiv
-
[82]
Qwen2. 5 technical report,
A. Yang, B. Yang, B. Zhang, B. Hui, B. Zheng, B. Yu, C. Li, D. Liu, F. Huang, H. Weiet al., “Qwen2. 5 technical report,”arXiv preprint arXiv:2412.15115, 2024
2024 arXiv
-
[83]
Efficient selectivity and backup operators in monte-carlo tree search,
R. Coulom, “Efficient selectivity and backup operators in monte-carlo tree search,” inInternational conference on computers and games. Springer, 2006, pp. 72–83
2006
-
[84]
A survey of efficient reasoning for large rea- soning models: Language, multimodality, and beyond,
X. Qu, Y . Li, Z. Su, W. Sun, J. Yan, D. Liu, G. Cui, D. Liu, S. Liang, J. Heet al., “A survey of efficient reasoning for large rea- soning models: Language, multimodality, and beyond,”arXiv preprint arXiv:2503.21614, 2025
2025
-
[85]
Gqa: Training generalized multi-query transformer models from multi-head checkpoints,
J. Ainslie, J. Lee-Thorp, M. De Jong, Y . Zemlyanskiy, F. Lebr ´on, and S. Sanghai, “Gqa: Training generalized multi-query transformer models from multi-head checkpoints,”arXiv preprint arXiv:2305.13245, 2023. 32
2023 arXiv
-
[86]
Fast transformer decoding: One write-head is all you need,
N. Shazeer, “Fast transformer decoding: One write-head is all you need,”arXiv preprint arXiv:1911.02150, 2019
1911 arXiv
-
[87]
Tinyllama: An open-source small language model,
P. Zhang, G. Zeng, T. Wang, and W. Lu, “Tinyllama: An open-source small language model,”arXiv preprint arXiv:2401.02385, 2024
2024 arXiv
-
[88]
Evaluating small language models for news summarization: Implications and factors influencing performance,
B. Xu, Y . Chen, Z. Wen, W. Liu, and B. He, “Evaluating small language models for news summarization: Implications and factors influencing performance,”arXiv preprint arXiv:2502.00641, 2025
2025 arXiv
-
[89]
Minicpm: Unveiling the potential of small language models with scalable training strategies,
S. Hu, Y . Tu, X. Han, C. He, G. Cui, X. Long, Z. Zheng, Y . Fang, Y . Huang, W. Zhaoet al., “Minicpm: Unveiling the potential of small language models with scalable training strategies,”arXiv preprint arXiv:2404.06395, 2024
2024 arXiv
-
[90]
Phi-2: The surprising power of small language models,
M. Javaheripi, S. Bubeck, M. Abdin, J. Aneja, S. Bubeck, C. C. T. Mendes, W. Chen, A. Del Giorno, R. Eldan, S. Gopiet al., “Phi-2: The surprising power of small language models,”Microsoft Research Blog, vol. 1, no. 3, p. 3, 2023
2023
-
[91]
Phi-3 technical report: A highly capable language model locally on your phone,
M. Abdin, J. Aneja, H. Awadalla, A. Awadallah, A. A. Awan, N. Bach, A. Bahree, A. Bakhtiari, J. Bao, H. Behlet al., “Phi-3 technical report: A highly capable language model locally on your phone,”arXiv preprint arXiv:2404.14219, 2024
2024 arXiv
-
[92]
Telecomgpt: A framework to build telecom-specfic large language models,
H. Zou, Q. Zhao, Y . Tian, L. Bariah, F. Bader, T. Lestable, and M. Debbah, “Telecomgpt: A framework to build telecom-specfic large language models,”arXiv preprint arXiv:2407.09424, 2024
2024 arXiv
-
[93]
Tspec-llm: An open- source dataset for llm understanding of 3gpp specifications,
R. Nikbakht, M. Benzaghta, and G. Geraci, “Tspec-llm: An open- source dataset for llm understanding of 3gpp specifications,”arXiv preprint arXiv:2406.01768, 2024
2024 arXiv
-
[95]
Milvus: A purpose-built vector data management system,
J. Wang, X. Yi, R. Guo, H. Jin, P. Xu, S. Li, X. Wang, X. Guo, C. Li, X. Xuet al., “Milvus: A purpose-built vector data management system,” inProceedings of the 2021 International Conference on Management of Data, 2021, pp. 2614–2627
2021
-
[96]
Graph database with neo4j and the cypher language: An application in mining companies
S. D. M. Henriquez, E. R. Tito, J. F. I. Loo, L. Ruth, and H. Rond ´on, “Graph database with neo4j and the cypher language: An application in mining companies.”
-
[97]
Openai o1 system card,
A. Jaech, A. Kalai, A. Lerer, A. Richardson, A. El-Kishky, A. Low, A. Helyar, A. Madry, A. Beutel, A. Carneyet al., “Openai o1 system card,”arXiv preprint arXiv:2412.16720, 2024
2024 arXiv
-
[98]
Tree of thoughts: Deliberate problem solving with large language models,
S. Yao, D. Yu, J. Zhao, I. Shafran, T. Griffiths, Y . Cao, and K. Narasimhan, “Tree of thoughts: Deliberate problem solving with large language models,”Advances in Neural Information Processing Systems, vol. 36, 2024
2024
-
[99]
Graph of thoughts: Solving elaborate problems with large language models,
M. Besta, N. Blach, A. Kubicek, R. Gerstenberger, M. Podstawski, L. Gianinazzi, J. Gajda, T. Lehmann, H. Niewiadomski, P. Nyczyk et al., “Graph of thoughts: Solving elaborate problems with large language models,” inProceedings of the AAAI Conference on Artificial Intelligence,...
2024
-
[100]
Plan-and-solve prompting: Improving zero-shot chain-of-thought reasoning by large language models,
L. Wang, W. Xu, Y . Lan, Z. Hu, Y . Lan, R. K.-W. Lee, and E.-P. Lim, “Plan-and-solve prompting: Improving zero-shot chain-of-thought reasoning by large language models,”arXiv preprint arXiv:2305.04091, 2023
2023 arXiv
-
[101]
Retrieval-augmented generation for large language models: A survey,
Y . Gao, Y . Xiong, X. Gao, K. Jia, J. Pan, Y . Bi, Y . Dai, J. Sun, H. Wang, and H. Wang, “Retrieval-augmented generation for large language models: A survey,”arXiv preprint arXiv:2312.10997, vol. 2, p. 1, 2023
2023 arXiv
-
[102]
Unifying large language models and knowledge graphs: A roadmap,
S. Pan, L. Luo, Y . Wang, C. Chen, J. Wang, and X. Wu, “Unifying large language models and knowledge graphs: A roadmap,”IEEE Transactions on Knowledge and Data Engineering, vol. 36, no. 7, pp. 3580–3599, 2024
2024
-
[103]
A systematic survey of prompt engineering in large language models: Techniques and applications,
P. Sahoo, A. K. Singh, S. Saha, V . Jain, S. Mondal, and A. Chadha, “A systematic survey of prompt engineering in large language models: Techniques and applications,”arXiv preprint arXiv:2402.07927, 2024
2024 arXiv
-
[104]
A survey of agent interoperability protocols: Model context protocol (mcp), agent communication protocol (acp), agent-to-agent protocol (a2a), and agent network protocol (anp),
A. Ehtesham, A. Singh, G. K. Gupta, and S. Kumar, “A survey of agent interoperability protocols: Model context protocol (mcp), agent communication protocol (acp), agent-to-agent protocol (a2a), and agent network protocol (anp),”arXiv preprint arXiv:2505.02279, 2025
2025 arXiv
-
[105]
Tool learning with large language models: A survey,
C. Qu, S. Dai, X. Wei, H. Cai, S. Wang, D. Yin, J. Xu, and J.-R. Wen, “Tool learning with large language models: A survey,”Frontiers of Computer Science, vol. 19, no. 8, p. 198343, 2025
2025
-
[106]
A survey on long short-term memory networks for time series prediction,
B. Lindemann, T. M ¨uller, H. Vietz, N. Jazdi, and M. Weyrich, “A survey on long short-term memory networks for time series prediction,” Procedia Cirp, vol. 99, pp. 650–655, 2021
2021
-
[107]
A comprehensive survey on vector database: Storage and retrieval technique, challenge,
Y . Han, C. Liu, and P. Wang, “A comprehensive survey on vector database: Storage and retrieval technique, challenge,”arXiv preprint arXiv:2310.11703, 2023
2023
-
[108]
Survey of visual-semantic embedding methods for zero- shot image retrieval,
K. Ueki, “Survey of visual-semantic embedding methods for zero- shot image retrieval,” in2021 20th IEEE International Conference on Machine Learning and Applications (ICMLA). IEEE, 2021, pp. 628– 634
2021
-
[109]
Reflexion: Language agents with verbal reinforcement learning,
N. Shinn, F. Cassano, A. Gopinath, K. Narasimhan, and S. Yao, “Reflexion: Language agents with verbal reinforcement learning,” Advances in Neural Information Processing Systems, vol. 36, pp. 8634– 8652, 2023
2023
-
[110]
Ai agents vs. agentic ai: A conceptual taxonomy, applications and challenge,
R. Sapkota, K. I. Roumeliotis, and M. Karkee, “Ai agents vs. agentic ai: A conceptual taxonomy, applications and challenge,”arXiv preprint arXiv:2505.10468, 2025
2025
-
[111]
Large language model enabled semantic communication systems,
Z. Wang, L. Zou, S. Wei, F. Liao, J. Zhuo, H. Mi, and R. Lai, “Large language model enabled semantic communication systems,” arXiv preprint arXiv:2407.14112, 2024
2024 arXiv
-
[112]
Semantic communications using foundation models: Design approaches and open issues,
P. Jiang, C.-K. Wen, X. Yi, X. Li, S. Jin, and J. Zhang, “Semantic communications using foundation models: Design approaches and open issues,”IEEE Wireless Communications, vol. 31, no. 3, pp. 76–84, 2024
2024
-
[113]
Llm-enabled data transmission in end-to-end semantic communication,
S. Salehi, M. Erol-Kantarci, and D. Niyato, “Llm-enabled data transmission in end-to-end semantic communication,”arXiv preprint arXiv:2504.07431, 2025
2025 arXiv
-
[114]
Large gen- erative model-assisted talking-face semantic communication system,
F. Jiang, S. Tu, L. Dong, C. Pan, J. Wang, and X. You, “Large gen- erative model-assisted talking-face semantic communication system,” arXiv preprint arXiv:2411.03876, 2024
2024 arXiv
-
[115]
Large language model-based seman- tic communication system for image transmission,
S. Ribouh and O. Saleem, “Large language model-based seman- tic communication system for image transmission,”arXiv preprint arXiv:2501.12988, 2025
2025 arXiv
-
[116]
Visual language model based cross-modal semantic communication systems,
F. Jiang, C. Tang, L. Dong, K. Wang, K. Yang, and C. Pan, “Visual language model based cross-modal semantic communication systems,” IEEE Transactions on Wireless Communications, pp. 1–1, Mar. 2025
2025
-
[117]
Large generative model assisted 3d semantic communication,
F. Jiang, Y . Peng, L. Dong, K. Wang, K. Yang, C. Pan, and X. You, “Large generative model assisted 3d semantic communication,”arXiv preprint arXiv:2403.05783, 2024
2024 arXiv
-
[118]
Multimodal large language models driven privacy-preserving wireless semantic communication in 6g,
D. Cao, J. Wu, and A. K. Bashir, “Multimodal large language models driven privacy-preserving wireless semantic communication in 6g,” in 2024 IEEE International Conference on Communications Workshops (ICC Workshops). IEEE, 2024, pp. 171–176
2024
-
[119]
M4sc: An mllm-based multi-modal, multi-task and multi-user semantic commu- nication system,
F. Jiang, S. Tu, L. Dong, K. Wang, K. Yang, and C. Pan, “M4sc: An mllm-based multi-modal, multi-task and multi-user semantic commu- nication system,”arXiv preprint arXiv:2502.16418, 2025
2025 arXiv
-
[120]
Semantic communication based on large language model for under- water image transmission,
W. Chen, W. Xu, H. Chen, X. Zhang, Z. Qin, Y . Zhang, and Z. Han, “Semantic communication based on large language model for under- water image transmission,”arXiv preprint arXiv:2408.12616, 2024
2024 arXiv
-
[121]
Large language models (llms) for semantic communication in edge-based iot networks,
A. Kalita, “Large language models (llms) for semantic communication in edge-based iot networks,”arXiv preprint arXiv:2407.20970, 2024
2024 arXiv
-
[122]
Llmind: Or- chestrating ai and iot with llm for complex task execution,
H. Cui, Y . Du, Q. Yang, Y . Shao, and S. C. Liew, “Llmind: Or- chestrating ai and iot with llm for complex task execution,”IEEE Communications Magazine, vol. 63, no. 4, pp. 214–220, 2025
2025
-
[123]
Autoiot: Llm-driven automated natural language programming for aiot applications,
L. Shen, Q. Yang, Y . Zheng, and M. Li, “Autoiot: Llm-driven automated natural language programming for aiot applications,”arXiv preprint arXiv:2503.05346, 2025
2025 arXiv
-
[124]
Llm-empowered iot for 6g networks: Architecture, challenges, and solutions,
X. Chen, W. Wu, Z. Li, L. Li, and F. Ji, “Llm-empowered iot for 6g networks: Architecture, challenges, and solutions,”arXiv preprint arXiv:2503.13819, 2025
2025 arXiv
-
[125]
Efficient prompting for llm-based generative internet of things,
B. Xiao, B. Kantarci, J. Kang, D. Niyato, and M. Guizani, “Efficient prompting for llm-based generative internet of things,”IEEE Internet of Things Journal, 2024
2024
-
[126]
Llm-based threat detec- tion and prevention framework for iot ecosystems,
Y . Otoum, A. Asad, and A. Nayak, “Llm-based threat detec- tion and prevention framework for iot ecosystems,”arXiv preprint arXiv:2505.00240, 2025
2025 arXiv
-
[127]
In- tegrating large language models with internet of things: applications,
M. Zong, A. Hekmati, M. Guastalla, Y . Li, and B. Krishnamachari, “In- tegrating large language models with internet of things: applications,” Discover Internet of Things, vol. 5, no. 1, p. 2, 2025
2025
-
[128]
Llm-based event abstraction and integration for iot-sourced logs,
M. Shirali, M. F. Sani, Z. Ahmadi, and E. Serral, “Llm-based event abstraction and integration for iot-sourced logs,” inInternational Con- ference on Business Process Management. Springer, 2024, pp. 138– 149
2024
-
[129]
Iot-llm: Enhancing real- world iot task reasoning with large language models,
T. An, Y . Zhou, H. Zou, and J. Yang, “Iot-llm: Enhancing real- world iot task reasoning with large language models,”arXiv preprint arXiv:2410.02429, 2024
2024
-
[130]
Iot-lm: Large multisensory language models for the internet of things,
S. Mo, R. Salakhutdinov, L.-P. Morency, and P. P. Liang, “Iot-lm: Large multisensory language models for the internet of things,”arXiv preprint arXiv:2407.09801, 2024
2024 arXiv
-
[131]
Fwdllm: Efficient fedllm using forward gradient,
M. Xu, D. Cai, Y . Wu, X. Li, and S. Wang, “Fwdllm: Efficient fedllm using forward gradient,”arXiv preprint arXiv:2308.13894, 2023
2023 arXiv
-
[132]
Edge-llm: Enabling efficient large language model adaptation on edge devices via unified compression and adaptive layer voting,
Z. Yu, Z. Wang, Y . Li, R. Gao, X. Zhou, S. R. Bommu, Y . Zhao, and Y . Lin, “Edge-llm: Enabling efficient large language model adaptation on edge devices via unified compression and adaptive layer voting,” 33 inProceedings of the 61st ACM/IEEE Design Automation Conference, Sa...
2024
-
[133]
Edgeshard: Efficient llm inference via collaborative edge computing,
M. Zhang, X. Shen, J. Cao, Z. Cui, and S. Jiang, “Edgeshard: Efficient llm inference via collaborative edge computing,”IEEE Internet of Things Journal, pp. 1–1, Dec. 2024
2024
-
[134]
Edge and terminal coop- eration enabled llm deployment optimization in wireless network,
W. Zhao, W. Jing, Z. Lu, and X. Wen, “Edge and terminal coop- eration enabled llm deployment optimization in wireless network,” inIEEE/CIC International Conference on Communications (ICCC Workshops), Hangzhou, Aug. 2024, pp. 220–225
2024
-
[135]
Mobile edge intelligence for large language models: A contemporary survey,
G. Qu, Q. Chen, W. Wei, Z. Lin, X. Chen, and K. Huang, “Mobile edge intelligence for large language models: A contemporary survey,” IEEE Communications Surveys & Tutorials, pp. 1–1, Mar. 2025
2025
-
[136]
Decentralized llm infer- ence over edge networks with energy harvesting,
A. Khoshsirat, G. Perin, and M. Rossi, “Decentralized llm infer- ence over edge networks with energy harvesting,”arXiv preprint arXiv:2408.15907, 2024
2024
-
[137]
Pushing large language models to the 6g edge: Vision, challenges, and oppor- tunities,
Z. Lin, G. Qu, Q. Chen, X. Chen, Z. Chen, and K. Huang, “Pushing large language models to the 6g edge: Vision, challenges, and oppor- tunities,”arXiv preprint arXiv:2309.16739, 2023
2023 arXiv
-
[138]
Llm-based edge intelligence: A comprehensive survey on architectures, applications, security and trustworthiness,
O. Friha, M. Amine Ferrag, B. Kantarci, B. Cakmak, A. Ozgun, and N. Ghoualmi-Zine, “Llm-based edge intelligence: A comprehensive survey on architectures, applications, security and trustworthiness,” IEEE Open Journal of the Communications Society, vol. 5, pp. 5799– 5856, 2024
2024
-
[139]
Network meets chatgpt: Intent autonomous management, control and operation,
J. Wang, L. Zhang, Y . Yang, Z. Zhuang, Q. Qi, H. Sun, L. Lu, J. Feng, and J. Liao, “Network meets chatgpt: Intent autonomous management, control and operation,”Journal of Communications and Information Networks, vol. 8, no. 3, pp. 239–255, 2023
2023
-
[140]
Ai large model and 6g network,
L. Yue and T. Chen, “Ai large model and 6g network,” in2023 IEEE Globecom Workshops (GC Wkshps). Kuala Lumpur, Malaysia: IEEE, December 2023, pp. 2049–2054
2023
-
[141]
Optimizing llm prompts for automation of network management: A user’s perspective,
V . Komanduri, S. Estropia, S. Alessio, G. Yerdelen, T. Ferreira, G. P. Roldan, Z. Dong, and R. Rojas-Cessa, “Optimizing llm prompts for automation of network management: A user’s perspective,” in2025 International Conference on Artificial Intelligence in Information and Commu...
2025
-
[142]
Enhancing network management using code generated by large language models,
S. K. Mani, Y . Zhou, K. Hsieh, S. Segarra, T. Eberl, E. Azulai, I. Frizler, R. Chandra, and S. Kandula, “Enhancing network management using code generated by large language models,” inProceedings of the 22nd ACM Workshop on Hot Topics in Networks, 2023, pp. 196–204
2023
-
[143]
Large language models for knowledge-free network management: Feasibility study and opportunities,
H. Lee, M. Kim, S. Baek, N. Lee, M. Debbah, and I. Lee, “Large language models for knowledge-free network management: Feasibility study and opportunities,”arXiv preprint arXiv:2410.17259, 2024
2024 arXiv
-
[144]
Netllm: Adapting large language models for networking,
D. Wu, X. Wang, Y . Qiao, Z. Wang, J. Jiang, S. Cui, and F. Wang, “Netllm: Adapting large language models for networking,” inProceed- ings of the ACM SIGCOMM 2024 Conference, 2024, pp. 661–678
2024
-
[145]
Large language models meet network slicing management and orchestration,
A. Dandoush, V . Kumarskandpriya, M. Uddin, and U. Khalil, “Large language models meet network slicing management and orchestration,” arXiv preprint arXiv:2403.13721, 2024
2024 arXiv
-
[146]
Designing network algorithms via large language models,
Z. He, A. Gottipati, L. Qiu, X. Luo, K. Xu, Y . Yang, and F. Y . Yan, “Designing network algorithms via large language models,” in Proceedings of the 23rd ACM Workshop on Hot Topics in Networks, 2024, pp. 205–212
2024
-
[147]
A comprehen- sive overview of backdoor attacks in large language models within communication networks,
H. Yang, K. Xiang, M. Ge, H. Li, R. Lu, and S. Yu, “A comprehen- sive overview of backdoor attacks in large language models within communication networks,”IEEE Network, 2024
2024
-
[148]
Pathway to secure and trustworthy 6g for llms: Attacks, defense, and opportunities,
S. A. Khowaja, P. Khuwaja, K. Dev, H. A. Hamadi, and E. Zeydan, “Pathway to secure and trustworthy 6g for llms: Attacks, defense, and opportunities,”arXiv preprint arXiv:2408.00722, 2024
2024 arXiv
-
[149]
Bc4llm: Trusted artificial intelligence when blockchain meets large language models,
H. Luo, J. Luo, and A. V . Vasilakos, “Bc4llm: Trusted artificial intelligence when blockchain meets large language models,”arXiv preprint arXiv:2310.06278, 2023
2023 arXiv
-
[150]
Sentinellms: Encrypted input adaptation and fine-tuning of language models for private and secure inference,
A. Mishra, M. Li, and S. Deo, “Sentinellms: Encrypted input adaptation and fine-tuning of language models for private and secure inference,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 38, no. 19, 2024, pp. 21 403–21 411
2024
-
[151]
Priva- cyrestore: Privacy-preserving inference in large language models via privacy removal and restoration,
Z. Zeng, J. Wang, J. Yang, Z. Lu, H. Zhuang, and C. Chen, “Priva- cyrestore: Privacy-preserving inference in large language models via privacy removal and restoration,”arXiv preprint arXiv:2406.01394, 2024
2024 arXiv
-
[152]
Privatelora for efficient privacy preserving llm,
Y . Wang, Y . Lin, X. Zeng, and G. Zhang, “Privatelora for efficient privacy preserving llm,”arXiv preprint arXiv:2311.14030, 2023
2023 arXiv
-
[153]
Trustworthy ai: Securing sensitive data in large language models,
G. Feretzakis and V . S. Verykios, “Trustworthy ai: Securing sensitive data in large language models,”AI, vol. 5, no. 4, pp. 2773–2800, 2024
2024
-
[154]
When llms meet cybersecurity: A systematic literature review,
J. Zhang, H. Bu, H. Wen, Y . Liu, H. Fei, R. Xi, L. Li, Y . Yang, H. Zhu, and D. Meng, “When llms meet cybersecurity: A systematic literature review,”Cybersecurity, vol. 8, no. 1, pp. 1–41, 2025
2025
-
[155]
On large language models safety, security, and privacy: A survey,
R. Zhang, H.-W. Li, X.-Y . Qian, W.-B. Jiang, and H.-X. Chen, “On large language models safety, security, and privacy: A survey,”Journal of Electronic Science and Technology, p. 100301, 2025
2025
-
[156]
Llm-empowered resource allocation in wireless communications systems,
W. Lee and J. Park, “Llm-empowered resource allocation in wireless communications systems,”arXiv preprint arXiv:2408.02944, 2024
2024 arXiv
-
[157]
Mixture of experts for intelligent networks: A large language model- enabled approach,
H. Du, G. Liu, Y . Lin, D. Niyato, J. Kang, Z. Xiong, and D. I. Kim, “Mixture of experts for intelligent networks: A large language model- enabled approach,” in2024 International Wireless Communications and Mobile Computing (IWCMC), Ayia Napa, Cyprus, May 2024, pp. 531– 536
2024
-
[158]
Llm-optira: Llm- driven optimization of resource allocation for non-convex problems in wireless communications,
X. Peng, Y . Liu, Y . Cang, C. Cao, and M. Chen, “Llm-optira: Llm- driven optimization of resource allocation for non-convex problems in wireless communications,”arXiv preprint arXiv:2505.02091, 2025
2025
-
[159]
Retrieval-augmented generation for mobile edge computing via large language model,
R. Ren, Y . Wu, X. Zhang, J. Ren, Y . Shen, S. Wang, and K.-F. Tsang, “Retrieval-augmented generation for mobile edge computing via large language model,”arXiv preprint arXiv:2412.20820, 2024
2024 arXiv
-
[160]
Cached model-as-a-resource: Provisioning large language model agents for edge intelligence in space-air-ground integrated networks,
M. Xu, D. Niyato, H. Zhang, J. Kang, Z. Xiong, S. Mao, and Z. Han, “Cached model-as-a-resource: Provisioning large language model agents for edge intelligence in space-air-ground integrated networks,” 2024. [Online]. Available: https://arxiv.org/abs/2403.05826
2024 arXiv
-
[161]
Perllm: Personalized inference scheduling with edge-cloud collaboration for diverse llm services,
Z. Yang, Y . Yang, C. Zhao, Q. Guo, W. He, and W. Ji, “Perllm: Personalized inference scheduling with edge-cloud collaboration for diverse llm services,”arXiv preprint arXiv:2405.14636, 2024
2024 arXiv
-
[162]
Resource allocation for stable llm training in mo- bile edge computing,
C. Liu and J. Zhao, “Resource allocation for stable llm training in mo- bile edge computing,” inProceedings of the Twenty-fifth International Symposium on Theory, Algorithmic Foundations, and Protocol Design for Mobile Networks and Mobile Computing, Athens Greece, October 2024...
2024
-
[163]
D-llm: A token adaptive computing resource allocation strategy for large language models,
Y . Jiang, H. Wang, L. Xie, H. Zhao, H. Qian, and J. C. S. Lui, “D-llm: A token adaptive computing resource allocation strategy for large language models,” inAdvances in Neural Information Processing Systems (NeurIPS), vol. 37, 2024, pp. 1725–1749. [Online]. Available: https:/...
2024
-
[164]
Self-resource allocation in multi-agent llm systems,
A. Amayuelas, J. Yang, S. Agashe, A. Nagarajan, A. Antoniades, X. E. Wang, and W. Wang, “Self-resource allocation in multi-agent llm systems,”arXiv preprint arXiv:2504.02051, 2025
2025 arXiv
-
[165]
Wireless multi-agent generative ai: From connected intelligence to collective intelligence,
H. Zou, Q. Zhao, L. Bariah, M. Bennis, and M. Debbah, “Wireless multi-agent generative ai: From connected intelligence to collective intelligence,”arXiv preprint arXiv:2307.02757, 2023
2023 arXiv
-
[166]
6g comprehensive intelligence: network operations and optimization based on large language models,
S. Long, F. Tang, Y . Li, T. Tan, Z. Jin, M. Zhao, and N. Kato, “6g comprehensive intelligence: network operations and optimization based on large language models,”IEEE Network, 2024
2024
-
[167]
Model context protocol-based internet of ex- perts for wireless environment-aware llm agents,
Z. Liu and H. Du, “Model context protocol-based internet of ex- perts for wireless environment-aware llm agents,”arXiv preprint arXiv:2505.01834, 2025
2025 arXiv
-
[168]
Enabling mobile ai agent in 6g era: Architecture and key technologies,
Z. Chen, Q. Sun, N. Li, X. Li, Y . Wang, and C.-L. I, “Enabling mobile ai agent in 6g era: Architecture and key technologies,”IEEE Network, vol. 38, no. 5, pp. 66–75, 2024
2024
-
[169]
Llm agents as 6g orchestrator: A paradigm for task-oriented physical-layer automation,
Z. Xiao, C. Ye, Y . Hu, H. Yuan, Y . Huang, Y . Feng, L. Cai, and J. Chang, “Llm agents as 6g orchestrator: A paradigm for task-oriented physical-layer automation,”arXiv preprint arXiv:2410.03688, 2024
2024 arXiv
-
[170]
When large language model agents meet 6g networks: Perception, grounding, and alignment,
M. Xu, D. Niyato, J. Kang, Z. Xiong, S. Mao, Z. Han, D. I. Kim, and K. B. Letaief, “When large language model agents meet 6g networks: Perception, grounding, and alignment,”IEEE Wireless Communications, vol. 31, no. 6, pp. 63–71, 2024
2024
-
[171]
Agent-driven generative semantic communication with cross-modality and prediction,
W. Yang, Z. Xiong, Y . Yuan, W. Jiang, T. Q. S. Quek, and M. Debbah, “Agent-driven generative semantic communication with cross-modality and prediction,”IEEE Transactions on Wireless Communications, vol. 24, no. 3, pp. 2233–2248, 2025
2025
-
[172]
Rethinking generative semantic communication for multi-user systems with large language models,
W. Yang, Z. Xiong, S. Mao, T. Q. S. Quek, P. Zhang, M. Debbah, and R. Tafazolli, “Rethinking generative semantic communication for multi-user systems with large language models,”IEEE Wireless Communications, pp. 1–9, 2025
2025
-
[173]
Resource allocation for multi-cell semantic communication systems based on drl,
X. Jia, X. Wang, Y . Zhang, M. Sheng, and G. Cheng, “Resource allocation for multi-cell semantic communication systems based on drl,” in2024 12th International Conference on Information Systems and Computing Technology (ISCTech), 2024, pp. 1–6
2024
-
[174]
Toward intel- ligent resource allocation on task-oriented semantic communication,
H. Zhang, H. Wang, Y . Li, K. Long, and V . C. Leung, “Toward intel- ligent resource allocation on task-oriented semantic communication,” IEEE Wireless Communications, vol. 30, no. 3, pp. 70–77, 2023
2023
-
[175]
Links: Large language model integrated management for 6g empowered digital twin networks,
S. Jiang, B. Lin, Y . Wu, and Y . Gao, “Links: Large language model integrated management for 6g empowered digital twin networks,” in 2024 IEEE 100th Vehicular Technology Conference (VTC2024-Fall). IEEE, 2024, pp. 1–6
2024
-
[176]
Wirelessagent: Large language model agents for intelligent wireless networks,
J. Tong, W. Guo, J. Shao, Q. Wu, Z. Li, Z. Lin, and J. Zhang, “Wirelessagent: Large language model agents for intelligent wireless networks,”arXiv preprint arXiv:2505.01074, 2025. 34
2025 arXiv
-
[177]
Towards agentic ai networking in 6g: A generative foundation model-as-agent approach,
Y . Xiao, G. Shi, and P. Zhang, “Towards agentic ai networking in 6g: A generative foundation model-as-agent approach,”arXiv preprint arXiv:2503.15764, 2025
2025 arXiv
-
[178]
Llm-driven agentic ai approach to enhanced o-ran resilience in next-generation networks,
X. Wu, Y . Wang, J. Farooq, and J. Chen, “Llm-driven agentic ai approach to enhanced o-ran resilience in next-generation networks,” Authorea Preprints, 2025
2025
-
[179]
Large language models in 6g security: challenges and opportunities,
T. Nguyen, H. Nguyen, A. Ijaz, S. Sheikhi, A. V . Vasilakos, and P. Kostakos, “Large language models in 6g security: challenges and opportunities,”arXiv preprint arXiv:2403.12239, 2024
2024 arXiv
-
[180]
Leveraging edge intelligence and llms to advance 6g-enabled internet of automated defense vehicles,
M. A. Onsu, P. Lohan, and B. Kantarci, “Leveraging edge intelligence and llms to advance 6g-enabled internet of automated defense vehicles,” arXiv preprint arXiv:2501.06205, 2024
2024 arXiv
-
[181]
Exploring llm-based multi-agent situation awareness for zero-trust space-air-ground integrated network,
X. Cao, G. Nan, H. Guo, H. Mu, L. Wang, Y . Lin, Q. Zhou, J. Li, B. Qin, Q. Cuiet al., “Exploring llm-based multi-agent situation awareness for zero-trust space-air-ground integrated network,”IEEE Journal on Selected Areas in Communications, 2025
2025
-
[182]
Airvista: Empowering uavs with 3d spatial reasoning abilities through a multimodal large language model agent,
F. Lin, Y . Tian, Y . Wang, T. Zhang, X. Zhang, and F.-Y . Wang, “Airvista: Empowering uavs with 3d spatial reasoning abilities through a multimodal large language model agent,” in2024 IEEE 27th Interna- tional Conference on Intelligent Transportation Systems (ITSC). IEEE, 202...
2024
-
[183]
Scenario-driven evaluation of autonomous agents: Integrat- ing large language model for uav mission reliability,
A. Sezgin, “Scenario-driven evaluation of autonomous agents: Integrat- ing large language model for uav mission reliability,”Drones, vol. 9, no. 3, p. 213, 2025
2025
-
[184]
Task offloading with llm-enhanced multi-agent reinforcement learning in uav-assisted edge computing,
F. Zhu, F. Huang, Y . Yu, G. Liu, and T. Huang, “Task offloading with llm-enhanced multi-agent reinforcement learning in uav-assisted edge computing,”Sensors, vol. 25, no. 1, p. 175, 2024
2024
-
[185]
Uav-codeagents: Scalable uav mission planning via multi-agent react and vision-language reasoning,
O. Sautenkov, Y . Yaqoot, M. A. Mustafa, F. Batool, J. Sam, A. Lykov, C.-Y . Wen, and D. Tsetserukou, “Uav-codeagents: Scalable uav mission planning via multi-agent react and vision-language reasoning,”arXiv preprint arXiv:2505.07236, 2025
2025 arXiv
-
[186]
Ai autonomy: Self-initiated open-world continual learning and adaptation,
B. Liu, S. Mazumder, E. Robertson, and S. Grigsby, “Ai autonomy: Self-initiated open-world continual learning and adaptation,”AI Mag- azine, vol. 44, no. 2, pp. 185–199, 2023
2023
-
[187]
Recent advances of multimodal continual learning: A comprehensive survey,
D. Yu, X. Zhang, Y . Chen, A. Liu, Y . Zhang, P. S. Yu, and I. King, “Recent advances of multimodal continual learning: A comprehensive survey,”arXiv preprint arXiv:2410.05352, 2024
2024
-
[188]
Maintaining adversarial robustness in continuous learning,
X. Ru, X. Cao, Z. Liu, J. M. Moore, X.-Y . Zhang, X. Zhu, W. Wei, and G. Yan, “Maintaining adversarial robustness in continuous learning,” arXiv preprint arXiv:2402.11196, 2024
2024 arXiv
-
[189]
Riemannian walk for incremental learning: Understanding forgetting and intransi- gence,
A. Chaudhry, P. K. Dokania, T. Ajanthan, and P. H. Torr, “Riemannian walk for incremental learning: Understanding forgetting and intransi- gence,” inProceedings of the European conference on computer vision (ECCV), 2018, pp. 532–547
2018
-
[190]
Large language models and logical reasoning,
R. Friedman, “Large language models and logical reasoning,”Ency- clopedia, vol. 3, no. 2, pp. 687–697, 2023
2023
-
[191]
Let’s verify step by step,
H. Lightman, V . Kosaraju, Y . Burda, H. Edwards, B. Baker, T. Lee, J. Leike, J. Schulman, I. Sutskever, and K. Cobbe, “Let’s verify step by step,” inThe Twelfth International Conference on Learning Representations, 2023
2023
-
[192]
Training large language models for reasoning through reverse curriculum reinforcement learning,
Z. Xi, W. Chen, B. Hong, S. Jin, R. Zheng, W. He, Y . Ding, S. Liu, X. Guo, J. Wanget al., “Training large language models for reasoning through reverse curriculum reinforcement learning,”arXiv preprint arXiv:2402.05808, 2024
2024 arXiv
-
[193]
Evaluation methods and measures for causal learning algorithms,
L. Cheng, R. Guo, R. Moraffah, P. Sheth, K. S. Candan, and H. Liu, “Evaluation methods and measures for causal learning algorithms,” IEEE Transactions on Artificial Intelligence, vol. 3, no. 6, pp. 924– 943, 2022
2022
-
[194]
Neural-symbolic integration for interactive learning and conceptual grounding,
B. Wagner and A. d. Garcez, “Neural-symbolic integration for interactive learning and conceptual grounding,”arXiv preprint arXiv:2112.11805, 2021
2021 arXiv
-
[195]
” why should i trust you?
M. T. Ribeiro, S. Singh, and C. Guestrin, “” why should i trust you?” explaining the predictions of any classifier,” inProceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining, 2016, pp. 1135–1144
2016
-
[196]
Gan dissection: Visualizing and understanding generative adversarial networks,
D. Bau, J.-Y . Zhu, H. Strobelt, B. Zhou, J. B. Tenenbaum, W. T. Free- man, and A. Torralba, “Gan dissection: Visualizing and understanding generative adversarial networks,”arXiv preprint arXiv:1811.10597, 2018
2018 arXiv
-
[197]
A survey on model com- pression for large language models,
X. Zhu, J. Li, Y . Liu, C. Ma, and W. Wang, “A survey on model com- pression for large language models,”Transactions of the Association for Computational Linguistics, vol. 12, pp. 1556–1577, 2024
2024
-
[198]
Smoothquant: Accurate and efficient post-training quantization for large language models,
G. Xiao, J. Lin, M. Seznec, H. Wu, J. Demouth, and S. Han, “Smoothquant: Accurate and efficient post-training quantization for large language models,” inInternational Conference on Machine Learning. PMLR, 2023, pp. 38 087–38 099
2023
-
[199]
A survey on knowledge distillation of large language models,
X. Xu, M. Li, C. Tao, T. Shen, R. Cheng, J. Li, C. Xu, D. Tao, and T. Zhou, “A survey on knowledge distillation of large language models,”arXiv preprint arXiv:2402.13116, 2024
2024 arXiv
-
[200]
Agentic retrieval- augmented generation: A survey on agentic rag,
A. Singh, A. Ehtesham, S. Kumar, and T. T. Khoei, “Agentic retrieval- augmented generation: A survey on agentic rag,”arXiv preprint arXiv:2501.09136, 2025
2025 arXiv
-
[201]
Agentnet: Decentralized evolutionary coordination for llm-based multi-agent systems,
Y . Yang, H. Chai, S. Shao, Y . Song, S. Qi, R. Rui, and W. Zhang, “Agentnet: Decentralized evolutionary coordination for llm-based multi-agent systems,”arXiv preprint arXiv:2504.00587, 2025
2025 arXiv
-
[202]
Usercentrix: An agentic memory-augmented ai framework for smart spaces,
A. Saleh, S. Tarkoma, P. K. Donta, N. H. Motlagh, S. Dustdar, S. Pirt- tikangas, and L. Lov ´en, “Usercentrix: An agentic memory-augmented ai framework for smart spaces,”arXiv preprint arXiv:2505.00472, 2025
2025 arXiv
-
[203]
Multi-agent collaboration mechanisms: A survey of llms,
K.-T. Tran, D. Dao, M.-D. Nguyen, Q.-V . Pham, B. O’Sullivan, and H. D. Nguyen, “Multi-agent collaboration mechanisms: A survey of llms,”arXiv preprint arXiv:2501.06322, 2025
2025 arXiv
-
[204]
Advancing multi-agent systems through model con- text protocol: Architecture, implementation, and applications,
N. Krishnan, “Advancing multi-agent systems through model con- text protocol: Architecture, implementation, and applications,”arXiv preprint arXiv:2504.21030, 2025
2025 arXiv
-
[205]
Building a secure agentic ai application leveraging a2a protocol,
I. Habler, K. Huang, V . S. Narajala, and P. Kulkarni, “Building a secure agentic ai application leveraging a2a protocol,”arXiv preprint arXiv:2504.16902, 2025
2025 arXiv
-
[206]
Agent-as-a-judge: Evaluate agents with agents,
M. Zhuge, C. Zhao, D. Ashley, W. Wang, D. Khizbullin, Y . Xiong, Z. Liu, E. Chang, R. Krishnamoorthi, Y . Tianet al., “Agent-as-a-judge: Evaluate agents with agents,”arXiv preprint arXiv:2410.10934, 2024
2024 arXiv
-
[207]
Survey on evaluation of llm-based agents,
A. Yehudai, L. Eden, A. Li, G. Uziel, Y . Zhao, R. Bar-Haim, A. Cohan, and M. Shmueli-Scheuer, “Survey on evaluation of llm-based agents,” arXiv preprint arXiv:2503.16416, 2025
2025 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.