Adam Jatowt

dblp:j/AdamJatowt · DBLP profile ↗
← Back
150ranked-venue papers in the field
21as first author
63since 2021 · last 2026
0000-0001-7235-0665ORCID · verified

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 111 (18 first)Other / Interdisciplinary · 14 (1 first)Data Mining & Knowledge Discovery · 13 (1 first)Database Systems & Data Management · 9 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 2Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2026 The 9th International Workshop on Narrative Extraction from Text: Text2Story 2026
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia, Marina Litvak
ECIR (3)3
2026 One Model, Many Guidelines: Instruction Fine-Tuning for Historical Named Entity Recognition
Tien-Nam Nguyen, Emanuela Boros, Adam Jatowt, Mickaël Coustaty, Ahmed Hamdi, Antoine Doucet
ICDAR (3)3
2026 Are LLM-Based Retrievers Worth Their Cost? An Empirical Study of Efficiency, Robustness, and Reasoning Overhead
Abdelrahman Abdallah, Jamie Holdcroft, Adam Jatowt
SIGIR4
2026 Beyond Maintenance: A Benchmark and Multi-Agent Framework for Repository-Usage Code Generation
abstract
Repository-level code generation has attracted growing interest, yet most benchmarks and methods remain maintainer-centric, emphasizing bug fixing and feature implementation. In contrast, a common yet underexplored scenario is repository usage: external users want to build applications by correctly invoking repository-internal APIs, composing them into runnable end-to-end workflows rather than modifying the codebase. To support this setting, we introduce RUCCE, a benchmark for repository-usage code generation built from real-world Python repositories. Each instance pairs a natural-language usage instruction with grounded target APIs and a verified reference script, enabling evaluation of both API retrieval and repository-usage code generation. Building on RUCCE, we propose RUCACoder, a closed-loop multi-agent framework with a Retriever for hierarchical repository exploration, a Verifier for reranking and validation, and a Coder for feedback-driven script synthesis. Experiments across multiple backbone LLMs show that RUCACoder consistently outperforms strong retrieval and generation baselines.
Kaitao Lin, Songwen Gong, Adam Jatowt, Jiexin Wang 0002, Yi Cai 0001
SIGIR3
2026 Context Convergence Improves Answering Inferential Questions
abstract
While Large Language Models (LLMs) are widely used in open-domain Question Answering (QA), their ability to handle inferential questions—where answers must be derived rather than directly retrieved—remains still underexplored. This study investigates how the structure and quality of passages influence LLM performance on such questions. We focus on convergence, a measure of how effectively sentences (hints) eliminate incorrect answers, as a criterion for constructing passages. Using subsets of the TriviaHG dataset, we form passages by combining sentences with varying convergence levels and evaluate six LLMs of different sizes and architectures. Our results show that passages built from higher-convergence sentences lead to substantially better answer accuracy than those selected by cosine similarity, indicating that convergence captures meaningful relevance for inferential reasoning. Additionally, ordering sentences by descending convergence slightly improves performance, suggesting that LLMs tend to prioritize earlier, information-rich cues. These findings highlight convergence as a practical signal for guiding passage construction and analyzing inferential reasoning behavior in LLMs.
Jamshid Mozafari, Bhawna Piryani, Adam Jatowt
SIGIR3
2026 Pretraining Exposure Explains Popularity Judgments in Large Language Models
abstract
Large language models (LLMs) exhibit systematic preferences for well-known entities, a phenomenon often attributed to popularity bias. However, the extent to which these preferences reflect real-world popularity versus statistical exposure during pretraining remains unclear, largely due to the inaccessibility of most training corpora. We provide the first direct, large-scale analysis of popularity bias grounded in fully observable pretraining data. Leveraging the open OLMo models and their complete pretraining corpus, Dolma, we compute precise entity-level exposure statistics across 7.4 trillion tokens. We analyze 2,000 entities spanning five types (Person, Location, Organization, Art, Product) and compare pretraining exposure against Wikipedia pageviews and two elicited LLM popularity signals: direct scalar estimation and pairwise comparison. Our results show that pretraining exposure strongly correlates with Wikipedia popularity, validating exposure as a meaningful proxy for real-world salience during the training period. More importantly, we find that LLM popularity judgments align more closely with exposure than with Wikipedia, especially when elicited via pairwise comparisons. This alignment is strongest for larger models and persists in the long tail, where Wikipedia popularity becomes unreliable. Overall, our findings demonstrate that popularity priors in LLMs are primarily shaped by pretraining statistics rather than external popularity signals, offering concrete evidence that data exposure plays a central role in driving popularity bias.
Jamshid Mozafari, Bhawna Piryani, Adam Jatowt
SIGIR3
2026 Temporal Information Retrieval and Extraction: From Foundations to RAG
abstract
Information continuously evolves over time. Because of this dynamic nature, time becomes a fundamental dimension that shapes how we extract, retrieve, interpret, and reason about knowledge. As information systems are constantly updated, models must determine not only what is relevant, but also when that information is valid. This tutorial provides a structured and in-depth overview of the complete temporal information access pipeline: Temporal Information Extraction (TIE), Temporal Information Retrieval (TIR), and Temporal Question Answering (TQA). We examine the progression of temporal methods from early rule-based extraction and probabilistic retrieval to contemporary transformer-based and large language model (LLM) architectures. Participants gain a solid understanding of the core principles underlying the identification and normalization of time expressions, time-aware document ranking, and temporal reasoning in retrieval-augmented generation (RAG). The tutorial concludes with a discussion of open challenges and future research directions aimed at building AI systems that are temporally aware, robust, and adaptive. By connecting classical extraction and IR foundations with modern LLM-based reasoning, this tutorial presents a cohesive and up-to-date perspective on temporal information systems.
Bhawna Piryani, Avishek Anand, Omar Alonso, Adam Jatowt
SIGIR4
2026 TempRetriever: Fusion-based Temporal Dense Passage Retrieval for Time-Sensitive Questions
abstract
Temporal information is crucial for information retrieval, yet most dense retrieval systems focus exclusively on semantic similarity while neglecting temporal alignment between queries and documents. We propose TempRetriever, a lightweight framework that explicitly incorporates temporal information into dense passage retrieval through learned fusion techniques. Unlike existing approaches requiring extensive architectural modifications or specialized pre-training, TempRetriever enhances standard dense retrievers by combining semantic embeddings with temporal representations using four fusion strategies: Feature Stacking, Vector Summation, Relative Embeddings, and Element-Wise Interaction. Our approach introduces a learned temporal encoder and time-based negative sampling strategy to address temporal misalignment during training. We evaluate TempRetriever on three temporal question answering datasets (ArchivalQA, ChroniclingAmericaQA, NobelPrize) spanning altogether years from 1800 to 2022. TempRetriever achieves substantial improvements over standard DPR: 6.86% on ArchivalQA (Recall@1) and 4.40% on ChroniclingAmericaQA (Recall@1). Our method also outperforms state-of-the-art temporal retrieval systems, obtaining 9.62% improvement over BiTimeBERT and 5.16% over TS-Retriever. Notably, TempRetriever's fusion techniques can enhance existing temporal methods, improving BiTimeBERT by 5.12% and TS-Retriever by 6.17%, demonstrating modularity and practical value. Zero-shot evaluation confirms strong generalization across domains, and integration with retrieval-augmented generation shows consistent end-to-end improvements.
Abdelrahman Abdallah, Bhawna Piryani, Jonas Wallat, Avishek Anand, Adam Jatowt
WSDM5
2026 Inferential Question Answering
abstract
Despite extensive research on a wide range of question answering (QA) systems, most existing work focuses on answer containment-i.e., assuming that answers can be directly extracted and/or generated from documents in the corpus. However, some questions require inference, i.e., deriving answers that are not explicitly stated but can be inferred from the available information. We introduce Inferential QA -- a new task that challenges models to infer answers from answer-supporting passages which provide only clues. To study this problem, we construct QUIT (QUestions requiring Inference from Texts) dataset, comprising 7,401 questions and 2.4M passages built from high-convergence human- and machine-authored hints, labeled across three relevance levels using LLM-based answerability and human verification. Through comprehensive evaluation of retrievers, rerankers, and LLM-based readers, we show that methods effective on traditional QA tasks struggle in inferential QA: retrievers underperform, rerankers offer limited gains, and fine-tuning provides inconsistent improvements. Even reasoning-oriented LLMs fail to outperform smaller general-purpose models. These findings reveal that current QA pipelines are not yet ready for inference-based reasoning. Inferential QA thus establishes a new class of QA tasks that move towards understanding and reasoning from indirect textual evidence.
Jamshid Mozafari, Hamed Zamani, Guido Zuccon, Adam Jatowt
WWW4
2026 Beyond Recommendations: Sequential Recommendation with Collaborative Explanation
abstract
Explainability is an essential challenge in recommender systems and has gained significant attention recently. Learning to rank explanations for recommendations allows for providing top-ranked justifications alongside recommended items, benefiting from a unified modeling process and the use of standard evaluation metrics. However, existing approaches face two primary limitations. First, adding an explanation facet intensifies data sparsity, making traditional tensor reconstruction objective less effective. Second, a discrepancy exists between the optimization of explanations during training and the goal of providing interaction-based explanations at inference. In this work, we propose Sequential recommendation with Collaborative Explanation (SCE), a novel framework that models sequential user patterns with a specially designed learning objective to address data sparsity and better align recommendation with explanation goals. To enhance the factual accuracy of ranked explanations, we integrate attribute information as external knowledge into the explanations. Our SCE framework offers superior model-agnostic flexibility, seamlessly supporting arbitrary sequential models such as GRU4Rec, SASRec, and others, to deliver accurate recommendations and associated explanations. By integrating mutual information and attribute enhancement, our approach achieves significant improvements in both recommendation and explanation performance. Our extensive experiments on three real-world datasets from various platforms demonstrate the effectiveness of our approach, outperforming state-of-the-art methods by a substantial margin.
Kazunari Sugiyama, Adam Jatowt
Trans. Recomm. Syst.3
2025 RerankArena: A Unified Platform for Evaluating Retrieval, Reranking and RAG with Human and LLM Feedback
abstract
Evaluating the quality of retrieval-augmented generation (RAG) and document reranking systems remains challenging due to the lack of scalable, user-centric, and multi-perspective evaluation tools. We introduce RankArena, a unified platform for comparing and analysing the performance of retrieval pipelines, rerankers, and RAG systems using structured human and LLM-based feedback as well as for collecting such feedback. RankArena supports multiple evaluation modes: direct reranking visualisation, blind pairwise comparisons with human or LLM voting, supervised manual document annotation, and end-to-end RAG answer quality assessment. It captures fine-grained relevance feedback through both pairwise preferences and full-list annotations, along with auxiliary metadata such as movement metrics, annotation time, and quality ratings. The platform also integrates LLM-as-a-judge evaluation, enabling comparison between model-generated rankings and human ground truth annotations. All interactions are stored as structured evaluation datasets that can be used to train rerankers, reward models, judgment agents, or retrieval strategy selectors. Our platform is publicly available at https://rankarena.ngrok.io/, and the Demo video is provided. https://youtu.be/jIYAP4PaSSI.
Abdelrahman Abdallah, Mahmoud Abdalla, Bhawna Piryani, Jamshid Mozafari, Adam Jatowt
CIKM6
2025 CALLM: A Framework for Systematic Contrastive Analysis of Large Language Models
abstract
This study addresses the challenges of analyzing discrepancies between different large language models (LLMs). To facilitate the automatic exploration of these differences, we propose a novel system called CALLM(Contrastive Analyzer of LLMs) that systematically compares the outputs of two LLM versions based on user-defined queries. The system first generates a hierarchical topic structure rooted in a user-specified query, allowing for an organized comparison of topical categories. Subsequently, it evaluates the text generated by both LLMs to identify differences in knowledge and information presentation. This fully automated approach not only streamlines the identification of differences in knowledge stored by LLMs, model-specific characteristics and performance variations but can also enhance our understanding of architectural and training differences between compared LLMs. Our work contributes to the development of more transparent machine learning models and is meant to foster research in model evaluation and comparative analysis.
Reinhard Friedrich Fritsch, Adam Jatowt
CIKM2
2025 Evaluating Robustness of LLMs in Question Answering on Multilingual Noisy OCR Data
abstract
Optical Character Recognition (OCR) plays a crucial role in digitizing historical and multilingual documents, yet OCR errors - imperfect extraction of text, including character insertion, deletion, and substitution can significantly impact downstream tasks like question-answering (QA). In this work, we conduct a comprehensive analysis of how OCR-induced noise affects the performance of Multilingual QA Systems. To support this analysis, we introduce a multilingual QA dataset MultiOCR-QA, comprising 50K question-answer pairs across three languages, English, French, and German. The dataset is curated from OCR-ed historical documents, which include different levels and types of OCR noise. We then evaluate how different state-of-the-art Large Language Models (LLMs) perform under different error conditions, focusing on three major OCR error types. Our findings show that QA systems are highly prone to OCR-induced errors and perform poorly on noisy OCR text. By comparing model performance on clean versus noisy texts, we provide insights into the limitations of current approaches and emphasize the need for more noise-resilient QA systems in historical digitization contexts.
Bhawna Piryani, Jamshid Mozafari, Abdelrahman Abdallah, Antoine Doucet, Adam Jatowt
CIKM5
2025 Guess the Age of Photos: An Interactive Web Platform for Historical Image Age Estimation
abstract
This paper introduces Guess the Age of Photos, a web platform engaging users in estimating the years of historical photographs through two gamified modes: Guess the Year (predicting a single image's year) and Timeline Challenge (comparing two images to identify the older). Built with Python, Flask, Bootstrap, and PostgreSQL, it uses a 10,150-image subset of the Date Estimation in the Wild dataset (1930-1999). Features like dynamic scoring and leaderboards boost engagement. Evaluated with 113 users and 15,473 gameplays, the platform earned a 4.25/5 satisfaction rating. Users excelled in relative comparisons (65.9% accuracy) over absolute year guesses (25.6% accuracy), with older decades easier to identify. The platform serves as an educational tool, fostering historical awareness and analytical skills via interactive exploration of visual heritage. Furthermore, the platform provides a valuable resource for studying human perception of temporal cues in images and could be used to generate annotated data for training and evaluating computer vision models.
Hasan Yücedag, Adam Jatowt
CIKM2
2025 Enhancing Cross-Lingual Dialogue Summarization Through Interpretable Chain-of-Thought
Zhongtian Bao, Jun Wang 0023, Adam Jatowt, Zhenglu Yang
DASFAA (2)4
2025 The 8th International Workshop on Narrative Extraction from Texts: Text2Story 2025
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia, Marina Litvak
ECIR (5)3
2025 ICDAR 2025 Competition on Automatic Classification of Literary Epochs
Irina Rabaev, Marina Litvak, Roza Bass, Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt
ICDAR (5)6
2025 Wrong Answers Can Also Be Useful: PlausibleQA - A Large-Scale QA Dataset with Answer Plausibility Scores
abstract
Large Language Models (LLMs) are revolutionizing information retrieval, with chatbots becoming an important source for answering user queries. As by their design, LLMs prioritize generating correct answers, the value of highly plausible yet incorrect answers (candidate answers) tends to be overlooked. However, such answers can still prove useful, for example, they can play a crucial role in tasks like Multiple-Choice Question Answering (MCQA) and QA Robustness Assessment (QARA). Existing QA datasets primarily focus on correct answers without explicit consideration of the plausibility of other candidate answers, limiting opportunity for more nuanced evaluations of models. To address this gap, we introduce PlausibleQA, a large-scale dataset comprising 10,000 questions and 100,000 candidate answers, each annotated with plausibility scores and justifications for their selection. Additionally, the dataset includes 900,000 justifications for pairwise comparisons between candidate answers, further refining plausibility assessments. We evaluate PlausibleQA through human assessments and empirical experiments, demonstrating its utility in MCQA and QARA analysis. Our findings show that plausibility-aware approaches are effective for MCQA distractor generation and QARA. We release PlausibleQA as a resource for advancing QA research and enhancing LLM performance in distinguishing plausible distractors from correct answers.
Jamshid Mozafari, Abdelrahman Abdallah, Bhawna Piryani, Adam Jatowt
SIGIR4
2025 WikiHint: A Human-Annotated Dataset for Hint Ranking and Generation
abstract
The use of Large Language Models (LLMs) has increased significantly with users frequently asking questions to chatbots. In the time when information is readily accessible, it is crucial to stimulate and preserve human cognitive abilities and maintain strong reasoning skills. This paper addresses such challenges by promoting the use of hints as an alternative or a supplement to direct answers. We first introduce a manually constructed hint dataset, WikiHint, which is based on Wikipedia and includes 5,000 hints created for 1,000 questions. We then finetune open-source LLMs for hint generation in answer-aware and answer-agnostic contexts. We assess the effectiveness of the hints with human participants who answer questions with and without the aid of hints. Additionally, we introduce a lightweight evaluation method, HintRank, to evaluate and rank hints in both answer-aware and answer-agnostic settings. Our findings show that (a) the dataset helps generate more effective hints (b) including answer information along with questions generally improves the quality of generated hints, and (c) encoder-based models perform better than decoder-based models in hint ranking.
Jamshid Mozafari, Florian Gerhold, Adam Jatowt
SIGIR3
2025 Text Obsoleteness Detection using Large Language Models
abstract
Maintaining accurate and up-to-date information is a persistent challenge for large-scale knowledge repositories, where outdated content can compromise their value. In this paper, we present a Multitask learning framework that uses Large Language Models (LLMs) for two tasks: semantic update detection and semantic update necessity prediction. The update detection task identifies obsoleteness by comparing older and newer text versions, while the update necessity prediction task determines whether an update is required based on a given context. To support these tasks, we curate a specialized dataset from Wikipedia called SEMUPDATES, focusing on frequently updated articles. Our experiments with five LLMs across four datasets in zero-shot, few-shot, and fine-tuned settings demonstrate that fine-tuning significantly enhances performance. In the multitask learning setup, Qwen delivers the best overall performance, while Mistral achieves the highest accuracy on individual tasks when fine-tuned separately. However, the performance differences across models are not substantial, suggesting that multiple LLMs can be effectively adapted for content update automation. These findings highlight the potential of LLMs in detecting and predicting obsolescence, providing a scalable solution for maintaining the timeliness of digital knowledge repositories.
Rishav Ranaut, Sriparna Saha 0001, Adam Jatowt, Manish Gupta 0001
SIGIR3
2025 Estimating the plausibility of commonsense statements by novelly fusing large language model and graph neural network
Hai-Tao Yu 0003, Yijun Duan, Xin Liu 0020, Steven J. Lynden, Kyoung-Sook Kim 0001, Akiyoshi Matono, Adam Jatowt
Inf. Process. Manag.9
2025 Implicit knowledge-augmented prompting for commonsense explanation generation
abstract
Abstract Commonsense explanation generation refers to reasoning and explaining why a commonsense statement contradicts commonsense knowledge, such as why the statement “My dad grew volleyballs in his garden” is nonsensical. While such reasoning is trivial for humans, it remains a challenge for AI systems. Despite their notable performance in tasks like text generation and reasoning, large language models (LLMs) often fall short of consistently generating coherent and accurate commonsense explanations. To bridge this gap, we propose a novel Two-stage Identification and Prompting (TIP) framework for enhancing LLMs’ ability to handle the task of commonsense explanation generation. Specifically, in the first stage, TIP identifies the nonsensical concept in the given statement, pinpointing the specific element that contradicts commonsense knowledge. In the second stage, TIP generates implicit knowledge based on the identified nonsensical concept and then leverages this implicit knowledge to guide the adopted LLMs in generating explanations. In order to demonstrate the effectiveness of the proposed TIP framework for commonsense explanation generation, we conducted extensive experiments based on the ComVE dataset and a newly constructed CSE dataset, where a variety of LLMs are evaluated. The experimental results show that TIP consistently outperforms all baseline methods across multiple metrics, demonstrating its effectiveness in improving LLMs’ commonsense reasoning and explanation generation capabilities.
Hai-Tao Yu 0003, Xin Liu 0020, Adam Jatowt, Kyoung-Sook Kim 0001, Steven J. Lynden, Akiyoshi Matono
Knowl. Inf. Syst.5
2025 Domain Counterfactual Data Augmentation for Explainable Recommendation
abstract
Providing explanations for recommendation decisions is crucial for enhancing user trust and satisfaction in recommender systems. However, existing generative methods often produce generic, repetitive explanation texts that fail to reflect the true reasons behind user interests and item attributes. Thus, it is important to address this degeneration issue in recommendation explanations. This work tackles a key problem in explainable recommendation: understanding how explanation degeneration occurs and improving explanation quality by mitigating it. We argue that examining the causal mechanism underlying the data generation process is key to addressing this problem. Along this line, we identify a neglected hidden variable, which we refer to as textual attributes . Textual attributes encompass various aspects, such as text style, word frequency distributions, and more. Just like user persona and item attributes in traditional recommender systems, textual attributes also shape the nature of explanations. Our analysis of the causal graph reveals the underlying cause of the model’s degeneration. To address this issue, we propose a novel learning method called Domain for Counterfactual Reasoning (D4C). By using the auxiliary domain to generate counterfactual data and combining it with factual data, this approach helps the model focus more on the causal contributions of users and items during training. Extensive experiments on five real-world datasets from various platforms demonstrate the effectiveness of our approach.
Kazunari Sugiyama, Adam Jatowt
ACM Trans. Inf. Syst.3
2025 Towards Effective Time-Aware Language Representation: Exploring Enhanced Temporal Understanding in Language Models
abstract
In the evolving field of Natural Language Processing (NLP), understanding the temporal context of text is increasingly critical for applications requiring advanced temporal reasoning. Traditional pre-trained language models like BERT, which rely on synchronic document collections such as BookCorpus and Wikipedia, often fall short in effectively capturing and leveraging temporal information. To address this limitation, we introduce BiTimeBERT 2.0, a novel time-aware language model pre-trained on a temporal news article collection. BiTimeBERT 2.0 incorporates temporal information through three innovative pre-training objectives: Extended Time-Aware Masked Language Modeling (ETAMLM), Document Dating (DD), and Time-Sensitive Entity Replacement (TSER). Each objective is specifically designed to target a distinct dimension of temporal information: ETAMLM enhances the model’s understanding of temporal contexts and relations, DD integrates document timestamps as explicit chronological markers, and TSER focuses on the temporal dynamics of “Person” entities. Moreover, our refined corpus preprocessing strategy reduces training time by nearly 53%, making BiTimeBERT 2.0 significantly more efficient while maintaining high performance. Experimental results show that BiTimeBERT 2.0 achieves substantial improvements across a broad range of time-related tasks and excels on datasets spanning extensive temporal ranges. These findings underscore BiTimeBERT 2.0’s potential as a powerful tool for advancing temporal reasoning in NLP. 1
Jiexin Wang 0002, Adam Jatowt, Yi Cai 0001
ACM Trans. Web2
2024 The 7th International Workshop on Narrative Extraction from Texts: Text2Story 2024
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia, Marina Litvak
ECIR (5)3
2024 CLEF 2024 JOKER Lab: Automatic Humour Analysis
Liana Ermakova, Anne-Gwenn Bosser, Tristan Miller, Tremaine Thomas-Young, Victor Manuel Palma-Preciado, Grigori Sidorov, Adam Jatowt
ECIR (6)7
2024 An Investigation of SMOTE Based Methods for Imbalanced Datasets with Data Complexity Analysis (Extended Abstract)
abstract
This extended abstract highlights challenges with imbalanced datasets in real-world applications, where issues like noise, class overlap, and small subsets of data impact classification accuracy. While the Synthetic Minority Oversampling Technique (SMOTE) addresses imbalanced datasets by increasing minority class examples, it struggles with handling these data complexities and might worsen the situation. As a result, several SMOTE variants have emerged, aiming to improve its effectiveness by integrating it with other methods or altering its approach. This paper offers a comparative analysis of these variants, examining how each tackles specific data complexities. Through experiments on 24 imbalanced datasets, changes in complexity measures resulting from these SMOTE variants, in terms of F1-Score and data complexity metrics are observed and demonstrated.
Nur Athirah Azhar, Muhammad Syafiq Mohd Pozi, Aniza Mohamed Din, Adam Jatowt
ICDE4
2024 ArabicaQA: A Comprehensive Dataset for Arabic Question Answering
abstract
In this paper, we address the significant gap in Arabic natural language processing (NLP) resources by introducing ArabicaQA, the first large-scale dataset for machine reading comprehension and open-domain question answering in Arabic. This comprehensive dataset, consisting of 89,095 answerable and 3,701 unanswerable questions created by crowdworkers to look similar to answerable ones, along with additional labels of open-domain questions marks a crucial advancement in Arabic NLP resources. We also present AraDPR, the first dense passage retrieval model trained on the Arabic Wikipedia corpus, specifically designed to tackle the unique challenges of Arabic text retrieval. Furthermore, our study includes extensive benchmarking of large language models (LLMs) for Arabic question answering, critically evaluating their performance in the Arabic language context. In conclusion, ArabicaQA, AraDPR, and the benchmarking of LLMs in Arabic question answering offer significant advancements in the field of Arabic NLP. The dataset and code are publicly accessible for further research https://github.com/DataScienceUIBK/ArabicaQA.
Abdelrahman Abdallah, Mahmoud SalahEldin Kasem, Mahmoud Abdalla, Mohamed Elkasaby, Yasser Elbendary, Adam Jatowt
SIGIR7
2024 TriviaHG: A Dataset for Automatic Hint Generation from Factoid Questions
abstract
Nowadays, individuals tend to engage in dialogues with Large Language Models, seeking answers to their questions. In times when such answers are readily accessible to anyone, the stimulation and preservation of human's cognitive abilities, as well as the assurance of maintaining good reasoning skills by humans becomes crucial. This study addresses such needs by proposing hints (instead of final answers or before giving answers) as a viable solution. We introduce a framework for the automatic hint generation for factoid questions, employing it to construct TriviaHG, a novel large-scale dataset featuring 160,230 hints corresponding to 16,645 questions from the TriviaQA dataset. Additionally, we present an automatic evaluation method that measures the Convergence and Familiarity quality attributes of hints. To evaluate the TriviaHG dataset and the proposed evaluation method, we enlisted 10 individuals to annotate 2,791 hints and tasked 6 humans with answering questions using the provided hints. The effectiveness of hints varied, with success rates of 96%, 78%, and 36% for questions with easy, medium, and hard answers, respectively. Moreover, the proposed automatic evaluation methods showed a robust correlation with annotators' results. Conclusively, the findings highlight three key insights: the facilitative role of hints in resolving unknown questions, the dependence of hint quality on answer difficulty, and the feasibility of employing automatic evaluation methods for hint assessment.
Jamshid Mozafari, Anubhav Jangra, Adam Jatowt
SIGIR3
2024 ChroniclingAmericaQA: A Large-scale Question Answering Dataset based on Historical American Newspaper Pages
abstract
Question answering (QA) and Machine Reading Comprehension (MRC) tasks have significantly advanced in recent years due to the rapid development of deep learning techniques and, more recently, large language models. At the same time, many benchmark datasets have become available for QA and MRC tasks. However, most existing large-scale benchmark datasets have been created predominantly using synchronous document collections like Wikipedia or the Web. Archival document collections, such as historical newspapers, contain valuable information from the past that is still not widely used to train large language models. To further contribute to advancing QA and MRC tasks and to overcome the limitation of previous datasets, we introduce ChroniclingAmericaQA, a large-scale temporal QA dataset with 487K question-answer pairs created based on the historical newspaper collection Chronicling America. Our dataset is constructed from a subset of the Chronicling America newspaper collection spanning 120 years. One of the significant challenges for utilizing digitized historical newspaper collections is the low quality of OCR text. Therefore, to enable realistic testing of QA models, our dataset can be used in three different ways: answering questions from raw and noisy content, answering questions from cleaner, corrected version of the content, as well as answering questions from scanned images of newspaper pages. This and the fact that ChroniclingAmericaQA spans the longest time period among available QA datasets make it quite a unique and useful resource.
Bhawna Piryani, Jamshid Mozafari, Adam Jatowt
SIGIR3
2024 Timeline Summarization in the Era of LLMs
abstract
Timeline summarization is the task of automatically generating concise overviews of documents that capture the key events and their progression on timelines. While this capability is useful for quickly comprehending event sequences without reading lengthy descriptions, timeline summarization remains a relatively underexplored area in recent years when compared to traditional document summarization task and their evolution. The advent of large language models (LLMs) has led some to presume summarization as a solved problem. However, timeline summarization poses unique challenges for LLMs. Our investigation is centered on evaluating the performance of LLMs, against state-of-the-art models in this field. We employed three different approaches: chunking, knowledge graph-based summarization, and TimeRanker. Each of these methods was systematically tested on three benchmark datasets for timeline summarization to assess their effectiveness in capturing and condensing key events and their evolution within timelines. Our findings reveal that while LLMs show promise, timeline summarization remains a complex task that is not yet fully resolved.
Daivik Sojitra, Raghav Jain, Sriparna Saha 0001, Adam Jatowt, Manish Gupta 0001
SIGIR4
2024 Sequential Recommendation with Collaborative Explanation via Mutual Information Maximization
abstract
Current research on explaining sequential recommendations lacks reliable benchmarks and quantitative metrics, making it difficult to compare explanation performance between different models. In this work, we propose a new explanation type, namely, collaborative explanation, into sequential recommendation, allowing a unified approach for modeling user actions and assessing the performance of both recommendation and explanation. We accomplish this by framing the problem as a joint sequential prediction task, which takes a sequence of user's past item-explanation pairs and predicts the next item along with its associated explanation. We propose a pipeline that comprises data preparation and a model adaptation framework called Sequential recommendation with Collaborative Explanation (SCE). This framework can be flexibly applied to any sequential recommendation model for this problem. Furthermore, to address the issue of inconsistency between item and explanation representations when learning both sub-tasks, we propose Sequential recommendation with Collaborative Explanation via Mutual Information Maximization (SCEMIM). Our extensive experiments demonstrate that: (i) SCE framework is effective in enabling sequential models to make recommendations and provide accurate explanations. (ii) Importantly, SCEMIM enhances the consistency between recommendations and explanations, leading to further improvements in the performance of both sub-tasks.
Kazunari Sugiyama, Adam Jatowt
SIGIR3
2024 Future Timelines: Extraction and Visualization of Future-related Content From News Articles
abstract
In today's rapidly evolving world, maintaining a comprehensive overview of the future landscape is essential for staying competitive and making informed decisions. However, given the large volume of daily news, manually obtaining a thorough overview of an entity's future prospects is quite challenging. To address this, we present a system designed to automatically extract and summarize future-related information of a queried entity from news articles. Our approach utilizes a novel and publicly accessible multi-source dataset comprising 6,800 annotated sentences to fine-tune a language model to identify future-related sentences. We then use topic modeling to extract the main topics from the data and rank them by relevance as well as present them on an interactive timeline. User evaluations have shown that the timelines and summaries our system produces are useful. The system is available as a web application at: https://chronicle2050.regevson.com.
Juwal Regev, Adam Jatowt, Michael Färber 0001
WSDM2
2024 Temporal Blind Spots in Large Language Models
abstract
Large language models (LLMs) have recently gained significant attention due to their unparalleled zero-shot performance on various natural language processing tasks. However, the pre-training data utilized in LLMs is often confined to a specific corpus, resulting in inherent freshness and temporal scope limitations. Consequently, this raises concerns regarding the effectiveness of LLMs for tasks involving temporal intents. In this study, we aim to investigate the underlying limitations of general-purpose LLMs when deployed for tasks that require a temporal understanding. We pay particular attention to handling factual temporal knowledge through three popular temporal QA datasets. Specifically, we observe low performance on detailed questions about the past and, surprisingly, for rather new information. In manual and automatic testing, we find multiple temporal errors and characterize the conditions under which QA performance deteriorates. Our analysis contributes to understanding LLM limitations and offers valuable insights into developing future models that can better cater to the demands of temporally-oriented tasks. The code is available https://github.com/jwallat/temporalblindspots.
Jonas Wallat, Adam Jatowt, Avishek Anand
WSDM2
2024 Temporal validity reassessment: commonsense reasoning about information obsoleteness
abstract
Abstract It is useful for machines to know whether text information remains valid or not for various applications including text comprehension, story understanding, temporal information retrieval, and user state tracking on microblogs as well as via chatbot conversations. This kind of inference is still difficult for current models, including also large language models, as it requires temporal commonsense knowledge and reasoning. We approach in this paper the task of Temporal Validity Reassessment, inspired by traditional natural language reasoning to determine the updates of the temporal validity of text content. The task requires judgment whether actions expressed in a sentence are still ongoing or rather completed, hence, whether the sentence still remains valid or has become obsolete, given the presence of context in the form of a supplementary content such as a follow-up sentence. We first construct our own dataset for this task and train several machine learning models. Then we propose an effective method for learning information from an external knowledge base that gives information regarding temporal commonsense knowledge. Using our prepared dataset, we introduce a machine learning model that incorporates the information from the knowledge base and demonstrate that incorporating external knowledge generally improves the results. We also experiment with different embedding types to represent temporal commonsense knowledge as well as with data augmentation methods to increase the size of our dataset.
Taishi Hosokawa, Adam Jatowt, Kazunari Sugiyama
Discov. Comput.2
2023 Contrastive Keyword Extraction from Versioned Documents
abstract
Versioned documents are common in many situations and play a vital part in numerous applications enabling an overview of the revisions made to a document or document collection. However, as documents increase in size, it gets difficult to summarize and comprehend all the changes made to versioned documents. In this paper, we propose a novel research problem of contrastive keyword extraction from versioned documents, and introduce an unsupervised approach that extracts keywords to reflect the key changes made to an earlier document version. In order to provide an easy-to-use comparison and summarization tool, an open-source demonstration is made available which can be found at https://contrastive-keyword-extraction.streamlit.app/
Lukas Eder, Ricardo Campos 0001, Adam Jatowt
CIKM3
2023 Commonsense Temporal Action Knowledge (CoTAK) Dataset
Steven J. Lynden, Mehari Yohannes Hailemariam, Kyoung-Sook Kim 0001, Adam Jatowt, Akiyoshi Matono, Hai-Tao Yu 0003, Xin Liu 0020, Yijun Duan
CIKM4
2023 Public News Archive: A Searchable Sub-archive to Portuguese Past News Articles
Ricardo Campos 0001, Diogo Correia, Adam Jatowt
ECIR (3)3
2023 The 6th International Workshop on Narrative Extraction from Texts: Text2Story 2023
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia, Marina Litvak
ECIR (3)3
2023 Science for Fun: The CLEF 2023 JOKER Track on Automatic Wordplay Analysis
Liana Ermakova, Tristan Miller, Anne-Gwenn Bosser, Victor Manuel Palma-Preciado, Grigori Sidorov, Adam Jatowt
ECIR (3)6
2023 Temporal Natural Language Inference: Evidence-Based Evaluation of Temporal Text Validity
abstract
It is important to learn whether text information remains valid or not for various applications including story comprehension, information retrieval, and user state tracking on microblogs and via chatbot conversations. It is also beneficial to deeply understand the story. However, this kind of inference is still difficult for computers as it requires temporal commonsense. We propose a novel task, Temporal Natural Language Inference , inspired by traditional natural language reasoning to determine the temporal validity of text content. The task requires inference and judgment whether an action expressed in a sentence is still ongoing or rather completed, hence, whether the sentence still remains valid, given its supplementary content. We first construct our own dataset for this task and train several machine learning models. Then we propose an effective method for learning information from an external knowledge base that gives hints on temporal commonsense knowledge. Using prepared dataset, we introduce a new machine learning model that incorporates the information from the knowledge base and demonstrate that our model outperforms state-of-the-art approaches in the proposed task.
Taishi Hosokawa, Adam Jatowt, Kazunari Sugiyama
ECIR (1)2
2023 Towards Detecting Interesting Ideas Expressed in Text
Bela Pfahl, Adam Jatowt
ECIR (2)2
2023 Ablesbarkeitsmesser: A System for Assessing the Readability of German Text
Florian Pickelmann, Michael Färber 0001, Adam Jatowt
ECIR (3)3
2023 Multimodal Rumour Detection: Catching News that Never Transpired!
Raghvendra Kumar 0003, Ritika Sinha, Sriparna Saha 0001, Adam Jatowt
ICDAR (3)4
2023 Analyzing the Impact of Tokenization on Multilingual Epidemic Surveillance in Low-Resource Languages
Stephen Mutuvi, Emanuela Boros, Antoine Doucet, Gaël Lejeune, Adam Jatowt, Moses Odeo
ICDAR (3)5
2023 The JOKER Corpus: English-French Parallel Data for Multilingual Wordplay Recognition
abstract
Despite recent advances in information retrieval and natural language processing, rhetorical devices that exploit ambiguity or subvert linguistic rules remain a challenge for such systems. However, corpus-based analysis of wordplay has been a perennial topic of scholarship in the humanities, including literary criticism, language education, and translation studies. The immense data-gathering effort required for these studies points to the need for specialized text retrieval and classification technology, and consequently for appropriate test collections. In this paper, we introduce and analyze a new dataset for research and applications in the retrieval and processing of wordplay. Developed for the JOKER track at CLEF 2023, our annotated corpus extends and improves upon past English wordplay detection datasets in several ways. First, we introduce hundreds of additional positive examples of wordplay; second, we provide French translations for the examples; and third, we provide negative examples of non-wordplay with characteristics closely matching those of the positive examples. This last feature helps ensure that AI models learn to effectively distinguish wordplay from non-wordplay, and not simply texts differing in length, style, or vocabulary. Our test collection represents then a step towards wordplay-aware multilingual information retrieval.
Liana Ermakova, Anne-Gwenn Bosser, Adam Jatowt, Tristan Miller
SIGIR3
2023 The 1st International Workshop on Implicit Author Characterization from Texts for Search and Retrieval (IACT'23)
abstract
The first edition of the Implicit Author Characterization from Texts for Search and Retrieval (IACT'23) aims at bringing to the forefront the challenges involved in identifying and extracting from texts implicit information about authors (e.g., human or AI) and using it in IR tasks. The IACT workshop provides a common forum to consolidate multi-disciplinary efforts and foster discussions to identify the wide-ranging issues related to the task of extracting implicit author-related information from the textual content, including novel tasks and datasets. We will also discuss the ethical implications of implicit information extraction. In addition, we announce a shared task focused on automatically determining the literary epochs of written books.
Marina Litvak, Irina Rabaev, Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt
SIGIR5
2023 BiTimeBERT: Extending Pre-Trained Language Representations with Bi-Temporal Information
abstract
Time is an important aspect of documents and is used in a range of NLP and IR tasks. In this work, we investigate methods for incorporating temporal information during pre-training to further improve the performance on time-related tasks. Compared with common pre-trained language models like BERT which utilize synchronic document collections (e.g., BookCorpus and Wikipedia) as the training corpora, we use long-span temporal news article collection for building word representations. We introduce BiTimeBERT, a novel language representation model trained on a temporal collection of news articles via two new pre-training tasks, which harnesses two distinct temporal signals to construct time-aware language representations. The experimental results show that BiTimeBERT consistently outperforms BERT and other existing pre-trained models with substantial gains on different downstream NLP tasks and applications for which time is of importance (e.g., the accuracy improvement over BERT is 155% on the event time estimation task).
Jiexin Wang 0002, Adam Jatowt, Masatoshi Yoshikawa, Yi Cai 0001
SIGIR2
2023 An in-depth study on adversarial learning-to-rank
Hai-Tao Yu 0003, Rajesh Piryani, Adam Jatowt, Ryo Inagaki, Hideo Joho, Kyoung-Sook Kim 0001
Inf. Retr. J.3
2023 An Investigation of SMOTE Based Methods for Imbalanced Datasets With Data Complexity Analysis
abstract
Many binary class datasets in real-life applications are affected by class imbalance problem. Data complexities like noise examples, class overlap and small disjuncts problems are observed to play a key role in producing poor classification performance. These complexities tend to exist in tandem with class imbalance problem. Synthetic Minority Oversampling Technique (SMOTE) is a well-known method to re-balance the number of examples in imbalanced datasets. However, this technique cannot effectively tackle data complexities and it also has the capability of magnifying the degree of complexities. Also, the performance of the SMOTE is still not satisfactory. Therefore, various SMOTE variants have been proposed to overcome the downsides of SMOTE either by combining SMOTE with other algorithms or modifying the existing SMOTE algorithm. This paper aims to comparatively review the algorithms applied in SMOTE variants and investigate which data complexities are being addressed in what variants. Series of experiments are conducted on 24 binary class imbalanced datasets to observe the changes in the data complexity measures after SMOTE variants were applied in these datasets. The evaluation metrics like G-Mean and F1-Score are also analyzed to investigate the difference in classification performance between SMOTE variants.
Nur Athirah Azhar, Muhammad Syafiq Mohd Pozi, Aniza Mohamed Din, Adam Jatowt
IEEE Trans. Knowl. Data Eng.4
2022 ReadOCR: A Novel Dataset and Readability Assessment of OCRed Texts
Thi-Tuyet-Hai Nguyen, Adam Jatowt, Mickaël Coustaty, Antoine Doucet
DAS2
2022 The 5th International Workshop on Narrative Extraction from Texts: Text2Story 2022
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia, Marina Litvak
ECIR (2)3
2022 Anonymity can Help Minority: A Novel Synthetic Data Over-Sampling Strategy on Multi-label Graphs
Yijun Duan, Xin Liu 0020, Adam Jatowt, Hai-Tao Yu 0003, Steven J. Lynden, Kyoung-Sook Kim 0001, Akiyoshi Matono
ECML/PKDD (2)3
2022 ArchivalQA: A Large-scale Benchmark Dataset for Open-Domain Question Answering over Historical News Collections
abstract
In the last few years, open-domain question answering (ODQA) has advanced rapidly due to the development of deep learning techniques and the availability of large-scale QA datasets. However, the current datasets are essentially designed for synchronic document collections (e.g., Wikipedia). Temporal news collections such as long-term news archives spanning decades are rarely used in training the models despite they are quite valuable for our society. To foster the research in the field of ODQA on such historical collections, we present ArchivalQA, a large question answering dataset consisting of 532,444 question-answer pairs which is designed for temporal news QA. We divide our dataset into four subparts based on the question difficulty levels and the containment of temporal expressions, which we believe are useful for training and testing ODQA systems characterized by different strengths and abilities. The novel QA dataset-constructing framework that we introduce can be also applied to generate high-quality, non-ambiguous questions over other types of temporal document collections.
Jiexin Wang 0002, Adam Jatowt, Masatoshi Yoshikawa
SIGIR2
2021 A Neural Conversation Generation Model via Equivalent Shared Memory Investigation
abstract
Conversation generation as a challenging task in Natural Language Generation (NLG) has been increasingly attracting attention over the last years. A number of recent works adopted sequence-to-sequence structures along with external knowledge, which successfully enhanced the quality of generated conversations. Nevertheless, few works utilized the knowledge extracted from similar conversations for utterance generation. Taking conversations in customer service and court debate domains as examples, it is evident that essential entities/phrases, as well as their associated logic and inter-relationships, can be extracted and borrowed from similar conversation instances. Such information could provide useful signals for improving conversation generation. In this paper, we propose a novel reading and memory framework called Deep Reading Memory Network (DRMN) which is capable of remembering useful information of similar conversations for improving utterance generation. We apply our model to two large-scale conversation datasets of justice and e-commerce fields. Experiments prove that the proposed model outperforms the state-of-the-art approaches.
Changzhen Ji, Xiaozhong Liu 0001, Adam Jatowt, Changlong Sun, Conghui Zhu, Tiejun Zhao
CIKM4
2021 The 4th International Workshop on Narrative Extraction from Texts: Text2Story 2021
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia, Mark A. Finlayson
ECIR (2)3
2021 Exploding TV Sets and Disappointing Laptops: Suggesting Interesting Content in News Archives Based on Surprise Estimation
Adam Jatowt, I-Chen Hung, Michael Färber 0001, Ricardo Campos 0001, Masatoshi Yoshikawa
ECIR (1)1
2021 TLS-Covid19: A New Annotated Corpus for Timeline Summarization
Arian Pasquali, Ricardo Campos 0001, Alexandre Ribeiro, Brenda Salenave Santana, Alípio Mário Jorge, Adam Jatowt
ECIR (1)6
2021 Token-Level Multilingual Epidemic Dataset for Event Extraction
Stephen Mutuvi, Emanuela Boros, Antoine Doucet, Gaël Lejeune, Adam Jatowt, Moses Odeo
TPDL5
2021 Multi-Modal Supplementary-Complementary Summarization using Multi-Objective Optimization
abstract
Large amounts of multi-modal information online make it difficult for users to obtain proper insights. In this paper, we introduce and formally define the concepts of supplementary and complementary multi-modal summaries in the context of the overlap of information covered by different modalities in the summary output. A new problem statement of combined complementary and supplementary multi-modal summarization (CCS-MMS) is formulated. The problem is then solved in several steps by utilizing the concepts of multi-objective optimization by devising a novel unsupervised framework. An existing multi-modal summarization data set is further extended by adding outputs in different modalities to establish the efficacy of the proposed technique. The results obtained by the proposed approach are compared with several strong baselines; ablation experiments are also conducted to empirically justify the proposed techniques. Furthermore, the proposed model is evaluated separately for different modalities quantitatively and qualitatively, demonstrating the superiority of our approach.
Anubhav Jangra, Sriparna Saha 0001, Adam Jatowt, Mohammed Hasanuzzaman
SIGIR3
2021 Event Occurrence Date Estimation based on Multivariate Time Series Analysis over Temporal Document Collections
abstract
Real world events are quite often mentioned in texts. Estimating the occurrence time of event mentions has many applications in IR, QA, general document understanding and downstream NLP tasks. In this paper we propose an approach to temporal profiling of event mentions in text. Our method utilizes a news article archival collection for collecting temporal as well as textual information containing contemporary and retrospective event references. As we demonstrate in our experiments, the recent method which relies on secondary data sources like Wikipedia is insufficient to correctly estimate the event time, especially, for minor or less well-known events that happened in the past. Our method then harnesses news article archives to effectively infer the occurrence time of past events, and is able to estimate the time at different temporal granularities (e.g., day, week, month, or year). As evidenced through extensive experiments, the proposed model outperforms the existing methods by a large margin at all granularities. We also demonstrate that our approach helps to answer arbitrary questions about past events, when incorporated into a QA framework operating over news article archives.
Jiexin Wang 0002, Adam Jatowt, Masatoshi Yoshikawa
SIGIR2
2021 Improving question answering for event-focused questions in temporal collections of news articles
Jiexin Wang 0002, Adam Jatowt, Michael Färber 0001, Masatoshi Yoshikawa
Inf. Retr. J.2
2021 Discovering underlying sensations of human emotions based on social media
abstract
Abstract Analyzing social media has become a common way for capturing and understanding people's opinions, sentiments, interests, and reactions to ongoing events. Social media has thus become a rich and real‐time source for various kinds of public opinion and sentiment studies. According to psychology and neuroscience, human emotions are known to be strongly dependent on sensory perceptions. Although sensation is the most fundamental antecedent of human emotions, prior works have not looked into their relation to emotions based on social media texts. In this paper, we report the results of our study on sensation effects that underlie human emotions as revealed in social media. We focus on the key five types of sensations: sight, hearing, touch, smell, and taste. We first establish a correlation between emotion and sensation in terms of linguistic expressions. Then, in the second part of the paper, we define novel features useful for extracting sensation information from social media. Finally, we design a method to classify texts into ones associated with different types of sensations. The sensation dataset resulting from this research is opened to the public to foster further studies.
Jun Lee 0002, Adam Jatowt, Kyoung-Sook Kim 0001
J. Assoc. Inf. Sci. Technol.2
2020 A Multidimensional Dataset Based on Crowdsourcing for Analyzing and Detecting News Bias
abstract
The automatic detection of bias in news articles can have a high impact on society because undiscovered news bias may influence the political opinions, social views, and emotional feelings of readers. While various analyses and approaches to news bias detection have been proposed, large data sets with rich bias annotations on a fine-grained level are still missing. In this paper, we firstly aggregate the aspects of news bias in related works by proposing a new annotation schema for labeling news bias. This schema covers the overall bias, as well as the bias dimensions (1) hidden assumptions, (2) subjectivity, and (3) representation tendencies. Secondly, we propose a methodology based on crowdsourcing for obtaining a large data set for news bias analysis and identification. We then use our methodology to create a dataset consisting of more than 2,000 sentences annotated with 43,000 bias and bias dimension labels. Thirdly, we perform an in-depth analysis of the collected data. We show that the annotation task is difficult with respect to bias and specific bias dimensions. While crowdworkers' labels of representation tendencies correlate with experts' bias labels for articles, subjectivity and hidden assumptions do not correlate with experts' bias labels and, thus, seem to be less relevant when creating data sets with crowdworkers. The experts' article labels better match the inferred crowdworkers' article labels than the crowdworkers' sentence labels. The crowdworkers' countries of origin seem to affect their judgements. In our study, non-Western crowdworkers tend to annotate more bias either directly or in the form of bias dimensions (e.g., subjectivity) than Western crowdworkers do.
Michael Färber 0001, Victoria Burkard, Adam Jatowt, Sora Lim
CIKM3
2020 The 3rd International Workshop on Narrative Extraction from Texts: Text2Story 2020
Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt, Sumit Bhatia
ECIR (2)3
2020 Text-Image-Video Summary Generation Using Joint Integer Linear Programming
Anubhav Jangra, Adam Jatowt, Mohammed Hasanuzzaman, Sriparna Saha 0001
ECIR (2)2
2020 Answering Event-Related Questions over Long-Term News Article Archives
Jiexin Wang 0002, Adam Jatowt, Michael Färber 0001, Masatoshi Yoshikawa
ECIR (1)2
2020 Determining image age with rank-consistent ordinal classification and object-centered ensemble
abstract
A significant number of old photographs including ones that are posted online do not contain the information of the date at which they were taken, or this information needs to be verified. Many of such pictures are either scanned analog photographs or photographs taken using a digital camera with incorrect settings. Estimating the date of such pictures is useful for enhancing data quality and its consistency, improving information retrieval and for other related applications. In this study, we propose a novel approach for automatic estimation of the shooting dates of photographs based on a rank-consistent ordinal classification method for neural networks. We also introduce an ensemble approach that involves object segmentation. We conclude that assuring the rank consistency in the ordinal classification as well as combining models trained on segmented objects improve the results of the age determination task.
Shota Ashida, Adam Jatowt, Antoine Doucet, Masatoshi Yoshikawa
MMAsia2
2020 Multi-Modal Summary Generation using Multi-Objective Optimization
abstract
Significant development of communication technology over the past few years has motivated research in multi-modal summarization techniques. A majority of the previous works on multi-modal summarization focus on text and images. In this paper, we propose a novel extractive multi-objective optimization based model to produce a multi-modal summary containing text, images, and videos. Important objectives such as intra-modality salience, cross-modal redundancy and cross-modal similarity are optimized simultaneously in a multi-objective optimization framework to produce effective multi-modal output. The proposed model has been evaluated separately for different modalities, and has been found to perform better than state-of-the-art approaches.
Anubhav Jangra, Sriparna Saha 0001, Adam Jatowt, Mohammed Hasanuzzaman
SIGIR3
2020 Identifying breakthrough scientific papers
abstract
Citation analysis does not tell the whole story about the innovativeness of scientific papers. Works by prominent authors tend to receive disproportionately many citations, while publications by less well-known researchers covering the same topics may not attract as much attention. In this paper we address the shortcomings of traditional scientometric approaches by proposing a novel method that utilizes a classifier for predicting publication years based on latent topic distributions. We then calculate real-number innovation scores used to identify potential breakthrough papers and turnaround years. The proposed approach can complement existing citation-based measures of article importance and author contribution analysis; it opens as well novel research direction for time-based, innovation-centered research scientific output evaluation. In our experiments, we focus on two corpora of research papers published over several decades at two well-established conferences: The World Wide Web Conference (WWW) and the International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR), containing around 3500 documents in total. We indicate significant years and demonstrate examples of highly-ranked papers, thus providing a novel insight on the evolution of the two conferences. Finally, we compare our results to citation analysis and discuss how our approach may complement traditional scientometrics.
Pavel Savov, Adam Jatowt, Radoslaw Nielek
Inf. Process. Manag.2
2020 Automatic latent street type discovery from web open data
Yihong Zhang 0001, Panote Siriaraya, Yukiko Kawai, Adam Jatowt
Inf. Syst.4
2020 YAKE! Keyword extraction from single documents using multiple local features
abstract
As the amount of generated information grows, reading and summarizing texts of large collections turns into a challenging task. Many documents do not come with descriptive terms, thus requiring humans to generate keywords on-the-fly. The need to automate this kind of task demands the development of keyword extraction systems with the ability to automatically identify keywords within the text. One approach is to resort to machine-learning algorithms. These, however, depend on large annotated text corpora, which are not always available. An alternative solution is to consider an unsupervised approach. In this article, we describe YAKE!, a light-weight unsupervised automatic keyword extraction method which rests on statistical text features extracted from single documents to select the most relevant keywords of a text. Our system does not need to be trained on a particular set of documents, nor does it depend on dictionaries, external corpora, text size, language, or domain. To demonstrate the merits and significance of YAKE!, we compare it against ten state-of-the-art unsupervised approaches and one supervised method. Experimental results carried out on top of twenty datasets show that YAKE! significantly outperforms other unsupervised methods on texts of different sizes, languages, and domains.
Ricardo Campos 0001, Vítor Mangaravite, Arian Pasquali, Alípio Mário Jorge, Celia Nunes, Adam Jatowt
Inf. Sci.6
2020 Analysis of street crime predictors in web open data
Yihong Zhang 0001, Panote Siriaraya, Yukiko Kawai, Adam Jatowt
J. Intell. Inf. Syst.4
2019 A Rank-biased Neural Network Model for Click Modeling
abstract
Query logs contain rich feedback information from a large number of users interacting with search engines. Various click models have been developed to decode users' search behavior and to extract useful knowledge from query logs. Although the state-of-the-art neural click models have been shown to be very effective in click modeling, the input representations of queries and documents rely on either manually crafted features or on automatic methods suffering from the high-dimensionality issue. Moreover, these neural click models are still rather restrictive when coping with commonly biased user clicks. In this paper, we investigate how to effectively deploy a neural network model for decoding users' click behavior. First, we present two novel rank-biased neural network models ($RBNN$ and $RBNN^* $) for click modeling. The key idea is to deploy different weight matrices across different rank positions. Second, we introduce a new method ($QD\mymathhyphen DCCA$) for automatically learning the vector representations for both queries and documents within the same low-dimensional space, which provides high-quality inputs for $RBNN$ and $RBNN^* $. Finally, a series of experiments are conducted on two different real query logs to validate the effectiveness and efficiency of the proposed neural click models. The experiments demonstrate that: (1) The proposed models can achieve substantially improved performance over the state-of-the-art baseline on two datasets across multiple metrics. By incorporating rank-specific weight matrices, $RBNN$ and $RBNN^* $ are more capable of dealing with the position-bias problem. (2) The input representations of queries, documents and context information significantly affect the performance of neural click models. Thanks to the application of $QD\mymathhyphen DCCA$, not only $RBNN$ and $RBNN^* $ but also the baseline method exhibit enhanced performance. Furthermore, the training cost under the proposed models is greatly reduced.
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Joemon M. Jose, Ke Zhou 0003
CHIIR2
2019 Rehab-Path: Recommending Alcohol and Drug-free Routes
abstract
Nowadays routing systems can provide optimal routes in terms of time and travel distance. However, they do not consider special needs of certain group of users. For example, people recovering from alcohol and drug addiction may want to travel a route that is alcohol and drug-free. In this demonstration, we propose a system we built that helps with this special need. We detect if a street is related to alcohol and drug by exploiting Web open data, including Foursquare, microblog tweets, Google Street View images, and crime data. We calculate an alcohol and drug relevance score using unsupervised methods, to be used in route ranking. Our system prototype is ready to be tested for the cities of San Francisco and Kyoto.
Yihong Zhang 0001, Panote Siriaraya, Yukiko Kawai, Adam Jatowt
CIKM4
2019 Document in Context of its Time (DICT): Providing Temporal Context to Support Analysis of Past Documents
abstract
Old documents tend to be difficult to be analyzed and understood, not only for average users but oftentimes for professionals as well. This is due to the context shift, vocabulary evolution and, in general, the lack of precise knowledge about the writing styles in the past. We propose a concept of positioning document in the context of its time, and develop an interactive system to support such an objective. Our system helps users to know whether the vocabulary used by an author in the past were frequent at the time of text creation, whether the author used anachronisms or neologisms, and so on. It also enables detecting terms in text that underwent considerable semantic change and provides more information on the nature of such change. Overall, the proposed tool offers additional knowledge on the writing style and vocabulary choice in documents by drawing from data collected at the time of their creation or at other user-specified time.
Adam Jatowt, Ricardo Campos 0001, Sourav S. Bhowmick, Antoine Doucet
CIKM1
2019 Typicality-Based Across-Time Mapping of Entity Sets in Document Archives
Yijun Duan, Adam Jatowt, Sourav S. Bhowmick, Masatoshi Yoshikawa
DASFAA (1)2
2019 Towards Content Expiry Date Determination: Predicting Validity Periods of Sentences
Axel Almquist, Adam Jatowt
ECIR (1)2
2019 PaperHunter: A System for Exploring Papers and Citation Contexts
Michael Färber 0001, Ashwath Sampath, Adam Jatowt
ECIR (2)3
2019 The 2nd International Workshop on Narrative Extraction from Text: Text2Story 2019
Alípio Mário Jorge, Ricardo Campos 0001, Adam Jatowt, Sumit Bhatia
ECIR (2)3
2019 Interactive System for Automatically Generating Temporal Narratives
Arian Pasquali, Vítor Mangaravite, Ricardo Campos 0001, Alípio Mário Jorge, Adam Jatowt
ECIR (2)5
2019 Image Tweet Popularity Prediction with Convolutional Neural Network
Yihong Zhang 0001, Adam Jatowt
ECIR (1)2
2019 Witnessing Crime through Tweets: A Crime Investigation Tool based on Social Media
abstract
The vast and growing amount of publicly available real-time information from social network services such as Twitter could provide many benefits for improving public health and safety, especially towards the area of crime prevention. While prior studies have leveraged such data to help in the prediction of criminal incidents, we have developed a crime investigation tool which utilizes Twitter data to aid in crime analysis. The tool provides contextual information about crime incidents by visualizing the spatial and time-based characteristics of a crime and its context using data from nearby tweets and from the criminal history of a target place. In addition, sentiment analysis is also carried out with the identified tweets to further examine the negative characteristics of the spatial areas related to the different crimes in question. A demonstration prototype of this tool was developed as a web application for the area of San Francisco.
Panote Siriaraya, Yihong Zhang 0001, Yuanyuan Wang 0003, Yukiko Kawai, Mohit Mittal, Péter Jeszenszky, Adam Jatowt
SIGSPATIAL/GIS7
2019 Post-OCR Error Detection by Generating Plausible Candidates
abstract
The accuracy of Optical Character Recognition (OCR) technologies considerably impacts the way digital documents are indexed, accessed and exploited. Post-processing approaches detect and correct remaining errors to improve the quality of OCR texts. However, state-of-the-art approaches still need to be improved. Most of the existing post-OCR techniques use predefined error position lists or apply simple techniques to detect errors. In this paper, we describe a novel error detector using different features from character-level (including character noisy channel, index of peculiarity) to word-level (such as frequencies of n-grams, skip-grams, part-of-speech) Experimental results show that our approach outperforms the best performing techniques in the ICDAR 2017 Competition on Post-OCR text correction.
Thi-Tuyet-Hai Nguyen, Adam Jatowt, Mickaël Coustaty, Vincent Nguyen 0001, Antoine Doucet
ICDAR2
2019 Finding Baby Mothers on Twitter
Yihong Zhang 0001, Adam Jatowt, Yukiko Kawai
ICWE2
2019 Time and Location Recommendation for Crime Prevention
Yihong Zhang 0001, Panote Siriaraya, Yukiko Kawai, Adam Jatowt
ICWE4
2019 KANDINSKY: Abstract Art-Inspired Visualization of Social Discussions
abstract
Many social media sites allow users to upload text, images, and videos (collectively referred to asanchor post) for public consumption. These posts may attract hundreds of comments from many social users leading to social conversations (ie discussions). Tools that can facilitate user-friendly and effective understanding and analysis of large volumes of comments associated with anchor posts can be of great benefit to individuals and organizations. In this demonstration, we present a novel end-to-end visualization system called Kandinsky to supportmulti-faceted visualization of social discussions associated with an anchor post. In Kandinsky, the social discussion landscape is visualized using a collection of colorfulcircles andconcentric circles, which are inspired from the famous abstract arts called"Squares with Concentric Circles" and"Several Circles" by Russian painter Wassily Kandinsky (1866-1944). Intuitively, a circle and a concentric circle represent a social comment and a collection of comments in a discussion thread, respectively. We discuss various innovative features of Kandinsky and demonstrate its effectiveness.
Christina Lui, Sourav S. Bhowmick, Adam Jatowt
SIGIR3
2019 Across-Time Comparative Summarization of News Articles
abstract
Comparative summarization is an effective strategy to discover important similarities and differences in collections of documents biased to users' interests. A natural method of this task is to find important and corresponding content. In this paper, we propose a novel research task of automatic query-based across-time summarization in news archives as well as we introduce an effective method to solve this task. The proposed model first learns an orthogonal transformation between temporally distant news collections. Then, it generates a set of corresponding sentence pairs based on a concise integer linear programming framework. We experimentally demonstrate the effectiveness of our method on the New York Times Annotated Corpus.
Yijun Duan, Adam Jatowt
WSDM2
2019 Pleasant Route Suggestion based on Color and Object Rates
abstract
For a tourist who wishes to stroll in an unknown city, it is useful to have a recommendation of not just the shortest routes but also routes that are pleasant. This paper demonstrates a system that provides pleasant route recommendation. Currently, we focus on routes that have much green and bright views. The system measures pleasure scores by extracting colors or objects in Google Street View panorama images and re-ranks shortest paths in the order of the computed pleasure scores. The current prototype provides route recommendation for city areas in Tokyo, Kyoto and San Francisco.
Shoko Wakamiya, Panote Siriaraya, Yihong Zhang 0001, Yukiko Kawai, Eiji Aramaki, Adam Jatowt
WSDM6
2019 WassRank: Listwise Document Ranking Using Optimal Transport Theory
abstract
Learning to rank has been intensively studied and has shown great value in many fields, such as web search, question answering and recommender systems. This paper focuses on listwise document ranking, where all documents associated with the same query in the training data are used as the input. We propose a novel ranking method, referred to as WassRank, under which the problem of listwise document ranking boils down to the task of learning the optimal ranking function that achieves the minimum Wasserstein distance. Specifically, given the query level predictions and the ground truth labels, we first map them into two probability vectors. Analogous to the optimal transport problem, we view each probability vector as a pile of relevance mass with peaks indicating higher relevance. The listwise ranking loss is formulated as the minimum cost (the Wasserstein distance) of transporting (or reshaping) the pile of predicted relevance mass so that it matches the pile of ground-truth relevance mass. The smaller the Wasserstein distance is, the closer the prediction gets to the ground-truth. To better capture the inherent relevance-based order information among documents with different relevance labels and lower the variance of predictions for documents with the same relevance label, ranking-specific cost matrix is imposed. To validate the effectiveness of WassRank, we conduct a series of experiments on two benchmark collections. The experimental results demonstrate that: compared with four non-trivial listwise ranking methods (i.e., LambdaRank, ListNet, ListMLE and ApxNDCG), WassRank can achieve substantially improved performance in terms of nDCG and ERR across different rank positions. Specifically, the maximum improvements of WassRank over LambdaRank, ListNet, ListMLE and ApxNDCG in terms of [email protected] are 15%, 5%, 7%, 5%, respectively.
Hai-Tao Yu 0003, Adam Jatowt, Hideo Joho, Joemon M. Jose, Long Chen 0008
WSDM2
2019 ATAR: Aspect-Based Temporal Analog Retrieval System for Document Archives
abstract
In recent years, we have witnessed a rapid increase of text content stored in digital archives such as newspaper archives or web archives. With the passage of time, it is however difficult to effectively perform search within such collections due to vocabulary and context change. In this paper, we present a system that helps to find analogical terms across temporal text collections by applying non-linear transformation. We implement two approaches for analog retrieval where one of them allows users to also input an aspect term specifying particular perspective of a query. The current prototype system permits temporal analog search across two different time periods based on New York Times Annotated Corpus.
Adam Jatowt, Sourav S. Bhowmick, Yuji Matsumoto 0001
WSDM2
2019 Mapping Entity Sets in News Archives Across Time
abstract
Abstract We propose a novel way of utilizing and accessing information stored in news archives as well as a new style of investigating the history. Our idea is to automatically generate similar entity pairs given two sets of entities, one from the past and one representing the present. This allows performing entity-oriented mapping between different times. We introduce an effective method to solve the aforementioned task based on a concise integer linear programming framework. In particular, our model first conducts typicality analysis to estimate entity representativeness. It next constructs orthogonal transformation between the two entity collections. The result is a set of typical across-time comparables. We demonstrate the effectiveness of our approach on the New York Times dataset through both qualitative and quantitative tests.
Yijun Duan, Adam Jatowt, Sourav S. Bhowmick, Masatoshi Yoshikawa
Data Sci. Eng.2
2019 Discovering Latent Threads in Entity Histories
abstract
Abstract Knowledge of entity histories is often necessary for comprehensive understanding and characterization of entities. Yet, the analysis of an entity’s history is often most meaningful when carried out in comparison with the histories of other entities. In this paper, we describe a novel task ofhistory-based entity categorizationandcomparison. Based on a set of entity-related documents which are assumed as an input, we determine latent entity categories whose members share similar histories; hence, we are effectively grouping entities based on the correspondences in their historical developments. Next, we generate comparative timelines for each determined group allowing users to elucidate similarities and differences in the histories of entities. We evaluate our approach on several datasets of different entity types demonstrating its effectiveness against competitive baselines.
Yijun Duan, Adam Jatowt, Katsumi Tanaka
Data Sci. Eng.2
2019 Information Processing & Management Journal Special Issue on Narrative Extraction from Texts (Text2Story): Preface
Alípio Mário Jorge, Ricardo Campos 0001, Adam Jatowt, Sérgio Nunes 0001
Inf. Process. Manag.3
2019 On-demand recent personal tweets summarization on mobile devices
abstract
Tweets summarization aims to find a group of representative tweets for a specific set of input tweets or a given topic. In recent times, there have been several research efforts toward devising a variety of techniques to summarize tweets in Twitter. However, these techniques are either not personal (that is, consider only tweets in the timeline of a specific user) or are too expensive to be realized on a mobile device. Given that 80% of active Twitter users access the site on mobile devices, in this article we present a lightweight, personal, on‐demand, topic modeling‐based tweets summarization engine called TOTEM, designed for such devices. Specifically, TOTEM first preprocesses recent tweets in a user's timeline and exploits Latent Dirichlet Allocation‐based topic modeling to assign each preprocessed tweet to a topic. Then it generates a ranked list of relevant tweets, a topic label, and a topic summary for each of the topics. Our experimental study with real‐world data sets demonstrates the superiority of TOTEM.
Jin Yao Chin, Sourav S. Bhowmick, Adam Jatowt
J. Assoc. Inf. Sci. Technol.3
2018 Every Word has its History: Interactive Exploration and Visualization of Word Sense Evolution
abstract
Human language constantly evolves due to the changing world and the need for easier forms of expression and communication. Our knowledge of language evolution is however still fragmentary despite significant interest of both researchers as well as wider public in the evolution of language. In this paper, we present an interactive framework that permits users study the evolution of words and concepts. The system we propose offers a rich online interface allowing arbitrary queries and complex analytics over large scale historical textual data, letting users investigate changes in meaning, context and word relationships across time.
Adam Jatowt, Ricardo Campos 0001, Sourav S. Bhowmick, Nina Tahmasebi, Antoine Doucet
CIKM1
2018 A Text Feature Based Automatic Keyword Extraction Method for Single Documents
Ricardo Campos 0001, Vítor Mangaravite, Arian Pasquali, Alípio Mário Jorge, Celia Nunes, Adam Jatowt
ECIR6
2018 YAKE! Collection-Independent Automatic Keyword Extractor
Ricardo Campos 0001, Vítor Mangaravite, Arian Pasquali, Alípio Mário Jorge, Celia Nunes, Adam Jatowt
ECIR6
2018 To Cite, or Not to Cite? Detecting Citation Contexts in Text
Michael Färber 0001, Alexander Thiemann, Adam Jatowt
ECIR3
2018 CITEWERTs: A System Combining Cite-Worthiness with Citation Recommendation
Michael Färber 0001, Alexander Thiemann, Adam Jatowt
ECIR3
2018 Classifying Short Descriptions of Past Events
Yasunobu Sumikawa, Adam Jatowt
ECIR2
2018 Ranking Without Learning: Towards Historical Relevance-based Ranking of Social Images
abstract
Tag-based Social Image Retrieval (TagIR) aims to find relevant social images using keyword queries. State-of-the-art TagIR techniques typically rank query results based on relevance, temporal or popularity criteria. However, these criteria may not always be sufficient to match diverse search intents of users. In this paper, we present a novel ranking scheme that ranks query results (images) based on their historical relevance. Informally, an image is historically relevant if its visual content is relevant to the query and it depicts objects, scenes, or events that are related to human history. To this end, we propose a learning-agnostic technique that leverages Wikipedia to quantify historical relevance of images. We empirically demonstrate the effectiveness of our ranking scheme using Flickr dataset.
Min Min Chew, Sourav S. Bhowmick, Adam Jatowt
SIGIR3
2018 Revisiting the cluster-based paradigm for implicit search result diversification
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose, Long Chen 0008, Fajie Yuan
Inf. Process. Manag.2
2018 Computing controversy: Formal model and algorithms for detecting controversy on Wikipedia and in search queries
abstract
Controversy is a complex concept that has been attracting attention of scholars from diverse fields. In the era of Internet and social media, detecting controversy and controversial concepts by the means of automatic methods is especially important. Web searchers could be alerted when the contents they consume are controversial or when they attempt to acquire information on disputed topics. Presenting users with the indications and explanations of the controversy should offer them chance to see the “wider picture” rather than letting them obtain one-sided views. In this work we first introduce a formal model of controversy as the basis of computational approaches to detecting controversial concepts. Then we propose a classification based method for automatic detection of controversial articles and categories in Wikipedia. Next, we demonstrate how to use the obtained results for the estimation of the controversy level of search queries. The proposed method can be incorporated into search engines as a component responsible for detection of queries related to controversial topics. The method is independent of the search engine’s retrieval and search results recommendation algorithms, and is therefore unaffected by a possible filter bubble. Our approach can be also applied in Wikipedia or other knowledge bases for supporting the detection of controversy and content maintenance. Finally, we believe that our results could be useful for social science researchers for understanding the complex nature of controversy and in fostering their studies.
Kazimierz Zielinski, Radoslaw Nielek, Adam Wierzbicki, Adam Jatowt
Inf. Process. Manag.4
2017 Overview of the 4th HistoInformatics Workshop
abstract
In line with global trends, historical records are increasingly available in forms that computer can process. These ever expanding records (such as scanned books, large-scale corpora, academic papers, maps, photos, audios, videos)---either digitally born or reconstructed through digitization pipelines---are too big to be read or viewed manually. Historians, like other humanities researchers, have a keen interest in computational approaches to process and study digitized historical information for research, writing, and dissemination of historical knowledge. In Computer Science, experimental tools and methods are challenged to be validated regarding their relevance for real-world questions and applications. The HistoInformatics workshop series is focused on the challenges and opportunities of data-driven humanities and brings together scientists and scholars at the forefront of this emerging field, at the interface between History, Anthropology, Archaeology, Computer Science and associated disciplines as well as the cultural heritage sector. The 4th HistoInformatics Workshop was a half day workshop co-located with the 26th ACM International Conference on Information and Knowledge Management (CIKM 2017) in Singapore.
Mohammed Hasanuzzaman, Gaël Dias, Adam Jatowt, Marten Düring, Antal van den Bosch
CIKM3
2017 Interactive System for Reasoning about Document Age
abstract
Recently, many historical texts have become digitized and made accessible for search and browsing. Professionals who work with collections of such texts often need to verify the correctness of documents' key metadata - their creation dates. In this paper, we demonstrate an interactive system for estimating the age of documents. It may be useful not only for tagging a large number of undated documents, but also for verifying already known timestamps. In order to infer probable dates, we rely on a large scale lexical corpora, Google Books Ngrams. Besides estimating the document creation year, the system also outputs evidences to support age detection and reasoning process and allows testing different hypotheses about document's age.
Adam Jatowt, Ricardo Campos 0001
CIKM1
2017 Temporal Analog Retrieval using Transformation over Dual Hierarchical Structures
abstract
In recent years, we have witnessed a rapid increase of text con- tent stored in digital archives such as newspaper archives or web archives. Many old documents have been converted to digital form and made accessible online. Due to the passage of time, it is however difficult to effectively perform search within such collections. Users, especially younger ones, may have problems in finding appropriate keywords to perform effective search due to the terminology gap arising between their knowledge and the unfamiliar domain of archival collections. In this paper, we provide a general framework to bridge different domains across-time and, by this, to facilitate search and comparison as if carried in user's familiar domain (i.e., the present). In particular, we propose to find analogical terms across temporal text collections by applying a series of transformation procedures. We develop a cluster-biased transformation technique which makes use of hierarchical cluster structures built on the temporally distributed document collections. Our methods do not need any specially prepared training data and can be applied to diverse collections and time periods. We test the performance of the proposed approaches on the collections separated by both short (e.g., 20 years) and long time gaps (70 years), and we report improvements in range of 18%-27% over short and 56%-92% over long periods when compared to state-of-the-art baselines.
Adam Jatowt, Katsumi Tanaka
CIKM2
2017 TOTEM: Personal Tweets Summarization on Mobile Devices
abstract
Tweets summarization aims to find a group of representative tweets for a specific topic. In recent times, there have been several research efforts toward devising a variety of techniques to summarize tweets in Twitter. However, these techniques are either not personal (i.e., consider only tweets in the timeline of a specific user) or are too expensive to be realized on a mobile device. Given that 80% of active Twitter users access the site on mobile devices, in this demonstration we present a lightweight, personalized, on-demand, topic modeling-based tweets summarization engine called TOTEM, designed for such devices. Specifically, TOTEM summarizes most recent tweets on a user's timeline and enables her to visualize and navigate representative topics and associated tweets in a user-friendly tap-and-swipe manner.
Jin Yao Chin, Sourav S. Bhowmick, Adam Jatowt
SIGIR3
2017 Timestamping Entities using Contextual Information
abstract
Wikipedia is the result of collaborative effort aiming to represent human knowledge and to make it accessible to the public. Many Wikipedia articles however lack key metadata information. For example, relatively large number of people described in Wikipedia have no information on their birth and death dates. We propose in this paper to estimate entity's lifetimes using link structure in Wikipedia focusing on person entities. Our approach is based on propagating temporal information over links between Wikipedia articles.
Adam Jatowt, Daisuke Kawai, Katsumi Tanaka
SIGIR1
2017 A Concise Integer Linear Programming Formulation for Implicit Search Result Diversification
abstract
To cope with ambiguous and/or underspecified queries, search result diversification (SRD) is a key technique that has attracted a lot of attention. This paper focuses on implicit SRD, where the possible subtopics underlying a query are unknown beforehand. We formulate implicit SRD as a process of selecting and ranking k exemplar documents that utilizes integer linear programming (ILP). Unlike the common practice of relying on approximate methods, this formulation enables us to obtain the optimal solution of the objective function. Based on four benchmark collections, our extensive empirical experiments reveal that: (1) The factors, such as different initial runs, the number of input documents, query types and the ways of computing document similarity significantly affect the performance of diversification models. Careful examinations of these factors are highly recommended in the development of implicit SRD methods. (2) The proposed method can achieve substantially improved performance over the state-of-the-art unsupervised methods for implicit SRD.
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose, Long Chen 0008, Fajie Yuan
WSDM2
2017 An in-depth study on diversity evaluation: The importance of intrinsic diversity
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose
Inf. Process. Manag.2
2017 Decoding multi-click search behavior based on marginal utility
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose
Inf. Retr. J.2
2016 Towards understanding word embeddings: Automatically explaining similarity of terms
abstract
Word embedding techniques (e.g., Word2Vec, GloVe) have been recently used for variety of applications with quite good rate of success. They allow to capture word semantics and syntactics with decreased dimensionality based on the concept of distributional vector representations. Vector representations can be then used for similarity comparison. However, if we treat the word embeddings as a kind of encryption process, it is difficult to decrypt their meaning. This makes it problematic to justify why particular terms should be considered similar as well as to prove that the overall quality of the trained vector space is high. Evaluating the accuracy of the similarity computation between any two given terms is difficult due to the lack of concrete evidences to explain and support the similarity. In this paper, we propose a novel way to automatically extract evidences represented as term pairs to explain the similarity of arbitrary terms. Our approach is unsupervised and can be applied to either homogeneous or heterogeneous vector spaces.
Adam Jatowt, Katsumi Tanaka
IEEE BigData2
2016 Predicting Importance of Historical Persons using Wikipedia
abstract
Wikipedia contains a lot of contemporary as well as history-related information, and given its vast coverage and richness, it can be used to rank entities in a variety of different ways. In this work, we are interested in utilizing Wikipedia for judging historical person's importance. Based on the two well-known lists of the most important people in the last millennium, we look closely into factors that determine significance of historical persons. We predict person's importance using six classifiers equipped with features derived from link structure, visit logs and article content.
Adam Jatowt, Daisuke Kawai, Katsumi Tanaka
CIKM1
2016 Building Test Collections for Evaluating Temporal IR
abstract
Research on temporal aspects of information retrieval has recently gained considerable interest within the Information Retrieval (IR) community. This paper describes our efforts for building test collections for the purpose of fostering temporal IR research. In particular, we overview the test collections created at the two recent editions of Temporal Information Access (Temporalia) task organized at NTCIR-11 and NTCIR-12, report on selected results and discuss several observations we made during the task design and implementation. Finally, we outline further directions for constructing test collections suitable for temporal IR.
Hideo Joho, Adam Jatowt, Roi Blanco, Hai-Tao Yu 0003, Shuhei Yamamoto
SIGIR2
2016 Supporting News Article Understanding by Detecting Subject-Background Event Relations
abstract
Typically, news articles mention not just one but multiple events. These events can be classified into subject or background events. The former are events that the article is written about, while the latter are additional events referred to in order to explain the background of the subject events (e.g., causal relations, circumstances or the consequences of the main event). Background events are considered to play an important role in helping to understand articles. In this paper, we first propose to classify content of news articles into subject or background event descriptions. In the second part of the paper, we demonstrate a novel solution for improving the news article search. Based on the subject and background relationship structure between events and articles, our method outputs news articles that help with understanding of a given target article.
Shotaro Tanaka, Adam Jatowt, Katsumi Tanaka
WI2
2016 Detecting Evolution of Concepts based on Cause-Effect Relationships in Online Reviews
abstract
Analyzing how technology evolves is important for understanding technological progress and its impact on society. Although the concept of evolution has been explored in many domains (e.g., evolution of topics, events or terminology, evolution of species), little research has been done on automatically analyzing the evolution of products and technology in general. In this paper, we propose a novel approach for investigating the technology evolution based on collections of product reviews. We are particularly interested in understanding social impact of technology and in discovering how changes of product features influence changes in our social lives. We address this challenge by first distinguishing two kinds of product-related terms: physical product features and terms describing situations when products are used. We then detect changes in both types of terms over time by tracking fluctuations in their popularity and usage. Finally, we discover cases when changes of physical product features trigger the changes in product's use. We experimentally demonstrate the effectiveness of our approach on the Amazon Product Review Dataset that spans over 18 years.
Adam Jatowt, Katsumi Tanaka
WWW2
2016 The Past is Not a Foreign Country: Detecting Semantically Similar Terms across Time
abstract
Numerous archives and collections of past documents have become available recently thanks to mass scale digitization and preservation efforts. Libraries, national archives, and other memory institutions have started opening up their collections to interested users. Yet, searching within such collections usually requires knowledge of appropriate keywords due to different context and language of the past. Thus, non-professional users may have difficulties with conceptualizing suitable queries, as, typically, their knowledge of the past is limited. In this paper, we propose a novel approach for the temporal correspondence detection task that requires finding terms in the past which are semantically closest to a given input present term. The approach we propose is based on vector space transformation that maps the distributed word representation in the present to the one in the past. The key problem in this approach is obtaining correct training set that could be used for a variety of diverse document collections and arbitrary time periods. To solve this problem, we propose an effective technique for automatically constructing seed pairs of terms to be used for finding the transformation. We test the performance of proposed approaches over short as well as long time frames such as 100 years. Our experiments demonstrate that the proposed methods outperform the best-performing baseline by 113 percent for the New York Times Annotated Corpus and by 28 percent for the Times Archive in MRR on average, when the query has a different literal form from its temporal counterpart.
Adam Jatowt, Sourav S. Bhowmick, Katsumi Tanaka
IEEE Trans. Knowl. Data Eng.2
2016 Causal Relationship Detection in Archival Collections of Product Reviews for Understanding Technology Evolution
abstract
Technology progress is one of the key reasons behind today's rapid changes in lifestyles. Knowing how products and objects evolve can not only help with understanding the evolutionary patterns in our society but can also provide clues on effective product design and can offer support for predicting the future. We propose a general framework for analyzing technology's impact on our lives through detecting cause--effect relationships, where causes represent changes in technology while effects are changes in social life, such as new activities or new ways of using products. We address the challenge of viewing technology evolution through the “social impact lens” by mining causal relationships from the long-term collections of product reviews. In particular, we first propose dividing vocabulary into two groups: terms describing product features (called physical terms ) and terms representing product usage (called conceptual terms ). We then search for two kinds of changes related to the appearance of terms: frequency-based and context-based changes. The former indicate periods when a word was significantly more frequently used, whereas the latter indicate periods of high change in the word's context. Based on the detected changes, we then search for causal term pairs such that the change in the physical term triggers the change in the conceptual term. We next extend our approach to finding causal relationships between word groups such as a group of words representing the same technology and causing a given conceptual change or group of words representing two different technologies that simultaneously “co-cause” a conceptual change. We conduct experiments on different product types using the Amazon Product Review Dataset, which spans 1995 to 2013, and we demonstrate that our approaches outperform state-of-the-art baselines.
Adam Jatowt, Katsumi Tanaka
ACM Trans. Inf. Syst.2
2015 Portraying Collective Spatial Attention in Twitter
abstract
Microblogging platforms such as Twitter have been recently frequently used for detecting real-time events. The spatial component, as reflected by user location, usually plays a key role in such systems. However, an often neglected source of spatial information are location mentions expressed in tweet contents. In this paper we demonstrate a novel visualization system for analyzing how Twitter users collectively talk about space and for uncovering correlations between geographical locations of Twitter users and the locations they tweet about. Our exploratory analysis is based on the development of a model of spatial information extraction and representation that allows building effective visual analytics framework for large scale datasets. We show visualization results based on half a year long dataset of Japanese tweets and a four months long collection of tweets from USA. The proposed system allows observing many space related aspects of tweet messages including the average scope of spatial attention of social media users and variances in spatial interest over time. The analytical framework we provide and the findings we outline can be valuable for scientists from diverse research areas and for any users interested in geographical and social aspects of shared online data.
Émilien Antoine, Adam Jatowt, Shoko Wakamiya, Yukiko Kawai, Toyokazu Akiyama
KDD2
2015 Mapping Temporal Horizons: Analysis of Collective Future and Past related Attention in Twitter
abstract
Microblogging platforms such as Twitter have recently received much attention as great sources for live web sensing, real-time event detection and opinion analysis. Previous works usually assumed that tweets mainly describe "what's happening now". However, a large portion of tweets contains time expressions that refer to time frames within the past or the future. Such messages often reflect expectations or memories of social media users. In this work we investigate how microblogging users collectively refer to time. In particular, we analyze half a year long portion of Japanese and four months long collection of US tweets and we quantify collective temporal attention of users as well as other related temporal characteristics. This kind of knowledge is helpful in the context of growing interest for detection and prediction of important events within social media. The exploratory analysis we perform is possible thanks to the development of visual analytics framework for robust overview and easy detection of various regularities in the past and future-oriented thinking of Twitter users. We believe that the visualizations we provide and the findings we outline can be also valuable for sociologists and computer scientists to test and refine their models about time in natural language.
Adam Jatowt, Émilien Antoine, Yukiko Kawai, Toyokazu Akiyama
WWW1
2015 Generic method for detecting focus time of documents
Adam Jatowt, Ching-man Au Yeung, Katsumi Tanaka
Inf. Process. Manag.1
2015 Temporal information searching behaviour and strategies
Hideo Joho, Adam Jatowt, Roi Blanco
Inf. Process. Manag.2
2013 Estimating document focus time
abstract
Temporality is an important characteristic of text documents. While some documents are clearly atemporal, many have temporal character and can be mapped to certain time periods. In this paper, we introduce the problem of estimating focus time of documents. Document focus time is defined as the time to which the content of a document refers to and is considered as a complementary dimension to its creation time or timestamp. We propose several estimators of focus time by utilizing external knowledge bases such as news article collections which contain explicit temporal references. We then evaluate the effectiveness of our methods on diverse datasets of documents about historical events in five countries.
Adam Jatowt, Ching-man Au Yeung, Katsumi Tanaka
CIKM1
2013 Estimating content concreteness for finding comprehensible documents
abstract
Document comprehensibility is one of key factors determining document quality and, in result, user's satisfaction. Relevant web pages are of little utility if they are incomprehensible or impose too much cognitive burden on readers. Traditional measures of text difficulty focus often on syntactic factors of text such as sentence length, word length, syllable count, or they utilize fixed list of common terms. However, document comprehensibility depends on many factors, of which concreteness and the ease of concept visualization are crucial ones. In this paper, we first propose a method for predicting the concreteness of terms using SVM regression. We then extend it to calculating document concreteness level. The experimental results indicate satisfactory accuracy in estimating both term and document concreteness as well as demonstrate positive correlation between the document concreteness and comprehensibility. Our ultimate goal is to enable comprehension-driven search, which will return both relevant and comprehensible results.
Shinya Tanaka, Adam Jatowt, Makoto P. Kato, Katsumi Tanaka
WSDM2
2012 Large scale analysis of changes in english vocabulary over recent time
abstract
Recently many historical texts have become digitized and made accessible for search and browsing. As human language is subject to constant evolution, these texts pose varying challenges to current users. In this paper we report the results of large-scale studies on the usage of words and the evolution of English language vocabulary over the last two centuries to help with understanding its impact on readability and retrieval of historical documents. We perform analysis of several lexical factors which may influence accessibility and readability of historical texts based on two large scale lexical corpora: the Corpus of Historical American English and Google Books 1-gram.
Adam Jatowt, Katsumi Tanaka
CIKM1
2012 Is wikipedia too difficult?: comparative analysis of readability of wikipedia, simple wikipedia and britannica
abstract
Readability is one of key factors determining document quality and reader's satisfaction. In this paper we analyze readability of Wikipedia, which is a popular source of information for searchers about unknown topics. Although Wikipedia articles are frequently listed by search engines on top ranks, they are often too difficult for average readers searching information about difficult queries. We examine the average readability of content in Wikipedia and compare it to the one in Simple Wikipedia and Britannica. Next, we investigate readability of selected categories in Wikipedia. Apart from standard readability measures we use some new metrics based on words' popularity and their distributions across different document genres and topics.
Adam Jatowt, Katsumi Tanaka
CIKM1
2012 Temporal Web Image Retrieval
Gaël Dias, José G. Moreno 0001, Adam Jatowt, Ricardo Campos 0001
SPIRE3
2012 Search Intent Discovery by Structurization of Community QA Contents
Soungwoong Yoon, Adam Jatowt, Katsumi Tanaka
WISE2
2011 Extracting collective expectations about the future from large text collections
abstract
News articles often contain information about the future. Given the huge volume of information available nowadays, an automatic way for extracting and summarizing future-related information is desirable. Such information will allow people to obtain a collective image of the future, to recognize possible future scenarios and be prepared for the future events. We propose a model-based clustering algorithm for detecting future events based on information extracted from a text corpus. The algorithm takes into account both textual and temporal similarity of sentences. We demonstrate that our algorithm can be used to discover future events and estimate their probabilities over time.
Adam Jatowt, Ching-man Au Yeung
CIKM1
2011 Studying how the past is remembered: towards computational history through large scale text mining
abstract
History helps us understand the present and even to predict the future to certain extent. Given the huge amount of data about the past, we believe computer science will play an increasingly important role in historical studies, with computational history becoming an emerging interdisciplinary field of research. We attempt to study how the past is remembered through large scale text mining. We achieve this by first collecting a large dataset of news articles about different countries and analyzing the data using computational and statistical tools. We show that analysis of references to the past in news articles allows us to gain a lot of insight into the collective memories and societal views of different countries. Our work demonstrates how various computational tools can assist us in studying history by revealing interesting topics and hidden correlations. Our ultimate objective is to enhance history writing and evaluation with the help of algorithmic support.
Ching-man Au Yeung, Adam Jatowt
CIKM2
2011 Measuring Comprehensibility of Web Pages Based on Link Analysis
abstract
We put forward a hypothesis that if there is a link from one page to another, it is likely that comprehensibility of the two pages is similar. To investigate whether this hypothesis is true or not, we conduct experiments using existing readability measures. We investigate the relationship between links and readability of text extracted from web pages for two datasets, set of English and Japanese pages. We could find that links and readability of text extracted from web pages are correlated. Based on the hypothesis, we propose a link analysis algorithm to measure comprehensibility of web pages. Our method is based on the Trust Rank algorithm which is originally used for combating web spam. We use link structure to propagate readability scores from source pages selected based on their comprehensibility. The results of experimental evaluation demonstrate that our method could improve estimation of comprehensibility of pages.
Kouichi Akamatsu, Nimit Pattanasri, Adam Jatowt, Katsumi Tanaka
Web Intelligence3
2011 Improving Retrieval of Future-Related Information in Text Collections
abstract
People often want to know expected future events related to given real world entities. For supporting users in the process of future scenario analysis, we propose several methods that enable to retrieve and analyze future-related opinions from large text collections. In particular, we focus on time-unreferenced predictions, which do not contain any explicit future time reference and hence are more difficult to be retrieved. As a second contribution, we propose estimating validity of predictions by automatically searching for real world events corresponding to the predictions. This kind of analysis aims to help detect predictions that are no longer valid as well as help estimating prediction accuracy of information sources.
Kensuke Kanazawa, Adam Jatowt, Katsumi Tanaka
Web Intelligence2
2011 Detecting Intent of Web Queries Using Questions and Answers in CQA Corpus
abstract
Detecting intent in Web search activity is important task for finding relevant Web information. However extracting intents from users' queries is difficult as users express their intent by issuing short and often ambiguous queries, yet at the same time it is crucial factor for enhancing user satisfaction. Showing the variety of candidate intents behind a query could help users choose correct intent expressions and improve the Web search. In this paper, we propose the methodology for detecting intent of Web queries using Community Question-Answer (CQA)information. Our assumption is that questions and its answers in CQA corpus reflect intents of questioners. To detect these intents, we use the semantic connections between questions and its answers. We categorize questions to find the connections of features within a question and its answers, detect intent words in answers by calculating supports of concerned CQA contents, and cluster questions and their answers by these intent words. Experimental results show that the variety of Web query intents can be found with satisfactory performance.
Soungwoong Yoon, Adam Jatowt, Katsumi Tanaka
Web Intelligence2
2010 Estimating News Coverage of Web Search Results
abstract
The abundance of content on the web and the lack of quality control require more refined approaches in analyzing online information. In this paper, we propose evaluating the extent to which web search results cover important and recent news related to real-world objects. Our method allows for identifying search results that provide comprehensive overviews of major events related to user queries or that contain most recent information.
Adam Jatowt, Yukiko Kawai, Katsumi Tanaka
Web Intelligence1
2010 Analyzing collective view of future, time-referenced events on the web
abstract
Humans have always desired to guess the future in order to adapt their behavior and maximize chances of success. In this paper, we conduct exploratory analysis of future-related information on the web. We focus on the future-related information which is grounded in time, that is, the information on forthcoming events whose expected occurrence dates are already known. We collect data by crawling search engine index and analyze collective view of future time-referenced events discussed on the web.
Adam Jatowt, Hideki Kawai, Kensuke Kanazawa, Katsumi Tanaka, Kazuo Kunieda, Keiji Yamada
WWW1
2009 Easiest-first search: towards comprehension-based web search
abstract
Although Web search engines have become information gateways to the Internet, for queries containing technical terms, search results often contain pages that are difficult to be understood by non-expert users. Therefore, re-ranking search results in a descending order of their comprehensibility should be effective for non-expert users. In our approach, the comprehensibility of Web pages is estimated considering both the document readability and the difficulty of technical terms in the domain of search queries. To extract technical terms, we exploit the domain knowledge extracted from Wikipedia. Our proposed method can be applied to general Web search engines as Wikipedia includes nearly every field of human knowledge. We demonstrate the usefulness of our approach by user experiments.
Makoto Nakatani, Adam Jatowt, Katsumi Tanaka
CIKM2
2009 Quality Evaluation of Search Results by Typicality and Speciality of Terms Extracted from Wikipedia
Makoto Nakatani, Adam Jatowt, Hiroaki Ohshima, Katsumi Tanaka
DASFAA2
2009 Towards Improving Web Search: A Large-Scale Exploratory Study of Selected Aspects of User Search Behavior
Hiroaki Ohshima, Adam Jatowt, Satoshi Oyama, Satoshi Nakamura 0002, Katsumi Tanaka
WISE2
2009 Seeing Past Rivals: Visualizing Evolution of Coordinate Terms over Time
Hiroaki Ohshima, Adam Jatowt, Satoshi Oyama, Katsumi Tanaka
WISE2
2009 Intent-Based Categorization of Search Results Using Questions from Web Q&A Corpus
Soungwoong Yoon, Adam Jatowt, Katsumi Tanaka
WISE2
2008 Supporting Judgment of Fact Trustworthiness Considering Temporal and Sentimental Aspects
Yusuke Yamamoto, Taro Tezuka, Adam Jatowt, Katsumi Tanaka
WISE3
2008 Visualizing historical content of web pages
abstract
Recently, along with the rapid growth of the Web, the preservation efforts have also increased. As a consequence, large amounts of past Web data are stored in Web archives. This historical data can be used for better understanding of long-term page topics and characteristics. In this paper, we propose an interactive visualization system called Page History Explorer for exploring page histories. It allows for roughly portraying evolution of pages and summarizing their content over time. We use a temporal term cloud as a structure for visualizing prevailing and active terms appearing on pages in the past.
Adam Jatowt, Yukiko Kawai, Katsumi Tanaka
WWW1
2007 Towards Improving Web Search by Utilizing Social Bookmarks
Yusuke Yanbe, Adam Jatowt, Satoshi Nakamura 0002, Katsumi Tanaka
ICWE2
2006 Using Web Archive for Improving Search Engine Results
Adam Jatowt, Yukiko Kawai, Katsumi Tanaka
APWeb1
2006 Personalized Detection of Fresh Content and Temporal Annotation for Improved Page Revisiting
Adam Jatowt, Yukiko Kawai, Katsumi Tanaka
DEXA1
2006 A browser for browsing the past web
abstract
We describe a browser for the past web. It can retrieve data from multiple past web resources and features a passive browsing style based on change detection and presentation. The browser shows past pages one by one along a time line. The parts that were changed between consecutive page versions are animated to reflect their deletion or insertion, thereby drawing the user's attention to them. The browser enables automatic skipping of changeless periods and filtered browsing based on user specified query.
Adam Jatowt, Yukiko Kawai, Satoshi Nakamura 0002, Yutaka Kidawara, Katsumi Tanaka
WWW1
2005 Temporal Ranking of Search Engine Results
Adam Jatowt, Yukiko Kawai, Katsumi Tanaka
WISE1
2004 Summarization of Dynamic Content in Web Collections
Adam Jatowt, Mitsuru Ishizuka
PKDD1
2004 Temporal Web Page Summarization
Adam Jatowt, Mitsuru Ishizuka
WISE1