Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

25.0%50.0%75.0%100.0% · May 199319922001200920182026
48 results for friendship condition

Study reveals linguistic signs of betrayal in online strategy games.

problem Predicting the dissolution of friendships in online games.
method Characterized dyadic interactions, analyzed temporal patterns, and examined conversational attributes.
result Subtle linguistic cues indicate impending betrayal in online strategy games.

The study improves GCN performance on friendship-based social networks by simulating and augmenting datasets.

problem GCNs' limitations in friendship-based social networks, especially dependency between node neighbourhood order and layer.
method Developed a Python library to simulate social networks with ground truth labels and features. Introduced sDNA as latent variables for nodes.
result Four new GCN variants significantly outperform the original model on 27 out of 30 simulated datasets.

Study classifies graphs with positive curvature without quadrilaterals.

problem Classifying graphs with positive Lin-Lu-Yau curvature without quadrilaterals.
method Definition of Ricci curvature on graphs, limit-free formulation using graph Laplacian.
result Identifies all simple connected C4-free graphs with positive Lin-Lu-Yau curvature.

FATE predicts user engagement on social apps with explainable explanations.

problem Accurate user engagement prediction for social apps with explainability.
method FATE, a flexible neural framework incorporating friendships, actions, and temporal dynamics.
result FATE outperforms state-of-the-art approaches by 10% error and 20% runtime reduction.

Link prediction is one of the fundamental problems in network analysis. In many applications, notably in genetics, a partially observed network may not contain any negative examples of absent edges, which creates a difficulty for many existing supervised learning approaches. We develop a new method which treats the obs…

2013-01-29abs ↗pdf ↗

Improved node classification in signed social networks using diffuse interface methods.

problem Classifying nodes in signed social networks (positive and negative interactions).
method Diffuse interface methods based on Ginzburg-Landau functional and extended graph Laplacian.
result Performance improvement in real signed social networks, outperforming state of the art.

Friend recommendation system using heterogeneous edge embeddings.

problem Inadequate performance of existing network embedding techniques on multi-graph social networks.
method Proposes a method to mine network representation exploiting heterogeneity in multi-graphs.
result Outperforms state-of-the-art baselines on Hike's social network in terms of accuracy and user satisfaction.

Enhances community detection in correlated networks with node attributes.

problem Community detection in multiple networks with correlated node attributes and edges.
method Introduced the correlated Contextual Stochastic Block Model (CSBM), developed a two-step matching procedure.
result Algorithm recovers exact node correspondence, enabling enhanced community detection.

Model infers temporal connections in dynamic graphs from node interactions.

problem Challenges in reasoning about evolving graphs, especially with human-specified edges.
method Temporal point processes and variational autoencoders with bilinear interactions.
result Model outperforms baselines and infers semantically interpretable connections.

New approach learns latent motifs in networks for mesoscale structure analysis.

problem Understanding large-scale behavior in complex systems through mesoscale structures.
method Network dictionary learning (NDL) combining network sampling and nonnegative matrix factorization.
result Networks can be approximated using a small set of latent motifs.

InfDetect detects e-commerce insurance fraud using graph analysis.

problem Detecting fraudulent claims in e-commerce insurance with multiple parties involved.
method Developed a large-scale fraud detection system InfDetect using graph-based approaches.
result InfDetect successfully detected thousands of fraudulent claims and saved money daily.

LNMC improves link prediction on social networks by considering log-normal degree distributions.

problem Link prediction in social networks with log-normal degree distributions.
method Log-Normal Matrix Completion (LNMC) using Alternating Direction Method of Multipliers.
result Up to 5% AUC increase over non-structured sparsity based methods.

The paper proposes trading grades in a financial market to address unintended consequences of grading systems.

problem Unintended consequences of grading systems, such as unfair advantages and misaligned incentives.
method A thought experiment in a financial market structure to trade grades, similar to interest rate swaps.
result Grades should be viewed as personal equity, not used for selection criteria.

Joint analysis of data from multiple sources has the potential to improve our understanding of the underlying structures in complex data sets. For instance, in restaurant recommendation systems, recommendations can be based on rating histories of customers. In addition to rating histories, customers' social networks (e…

2011-05-17abs ↗pdf ↗

Graph matching in noisy environments with Markovian errors.

problem Graph matching under time-dependent Markovian noise.
method Introduced edgelighter error model and analyzed graph matching thresholds.
result Graph matching thresholds and mixing times are of order Θ(n2logn)Θ(n^2\log n) for Erdős-Rényi graphs, and O(nαlogn)O(n^α\log n) for Stochastic Block Model graphs.

The paper studies a method to sample nodes from a massive graph using personalized PageRank.

problem Sampling from a massive network is expensive and impractical; the paper provides an alternative.
method The paper introduces a crawling method to approximate the personalized PageRank vector without querying the entire graph.
result The adjusted personalized PageRank vector can effectively select nodes within the same block as the seed node.

Study predicts social relationships using triadic influence from social networks.

problem Difficulty in quantifying social relationships and their dynamics.
method Real social networks of 13 schools, neural networks, high-dimensional embedding.
result Triadic influence achieves highest accuracy in predicting student relationships.

TGCN learns from multi-relational graphs, improving SSL performance.

problem Scalable semi-supervised learning from multi-relational data.
method Tensor-graph convolutional network with dynamic weights and graph-based regularizers.
result Significantly improved SSL performance over standard GCNs.

We present a simple agent-based model to study the development of a bubble and the consequential crash and investigate how their proximate triggering factor might relate to their fundamental mechanism, and vice versa. Our agents invest according to their opinion on future price movements, which is based on three source…

2008-06-18abs ↗pdf ↗

In this paper, we consider the matrix completion problem when the observations are one-bit measurements of some underlying matrix M, and in particular the observed samples consist only of ones and no zeros. This problem is motivated by modern applications such as recommender systems and social networks where only "like…

2014-11-22abs ↗pdf ↗

The paper develops a new approach to conditional risk measures using modular convex analysis.

problem Developing a new method for conditional risk measures.
method Random modular approach to conditional certainty equivalents and niveloids in the conditional LL^{\infty}-space.
result Retrieves a conditional variational formula for optimized certainty equivalents and applies it to the conditional entropic risk measure.

We extend probabilistic programming to handle conditioning on marginal distributions.

problem Conditioning probabilistic programs on marginal distributions of observable variables.
method We define and implement stochastic conditioning, allowing inference in probabilistic programs conditioned on marginal distributions.
result We demonstrate the effectiveness of stochastic conditioning in various real-life scenarios.

Paper constructs solutions to Bogomolny equations with specific boundary and asymptotic conditions.

problem Constructing solutions to Bogomolny equations with given boundary and asymptotic conditions.
method Using generalized Nahm pole boundary condition and real symmetry breaking condition.
result Solutions analogous to instanton solutions, satisfying different asymptotic conditions.

This paper introduces a neural operator for probabilistic conditioning.

problem Probabilistic conditioning of random variables XX given YY.
method Develops a single operator that maps any joint density to its conditional, approximated by neural operators.
result Neural operators can approximate the conditioning operator to arbitrary accuracy.

Identifies conditional parity as a general notion of non-discrimination in machine learning.

problem Addressing non-discrimination in machine learning models.
method Identifies conditional parity as a general notion of non-discrimination and studies randomization and a kernel-based test to analyze it.
result Conditional parity is a general notion of non-discrimination and several recent notions of non-discrimination are instances of conditional parity.

Paper finds necessary condition for logarithmic Minkowski problem in higher dimensions.

problem Logarithmic Minkowski problem in higher dimensions.
method Established a necessary condition through generalization and refinement of previous work.
result Generalizes and refines necessary condition for logarithmic Minkowski problem.

CSI method learns conditional distributions by estimating flow equations.

problem Learning conditional distributions in generative models.
method Estimates probability flow equations to transport reference to target distribution.
result Derives explicit expressions for conditional drift and score functions.

New conditional risk measures called conditional generalized quantiles defined and characterized.

problem Developing new risk measures for dynamic risk assessment.
method Propose and characterize conditional generalized quantiles using expected utility model and equivalent conditions.
result Characterized conditional generalized quantiles as well-defined and equivalent to a conditional first order condition.

A new method for learning conditional distributions using ODEs and neural networks.

problem Learning conditional distributions efficiently and accurately.
method Conditional Föllmer Flow, discretized with Euler's method, using nonparametric velocity estimation.
result Effective approximation of target conditional distributions, with convergence results for Wasserstein-2 distance.

Sharp statistical theory for conditional diffusion models.

problem Lack of theoretical foundation for conditional diffusion models.
method Sharp statistical theory with approximation of conditional score function.
result Sample complexity bound that adapts to data distribution smoothness.

An analysis is made of reality conditions within the context of noncommutative geometry. We show that if a covariant derivative satisfies a given left Leibniz rule then a right Leibniz rule is equivalent to the reality condition. We show also that the matrix which determines the reality condition must satisfy the Yang-…

1998-06-12abs ↗pdf ↗

The Bakry-Émery condition is satisfied for glued spaces of Riemannian manifolds.

problem Conditions for metric measure spaces to satisfy the Bakry-Émery condition.
method Sufficient and necessary conditions for the Bakry-Émery condition on glued spaces of Riemannian manifolds.
result The Bakry-Émery condition is strictly weaker than the RCD condition and the local dimension is not constant.