paper-with-me

홈 › Papers

Dynamic Agentic AI Expert Profiler System Architecture for Multidomain Intelligence Modeling

2026-04-07 · Aisvarya Adeseye, Jouni Isoaho, Seppo Virtanen, Mohammad Tahir arxiv

In today's artificial intelligence driven world, modern systems communicate with people from diverse backgrounds and skill levels. For human-machine interaction to be meaningful, systems must be aware of context and user expertise. This study proposes an agentic AI profiler that classifies natural language responses into four levels: Novice, Basic, Advanced, and Expert. The system uses a modular layered architecture built on LLaMA v3.1 (8B), with components for text preprocessing, scoring, aggregation, and classification. Evaluation was conducted in two phases: a static phase using pre-recorded transcripts from 82 participants, and a dynamic phase with 402 live interviews conducted by an agentic AI interviewer. In both phases, participant self-ratings were compared with profiler predictions. In the dynamic phase, expertise was assessed after each response rather than at the end of the interview. Across domains, 83% to 97% of profiler evaluations matched participant self-assessments. Remaining differences were due to self-rating bias, unclear responses, and occasional misinterpretation of nuanced expertise by the language model.

📄 PDF Abstract BibTeX arXiv:2604.05345

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Desbordante: from benchmarking suite to high-performance science-intensive data profiler (preprint)

2023-01-14 · George Chernishev, Michael Polyntsov, Anton Chizhov, Kirill Stupakov 외

Pioneering data profiling systems such as Metanome and OpenClean brought public attention to science-intensive data profiling. This type of profiling aims to extract complex patterns (primitives) such as functional depen…

Benchmarking

CellProfiler plugins -- an easy image analysis platform integration for containers and Python tools

2023-06-02 · Erin Weisbart, Callum Tromans-Coia, Barbara Diaz-Rohrer, David R Stirling 외

CellProfiler is a widely used software for creating reproducible, reusable image analysis workflows without needing to code. In addition to the >90 modules that make up the main CellProfiler program, CellProfiler has a p…

OpenQlaw: An Agentic AI Assistant for Analysis of 2D Quantum Materials

2026-03-17 · Sankalp Pandey, Xuan-Bac Nguyen, Hoang-Quan Nguyen, Tim Faltermeier 외 arxiv

The transition from optical identification of 2D quantum materials to practical device fabrication requires dynamic reasoning beyond the detection accuracy. While recent domain-specific Multimodal Large Language Models (…

Diagnostics of cognitive failures in multi-agent expert systems using dynamic evaluation protocols and subsequent mutation of the processing context

2025-09-18 · Andrejs Sorstkins, Josh Bailey, Dr Alistair Baron arxiv

The rapid evolution of neural architectures - from multilayer perceptrons to large-scale Transformer-based models - has enabled language models (LLMs) to exhibit emergent agentic behaviours when equipped with memory, pla…

PerfAgent: Profiler-Guided Iterative Refinement for Repository-Level Code Optimization

2026-07-22 · Ryan Deng, Yuanzhe Liu, Bastian Lipka, Yao Ma 외 arxiv

Large language model (LLM) agents now perform well on correctness-oriented repository-level tasks, including SWE-Bench issue resolution and feature implementation in real codebases. However, they still struggle with repo…