中文
相关论文

相关论文: Find Another Me Across the World -- Large-scale Se…

200 篇论文

Estimating similarity between vertices is a fundamental issue in network analysis across various domains, such as social networks and biological networks. Methods based on common neighbors and structural contexts have received much…

社会与信息网络 · 计算机科学 2015-04-14 Jing Zhang , Jie Tang , Cong Ma , Hanghang Tong , Yu Jing , Juanzi Li

Data analytic applications built upon big data processing frameworks such as Apache Spark are an important class of applications. Many of these applications are not latency-sensitive and thus can run as batch jobs in data centers. By…

分布式、并行与集群计算 · 计算机科学 2017-10-03 Vicent Sanz Marco , Ben Taylor , Barry Porter , Zheng Wang

Analytic queries enable sophisticated large-scale data analysis within many commercial, scientific and medical domains today. Data skew is a ubiquitous feature of these real-world domains. In a retail database, some products are typically…

数据库 · 计算机科学 2020-07-03 Wangda Zhang , Kenneth A. Ross

Recent advances in large reasoning models LRMs have enabled agentic search systems to perform complex multi-step reasoning across multiple sources. However, most studies focus on general information retrieval and rarely explores vertical…

Trajectory segmentation is the process of subdividing a trajectory into parts either by grouping points similar with respect to some measure of interest, or by minimizing a global objective function. Here we present a novel online algorithm…

计算机视觉与模式识别 · 计算机科学 2016-07-28 Yehezkel S. Resheff

Given a location-based social network, how to find the communities that are highly relevant to query users and have top overall scores in multiple attributes according to user preferences? Typically, in the face of such a problem setting,…

数据库 · 计算机科学 2021-06-29 Fangda Guo , Ye Yuan , Guoren Wang , Xiangguo Zhao , Hao Sun

Nowadays, networks are almost ubiquitous. In the past decade, community detection received an increasing interest as a way to uncover the structure of networks by grouping nodes into communities more densely connected internally than…

数据结构与算法 · 计算机科学 2015-03-20 Erwan Le Martelot , Chris Hankin

Similarity networks are important abstractions in many information management applications such as recommender systems, corpora analysis, and medical informatics. For instance, by inducing similarity networks between movies rated similarly…

人工智能 · 计算机科学 2010-02-18 M. Shahriar Hossain , Michael Narayan , Naren Ramakrishnan

Predicting pedestrian movement is critical for human behavior analysis and also for safe and efficient human-agent interactions. However, despite significant advancements, it is still challenging for existing approaches to capture the…

计算机视觉与模式识别 · 计算机科学 2022-11-01 Pei Xu , Jean-Bernard Hayet , Ioannis Karamouzas

Future trajectories of neighboring traffic agents have a significant influence on the path planning and decision-making of autonomous vehicles. While trajectory forecasting is a well-studied field, research mainly focuses on snapshot-based…

计算机视觉与模式识别 · 计算机科学 2026-03-03 Alexander Prutsch , David Schinagl , Horst Possegger

Programming language-design and run-time-implementation require detailed knowledge about the programs that users want to implement. Acquiring this knowledge is hard, and there is little tool support to effectively estimate whether a…

编程语言 · 计算机科学 2017-04-03 Stephan Brandauer , Tobias Wrigstad

This study introduces a novel methodology for mapping scientific communities at scale, addressing challenges associated with network analysis in large bibliometric datasets. By leveraging enriched publication metadata from the French…

数字图书馆 · 计算机科学 2025-01-20 Victor Barbier , Eric Jeangirard

Automatic Term Extraction deals with the extraction of terminology from a domain specific corpus, and has long been an established research area in data and knowledge acquisition. ATE remains a challenging task as it is known that there is…

信息检索 · 计算机科学 2018-03-30 Ziqi Zhang , Jie Gao , Fabio Ciravegna

Syntax-guided synthesis is commonly used to generate programs encoding policies. In this approach, the set of programs, that can be written in a domain-specific language defines the search space, and an algorithm searches within this space…

机器学习 · 计算机科学 2024-06-14 Rubens O. Moraes , Levi H. S. Lelis

We present a new benchmark for evaluating Deep Search--a realistic and complex form of retrieval-augmented generation (RAG) that requires source-aware, multi-hop reasoning over diverse, sparsed, but related sources. These include documents,…

计算与语言 · 计算机科学 2025-07-01 Prafulla Kumar Choubey , Xiangyu Peng , Shilpa Bhagavath , Kung-Hsiang Huang , Caiming Xiong , Chien-Sheng Wu

The rapid advancement of large language models (LLMs) has made detecting AI-generated text an increasingly critical challenge. Traditional methods often fail to capture the nuanced semantic differences between human and machine-generated…

计算与语言 · 计算机科学 2025-02-03 Lifu Gao , Ziwei Liu , Qi Zhang

Due the success of emerging Web 2.0, and different social network Web sites such as Amazon and movie lens, recommender systems are creating unprecedented opportunities to help people browsing the web when looking for relevant information,…

社会与信息网络 · 计算机科学 2015-07-21 Khaled Sellami , Mohamed Ahmed-Nacer , Pierre Tiako

Robots that navigate through human crowds need to be able to plan safe, efficient, and human predictable trajectories. This is a particularly challenging problem as it requires the robot to predict future human trajectories within a crowd…

机器人学 · 计算机科学 2018-10-31 Anirudh Vemula , Katharina Muelling , Jean Oh

We present SParC, a dataset for cross-domainSemanticParsing inContext that consists of 4,298 coherent question sequences (12k+ individual questions annotated with SQL queries). It is obtained from controlled user interactions with 200…

To process data more efficiently, big data frameworks provide data abstractions to developers. However, due to the abstraction, there may be many challenges for developers to understand and debug the data processing code. To uncover the…

软件工程 · 计算机科学 2021-03-29 Zehao Wang