Goto

Collaborating Authors

 promotion



LinkedIn Profile Characteristics and Professional Success Indicators

Eneye, Tania-Amanda Fredrick, Malla, Ashlesha, Paudel, Pawan

arXiv.org Artificial Intelligence

This study explores the relationship between LinkedIn profile characteristics and professional success, focusing on the indicators of promotions, follower count, and career progression rate. By leveraging a dataset of over 62,000 anonymized LinkedIn profiles, we developed predictive models using machine learning techniques to identify the most influential factors driving professional success. Results indicate that while promotions are highly predictable, follower growth exhibits greater complexity. This research provides actionable insights for professionals seeking to optimize their LinkedIn presence and career strategies.


Supplementary Information for Autobahn: Automorphism-based Graph Neural Nets 1 Activations as functions on a group

Neural Information Processing Systems

In the Autobahn formalism, we make extensive use of the fact that the activations of a group-equivariant neural network can be treated as functions on the same group. Here we give a brief review for the unfamiliar reader. This formalism is also covered in detail in Sections 3 and 4 of Reference [6], although under slightly different conventions. Consider a space X acted on by a group G: at every point x in X, we can apply a group element g G, which maps x to another point in X . The action of the group on X induces an action on functions of X . For instance, for standard convolutional layers acting on images, each point on the space is a single pixel and the group of translation moves between pixels.



Multiple Treatments Causal Effects Estimation with Task Embeddings and Balanced Representation Learning

Murakami, Yuki, Hattori, Takumi, Kubota, Kohsuke

arXiv.org Artificial Intelligence

The simultaneous application of multiple treatments is increasingly common in many fields, such as healthcare and marketing. In such scenarios, it is important to estimate the single treatment effects and the interaction treatment effects that arise from treatment combinations. Previous studies have proposed using independent outcome networks with subnetworks for interactions, or combining task embedding networks that capture treatment similarity with variational autoencoders. However, these methods suffer from the lack of parameter sharing among related treatments, or the estimation of unnecessary latent variables reduces the accuracy of causal effect estimation. To address these issues, we propose a novel deep learning framework that incorporates a task embedding network and a representation learning network with the balancing penalty. The task embedding network enables parameter sharing across related treatment patterns because it encodes elements common to single effects and contributions specific to interaction effects. The representation learning network with the balancing penalty learns representations nonparametrically from observed covariates while reducing distances in representation distributions across different treatment patterns. This process mitigates selection bias and avoids model misspecification. Simulation studies demonstrate that the proposed method outperforms existing baselines, and application to real-world marketing datasets confirms the practical implications and utility of our framework.


Sora Has Lost Its App Store Crown to Drake and Free Chicken

WIRED

Dave's Hot Chicken is the top app in the iOS App Store, ending Sora's weeks-long reign. On Friday, its reign came to an end. Your new champion is Dave's Hot Chicken. Dave's Hot Chicken now rules over the App Store, where its slack-beaked, bug-eyed mascot icon expresses appropriate surprise at its ascent. How did it break the grasp of OpenAI's golem TikTok?


LLM-Based Multi-Agent System for Simulating and Analyzing Marketing and Consumer Behavior

Chu, Man-Lin, Terhorst, Lucian, Reed, Kadin, Ni, Tom, Chen, Weiwei, Lin, Rongyu

arXiv.org Artificial Intelligence

Preprint Notice This is the author-accepted manuscript (AAM) of the paper "LLM-Based Multi-Agent System for Simulating and Analyzing Marketing and Consumer Behavior, " accepted for publication in the IEEE International Conference on e-Business Engineering (ICEBE 2025), to be held 10-12 November 2025 at Mustaqbal University, Buraydah, Saudi Arabia. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, including reprinting or republishing, or for creating derivative Abstract--Simulating consumer decision-making is vital for designing and evaluating marketing strategies before costly real-world deployment. However, post-event analyses and rule-based agent-based models (ABMs) struggle to capture the complexity of human behavior and social interaction. We introduce an LLM-powered multi-agent simulation framework that models consumer decisions and social dynamics. Building on recent advances in large language model simulation in a sandbox environment, our framework enables generative agents to interact, express internal reasoning, form habits, and make purchasing decisions without predefined rules. In a price-discount marketing scenario, the system delivers actionable strategy-testing outcomes and reveals emergent social patterns beyond the reach of conventional methods. This approach offers marketers a scalable, low-risk tool for pre-implementation testing, reducing reliance on time-intensive post-event evaluations and lowering the risk of underperforming campaigns.




Lateral Tree-of-Thoughts Surpasses ToT by Incorporating Logically-Consistent, Low-Utility Candidates

Madahar, Abhinav

arXiv.org Artificial Intelligence

Modern deployments increasingly allocate large test-time compute (thousands of tokens or many node expansions) to boost reliability. Under such budgets, standard Tree-of-Thoughts-style search exhibits two pathologies: breadth saturation (additional samples mostly produce near-duplicates, so width stops growing) and depth myopia (noisy short-horizon utilities prune branches whose payoff appears after a few more steps). We propose Lateral Tree-of-Thoughts (LToT), a drop-in controller that separates utility from logical consistency and treats low-utility but consistent candidates as assets rather than waste. The frontier is split into mainlines (high-utility candidates used for exploitation) and laterals (consistent, initially low-utility candidates that receive short, cheap probes before judgment). LToT explores laterals via Lateral Racing with Short-Circuit (LR--SC): a capped successive-halving race that spreads tiny probes across a very wide lateral set, uses width-aware thresholds with repeat-to-confirm, and immediately promotes a branch once its envelope clears the mainline bar; mainlines are kept intentionally narrow so surplus compute is invested where width is cheap. We prove a pseudolinear lateral cost $Θ(N_0 \log_η N_0)$ with logarithmically many rungs (initial lateral width $N_0$; culling factor $η>1$), in contrast to the exponential growth of uncapped mainlines. Empirical evaluations on benchmark tasks are in preparation and will be added in a future revision. In short, LToT turns large test-time budgets into principled diversity while preserving promotion discipline, mitigating saturation and myopia without inflating compute.