VLDB 2026 Research / reviewers in the wild / expert
Haofen Wang
dblp:63/4317
· DBLP profile ↗
63ranked-venue papers in the field
11as first author
26since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 21 (4 first)Knowledge Engineering, Semantic Web & Information Systems · 21 (5 first)Database Systems & Data Management · 10 (1 first)Data Mining & Knowledge Discovery · 6 (1 first)Other / Interdisciplinary · 5
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | C3Flow: SIMD-Style Concurrent Claude Code Workflow for Scaling Deep ResearchabstractDeep research is a retrieval-intensive task that requires iteratively retrieving evidence, reading across sources, and synthesizing source-grounded outputs. In practice, real-world deep research applications are of high workloads that require generating massive reports or conducting large-scale literature surveys. Such applications increasingly require batch processing capabilities, which are missing from traditional chat-oriented agents, limiting throughput when processing large volumes of structurally similar jobs. We introduce C3Flow (Concurrent Claude Code Workflow), a framework that transforms Claude Code from an interactive assistant into a SIMD-style (Single Instruction, Multiple Data) concurrent compute engine. C³Flow treats each agent instance as an isolated, schedulable unit capable of handling declarative multi-step tasks, multi-model routing, and comprehensive trajectory logging. On BrowseComp-zh, C³Flow improves pass@1 from 48.44% to 61.59% and pass@3 from 70.24% to 77.51% compared to standard function calling, while reducing average latency. For multi-hop fact verification, C3Flow achieves a 5.9 speedup over human annotators while maintaining 87.5% accuracy, demonstrating its effectiveness for production-scale deep research pipelines. Code is available at~ https://github.com/RAGenius/C3Flow. Yijie Zhong 0001, Zhidong Fan, Zhengke Gui, Lei Liang 0002, Yun Xiong, Haofen Wang |
SIGIR | 8 |
| 2026 | HingeMem: Boundary Guided Long-Term Memory with Query Adaptive Retrieval for Scalable DialoguesabstractLong-term memory is critical for dialogue systems that support continuous, sustainable, and personalized interactions. However, existing methods rely on continuous summarization or OpenIE-based graph construction paired with fixed Top- k retrieval, leading to limited adaptability across query categories and high computational overhead. In this paper, we propose HingeMem, a boundary-guided long-term memory that operationalizes event segmentation theory to build an interpretable indexing interface via boundary-triggered hyperedges over four elements: person, time, location, and topic. When any such element changes, HingeMem draws a boundary and writes the current segment, thereby reducing redundant operations and preserving salient context. To enable robust and efficient retrieval under diverse information needs, HingeMem introduces query-adaptive retrieval mechanisms that jointly decide (a) what to retrieve: determine the query-conditioned routing over the element-indexed memory; (b) how much to retrieve: control the retrieval depth based on the estimated query type. Extensive experiments across LLM scales (from 0.6B to production-tier models; e.g., Qwen3-0.6B to Qwen-Flash) on LOCOMO show that HingeMem achieves approximately 20% relative improvement over strong baselines without query categories specification, while reducing computational cost (68%\downarrow question answering token cost compared to HippoRAG2). Beyond advancing memory modeling, HingeMem's adaptive retrieval makes it a strong fit for web applications requiring efficient and trustworthy memory over extended interactions. Yijie Zhong 0001, Haofen Wang |
WWW | 3 |
| 2026 | AECBench: A hierarchical benchmark for knowledge evaluation of large language models in the AEC field
Zhaoqi Huang, Haofen Wang, Fu Chai, Chunying Yu, Huanhuan Wei, Zhengjie Liu, Ruifeng Luo, Xianzhong Zhao |
Adv. Eng. Informatics | 3 |
| 2026 | U-NIAH: Unified RAG and LLM Evaluation for Long Context Needle-in-a-HaystackabstractRecent advancements in Large Language Models (LLMs) have significantly extended context windows, igniting discussions about the necessity of Retrieval-Augmented Generation (RAG). U-NIAH, a unified Needle-in-a-Haystack (NIAH) framework, systematically evaluates LLMs and RAG methods in controlled long-context settings. It extends beyond traditional NIAH by incorporating more practical and complex scenarios like multi-needle, long-needle, and needle-in-needle configurations and leveraging the synthetic dataset to mitigate LLM biases. The experiments aim to address three research questions in long-context scenarios: (1) performance tradeoffs between LLMs and RAG, (2) error patterns in RAG, and (3) RAG’s limitations in complex settings. Results show that smaller LLMs benefit more from RAG. In all settings, RAG achieves a win rate of 82.58% over direct answers. Additionally, it is found that retrieval noise and chunk ordering degrade RAG performance, and we further summarized typical error patterns, including omissions due to noise, hallucinations under high noise critical conditions, and self-doubt behaviors, as well as how these phenomena vary with context length. Finally, in some challenging scenarios, experiments show that deep reasoning models are more easily affected by distractors. These findings highlight the complementary roles of RAG and LLMs and offer actionable insights for optimizing deployment strategies ( https://github.com/Tongji-KGLLM/U-NIAH ). Yun Xiong, Bohan Li 0001, Yijie Zhong 0001, Haofen Wang |
ACM Trans. Inf. Syst. | 6 |
| 2025 | Meta-CoT-A*-MCTS: Search for Stronger User Preference Alignment in Agent4Rec
Ruilong Huang, Bohan Li 0001, Haofen Wang, Mengfei Xu, Xinzhe Zhao |
ADMA (1) | 3 |
| 2025 | Make LLMs Perform Better in Knowledge Graph Completion Combined with RAG
Mengfei Xu, Bohan Li 0001, Haofen Wang, Peixuan Huang, Ruilong Huang |
ADMA (1) | 3 |
| 2025 | NR-GCF: Graph Collaborative Filtering with Improved Noise Resistance
Bohan Li 0001, Yicong Li 0001, Lixiang Song, Haofen Wang, Junnan Zhuo, Hongzhi Yin |
CIKM | 5 |
| 2025 | GoT-R: Enhancing Large Language Models for Complex Question Answering with Graph-of-Thought Guided Reasoning
Peixuan Huang, Bohan Li 0001, Haofen Wang, Mengfei Xu, Lei Liang 0002, Meng Wang 0009 |
DASFAA (2) | 4 |
| 2025 | HBS-KGLLM: A General Framework for Generating Knowledge Graphs for Jailbreaking
Xinzhe Zhao, Bohan Li 0001, Junnan Zhuo, Ruilong Huang, Yuanrui Liu, Haofen Wang, Hua Dai 0003, Nguyen Quoc Viet Hung |
DASFAA (3) | 7 |
| 2025 | Unifying Large Language Models and Knowledge Graphs for Question Answering: Recent Advances and Opportunities
Chuangtao Ma, Yongrui Chen 0002, Tianxing Wu 0001, Arijit Khan 0001, Haofen Wang |
EDBT | 5 |
| 2025 | MultiRAG: A Knowledge-Guided Framework for Mitigating Hallucination in Multi-Source Retrieval Augmented GenerationabstractRetrieval Augmented Generation (RAG) has emerged as a promising solution to address hallucination issues in Large Language Models (LLMs). However, the integration of multiple retrieval sources, while potentially more informative, introduces new challenges that can paradoxically exacerbate hallucination problems. These challenges manifest primarily in two aspects: the sparse distribution of multi-source data that hinders the capture of logical relationships and the inherent inconsistencies among different sources that lead to information conflicts. To address these challenges, we propose MultiRAG, a novel framework designed to mitigate hallucination in multi-source retrieval-augmented generation through knowledge-guided approaches. Our framework introduces two key innovations: (1) a knowledge construction module that employs multi-source line graphs to efficiently aggregate logical relationships across different knowledge sources, effectively addressing the sparse data distribution issue; and (2) a sophisticated retrieval module that implements a multi-level confidence calculation mechanism, performing both graph-level and node-level assessments to identify and eliminate unreliable information nodes, thereby reducing hallucinations caused by inter-source inconsistencies. Extensive experiments on four multi-domain query datasets and two multi-hop QA datasets demonstrate that MultiRAG significantly enhances the reliability and efficiency of knowledge retrieval in complex multi-source scenarios. Our code is available in https://github.com/wuwenlong123/MultiRAG. Haofen Wang, Bohan Li 0001, Peixuan Huang, Xinzhe Zhao, Lei Liang 0002 |
ICDE | 2 |
| 2025 | Crafting user-centric prompts for UI generations based on Kansei engineering and knowledge graph
Xuejing Feng, Huifang Du, Jun Ma 0036, Haofen Wang, Meng Wang 0009 |
Adv. Eng. Informatics | 4 |
| 2025 | Large Language Model Enhanced Knowledge Representation Learning: A SurveyabstractAbstract Knowledge Representation Learning (KRL) is crucial for enabling applications of symbolic knowledge from Knowledge Graphs (KGs) to downstream tasks by projecting knowledge facts into vector spaces. Despite their effectiveness in modeling KG structural information, KRL methods are suffering from the sparseness of KGs. The rise of Large Language Models (LLMs) built on the Transformer architecture presents promising opportunities for enhancing KRL by incorporating textual information to address information sparsity in KGs. LLM-enhanced KRL methods, including three key approaches, encoder-based methods that leverage detailed contextual information, encoder-decoder-based methods that utilize a unified Seq2Seq model for comprehensive encoding and decoding, and decoder-based methods that utilize extensive knowledge from large corpora, have significantly advanced the effectiveness and generalization of KRL in addressing a wide range of downstream tasks. This work provides a broad overview of downstream tasks while simultaneously identifying emerging research directions in these evolving domains. Xin Wang 0030, Haofen Wang, Leong Hou U, Zhao Li 0009 |
Data Sci. Eng. | 3 |
| 2025 | Meta-PKE: Memory-Enhanced Task-Adaptive Personal Knowledge Extraction in Daily Life
Yijie Zhong 0001, Feifan Wu, Mengying Guo, Xiaolian Zhang, Meng Wang 0009, Haofen Wang |
Inf. Process. Manag. | 6 |
| 2025 | Deep reinforcement learning for community architectural layout generation
Yun Xiong, Haofen Wang, Yao Zhang 0009, Weinan Zhang 0001 |
Knowl. Inf. Syst. | 3 |
| 2024 | Time-Sensitve Retrieval-Augmented Generation for Question AnsweringabstractRetrieval-augmented generation (RAG) enhances large language models (LLMs) by accessing external data sources, offering a promising way to improve accuracy and reliability. Despite its potential, conventional retrievers encounter bias and flaws with time-sensitive queries. In this paper, a benchmark query dataset is constructed to retrieve documents containing time-evolving facts, and the results show that current embedding-based similarity-matching methods struggle to handle queries with explicit temporal constraints. Therefore, we propose a novel approach that integrates supervised contrastive learning with tailored negative sample pairs for temporal constraints to train the retriever of an RAG system, along with query-side fine-tuning and routing techniques. Experimental results show that our approach significantly enhances the retriever performance of time-sensitive queries while ensuring the effectiveness of general queries. We will make the code and dataset publicly available at https://github.com/suzhou-22/TS-Retriever. Feifan Wu, Lingyuan Liu, Zhiqiang Zhang 0012, Haofen Wang, Meng Wang 0009 |
CIKM | 6 |
| 2024 | A Question-Answering Assistant over Personal Knowledge GraphabstractWe develop a Personal Knowledge Graph Question-Answering (PKGQA) assistant, seamlessly integrating information from multiple mobile applications into a unified and user-friendly query interface to offer users convenient information retrieval and personalized knowledge services. Based on a fine-grained schema customized for PKG, the PKGQA system in this paper comprises Symbolic Semantic Parsing, Frequently Asked Question (FAQ) Semantic Matching, and Neural Semantic Parsing modules, which are designed to take into account both accuracy and efficiency. The PKGQA system achieves high accuracy on the constructed dataset and demonstrates good performance in answering complex questions. Our system is implemented through an Android application, which is shown in https://youtu.be/p732U5KPEq4. Lingyuan Liu, Huifang Du, Xiaolian Zhang, Mengying Guo, Haofen Wang, Meng Wang 0009 |
SIGIR | 5 |
| 2024 | Wikipedia Empowered Natural Language Interface for Web Search
Haofen Wang, S. M. Mazharul Hoque Chowdhury, Wei Jin 0006 |
WISE (1) | 1 |
| 2024 | Enhancing Chinese abbreviation prediction with LLM generation and contrastive evaluation
Xianyang Tian, Hanwen Tong, Chenhao Xie 0002, Tong Ruan, Baohua Wu, Haofen Wang |
Inf. Process. Manag. | 8 |
| 2024 | A Survey on Neural Data-to-Text GenerationabstractData-to-text Generation (D2T) aims to generate textual natural language statements that can fluently and precisely describe the structured data such as graphs, tables, and meaning representations (MRs) in the form of key-value pairs. It is a typical and crucial task in natural language generation (NLG). Early D2T systems generated texts with the cost of human engineering in designing domain specific rules and templates, and achieved acceptable performance in coherence, fluency, and fidelity. In recent years, the data-driven D2T systems based on deep learning have reached state-of-the-art (SOTA) performance in more challenging datasets. In this paper, we provide a comprehensive review on existing neural data-to-text generation approaches. We first introduce available D2T resources, including systematically categorized D2T datasets and mainstream evaluation metrics. Next, we survey existing works based on the taxonomy along two axes: neural end-to-end D2T and neural modular D2T. We also discuss the potential applications and the adverse impacts. Finally, we present readers with the challenges faced by neural D2T and outline some potential future directions in this area. Yupian Lin, Tong Ruan, Haofen Wang |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2024 | A Bidirectional Extraction-Then-Evaluation Framework for Complex Relation ExtractionabstractRelation extraction is an important task in the field of natural language processing. Previous works mainly focus on adopting pipeline methods or joint methods to model relation extraction in general scenarios. However, these existing methods face challenges when adapting to complex relation extraction scenarios, such as handling overlapped triplets, multiple triplets, and cross-sentence triplets. In this paper, we revisit the advantages and disadvantages of the aforementioned methods in complex relation extraction. Based on the in-depth analysis, we propose a novel two-stage bidirectional extract-then-evaluate framework namedBeeRe. In the extraction stage, we first obtain the subject set, relation set, and object set. Then, we design subject- and object-oriented triplet extractors to iteratively recurrent obtain candidate triplets, ensuring high recall. In the evaluation stage, we adopt a relation-oriented triplet filter to determine subject-object pairs based on relations in triplets obtained in the first stage, ensuring high precision. We conduct extensive experiments on three public datasets to show thatBeeReachieves state-of-the-art performance in both complex and general relation extraction scenarios. Even when compared to large language models like closed-source/open-source LLMs,BeeRestill has significant performance gains. Weiyan Zhang, Wanpeng Lu, Wen Du, Haofen Wang, Tong Ruan |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2023 | DynamiSE: Dynamic Signed Network Embedding for Link PredictionabstractIn real-world scenarios, dynamic signed networks are ubiquitous where edges have positive and negative sign semantics and evolve over time. Encoding the dynamics and sign semantics of the network simultaneously is challenging. Moreover, over-smoothing is inevitably introduced by the learning of network dynamics. Targeting this gap, we propose Dynamic Signed Network Embedding (DynamiSE), which effectively integrates the balance theory and ordinary differential equation (ODE) into node representation learning to construct a deeper dynamic signed graph neural network and capture the complex sign semantics formed by the two types of edges. Haiting Sun, Yun Xiong, Yao Zhang 0009, Yali Xiang, Xing Jia, Haofen Wang |
DSAA | 7 |
| 2023 | MMpedia: A Large-Scale Multi-modal Knowledge Graph
Junwen Li, Yue Zhang 0004, Haofen Wang, Wen Du, Zhidong He, Tong Ruan |
ISWC | 5 |
| 2022 | GeoGTI: Towards a General, Transferable and Interpretable Site Recommendation
Haofen Wang, Maohong Zhang, Fangjie Hou, Dongqing Yu, Yun Xiong |
WISA | 3 |
| 2022 | A Knowledge-Guided Method for Disease Prediction Based on Attention Mechanism
Yuanzhi Liang, Haofen Wang |
WISA | 2 |
| 2022 | Translational relation embeddings for multi-hop knowledge base question answering
Haofen Wang |
J. Web Semant. | 2 |
| 2020 | Revealing Secrets in SPARQL Session Level
Meng Wang 0009, Muhammad Saleem 0002, Axel-Cyrille Ngonga Ngomo, Guilin Qi, Haofen Wang |
ISWC (1) | 6 |
| 2019 | MC-eLDA: Towards Pathogenesis Analysis in Traditional Chinese Medicine by Multi-Content Embedding LDA
Wendi Ji, Haofen Wang, Xiaoling Wang 0004, Jin Chen 0004 |
PAKDD (1) | 3 |
| 2019 | Language-Independent Type Inference of the Instances from Multilingual WikipediaabstractExtracting knowledge from Wikipedia has attracted much attention in recent ten years. One of the most valuable kinds of knowledge is type information, which refers to the axioms stating that an instance is of a certain type. Current approaches for inferring the types of instances from Wikipedia mainly rely on some language-specific rules. Since these rules cannot catch the semantic associations between instances and classes (i.e. candidate types), it may lead to mistakes and omissions in the process of type inference. The authors propose a new approach leveraging attributes to perform language-independent type inference of the instances from Wikipedia. The proposed approach is applied to the whole English and Chinese Wikipedia, which results in the first version of MulType (Multilingual Type Information), a knowledge base describing the types of instances from multilingual Wikipedia. Experimental results show that not only the proposed approach outperforms the state-of-the-art comparison methods, but also MulType contains lots of new and high-quality type information. Tianxing Wu 0001, Guilin Qi, Lei Zhang 0034, Haofen Wang |
Int. J. Semantic Web Inf. Syst. | 5 |
| 2018 | On Evaluating Web-Scale Extracted Knowledge Bases in a Comparative WayabstractIn this article, the authors design two metric sets considering Richness and Correctness based on a quasi-formal conceptual representation. They also design a novel metric set on overlapped instances of different KBs to make the metric results comparable. Finally, they use random sampling techniques to reduce human efforts for assessing the correctness. The authors evaluate three large Chinese KBs including DBpedia Chinese, Zhishi.me and SSCO comparatively, and further compare them with English KBs in terms of data set qualities. They also compare different versions of DBpedia and YAGO. The findings in these KBs not only give a detailed report of the current situation of extracted KBs, but also show the effectiveness of their methods in assessing the quality of Web-Scale KBs comparatively. Tong Ruan, Haofen Wang |
Int. J. Semantic Web Inf. Syst. | 4 |
| 2018 | On building and publishing Linked Open Schema from social Web sites
Tianxing Wu 0001, Haofen Wang, Guilin Qi, Jiangang Zhu, Tong Ruan |
J. Web Semant. | 2 |
| 2016 | From Queriability to Informativity, Assessing "Quality in Use" of DBpedia and YAGO
Tong Ruan, Haofen Wang |
ESWC | 3 |
| 2016 | Zhishi.lemon: On Publishing Zhishi.me as Linguistic Linked Open Data
Zhijia Fang, Haofen Wang, Jorge Gracia, Julia Bosque-Gil, Tong Ruan |
ISWC (2) | 2 |
| 2016 | Building and Exploring an Enterprise Knowledge Graph for Investment Analysis
Tong Ruan, Lijuan Xue, Haofen Wang, Fanghuai Hu |
ISWC (2) | 3 |
| 2015 | Effective Online Knowledge Graph Fusion
Haofen Wang, Zhijia Fang, Jeff Z. Pan, Tong Ruan |
ISWC (1) | 1 |
| 2014 | On Publishing Chinese Linked Open Schema
Haofen Wang, Tianxing Wu 0001, Guilin Qi, Tong Ruan |
ISWC (1) | 1 |
| 2013 | MeDetect: A LOD-Based System for Collective Entity Annotation in BiomedicineabstractWith the ever-growing use of textual biomedical data, domain entity annotation has become very important in biomedicine. Previous works on annotating domain entities from biomedical references suffer from several issues, such as a data flexibility problem, language dependency, and limitations with respect to word sense disambiguation. Meanwhile, the Linked Open Data (LOD) Initiative aims at interlinking data from various open knowledge bases. The numbers of entities and properties describing semantic relationships between entities within the linked data cloud have become very large. In this paper, we propose a knowledge-incentive approach for entity annotation in biomedicine, and present Me Detect, a prototype system that we developed based on this approach. With this approach, we over-come the problems of previous works using LOD-based collective annotation. Finally, we present the results of experiments that verify the effectiveness and efficiency of our approach. Weinan Zhang 0001, Antonis Bikakis, Haofen Wang, Yong Yu 0001, Yuan Ni |
Web Intelligence | 4 |
| 2012 | An effective rule miner for instance matching in a web of dataabstractPublishing structured data and linking them to Linking Open Data (LOD) is an ongoing effort to create a Web of data. Each newly involved data source may contain duplicated instances (entities) whose descriptions or schemata differ from those of the existing sources in LOD. To tackle this heterogeneity issue, several matching methods have been developed to link equivalent entities together. Many general-purpose matching methods which focus on similarity metrics suffer from very diverse matching results for different data source pairs. On the other hand, the dataset-specific ones leverage heuristic rules or even manual efforts to ensure the quality, which makes it impossible to apply them to other sources or domains. In this paper, we offer a third choice, a general method of automatically discovering dataset-specific matching rules. In particular, we propose a semi-supervised learning algorithm to iteratively refine matching rules and find new matches of high confidence based on these rules. This dramatically relieves the burden on users of defining rules but still gives high-quality matching results. We carry out experiments on real-world large scale data sources in LOD; the results show the effectiveness of our approach in terms of the precision of discovered matches and the number of missing matches found. Furthermore, we discuss several extensions (like similarity embedded rules, class restriction and SPARQL rewriting) to fit various applications with different requirements. Xing Niu 0001, Shu Rong, Haofen Wang, Yong Yu 0001 |
CIKM | 3 |
| 2012 | A semantic approach to recommending text advertisements for imagesabstractIn recent years, more and more images have been uploaded and published on the Web. Along with text Web pages, images have been becoming important media to place relevant advertisements. Visual contextual advertising, a young research area, refers to finding relevant text advertisements for a target image without any textual information (e.g., tags). There are two existing approaches, advertisement search based on image annotation, and more recently, advertisement matching based on feature translation between images and texts. However, the state of the art fails to achieve satisfactory results due to the fact that recommended advertisements are syntactically matched but semantically mismatched. In this paper, we propose a semantic approach to improving the performance of visual contextual advertising. More specifically, we exploit a large high-quality image knowledge base (ImageNet) and a widely-used text knowledge base (Wikipedia) to build a bridge between target images and advertisements. The image-advertisement match is built by mapping images and advertisements into the respective knowledge bases and then finding semantic matches between the two knowledge bases. The experimental results show that semantic match outperforms syntactic match significantly using test images from Flickr. We also show that our approach gives a large improvement of 16.4% on the precision of the top 10 matches over previous work, with more semantically relevant advertisements recommended. Weinan Zhang 0001, Xinruo Sun, Haofen Wang, Yong Yu 0001 |
RecSys | 4 |
| 2012 | A Machine Learning Approach for Instance Matching Based on Similarity Metrics
Shu Rong, Xing Niu 0001, Evan Wei Xiang, Haofen Wang, Qiang Yang 0001, Yong Yu 0001 |
ISWC (1) | 4 |
| 2012 | EachWiki: Facilitating Wiki Authoring by Annotation SuggestionabstractWikipedia, one of the best-known wikis and the world’s largest free online encyclopedia, has embraced the power of collaborative editing to harness collective intelligence. However, using such a wiki to create high-quality articles is not as easy as people imagine, given for instance the difficulty of reusing knowledge already available in Wikipedia. As a result, the heavy burden of upbuilding and maintaining the ever-growing online encyclopedia still rests on a small group of people. In this article, we aim at facilitating wiki authoring by providing annotation recommendations, thus lightening the burden of both contributors and administrators. We leverage the collective wisdom of the users by exploiting Semantic Web technologies with Wikipedia data and adopt a unified algorithm to support link, category, and semantic relation recommendation. A prototype system named EachWiki is proposed and evaluated. The experimental results show that it has achieved considerable improvements in terms of effectiveness, efficiency and usability. The proposed approach can also be applied to other wiki-based collaborative editing systems. Haofen Wang, Linyun Fu, Wei Jin 0006, Yong Yu 0001 |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2011 | Evaluating the Stability and Credibility of Ontology Matching Methods
Xing Niu 0001, Haofen Wang, Gang Wu 0007, Guilin Qi, Yong Yu 0001 |
ESWC (1) | 2 |
| 2011 | Graph-Based Bilingual Sentence Alignment from Large Scale Web Pages
Yihe Zhu, Haofen Wang, Xixiu Ouyang, Yong Yu 0001 |
NLDB | 2 |
| 2011 | Large Scale Fuzzy pD * Reasoning Using MapReduce
Chang Liu 0021, Guilin Qi, Haofen Wang, Yong Yu 0001 |
ISWC (1) | 3 |
| 2011 | Zhishi.me - Weaving Chinese Linking Open Data
Xing Niu 0001, Xinruo Sun, Haofen Wang, Shu Rong, Guilin Qi, Yong Yu 0001 |
ISWC (2) | 3 |
| 2011 | Diversifying product search resultsabstractIn recent years, online shopping is becoming more and more popular. Users type keyword queries on product search systems to find relevant products, accessories, and even related products. However, existing product search systems always return very similar products on the first several pages instead of taking diversity into consideration. In this paper, we propose a novel approach to address the diversity issue in the context of product search. We transform search result diversification into a combination of diversifying product categories and diversifying product attribute values within each category. The two sub-problems are optimization problems which can be reduced into well-known NP-hard problems respectively. We further leverage greedy-based approximation algorithms for efficient product search results re-ranking. Haofen Wang, Xinruo Sun, Junfeng Pan, Yong Yu 0001 |
SIGIR | 2 |
| 2011 | Towards effective short text deep classificationabstractRecently, more and more short texts (e.g., ads, tweets) appear on the Web. Classifying short texts into a large taxonomy like ODP or Wikipedia category system has become an important mining task to improve the performance of many applications such as contextual advertising and topic detection for micro-blogging. In this paper, we propose a novel multi-stage classification approach to solve the problem. First, explicit semantic analysis is used to add more features for both short texts and categories. Second, we leverage information retrieval technologies to fetch the most relevant categories for an input short text from thousands of candidates. Finally, a SVM classifier is applied on only a few selected categories to return the final answer. Our experimental results show that the proposed method achieved significant improvements on classification accuracy compared with several existing state of art approaches. Xinruo Sun, Haofen Wang, Yong Yu 0001 |
SIGIR | 2 |
| 2011 | Towards Effective Event Detection, Tracking and Summarization on Microblog Data
Rui Long, Haofen Wang, Yuqiang Chen, Ou Jin, Yong Yu 0001 |
WAIM | 2 |
| 2011 | Incremental Reasoning over Multiple Ontologies
Xingzhi Sun 0001, Linhao Xu, Haofen Wang |
WAIM | 4 |
| 2011 | Fuzzy Reasoning over RDF Data Using OWL VocabularyabstractIn this paper, we propose fuzzy pD* semantics which generalizes pD* semantics to reason over fuzzy RDF data using OWL vocabulary. We first define the notions of fuzzy RDF graph and fuzzy pD* interpretation. We then present a set of fuzzy pD*entailment rules and define the Best Degree Bound (BDB) of a triple derived from a fuzzy RDF graph. We show the existence of the BDB of an arbitrary triple. After that, we generalize the partial and full pD* closures to obtain the BDBs of derived triples. We show that the partial fuzzy closure exists and can be computed within polynomial time. Finally, we prove soundness and completeness results for the entailment relation. We also prove that the consistency checking is in P, the entailment is NP-complete, and in P if the target fuzzy RDF graph is ground. Therefore, extending the pD* semantics with fuzzy semantics does not increase the computational complexity. Chang Liu 0021, Guilin Qi, Haofen Wang, Yong Yu 0001 |
Web Intelligence | 3 |
| 2011 | Lightweight integration of IR and DB for scalable hybrid search with integrated ranking support
Haofen Wang, Thanh Tran 0001, Chang Liu 0021, Linyun Fu |
J. Web Semant. | 1 |
| 2010 | Effective and Efficient Keyword Query Interpretation Using a Hybrid Graph
Junquan Chen, Kaifeng Xu, Haofen Wang, Wei Jin 0006, Yong Yu 0001 |
WISE | 3 |
| 2010 | ZoomRDF: semantic fisheye zooming on RDF dataabstractWith the development of Semantic Web in recent years, an increasing amount of semantic data has been created in form of Resource Description Framework (RDF). Current visualization techniques help users quickly understand the underlying RDF data by displaying its structure in an overview. However, detailed information can only be accessed by further navigation. An alternative approach is to display the global context as well as the local details simultaneously in a unified view. This view supports the visualization and navigation on RDF data in an integrated way. In this demonstration, we present ZoomRDF, a framework that: i) adapts a space-optimized visualization algorithm for RDF, which allows more resources to be displayed, thus maximizes the utilization of display space, ii) combines the visualization with a fisheye zooming concept, which assigns more space to some individual nodes while still preserving the overview structure of the data, iii) considers both the importance of resources and the user interaction on them, which offers more display space to those elements the user may be interested in. We implement the framework based on the Gene Ontology and demonstrate that it facilitates tasks like RDF data exploration and editing. Haofen Wang, Thanh Tran 0001, Yong Yu 0001 |
WWW | 2 |
| 2009 | Top-k Exploration of Query Candidates for Efficient Keyword Search on Graph-Shaped (RDF) DataabstractKeyword queries enjoy widespread usage as they represent an intuitive way of specifying information needs. Recently, answering keyword queries on graph-structured data has emerged as an important research topic. The prevalent approaches build on dedicated indexing techniques as well as search algorithms aiming at finding substructures that connect the data elements matching the keywords. In this paper, we introduce a novel keyword search paradigm for graph-structured data, focusing in particular on the RDF data model. Instead of computing answers directly as in previous approaches, we first compute queries from the keywords, allowing the user to choose the appropriate query, and finally, process the query using the underlying database engine. Thereby, the full range of database optimization techniques can be leveraged for query processing. For the computation of queries, we propose a novel algorithm for the exploration of top-k matching subgraphs. While related techniques search the best answer trees, our algorithm is guaranteed to compute all k subgraphs with lowest costs, including cyclic graphs. By performing exploration only on a summary data structure derived from the data graph, we achieve promising performance improvements compared to other approaches. Thanh Tran 0001, Haofen Wang, Sebastian Rudolph, Philipp Cimiano |
ICDE | 2 |
| 2009 | Efficient query expansion for advertisement searchabstractOnline advertising represents a growing part of the revenues of ma-jor Internet service providers such as Google and Yahoo. A com-monly used strategy is to place advertisements (ads) on the search result pages according to the users ’ submitted queries. Relevant ads are likely to be clicked by a user and to increase the revenues of both advertisers and publishers. However, bid phrases defined by ad-owners are usually contained in limited number of ads. Directly matching user queries with bid phrases often results in finding few appropriate ads. To address this shortcoming, query expansion is often used to increase the chances to match the ads. Nevertheless, query expansion on top of the traditional inverted index faces ef-ficiency issues such as high time complexity and heavy I/O costs. Moreover, precision cannot always be improved, sometimes even hurt due to the involvement of additional noise. Haofen Wang, Linyun Fu, Gui-Rong Xue, Yong Yu 0001 |
SIGIR | 1 |
| 2009 | Hermes: a travel through semantics on the data webabstractThe Web as a global information space is developing from a Web of documents to a Web of data. This development opens new ways for addressing complex information needs. Search is no longer limited to matching keywords against documents, but instead complex information needs can be expressed in a structured way, with precise answers as results. In this paper, we demonstrate Hermes, an infrastructure for data web search. To provide an end-user oriented interface, we support expressive keyword search by translating user information needs into structured queries. We integrate heterogeneous web data sources with automatically computed mappings. Schema-level mappings are exploited in constructing structured queries against the integrated schema. These structured queries are decomposed into queries against the local web data sources, which are then processed in a distributed way. Haofen Wang, Thomas Penin, Kaifeng Xu, Junquan Chen, Xinruo Sun, Linyun Fu, Qiaoling Liu, Yong Yu 0001, Thanh Tran 0001, Peter Haase 0001, Rudi Studer |
SIGMOD Conference | 1 |
| 2009 | Dataplorer: a scalable search engine for the data webabstractMore and more structured information in the form of semantic data is nowadays available. It offers a wide range of new possibilities especially for semantic search and Web data integration. However, their effective exploitation still brings about a number of challenges, e.g. usability, scalability and uncertainty. In this paper, we present Dataplorer, a solution designed to address these challenges. We consider the usability through the use of hybrid queries and faceted search, while still preserving the scalability thanks to an extension of inverted index to support this type of query. Moreover, Dataplorer deals with uncertainty by means of a powerful ranking scheme to find relevant results. Our experimental results show that our proposed approach is promising and it makes us believe that it is possible to extend the current IR infrastructure to query and search the Web of data. Haofen Wang, Qiaoling Liu, Gui-Rong Xue, Yong Yu 0001, Lei Zhang 0007 |
WWW | 1 |
| 2009 | Hermes: Data Web search on a pay-as-you-go integration infrastructure
Thanh Tran 0001, Haofen Wang, Peter Haase 0001 |
J. Web Semant. | 2 |
| 2009 | Semplore: A scalable IR approach to search the Web of Data
Haofen Wang, Qiaoling Liu, Thomas Penin, Linyun Fu, Lei Zhang 0007, Thanh Tran 0001, Yong Yu 0001 |
J. Web Semant. | 1 |
| 2008 | CE2: towards a large scale hybrid search engine with integrated ranking supportabstractThe Web contains a large amount of documents and increasingly, also semantic data in the form of RDF triples. Many of these triples are annotations that are associated with documents. While structured query is the principal mean to retrieve semantic data, keyword queries are typically used for document retrieval. Clearly, a form of hybrid search that seamlessly integrates these formalisms to query both documents and semantic data can address more complex information needs. In this paper, we present CE2, an integrated solution that leverages mature database and information retrieval technologies to tackle challenges in hybrid search on the large scale. For scalable storage, CE2 integrates database with inverted indices. Hybrid query processing is supported in CE2 through novel algorithms and data structures, which allow for advanced ranking schemes to be integrated more tightly into the process. Experiments conducted on Dbpedia and Wikipedia show that CE2 can provide good performance in terms of both effectiveness and efficiency. Haofen Wang, Thanh Tran 0001, Chang Liu 0021 |
CIKM | 1 |
| 2008 | Q2Semantic: A Lightweight Keyword Interface to Semantic Search
Haofen Wang, Qiaoling Liu, Thanh Tran 0001, Yong Yu 0001 |
ESWC | 1 |
| 2007 | Exploit Semantic Information for Category Annotation Recommendation in Wikipedia
Yang Wang 0019, Haofen Wang, Yong Yu 0001 |
NLDB | 2 |
| 2007 | Enhancing Relation Extraction by Eliciting Selectional Constraint Features from Wikipedia
Haofen Wang, Yong Yu 0001 |
NLDB | 3 |