VLDB 2026 Research / reviewers in the wild / expert
Besnik Fetahu
dblp:117/4348
· DBLP profile ↗
21ranked-venue papers in the field
9as first author
5since 2021 · last 2024
0000-0002-3343-7992ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 12 (7 first)Data Mining & Knowledge Discovery · 3Knowledge Engineering, Semantic Web & Information Systems · 3 (2 first)Database Systems & Data Management · 2Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Instant Answering in E-Commerce Buyer-Seller Messaging Using Message-to-Question Reformulation
Besnik Fetahu, Tejas Mehta, Qun Song 0008, Nikhita Vedula, Oleg Rokhlenko, Shervin Malmasi |
ECIR (4) | 1 |
| 2024 | Controllable Decontextualization of Yes/No Question and Answers into Factual Statements
Lingbo Mo, Besnik Fetahu, Oleg Rokhlenko, Shervin Malmasi |
ECIR (2) | 2 |
| 2023 | The 6th Workshop on e-eommerce and NLP (ECNLP 6)abstractNatural Language Processing (NLP) technology plays a key role in e-commerce today, where this technology can be used for a range of tasks, such as improving search results, providing recommendations, and powering virtual assistants. The ECNLP workshop series focuses on NLP and Machine Learning methods for e-commerce, with a focus on applied and fundamental machine learning and NLP methods that can be leveraged in applied settings. The workshop aims to being together researchers from both industry and academia, with the goal of fostering greater knowledge sharing and collaboration between researchers and practitioners in this field. Shervin Malmasi, Besnik Fetahu, Eugene Agichtein, Oleg Rokhlenko, Ido Guy, Nicola Ueffing, Surya Kallumadi |
KDD | 2 |
| 2022 | CycleNER: An Unsupervised Training Approach for Named Entity RecognitionabstractNamed Entity Recognition (NER) is a crucial natural language understanding task for many down-stream tasks such as question answering and retrieval. Despite significant progress in developing NER models for multiple languages and domains, scaling to emerging and/or low-resource domains still remains challenging, due to the costly nature of acquiring training data. We propose CycleNER, an unsupervised approach based on cycle-consistency training that uses two functions: (i) sentence-to-entity – S2E and (ii) entity-to-sentence – E2S, to carry out the NER task. CycleNER does not require annotations but a set of sentences with no entity labels and another independent set of entity examples. Through cycle-consistency training, the output from one function is used as input for the other (e.g. S2E → E2S) to align the representation spaces of both functions and therefore enable unsupervised training. Evaluation on several domains comparing CycleNER against supervised and unsupervised competitors shows that CycleNER achieves highly competitive performance with only a few thousand input sentences. We demonstrate competitive performance against supervised models, achieving 73% of supervised performance without any annotations on CoNLL03, while significantly outperforming unsupervised approaches. Andrea Iovine, Anjie Fang, Besnik Fetahu, Oleg Rokhlenko, Shervin Malmasi |
WWW | 3 |
| 2021 | Gazetteer Enhanced Named Entity Recognition for Code-Mixed Web QueriesabstractNamed entity recognition (NER) for Web queries is very challenging. Queries often do not consist of well-formed sentences, and contain very little context, with highly ambiguous queried entities. Code-mixed queries, with entities in a different language than the rest of the query, pose a particular challenge in domains like e-commerce (e.g. queries containing movie or product names). This work tackles NER for code-mixed queries, where entities and non-entity query terms co-exist simultaneously in different languages. Our contributions are twofold. First, to address the lack of code-mixed NER data we create EMBER, a large-scale dataset in six languages with four different scripts. Based on Bing query data, we include numerous language combinations that showcase real-world search scenarios. Secondly, we propose a novel gated architecture that enhances existing multi-lingual Transformers with a Mixture-of-Experts model to dynamically infuse multi-lingual gazetteers, allowing it to simultaneously differentiate and handle entities and non-entity query terms in multiple languages. Experimental evaluation on code-mixed queries in several languages shows that our approach efficiently utilizes gazetteers to recognize entities in code-mixed queries with an F1=68%, an absolute improvement of +31% over a non-gazetteer baseline. Besnik Fetahu, Anjie Fang, Oleg Rokhlenko, Shervin Malmasi |
SIGIR | 1 |
| 2020 | Debiasing Word Embeddings from Sentiment Associations in NamesabstractWord embeddings, trained through models like skip-gram, have shown to be prone to capturing the biases from the training corpus, e.g. gender bias. Such biases are unwanted as they spill in downstream tasks, thus, leading to discriminatory behavior. Christoph Hube, Maximilian Idahl, Besnik Fetahu |
WSDM | 3 |
| 2019 | FAE: A Fairness-Aware Ensemble FrameworkabstractAutomated decision making based on big data and machine learning (ML) algorithms can result in discriminatory decisions against certain protected groups defined upon personal data like gender, race, sexual orientation etc. Such algorithms designed to discover patterns in big data might not only pick up any encoded societal biases in the training data, but even worse, they might reinforce such biases resulting in more severe discrimination. The majority of thus far proposed fairness-aware machine learning approaches focus solely on the pre-, in- or post-processing steps of the machine learning process, that is, input data, learning algorithms or derived models, respectively. However, the fairness problem cannot be isolated to a single step of the ML process. Rather, discrimination is often a result of complex interactions between big data and algorithms, and therefore, a more holistic approach is required. The proposed FAE (Fairness-Aware Ensemble) framework combines fairness-related interventions at both pre-and post-processing steps of the data analysis process. In the pre-processing step, we tackle the problems of under-representation of the protected group (group imbalance) and of class-imbalance by generating balanced training samples. In the post-processing step, we tackle the problem of class overlapping by shifting the decision boundary in the direction of fairness. Vasileios Iosifidis, Besnik Fetahu, Eirini Ntoutsi |
IEEE BigData | 2 |
| 2019 | Neural Based Statement Classification for Biased LanguageabstractBiased language commonly occurs around topics which are of controversial nature, thus, stirring disagreement between the different involved parties of a discussion. This is due to the fact that for language and its use, specifically, the understanding and use of phrases, the stances are cohesive within the particular groups. However, such cohesiveness does not hold across groups. In collaborative environments or environments where impartial language is desired (e.g. Wikipedia, news media), statements and the language therein should represent equally the involved parties and be neutrally phrased. Biased language is introduced through the presence of inflammatory words or phrases, or statements that may be incorrect or one-sided, thus violating such consensus. In this work, we focus on the specific case of phrasing bias, which may be introduced through specific inflammatory words or phrases in a statement. For this purpose, we propose an approach that relies on a recurrent neural networks in order to capture the inter-dependencies between words in a phrase that introduced bias. We perform a thorough experimental evaluation, where we show the advantages of a neural based approach over competitors that rely on word lexicons and other hand-crafted features in detecting biased language. We are able to distinguish biased statements with a precision of P=0.917, thus significantly outperforming baseline models with an improvement of over 30%. Finally, we release the largest corpus of statements annotated for biased language. Christoph Hube, Besnik Fetahu |
WSDM | 2 |
| 2019 | TableNet: An Approach for Determining Fine-grained Relations for Wikipedia TablesabstractWe focus on the problem of interlinking Wikipedia tables with fine-grained table relations: equivalent and subPartOf. Such relations allow us to harness semantically related information by accessing related tables or facts therein. Determining the type of a relation is not trivial. Relations are dependent on the schemas, the cell-values, and the semantic overlap of the cell values in tables. Besnik Fetahu, Avishek Anand, Maria Koutraki |
WWW | 1 |
| 2019 | Citation Needed: A Taxonomy and Algorithmic Assessment of Wikipedia's VerifiabilityabstractWikipedia is playing an increasingly central role on the web, and the policies its contributors follow when sourcing and fact-checking content affect million of readers. Among these core guiding principles, verifiability policies have a particularly important role. Verifiability requires that information included in a Wikipedia article be corroborated against reliable secondary sources. Because of the manual labor needed to curate Wikipedia at scale, however, its contents do not always evenly comply with these policies. Citations (i.e. reference to external sources) may not conform to verifiability requirements or may be missing altogether, potentially weakening the reliability of specific topic areas of the free encyclopedia. In this paper, we aim to provide an empirical characterization of the reasons why and how Wikipedia cites external sources to comply with its own verifiability guidelines. First, we construct a taxonomy of reasons why inline citations are required, by collecting labeled data from editors of multiple Wikipedia language editions. We then crowdsource a large-scale dataset of Wikipedia sentences annotated with categories derived from this taxonomy. Finally, we design algorithmic models to determine if a statement requires a citation, and to predict the citation reason . We evaluate the accuracy of such models across different classes of Wikipedia articles of varying quality, and on external datasets of claims annotated for fact-checking purposes. Miriam Redi, Besnik Fetahu, Jonathan T. Morgan, Dario Taraborelli |
WWW | 2 |
| 2017 | FuseM: Query-Centric Data Fusion on Structured Web MarkupabstractEmbedded markup based on Microdata, RDFa, and Microformats have become prevalent on the Web and constitute an unprecedented source of data. However, RDF statements extracted from markup are fundamentally different from traditional RDF graphs: entity descriptions are flat, facts are highly redundant, and despite very frequent co-references explicit links are missing. Therefore, carrying out typical entity-centric tasks such as retrieval and summarisation cannot be tackled sufficiently with state-of-the-art methods and require preliminary data fusion. Given the scale and dynamics of Web markup, the applicability of general data fusion approaches is limited. We present a novel query-centric data fusion approach which overcomes such issues through a combination of entity retrieval and fusion techniques geared towards the specific challenges associated with embedded markup. To ensure precise and diverse entity descriptions, we follow a supervised learning approach and train a classifier for data fusion of a pool of candidate facts relevant to a given query and obtained through a preliminary entity retrieval step. We perform a thorough evaluation on a subset of the Web Data Commons dataset and show significant improvement over existing baselines. In addition, an investigation into the coverage and complementarity of facts from the constructed entity descriptions compared to DBpedia, shows potential for aiding tasks such as knowledge base population. Ran Yu 0001, Ujwal Gadiraju, Besnik Fetahu, Stefan Dietze |
ICDE | 3 |
| 2016 | Finding News Citations for WikipediaabstractAn important editing policy in Wikipedia is to provide citations for added statements in Wikipedia pages, where statements can be arbitrary pieces of text, ranging from a sentence to a paragraph. In many cases citations are either outdated or missing altogether. Besnik Fetahu, Katja Markert, Wolfgang Nejdl, Avishek Anand |
CIKM | 1 |
| 2015 | Automated News Suggestions for Populating Wikipedia Entity PagesabstractWikipedia entity pages are a valuable source of information for direct consumption and for knowledge-base construction, update and maintenance. Facts in these entity pages are typically supported by references. Recent studies show that as much as 20% of the references are from online news sources. However, many entity pages are incomplete even if relevant information is already available in existing news articles. Even for the already present references, there is often a delay between the news article publication time and the reference time. In this work, we therefore look at Wikipedia through the lens of news and propose a novel news-article suggestion task to improve news coverage in Wikipedia, and reduce the lag of newsworthy references. Our work finds direct application, as a precursor, to Wikipedia page generation and knowledge-base acceleration tasks that rely on relevant and high quality input sources. Besnik Fetahu, Katja Markert, Avishek Anand |
CIKM | 1 |
| 2015 | Improving Entity Retrieval on Structured Data
Besnik Fetahu, Ujwal Gadiraju, Stefan Dietze |
ISWC (1) | 1 |
| 2015 | Adaptive Focused Crawling of Linked Data
Ran Yu 0001, Ujwal Gadiraju, Besnik Fetahu, Stefan Dietze |
WISE (1) | 3 |
| 2014 | A Scalable Approach for Efficiently Generating Structured Dataset Topic Profiles
Besnik Fetahu, Stefan Dietze, Bernardo Pereira Nunes, Marco A. Casanova, Davide Taibi 0002, Wolfgang Nejdl |
ESWC | 1 |
| 2014 | Educational Forums at a Glance: Topic Extraction and Selection
Bernardo Pereira Nunes, Ricardo Kawase, Besnik Fetahu, Marco A. Casanova, Gilda Helena Bernardino de Campos |
WISE (2) | 3 |
| 2013 | Complex Matching of RDF Datatype Properties
Bernardo Pereira Nunes, Alexander Arturo Mera Caraballo, Marco A. Casanova, Besnik Fetahu, Luiz André P. Paes Leme, Stefan Dietze |
DEXA (1) | 4 |
| 2013 | Combining a Co-occurrence-Based and a Semantic Measure for Entity Linking
Bernardo Pereira Nunes, Stefan Dietze, Marco A. Casanova, Ricardo Kawase, Besnik Fetahu, Wolfgang Nejdl |
ESWC | 5 |
| 2013 | Summaries on the Fly: Query-Based Extraction of Structured Knowledge from Web Documents
Besnik Fetahu, Bernardo Pereira Nunes, Stefan Dietze |
ICWE | 1 |
| 2012 | Retrieval evaluation on focused tasksabstractRanking of retrieval systems for focused tasks requires large number of relevance judgments. We propose an approach that minimizes the number of relevance judgments, where the performance measures are approximated using a Monte-Carlo sampling technique. Partial measures are taken using relevance judgments, whereas the remaining part of passages are annotated using a generated relevance probability distribution based on result rank. We define two conditions for stopping the assessment procedure when the ranking between systems is stable. Besnik Fetahu, Ralf Schenkel |
SIGIR | 1 |