-
In a Few Words: Comparing Weak Supervision and LLMs for Short Query Intent Classification
Authors:
Daria Alexander,
Arjen P. de Vries
Abstract:
User intent classification is an important task in information retrieval. Previously, user intents were classified manually and automatically; the latter helped to avoid hand labelling of large datasets. Recent studies explored whether LLMs can reliably determine user intent. However, researchers have recognized the limitations of using generative LLMs for classification tasks. In this study, we e…
▽ More
User intent classification is an important task in information retrieval. Previously, user intents were classified manually and automatically; the latter helped to avoid hand labelling of large datasets. Recent studies explored whether LLMs can reliably determine user intent. However, researchers have recognized the limitations of using generative LLMs for classification tasks. In this study, we empirically compare user intent classification into informational, navigational, and transactional categories, using weak supervision and LLMs. Specifically, we evaluate LLaMA-3.1-8B-Instruct and LLaMA-3.1-70B-Instruct for in-context learning and LLaMA-3.1-8B-Instruct for fine-tuning, comparing their performance to an established baseline classifier trained using weak supervision (ORCAS-I). Our results indicate that while LLMs outperform weak supervision in recall, they continue to struggle with precision, which shows the need for improved methods to balance both metrics effectively.
△ Less
Submitted 30 April, 2025;
originally announced April 2025.
-
Adaptive Orchestration of Modular Generative Information Access Systems
Authors:
Mohanna Hoveyda,
Harrie Oosterhuis,
Arjen P. de Vries,
Maarten de Rijke,
Faegheh Hasibi
Abstract:
Advancements in large language models (LLMs) have driven the emergence of complex new systems to provide access to information, that we will collectively refer to as modular generative information access (GenIA) systems. They integrate a broad and evolving range of specialized components, including LLMs, retrieval models, and a heterogeneous set of sources and tools. While modularity offers flexib…
▽ More
Advancements in large language models (LLMs) have driven the emergence of complex new systems to provide access to information, that we will collectively refer to as modular generative information access (GenIA) systems. They integrate a broad and evolving range of specialized components, including LLMs, retrieval models, and a heterogeneous set of sources and tools. While modularity offers flexibility, it also raises critical challenges: How can we systematically characterize the space of possible modules and their interactions? How can we automate and optimize interactions among these heterogeneous components? And, how do we enable this modular system to dynamically adapt to varying user query requirements and evolving module capabilities? In this perspective paper, we argue that the architecture of future modular generative information access systems will not just assemble powerful components, but enable a self-organizing system through real-time adaptive orchestration -- where components' interactions are dynamically configured for each user input, maximizing information relevance while minimizing computational overhead. We give provisional answers to the questions raised above with a roadmap that depicts the key principles and methods for designing such an adaptive modular system. We identify pressing challenges, and propose avenues for addressing them in the years ahead. This perspective urges the IR community to rethink modular system designs for developing adaptive, self-optimizing, and future-ready architectures that evolve alongside their rapidly advancing underlying technologies.
△ Less
Submitted 24 April, 2025;
originally announced April 2025.
-
Implementation of an ITER-relevant QP-based Current Limit Avoidance algorithm in the TCV tokamak
Authors:
D. Frattolillo,
A. Mele,
C. Galperti,
L. E. Di Grazia,
M. Mattei,
S. Coda,
G. De Tommasi,
A. Pironti,
A. Tenaglia,
P. de Vries,
L. Pangione,
L. Zabeo,
TCV team,
Eurofusion Tokamak Exploitation team
Abstract:
The problem of avoiding saturation of the coil currents is critical in large tokamaks with superconducting coils like ITER. Indeed, if the current limits are reached, a loss of control of the plasma may lead to a major disruption. Therefore, a Current Limit Avoidance (CLA) system is essential to operate safely. This paper provides the first experimental evidence that the online solution of a const…
▽ More
The problem of avoiding saturation of the coil currents is critical in large tokamaks with superconducting coils like ITER. Indeed, if the current limits are reached, a loss of control of the plasma may lead to a major disruption. Therefore, a Current Limit Avoidance (CLA) system is essential to operate safely. This paper provides the first experimental evidence that the online solution of a constrained quadratic optimization problem can offer a valid methodology to implement a CLA. Experiments are carried out on the Tokamak à Configuration Variable (TCV) at the Swiss Plasma Center, showing the effectiveness of the proposed approach and its suitability for real-time application in view of future reactors such as ITER.
△ Less
Submitted 20 March, 2025; v1 submitted 31 January, 2025;
originally announced February 2025.
-
AQA: Adaptive Question Answering in a Society of LLMs via Contextual Multi-Armed Bandit
Authors:
Mohanna Hoveyda,
Arjen P. de Vries,
Maarten de Rijke,
Harrie Oosterhuis,
Faegheh Hasibi
Abstract:
In question answering (QA), different questions can be effectively addressed with different answering strategies. Some require a simple lookup, while others need complex, multi-step reasoning to be answered adequately. This observation motivates the development of a dynamic method that adaptively selects the most suitable QA strategy for each question, enabling more efficient and effective systems…
▽ More
In question answering (QA), different questions can be effectively addressed with different answering strategies. Some require a simple lookup, while others need complex, multi-step reasoning to be answered adequately. This observation motivates the development of a dynamic method that adaptively selects the most suitable QA strategy for each question, enabling more efficient and effective systems capable of addressing a broader range of question types. To this aim, we build on recent advances in the orchestration of multiple large language models (LLMs) and formulate adaptive QA as a dynamic orchestration challenge. We define this as a contextual multi-armed bandit problem, where the context is defined by the characteristics of the incoming question and the action space consists of potential communication graph configurations among the LLM agents. We then train a linear upper confidence bound model to learn an optimal mapping between different question types and their corresponding optimal multi-LLM communication graph representation. Our experiments show that the proposed solution is viable for adaptive orchestration of a QA system with multiple modules, as it combines the superior performance of more complex strategies while avoiding their costs when simpler strategies suffice.
△ Less
Submitted 23 September, 2024; v1 submitted 20 September, 2024;
originally announced September 2024.
-
Real World Conversational Entity Linking Requires More Than Zeroshots
Authors:
Mohanna Hoveyda,
Arjen P. de Vries,
Maarten de Rijke,
Faegheh Hasibi
Abstract:
Entity linking (EL) in conversations faces notable challenges in practical applications, primarily due to the scarcity of entity-annotated conversational datasets and sparse knowledge bases (KB) containing domain-specific, long-tail entities. We designed targeted evaluation scenarios to measure the efficacy of EL models under resource constraints. Our evaluation employs two KBs: Fandom, exemplifyi…
▽ More
Entity linking (EL) in conversations faces notable challenges in practical applications, primarily due to the scarcity of entity-annotated conversational datasets and sparse knowledge bases (KB) containing domain-specific, long-tail entities. We designed targeted evaluation scenarios to measure the efficacy of EL models under resource constraints. Our evaluation employs two KBs: Fandom, exemplifying real-world EL complexities, and the widely used Wikipedia. First, we assess EL models' ability to generalize to a new unfamiliar KB using Fandom and a novel zero-shot conversational entity linking dataset that we curated based on Reddit discussions on Fandom entities. We then evaluate the adaptability of EL models to conversational settings without prior training. Our results indicate that current zero-shot EL models falter when introduced to new, domain-specific KBs without prior training, significantly dropping in performance. Our findings reveal that previous evaluation approaches fall short of capturing real-world complexities for zero-shot EL, highlighting the necessity for new approaches to design and assess conversational EL models to adapt to limited resources. The evaluation setup and the dataset proposed in this research are made publicly available.
△ Less
Submitted 2 September, 2024;
originally announced September 2024.
-
Doing Personal LAPS: LLM-Augmented Dialogue Construction for Personalized Multi-Session Conversational Search
Authors:
Hideaki Joko,
Shubham Chatterjee,
Andrew Ramsay,
Arjen P. de Vries,
Jeff Dalton,
Faegheh Hasibi
Abstract:
The future of conversational agents will provide users with personalized information responses. However, a significant challenge in developing models is the lack of large-scale dialogue datasets that span multiple sessions and reflect real-world user preferences. Previous approaches rely on experts in a wizard-of-oz setup that is difficult to scale, particularly for personalized tasks. Our method,…
▽ More
The future of conversational agents will provide users with personalized information responses. However, a significant challenge in developing models is the lack of large-scale dialogue datasets that span multiple sessions and reflect real-world user preferences. Previous approaches rely on experts in a wizard-of-oz setup that is difficult to scale, particularly for personalized tasks. Our method, LAPS, addresses this by using large language models (LLMs) to guide a single human worker in generating personalized dialogues. This method has proven to speed up the creation process and improve quality. LAPS can collect large-scale, human-written, multi-session, and multi-domain conversations, including extracting user preferences. When compared to existing datasets, LAPS-produced conversations are as natural and diverse as expert-created ones, which stays in contrast with fully synthetic methods. The collected dataset is suited to train preference extraction and personalized response generation. Our results show that responses generated explicitly using extracted preferences better match user's actual preferences, highlighting the value of using extracted preferences over simple dialogue history. Overall, LAPS introduces a new method to leverage LLMs to create realistic personalized conversational data more efficiently and effectively than previous methods.
△ Less
Submitted 6 May, 2024;
originally announced May 2024.
-
Inelastic collisions facilitating runaway electron generation in weakly-ionized plasmas
Authors:
Y. Lee,
P. Aleynikov,
P. C. de Vries,
H. -T. Kim,
J. Lee,
M. Hoppe,
J. -K. Park,
G. J. Choi,
J. Gwak,
Y. -S. Na
Abstract:
Dreicer generation is one of the main mechanisms of runaway electrons generation, in particular during tokamak startup. In fully ionized plasma it is described as a diffusive flow from the Maxwellian core into high energies under the effect of the electric field. In this work we demonstrate a critical role of the non-differential nature of inelastic collisions in weakly ionized plasma during tokam…
▽ More
Dreicer generation is one of the main mechanisms of runaway electrons generation, in particular during tokamak startup. In fully ionized plasma it is described as a diffusive flow from the Maxwellian core into high energies under the effect of the electric field. In this work we demonstrate a critical role of the non-differential nature of inelastic collisions in weakly ionized plasma during tokamak startup, where some electrons experience virtually no collisions during acceleration to the critical energy. We show that using the Fokker-Planck collisional operator can underestimate the Dreicer generation rate by several orders of magnitude.
△ Less
Submitted 23 April, 2024; v1 submitted 24 October, 2023;
originally announced October 2023.
-
MMEAD: MS MARCO Entity Annotations and Disambiguations
Authors:
Chris Kamphuis,
Aileen Lin,
Siwen Yang,
Jimmy Lin,
Arjen P. de Vries,
Faegheh Hasibi
Abstract:
MMEAD, or MS MARCO Entity Annotations and Disambiguations, is a resource for entity links for the MS MARCO datasets. We specify a format to store and share links for both document and passage collections of MS MARCO. Following this specification, we release entity links to Wikipedia for documents and passages in both MS MARCO collections (v1 and v2). Entity links have been produced by the REL and…
▽ More
MMEAD, or MS MARCO Entity Annotations and Disambiguations, is a resource for entity links for the MS MARCO datasets. We specify a format to store and share links for both document and passage collections of MS MARCO. Following this specification, we release entity links to Wikipedia for documents and passages in both MS MARCO collections (v1 and v2). Entity links have been produced by the REL and BLINK systems. MMEAD is an easy-to-install Python package, allowing users to load the link data and entity embeddings effortlessly. Using MMEAD takes only a few lines of code. Finally, we show how MMEAD can be used for IR research that uses entity information. We show how to improve recall@1000 and MRR@10 on more complex queries on the MS MARCO v1 passage dataset by using this resource. We also demonstrate how entity expansions can be used for interactive search applications.
△ Less
Submitted 14 September, 2023;
originally announced September 2023.
-
Replicability of Simulation Studies for the Investigation of Statistical Methods: The RepliSims Project
Authors:
K. Luijken,
A. Lohmann,
U. Alter,
J. Claramunt Gonzalez,
F. J. Clouth,
J. L. Fossum,
L. Hesen,
A. H. J. Huizing,
J. Ketelaar,
A. K. Montoya,
L. Nab,
R. C. C. Nijman,
B. B. L. Penning de Vries,
T. D. Tibbe,
Y. A. Wang,
R. H. H. Groenwold
Abstract:
Results of simulation studies evaluating the performance of statistical methods are often considered actionable and thus can have a major impact on the way empirical research is implemented. However, so far there is limited evidence about the reproducibility and replicability of statistical simulation studies. Therefore, eight highly cited statistical simulation studies were selected, and their re…
▽ More
Results of simulation studies evaluating the performance of statistical methods are often considered actionable and thus can have a major impact on the way empirical research is implemented. However, so far there is limited evidence about the reproducibility and replicability of statistical simulation studies. Therefore, eight highly cited statistical simulation studies were selected, and their replicability was assessed by teams of replicators with formal training in quantitative methodology. The teams found relevant information in the original publications and used it to write simulation code with the aim of replicating the results. The primary outcome was the feasibility of replicability based on reported information in the original publications. Replicability varied greatly: Some original studies provided detailed information leading to almost perfect replication of results, whereas other studies did not provide enough information to implement any of the reported simulations. Replicators had to make choices regarding missing or ambiguous information in the original studies, error handling, and software environment. Factors facilitating replication included public availability of code, and descriptions of the data-generating procedure and methods in graphs, formulas, structured text, and publicly accessible additional resources such as technical reports. Replicability of statistical simulation studies was mainly impeded by lack of information and sustainability of information sources. Reproducibility could be achieved for simulation studies by providing open code and data as a supplement to the publication. Additionally, simulation studies should be transparently reported with all relevant information either in the research paper itself or in easily accessible supplementary material to allow for replicability.
△ Less
Submitted 5 July, 2023;
originally announced July 2023.
-
Oxygen and iron in interstellar dust: an X-ray investigation
Authors:
I. Psaradaki,
E. Costantini,
D. Rogantini,
M. Mehdipour,
L. Corrales,
S. T. Zeegers,
F. de Groot,
J. W. A. den Herder,
M. Mutschke,
S. Trasobares,
C. P. de Vries,
L. B. F. M. Waters
Abstract:
Understanding the chemistry of the interstellar medium (ISM) is fundamental for the comprehension of the Galactic and stellar evolution. X-rays provide an excellent way to study the dust chemical composition and crystallinity along different sight-lines in the Galaxy. In this work we study the dust grain chemistry in the diffuse regions of the interstellar medium in the soft X-ray band (<1 keV). W…
▽ More
Understanding the chemistry of the interstellar medium (ISM) is fundamental for the comprehension of the Galactic and stellar evolution. X-rays provide an excellent way to study the dust chemical composition and crystallinity along different sight-lines in the Galaxy. In this work we study the dust grain chemistry in the diffuse regions of the interstellar medium in the soft X-ray band (<1 keV). We use newly calculated X-ray dust extinction cross sections, obtained from laboratory data, in order to investigate the oxygen K and iron L shell absorption. We explore the XMM-Newton and Chandra spectra of 5 low-mass X-ray binaries located in the Galactic plane, and we model the gas and dust features of oxygen and iron simultaneously. The dust samples used for this study include silicates with different Mg:Fe ratios, sulfides, iron oxides and metallic iron. Most dust samples are in both amorphous and crystalline lattice configuration. The extinction cross sections have been computed using Mie scattering approximation and assuming a power law dust size distribution. We find that the Mg-rich amorphous pyroxene (Mg0.75Fe0.25SiO3) represents the largest fraction of dust towards most of the X-ray sources, about 70% on average. Additionally, we find that ~15% of the dust column density in our lines of sight is in Fe metallic. We do not find strong evidence for ferromagnetic compounds, such as Fe3O4 or iron sulfides (FeS, FeS2). Our study confirms that the iron is heavily depleted from the gas phase into solids; more than 90% of iron is in dust. The depletion of neutral oxygen is mild, between 10-20% depending on the line of sight.
△ Less
Submitted 11 October, 2022;
originally announced October 2022.
-
Frequency domain multiplexing readout for large arrays of transition-edge sensors
Authors:
Davide Vaccaro,
Hiroki Akamatsu,
Luciano Gottardi,
Jan van der Kuur,
Kenichiro Nagayoshi,
Emanuele Taralli,
Martin de Wit,
Marcel P. Bruijn,
Anton J. van der Linden,
Bert-Joost van Leeuwen,
Paul van der Hulst,
Kevin Ravensberg,
Cor P. de Vries,
Mikko Kiviranta,
Jian-Rong Gao,
Jan-Willem A. den Herder
Abstract:
We report our most recent progress and demonstration of a frequency domain multiplexing (FDM) readout technology for transition-edge sensor (TES) arrays, both of which we have been developing, in the framework of the X-IFU instrument on board the future Athena X-ray telescope. Using Ti/Au TES micro-calorimeters, high-Q LC filters and analog/digital electronics developed at SRON and low-noise two-s…
▽ More
We report our most recent progress and demonstration of a frequency domain multiplexing (FDM) readout technology for transition-edge sensor (TES) arrays, both of which we have been developing, in the framework of the X-IFU instrument on board the future Athena X-ray telescope. Using Ti/Au TES micro-calorimeters, high-Q LC filters and analog/digital electronics developed at SRON and low-noise two-stage SQUID amplifiers from VTT Finland, we demonstrated feasibility of our FDM readout technology, with the simultaneous readout of 37 pixels with an energy resolution at of 2.23 eV at an energy of 6 keV. We finally outline our plans for further scaling up and improving our technology.
△ Less
Submitted 26 August, 2022;
originally announced August 2022.
-
ORCAS-I: Queries Annotated with Intent using Weak Supervision
Authors:
Daria Alexander,
Wojciech Kusa,
Arjen P. de Vries
Abstract:
User intent classification is an important task in information retrieval. In this work, we introduce a revised taxonomy of user intent. We take the widely used differentiation between navigational, transactional and informational queries as a starting point, and identify three different sub-classes for the informational queries: instrumental, factual and abstain. The resulting classification of us…
▽ More
User intent classification is an important task in information retrieval. In this work, we introduce a revised taxonomy of user intent. We take the widely used differentiation between navigational, transactional and informational queries as a starting point, and identify three different sub-classes for the informational queries: instrumental, factual and abstain. The resulting classification of user queries is more fine-grained, reaches a high level of consistency between annotators, and can serve as the basis for an effective automatic classification process. The newly introduced categories help distinguish between types of queries that a retrieval system could act upon, for example by prioritizing different types of results in the ranking.We have used a weak supervision approach based on Snorkel to annotate the ORCAS dataset according to our new user intent taxonomy, utilising established heuristics and keywords to construct rules for the prediction of the intent category. We then present a series of experiments with a variety of machine learning models, using the labels from the weak supervision stage as training data, but find that the results produced by Snorkel are not outperformed by these competing approaches and can be considered state-of-the-art. The advantage of a rule-based approach like Snorkel's is its efficient deployment in an actual system, where intent classification would be executed for every query issued. The resource released with this paper is the ORCAS-I dataset: a labelled version of the ORCAS click-based dataset of Web queries, which provides 18 million connections to 10 million distinct queries.
△ Less
Submitted 27 September, 2022; v1 submitted 2 May, 2022;
originally announced May 2022.
-
Entity-aware Transformers for Entity Search
Authors:
Emma J. Gerritse,
Faegheh Hasibi,
Arjen P. de Vries
Abstract:
Pre-trained language models such as BERT have been a key ingredient to achieve state-of-the-art results on a variety of tasks in natural language processing and, more recently, also in information retrieval.Recent research even claims that BERT is able to capture factual knowledge about entity relations and properties, the information that is commonly obtained from knowledge graphs. This paper inv…
▽ More
Pre-trained language models such as BERT have been a key ingredient to achieve state-of-the-art results on a variety of tasks in natural language processing and, more recently, also in information retrieval.Recent research even claims that BERT is able to capture factual knowledge about entity relations and properties, the information that is commonly obtained from knowledge graphs. This paper investigates the following question: Do BERT-based entity retrieval models benefit from additional entity information stored in knowledge graphs? To address this research question, we map entity embeddings into the same input space as a pre-trained BERT model and inject these entity embeddings into the BERT model. This entity-enriched language model is then employed on the entity retrieval task. We show that the entity-enriched BERT model improves effectiveness on entity-oriented queries over a regular BERT model, establishing a new state-of-the-art result for the entity retrieval task, with substantial improvements for complex natural language queries and queries requesting a list of entities with a certain property. Additionally, we show that the entity information provided by our entity-enriched model particularly helps queries related to less popular entities. Last, we observe empirically that the entity-enriched BERT models enable fine-tuning on limited training data, which otherwise would not be feasible due to the known instabilities of BERT in few-sample fine-tuning, thereby contributing to data-efficient training of BERT for entity search.
△ Less
Submitted 2 May, 2022;
originally announced May 2022.
-
Demonstration of MHz frequency domain multiplexing readout of 37 transition edge sensors for high-resolution x-ray imaging spectrometers
Authors:
H. Akamatsu,
D. Vaccaro,
L. Gottardi,
J. van der Kuur,
C. P. de Vries,
M. Kiviranta,
K. Ravensberg,
M. D'Andrea,
E. Taralli,
M. de Wit,
M. P. Bruijn,
P. van der Hulst,
R. H. den Hartog,
B-J. van Leeuwen,
A. J. van der Linden,
A. J McCalden,
K. Nagayoshi,
A. C. T. Nieuwenhuizen,
M. L. Ridder,
S. Visser,
P. van Winden,
J. R. Gao,
R. W. M. Hoogeveen,
B. D. Jackson,
J-W. A. den Herder
Abstract:
We report on the development and demonstration of a MHz frequency domain multiplexing (FDM) technology to read out arrays of cryogenic transition edge sensor (TES) X-ray microcalorimeters. In our FDM scheme, TESs are AC-biased at different resonant frequencies in the low MHz range through an array of high-$Q$ LC resonators. The current signals of all TESs are summed at superconducting quantum inte…
▽ More
We report on the development and demonstration of a MHz frequency domain multiplexing (FDM) technology to read out arrays of cryogenic transition edge sensor (TES) X-ray microcalorimeters. In our FDM scheme, TESs are AC-biased at different resonant frequencies in the low MHz range through an array of high-$Q$ LC resonators. The current signals of all TESs are summed at superconducting quantum interference devices (SQUIDs). We have demonstrated multiplexing for a readout of 31 pixels using room temperature electronics, high-$Q$ LC filters and TES arrays developed at SRON, and SQUID arrays from VTT. We repeated this on a second setup with 37 pixels. The summed X-ray spectral resolutions $@$ 5.9 keV are $ΔE_{\rm 31 pix ~MUX}=2.14\pm0.03$ eV and $ΔE_{\rm 37 pix ~MUX}=2.23\pm0.03$ eV. The demonstrated results are comparable with other multiplexing approaches. There is potential to further improve the spectral resolution and to increase the number of multiplexed TESs, and to open up applications for TES X-ray microcalorimeters.
△ Less
Submitted 2 November, 2021;
originally announced November 2021.
-
Conversational Entity Linking: Problem Definition and Datasets
Authors:
Hideaki Joko,
Faegheh Hasibi,
Krisztian Balog,
Arjen P. de Vries
Abstract:
Machine understanding of user utterances in conversational systems is of utmost importance for enabling engaging and meaningful conversations with users. Entity Linking (EL) is one of the means of text understanding, with proven efficacy for various downstream tasks in information retrieval. In this paper, we study entity linking for conversational systems. To develop a better understanding of wha…
▽ More
Machine understanding of user utterances in conversational systems is of utmost importance for enabling engaging and meaningful conversations with users. Entity Linking (EL) is one of the means of text understanding, with proven efficacy for various downstream tasks in information retrieval. In this paper, we study entity linking for conversational systems. To develop a better understanding of what EL in a conversational setting entails, we analyze a large number of dialogues from existing conversational datasets and annotate references to concepts, named entities, and personal entities using crowdsourcing. Based on the annotated dialogues, we identify the main characteristics of conversational entity linking. Further, we report on the performance of traditional EL systems on our Conversational Entity Linking dataset, ConEL, and present an extension to these methods to better fit the conversational setting. The resources released with this paper include annotated datasets, detailed descriptions of crowdsourcing setups, as well as the annotations produced by various EL systems. These new resources allow for an investigation of how the role of entities in conversations is different from that in documents or isolated short text utterances like queries and tweets, and complement existing conversational datasets.
△ Less
Submitted 11 May, 2021;
originally announced May 2021.
-
Identification of causal effects in case-control studies
Authors:
Bas B. L. Penning de Vries,
Rolf H. H. Groenwold
Abstract:
Case-control designs are an important tool in contrasting the effects of well-defined treatments. In this paper, we reconsider classical concepts, assumptions and principles and explore when the results of case-control studies can be endowed a causal interpretation. Our focus is on identification of target causal quantities, or estimands. We cover various estimands relating to intention-to-treat o…
▽ More
Case-control designs are an important tool in contrasting the effects of well-defined treatments. In this paper, we reconsider classical concepts, assumptions and principles and explore when the results of case-control studies can be endowed a causal interpretation. Our focus is on identification of target causal quantities, or estimands. We cover various estimands relating to intention-to-treat or per-protocol effects for popular sampling schemes (case-base, survivor, and risk-set sampling), each with and without matching. Our approach may inform future research on different estimands, other variations of the case-control design or settings with additional complexities.
△ Less
Submitted 5 May, 2021;
originally announced May 2021.
-
Single pixel performance of a 32$\times$32 Ti/Au TES array with broadband X-ray spectra
Authors:
Matteo D'Andrea,
Emanuele Taralli,
Hiroki Akamatsu,
Luciano Gottardi,
Kenichiro Nagayoshi,
Kevin Ravensberg,
Marcel L. Ridder,
Davide Vaccaro,
Cor P. de Vries,
Martin de Wit,
Marcel P. Bruijn,
Ruud W. M. Hoogeveen,
Jian-Rong Gao
Abstract:
We are developing a kilo-pixels Ti/Au TES array as a backup option for Athena X-IFU. Here we report on single-pixel performance of a 32$\times$32 array operated in a Frequency Division Multiplexing (FDM) readout system, with bias frequencies in the range 1-5 MHz. We have tested the pixels response at several photon energies, by means of a $^{55}$Fe radioactive source (emitting Mn-K$α$ at 5.9 keV)…
▽ More
We are developing a kilo-pixels Ti/Au TES array as a backup option for Athena X-IFU. Here we report on single-pixel performance of a 32$\times$32 array operated in a Frequency Division Multiplexing (FDM) readout system, with bias frequencies in the range 1-5 MHz. We have tested the pixels response at several photon energies, by means of a $^{55}$Fe radioactive source (emitting Mn-K$α$ at 5.9 keV) and a Modulated X-ray Source (MXS, providing Cr-K$α$ at 5.4 keV and Cu-K$α$ at 8.0 keV). First, we report the procedure used to perform the detector energy scale calibration, usually achieving a calibration accuracy better than $\sim$ 0.5 eV in the 5.4 - 8.9 keV energy range. Then, we present the measured energy resolution at the different energies (best single pixel performance: $Δ$E$_{FWHM}$ = 2.40 $\pm$ 0.09 eV @ 5.4 keV; 2.53 $\pm$ 0.10 eV @ 5.9 keV; 2.78 $\pm$ 0.16 eV @ 8.0 keV), investigating also the performance dependency from the pixel bias frequency and the count rate. Thanks to long background measurements ($\sim$ 1 day), we finally detected also the Al-K$α$ line at 1.5 keV, generated by fluorescence inside the experimental setup. We analyzed this line to obtain a first assessment of the single-pixel performance also at low energy ($Δ$E$_{FWHM}$ = 1.91 eV $\pm$ 0.21 eV @ 1.5 keV), and to evaluate the linearity of the detector response in a large energy band (1.5 - 8.9 keV).
△ Less
Submitted 16 February, 2021;
originally announced February 2021.
-
Bias in Conversational Search: The Double-Edged Sword of the Personalized Knowledge Graph
Authors:
Emma J. Gerritse,
Faegheh Hasibi,
Arjen P. de Vries
Abstract:
Conversational AI systems are being used in personal devices, providing users with highly personalized content. Personalized knowledge graphs (PKGs) are one of the recently proposed methods to store users' information in a structured form and tailor answers to their liking. Personalization, however, is prone to amplifying bias and contributing to the echo-chamber phenomenon. In this paper, we disc…
▽ More
Conversational AI systems are being used in personal devices, providing users with highly personalized content. Personalized knowledge graphs (PKGs) are one of the recently proposed methods to store users' information in a structured form and tailor answers to their liking. Personalization, however, is prone to amplifying bias and contributing to the echo-chamber phenomenon. In this paper, we discuss different types of biases in conversational search systems, with the emphasis on the biases that are related to PKGs. We review existing definitions of bias in the literature: people bias, algorithm bias, and a combination of the two, and further propose different strategies for tackling these biases for conversational search systems. Finally, we discuss methods for measuring bias and evaluating user satisfaction.
△ Less
Submitted 20 October, 2020;
originally announced October 2020.
-
Interstellar oxygen along the line of sight of Cygnus X-2
Authors:
I. Psaradaki,
E. Costantini,
M. Mehdipour,
D. Rogantini,
C. P. de Vries,
F. de Groot,
H. Mutschke,
S. Trasobares,
L. B. F. M. Waters,
S. T. Zeegers
Abstract:
Interstellar dust permeates our Galaxy and plays an important role in many physical processes in the diffuse and dense regions of the interstellar medium. High-resolution X-ray spectroscopy, coupled with modelling based on laboratory dust measurements, provides a unique probe to investigate the interstellar dust properties along our line of sight towards Galactic X-ray sources. Here, we focus on t…
▽ More
Interstellar dust permeates our Galaxy and plays an important role in many physical processes in the diffuse and dense regions of the interstellar medium. High-resolution X-ray spectroscopy, coupled with modelling based on laboratory dust measurements, provides a unique probe to investigate the interstellar dust properties along our line of sight towards Galactic X-ray sources. Here, we focus on the oxygen content of the interstellar medium through its absorption features in the X-ray spectra. To model the dust features, we perform a laboratory experiment using the electron microscope facility located at the University of Cadiz in Spain, where we acquire new laboratory data in the oxygen K-edge. We study 18 dust samples of silicates and oxides with different chemical compositions. The laboratory measurements are adopted for our astronomical data analysis. We carry out a case study on the X-ray spectrum of the bright low-mass X-ray binary Cygnus X-2, observed by XMM-Newton. We determine different temperature phases of the ISM, and parameterize oxygen in both gas (neutral and ionised) and dust form. We find Solar abundances of oxygen along the line of sight towards the source. Due to both the relatively low depletion of oxygen into dust form and the shape of the oxygen cross section profiles, it is challenging to determine the precise chemistry of interstellar dust. However, silicates provide an acceptable fit. Finally, we discuss the systematic discrepancies in the atomic (gaseous phase) data of the oxygen edge spectral region using different X-ray atomic databases, and also consider future prospects for studying the ISM with the Arcus concept mission.
△ Less
Submitted 14 September, 2020;
originally announced September 2020.
-
Magnesium and silicon in interstellar dust: an X-ray overview
Authors:
D. Rogantini,
E. Costantini,
S. T. Zeegers,
M. Mehdipour,
I. Psaradaki,
A. J. J. Raassen,
C. P. de Vries,
L. B. F. M. Waters
Abstract:
The dense Galactic environment is a large reservoir of interstellar dust. Therefore, this region represents a perfect laboratory to study the properties of the cosmic dust grains. X-rays are the most direct way to detect the interaction of light with dust present in these dense environments. The interaction between the radiation and the interstellar matter imprints specific absorption features in…
▽ More
The dense Galactic environment is a large reservoir of interstellar dust. Therefore, this region represents a perfect laboratory to study the properties of the cosmic dust grains. X-rays are the most direct way to detect the interaction of light with dust present in these dense environments. The interaction between the radiation and the interstellar matter imprints specific absorption features in the X-ray spectrum. We study them with the aim of defining the chemical composition, the crystallinity and structure of the dust grains which populate the inner regions of the Galaxy. We investigate the magnesium and the silicon K-edges detected in the Chandra/HETG spectra of eight bright X-ray binaries, distributed in the neighbourhood of the Galactic centre. We model the two spectral features using accurate extinction cross sections of silicates, that we have measured at the synchrotron facility Soleil, France. Near the Galactic centre magnesium and silicon show abundances similar to the solar ones and they are highly depleted from the gas phase ($δ_{\rm{Mg}}>0.90$ and $δ_{\rm{Si}}>0.96$). We find that amorphous olivine with a composition of $\rm MgFeSiO_{4}$ is the most representative compound along all lines of sight according to our fits. The contribution of Mg-rich silicates and quartz is low (less than $10\%$). On average we observe a percentage of crystalline dust equal to $11\%$. For the extragalactic source LMC X-1, we find a preference for forsterite, a magnesium-rich olivine. Along this line of sight we also observe an underabundance of silicon $A_{\rm Si}/A_{\rm LMC} = 0.5\pm0.2$.
△ Less
Submitted 7 July, 2020;
originally announced July 2020.
-
REL: An Entity Linker Standing on the Shoulders of Giants
Authors:
Johannes M. van Hulst,
Faegheh Hasibi,
Koen Dercksen,
Krisztian Balog,
Arjen P. de Vries
Abstract:
Entity linking is a standard component in modern retrieval system that is often performed by third-party toolkits. Despite the plethora of open source options, it is difficult to find a single system that has a modular architecture where certain components may be replaced, does not depend on external sources, can easily be updated to newer Wikipedia versions, and, most important of all, has state-…
▽ More
Entity linking is a standard component in modern retrieval system that is often performed by third-party toolkits. Despite the plethora of open source options, it is difficult to find a single system that has a modular architecture where certain components may be replaced, does not depend on external sources, can easily be updated to newer Wikipedia versions, and, most important of all, has state-of-the-art performance. The REL system presented in this paper aims to fill that gap. Building on state-of-the-art neural components from natural language processing research, it is provided as a Python package as well as a web API. We also report on an experimental comparison against both well-established systems and the current state-of-the-art on standard entity linking benchmarks.
△ Less
Submitted 2 June, 2020;
originally announced June 2020.
-
Graph-Embedding Empowered Entity Retrieval
Authors:
Emma J. Gerritse,
Faegheh Hasibi,
Arjen P. de Vries
Abstract:
In this research, we improve upon the current state of the art in entity retrieval by re-ranking the result list using graph embeddings. The paper shows that graph embeddings are useful for entity-oriented search tasks. We demonstrate empirically that encoding information from the knowledge graph into (graph) embeddings contributes to a higher increase in effectiveness of entity retrieval results…
▽ More
In this research, we improve upon the current state of the art in entity retrieval by re-ranking the result list using graph embeddings. The paper shows that graph embeddings are useful for entity-oriented search tasks. We demonstrate empirically that encoding information from the knowledge graph into (graph) embeddings contributes to a higher increase in effectiveness of entity retrieval results than using plain word embeddings. We analyze the impact of the accuracy of the entity linker on the overall retrieval effectiveness. Our analysis further deploys the cluster hypothesis to explain the observed advantages of graph embeddings over the more widely used word embeddings, for user tasks involving ranking entities.
△ Less
Submitted 6 May, 2020;
originally announced May 2020.
-
Progress in the development of frequency domain multiplexing for the X-ray Integral Field Unit on board the Athena mission
Authors:
H. Akamatsu,
L. Gottardi,
J. van der Kuur,
C. P. de Vries,
M. P. Bruijn,
J. A. Chervenak,
M. Kiviranta,
A. J. van den Linden,
B. D. Jackson,
A. Miniussi,
K. Ravensberg,
K. Sakai,
S. J. Smith,
N. Wakeham
Abstract:
Frequency domain multiplexing (FDM) is the baseline readout system for the X-ray Integral Field Unit (X-IFU) on board the Athena mission. Under the FDM scheme, TESs are coupled to a passive LC filter and biased with alternating current (AC bias) at MHz frequencies. Using high-quality factor LC filters and room temperature electronics developed at SRON and low-noise two-stage SQUID amplifiers provi…
▽ More
Frequency domain multiplexing (FDM) is the baseline readout system for the X-ray Integral Field Unit (X-IFU) on board the Athena mission. Under the FDM scheme, TESs are coupled to a passive LC filter and biased with alternating current (AC bias) at MHz frequencies. Using high-quality factor LC filters and room temperature electronics developed at SRON and low-noise two-stage SQUID amplifiers provided by VTT, we have recently demonstrated good performance with the FDM readout of Mo/Au TES calorimeters with Au/Bi absorbers. We have achieved a performance requested for the demonstration model (DM) with the single pixel AC bias ($ΔE=$1.8 eV) and 9 pixel multiplexing ($ΔE=$2.6 eV) modes. We have also demonstrated 14-pixel multiplexing with an average energy resolution of 3.3 eV, which is limited by non-fundamental issues related to FDM readout in our lab setup.
△ Less
Submitted 26 March, 2020;
originally announced March 2020.
-
Interstellar dust along the line of sight of GX 3+1
Authors:
D. Rogantini,
E. Costantini,
S. T. Zeegers,
C. P. de Vries,
M. Mehdipour,
F. de Groot,
H. Mutschke,
I. Psaradaki,
L. B. F. M. Waters
Abstract:
Studying absorption and scattering of X-ray radiation by interstellar dust grains allows us to access the physical and chemical properties of cosmic grains even in the densest regions of the Galaxy. We aim at characterising the dust silicate population which presents clear absorption features in the energy band covered by the Chandra X-ray Observatory. Through these absorption features, in princip…
▽ More
Studying absorption and scattering of X-ray radiation by interstellar dust grains allows us to access the physical and chemical properties of cosmic grains even in the densest regions of the Galaxy. We aim at characterising the dust silicate population which presents clear absorption features in the energy band covered by the Chandra X-ray Observatory. Through these absorption features, in principle, it is possible to infer the size distribution, composition, and structure of silicate in the interstellar medium. In particular, in this work, we investigate the magnesium and silicon K-edges. By using newly acquired synchrotron measurements, we build X-ray extinction models for fifteen dust candidates. These models, adapted for astrophysical analysis, and implemented in the Spex spectral fitting program, are used to reproduce the dust absorption features observed in the spectrum of the bright low mass X-ray binary GX 3+1 which is used as a background source. With the simultaneous analysis of the two edges we test two different size distributions of dust: one corresponding to the standard Mathis-Rumpl-Nordsieck model and one considering larger grains ($n(a) \propto a_i^{-3.5}$ with $0.005<a_1<0.25$ and $0.05<a_2<0.5$, respectively, with $a$ the grain size). These distributions may be representative of the complex Galactic region towards this source. We find that up to $70\%$ of dust is constituted by amorphous olivine. We discuss the crystallinity of the cosmic dust found along this line of sight. Both magnesium and silicon are highly depleted into dust ($δ_{Z} = 0.89\ \rm{and}\ 0.94$, respectively) while their total abundance does not depart from solar values.
△ Less
Submitted 2 September, 2019;
originally announced September 2019.
-
X-ray extinction from interstellar dust: Prospects of observing carbon, sulfur and other trace elements
Authors:
E. Costantini,
S. T. Zeegers,
D. Rogantini,
C. P. de Vries,
A. G. G. M. Tielens,
L. B. F. M. Waters
Abstract:
We present a study on the prospects of observing carbon, sulfur, and other lower abundance elements (namely Al, Ca, Ti and Ni) present in the interstellar medium using future X-ray instruments. We focus in particular on the detection and characterization of interstellar dust along the lines of sight. We compare the simulated data with different sets of dust aggregates, either obtained from past li…
▽ More
We present a study on the prospects of observing carbon, sulfur, and other lower abundance elements (namely Al, Ca, Ti and Ni) present in the interstellar medium using future X-ray instruments. We focus in particular on the detection and characterization of interstellar dust along the lines of sight. We compare the simulated data with different sets of dust aggregates, either obtained from past literature or measured by us using the SOLEIL-LUCIA synchrotron beamline. Extinction by interstellar grains induces modulations of a given photolelectric edge, which can be in principle traced back to the chemistry of the absorbing grains. We simulated data of instruments with characteristics of resolution and sensitivity of the current Athena, XRISM and Arcus concepts. In the relatively near future, the depletion and abundances of the elements under study will be determined with confidence. In the case of carbon and sulfur, the characterization of the chemistry of the absorbing dust will be also determined, depending on the dominant compound. For aluminum and calcium, despite the large depletion in the interstellar medium and the prominent dust absorption, in many cases the edge feature may not be changing significantly with the change of chemistry in the Al$^-$ or Ca$^-$ bearing compounds. The exinction signature of large grains may be detected and modeled, allowing a test on different grain size distributions for these elements. The low cosmic abundance of Ti and Ni will not allow us a detailed study of the edge features.
△ Less
Submitted 20 June, 2019;
originally announced June 2019.
-
Dust absorption and scattering in the silicon K-edge
Authors:
S. T. Zeegers,
E. Costantini,
D. Rogantini,
C. P. de Vries,
H. Mutschke,
P. Mohr,
F. de Groot,
A. G. G. M. Tielens
Abstract:
The composition and properties of interstellar silicate dust are not well understood. In X-rays, interstellar dust can be studied in detail by making use of the fine structure features in the Si K-edge. The features in the Si K-edge offer a range of possibilities to study silicon-bearing dust, such as investigating the crystallinity, abundance, and the chemical composition along a given line of si…
▽ More
The composition and properties of interstellar silicate dust are not well understood. In X-rays, interstellar dust can be studied in detail by making use of the fine structure features in the Si K-edge. The features in the Si K-edge offer a range of possibilities to study silicon-bearing dust, such as investigating the crystallinity, abundance, and the chemical composition along a given line of sight. We present newly acquired laboratory measurements of the silicon K-edge of several silicate-compounds that complement our measurements from our earlier pilot study. The resulting dust extinction profiles serve as templates for the interstellar extinction that we observe. The extinction profiles were used to model the interstellar dust in the dense environments of the Galaxy. The laboratory measurements, taken at the Soleil synchrotron facility in Paris, were adapted for astrophysical data analysis and implemented in the SPEX spectral fitting program. The models were used to fit the spectra of nine low-mass X-ray binaries located in the Galactic center neighborhood in order to determine the dust properties along those lines of sight. Most lines of sight can be fit well by amorphous olivine. We also established upper limits on the amount of crystalline material that the modeling allows. We obtained values of the total silicon abundance, silicon dust abundance, and depletion along each of the sightlines. We find a possible gradient of $0.06\pm0.02$ dex/kpc for the total silicon abundance versus the Galactocentric distance. We do not find a relation between the depletion and the extinction along the line of sight.
△ Less
Submitted 16 May, 2019;
originally announced May 2019.
-
Information search in a professional context - exploring a collection of professional search tasks
Authors:
Suzan Verberne,
Jiyin He,
Gineke Wiggers,
Tony Russell-Rose,
Udo Kruschwitz,
Arjen P. de Vries
Abstract:
Search conducted in a work context is an everyday activity that has been around since long before the Web was invented, yet we still seem to understand little about its general characteristics. With this paper we aim to contribute to a better understanding of this large but rather multi-faceted area of `professional search'. Unlike task-based studies that aim at measuring the effectiveness of sear…
▽ More
Search conducted in a work context is an everyday activity that has been around since long before the Web was invented, yet we still seem to understand little about its general characteristics. With this paper we aim to contribute to a better understanding of this large but rather multi-faceted area of `professional search'. Unlike task-based studies that aim at measuring the effectiveness of search methods, we chose to take a step back by conducting a survey among professional searchers to understand their typical search tasks. By doing so we offer complementary insights into the subject area. We asked our respondents to provide actual search tasks they have worked on, information about how these were conducted and details on how successful they eventually were. We then manually coded the collection of 56 search tasks with task characteristics and relevance criteria, and used the coded dataset for exploration purposes. Despite the relatively small scale of this study, our data provides enough evidence that professional search is indeed very different from Web search in many key respects and that this is a field that offers many avenues for future research.
△ Less
Submitted 11 May, 2019;
originally announced May 2019.
-
A weighting method for simultaneous adjustment for confounding and joint exposure-outcome misclassifications
Authors:
Bas B. L. Penning de Vries,
Maarten van Smeden,
Rolf H. H. Groenwold
Abstract:
Joint misclassification of exposure and outcome variables can lead to considerable bias in epidemiological studies of causal exposure-outcome effects. In this paper, we present a new maximum likelihood based estimator for the marginal causal odd-ratio that simultaneously adjusts for confounding and several forms of joint misclassification of the exposure and outcome variables. The proposed method…
▽ More
Joint misclassification of exposure and outcome variables can lead to considerable bias in epidemiological studies of causal exposure-outcome effects. In this paper, we present a new maximum likelihood based estimator for the marginal causal odd-ratio that simultaneously adjusts for confounding and several forms of joint misclassification of the exposure and outcome variables. The proposed method relies on validation data for the construction of weights that account for both sources of bias. The weighting estimator, which is an extension of the exposure misclassification weighting estimator proposed by Gravel and Platt (Statistics in Medicine, 2018), is applied to reinfarction data. Simulation studies were carried out to study its finite sample properties and compare it with methods that do not account for confounding or misclassification. The new estimator showed favourable large sample properties in the simulations. Further research is needed to study the sensitivity of the proposed method and that of alternatives to violations of their assumptions. The implementation of the estimator is facilitated by a new R function in an existing R package.
△ Less
Submitted 15 January, 2019;
originally announced January 2019.
-
Detection of polarized gamma-ray emission from the Crab nebula with Hitomi Soft Gamma-ray Detector
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (169 additional authors not shown)
Abstract:
We present the results from the Hitomi Soft Gamma-ray Detector (SGD) observation of the Crab nebula. The main part of SGD is a Compton camera, which in addition to being a spectrometer, is capable of measuring polarization of gamma-ray photons. The Crab nebula is one of the brightest X-ray / gamma-ray sources on the sky, and, the only source from which polarized X-ray photons have been detected. S…
▽ More
We present the results from the Hitomi Soft Gamma-ray Detector (SGD) observation of the Crab nebula. The main part of SGD is a Compton camera, which in addition to being a spectrometer, is capable of measuring polarization of gamma-ray photons. The Crab nebula is one of the brightest X-ray / gamma-ray sources on the sky, and, the only source from which polarized X-ray photons have been detected. SGD observed the Crab nebula during the initial test observation phase of Hitomi. We performed the data analysis of the SGD observation, the SGD background estimation and the SGD Monte Carlo simulations, and, successfully detected polarized gamma-ray emission from the Crab nebula with only about 5 ks exposure time. The obtained polarization fraction of the phase-integrated Crab emission (sum of pulsar and nebula emissions) is (22.1 $\pm$ 10.6)% and, the polarization angle is 110.7$^o$ + 13.2 / $-$13.0$^o$ in the energy range of 60--160 keV (The errors correspond to the 1 sigma deviation). The confidence level of the polarization detection was 99.3%. The polarization angle measured by SGD is about one sigma deviation with the projected spin axis of the pulsar, 124.0$^o$ $\pm$0.1$^o$.
△ Less
Submitted 1 October, 2018;
originally announced October 2018.
-
Propensity score estimation using classification and regression trees in the presence of missing covariate data
Authors:
Bas B. L. Penning de Vries,
Maarten van Smeden,
Rolf H. H. Groenwold
Abstract:
Data mining and machine learning techniques such as classification and regression trees (CART) represent a promising alternative to conventional logistic regression for propensity score estimation. Whereas incomplete data preclude the fitting of a logistic regression on all subjects, CART is appealing in part because some implementations allow for incomplete records to be incorporated in the tree…
▽ More
Data mining and machine learning techniques such as classification and regression trees (CART) represent a promising alternative to conventional logistic regression for propensity score estimation. Whereas incomplete data preclude the fitting of a logistic regression on all subjects, CART is appealing in part because some implementations allow for incomplete records to be incorporated in the tree fitting and provide propensity score estimates for all subjects. Based on theoretical considerations, we argue that the automatic handling of missing data by CART may however not be appropriate. Using a series of simulation experiments, we examined the performance of different approaches to handling missing covariate data; (i) applying the CART algorithm directly to the (partially) incomplete data, (ii) complete case analysis, and (iii) multiple imputation. Performance was assessed in terms of bias in estimating exposure-outcome effects \add{among the exposed}, standard error, mean squared error and coverage. Applying the CART algorithm directly to incomplete data resulted in bias, even in scenarios where data were missing completely at random. Overall, multiple imputation followed by CART resulted in the best performance. Our study showed that automatic handling of missing data in CART can cause serious bias and does not outperform multiple imputation as a means to account for missing data.
△ Less
Submitted 25 July, 2018;
originally announced July 2018.
-
Simulating Modulated X-ray calibration Sources for future X-ray missions, using GEANT4
Authors:
C. P. de Vries,
V. Fioretti,
J. W. den Herder,
E Schyns,
S. D. Pinto
Abstract:
The XIFU X-ray spectrometer instrument on the future Athena mission needs X-ray calibration sources to calibrate the gains of the individual detector pixels. For this purpose, electronically controlled Modulated X-ray Sources (MXS) are proposed, similar to the calibrations sources used on the Hitomi spacecraft and which will also fly on its successor, XARM. Here we present a simulation package bas…
▽ More
The XIFU X-ray spectrometer instrument on the future Athena mission needs X-ray calibration sources to calibrate the gains of the individual detector pixels. For this purpose, electronically controlled Modulated X-ray Sources (MXS) are proposed, similar to the calibrations sources used on the Hitomi spacecraft and which will also fly on its successor, XARM. Here we present a simulation package based on the particle transport GEANT4 toolkit. Using this package, we compute the results for different targets and window configurations for the MXS's. The simulations expose the trade-offs to be made to select the optimum source configuration for the Athena/XIFU and XARM/Resolve spectrometer instruments.
△ Less
Submitted 20 June, 2018;
originally announced June 2018.
-
Author-topic profiles for academic search
Authors:
Suzan Verberne,
Arjen P. de Vries,
Wessel Kraaij
Abstract:
We implemented and evaluated a two-stage retrieval method for personalized academic search in which the initial search results are re-ranked using an author-topic profile. In academic search tasks, the user's own data can help optimizing the ranking of search results to match the searcher's specific individual needs. The author-topic profile consists of topic-specific terms, stored in a graph. We…
▽ More
We implemented and evaluated a two-stage retrieval method for personalized academic search in which the initial search results are re-ranked using an author-topic profile. In academic search tasks, the user's own data can help optimizing the ranking of search results to match the searcher's specific individual needs. The author-topic profile consists of topic-specific terms, stored in a graph. We re-rank the top-1000 retrieved documents using ten features that represent the similarity between the document and the author-topic graph. We found that the re-ranking gives a small but significant improvement over the reproduced best method from the literature. Storing the profile as a graph has a number of advantages: it is flexible with respect to node and relation types; it is a visualization of knowledge that is interpretable by the user, and it offers the possibility to view relational characteristics of individual nodes.
△ Less
Submitted 30 April, 2018;
originally announced April 2018.
-
Hitomi X-ray Observation of the Pulsar Wind Nebula G21.5$-$0.9
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (173 additional authors not shown)
Abstract:
We present results from the Hitomi X-ray observation of a young composite-type supernova remnant (SNR) G21.5$-$0.9, whose emission is dominated by the pulsar wind nebula (PWN) contribution. The X-ray spectra in the 0.8-80 keV range obtained with the Soft X-ray Spectrometer (SXS), Soft X-ray Imager (SXI) and Hard X-ray Imager (HXI) show a significant break in the continuum as previously found with…
▽ More
We present results from the Hitomi X-ray observation of a young composite-type supernova remnant (SNR) G21.5$-$0.9, whose emission is dominated by the pulsar wind nebula (PWN) contribution. The X-ray spectra in the 0.8-80 keV range obtained with the Soft X-ray Spectrometer (SXS), Soft X-ray Imager (SXI) and Hard X-ray Imager (HXI) show a significant break in the continuum as previously found with the NuSTAR observation. After taking into account all known emissions from the SNR other than the PWN itself, we find that the Hitomi spectra can be fitted with a broken power law with photon indices of $Γ_1=1.74\pm0.02$ and $Γ_2=2.14\pm0.01$ below and above the break at $7.1\pm0.3$ keV, which is significantly lower than the NuSTAR result ($\sim9.0$ keV). The spectral break cannot be reproduced by time-dependent particle injection one-zone spectral energy distribution models, which strongly indicates that a more complex emission model is needed, as suggested by recent theoretical models. We also search for narrow emission or absorption lines with the SXS, and perform a timing analysis of PSR J1833$-$1034 with the HXI and SGD. No significant pulsation is found from the pulsar. However, unexpectedly, narrow absorption line features are detected in the SXS data at 4.2345 keV and 9.296 keV with a significance of 3.65 $σ$. While the origin of these features is not understood, their mere detection opens up a new field of research and was only possible with the high resolution, sensitivity and ability to measure extended sources provided by an X-ray microcalorimeter.
△ Less
Submitted 14 February, 2018;
originally announced February 2018.
-
Ranking Triples using Entity Links in a Large Web Crawl - The Chicory Triple Scorer at WSDM Cup 2017
Authors:
Frank Dorssers,
Arjen P. de Vries,
Wouter Alink,
Roberto Cornacchia
Abstract:
This paper describes the participation of team Chicory in the Triple Ranking Challenge of the WSDM Cup 2017. Our approach deploys a large collection of entity tagged web data to estimate the correctness of the relevance relation expressed by the triples, in combination with a baseline approach using Wikipedia abstracts following [1]. Relevance estimations are drawn from ClueWeb12 annotated by Goog…
▽ More
This paper describes the participation of team Chicory in the Triple Ranking Challenge of the WSDM Cup 2017. Our approach deploys a large collection of entity tagged web data to estimate the correctness of the relevance relation expressed by the triples, in combination with a baseline approach using Wikipedia abstracts following [1]. Relevance estimations are drawn from ClueWeb12 annotated by Google's entity linker, available publicly as the FACC1 dataset. Our implementation is automatically generated from a so-called 'search strategy' that specifies declaratively how the input data are combined into a final ranking of triples.
△ Less
Submitted 22 December, 2017;
originally announced December 2017.
-
Temperature Structure in the Perseus Cluster Core Observed with Hitomi
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (170 additional authors not shown)
Abstract:
The present paper investigates the temperature structure of the X-ray emitting plasma in the core of the Perseus cluster using the 1.8--20.0 keV data obtained with the Soft X-ray Spectrometer (SXS) onboard the Hitomi Observatory. A series of four observations were carried out, with a total effective exposure time of 338 ks and covering a central region $\sim7'$ in diameter. The SXS was operated wi…
▽ More
The present paper investigates the temperature structure of the X-ray emitting plasma in the core of the Perseus cluster using the 1.8--20.0 keV data obtained with the Soft X-ray Spectrometer (SXS) onboard the Hitomi Observatory. A series of four observations were carried out, with a total effective exposure time of 338 ks and covering a central region $\sim7'$ in diameter. The SXS was operated with an energy resolution of $\sim$5 eV (full width at half maximum) at 5.9 keV. Not only fine structures of K-shell lines in He-like ions but also transitions from higher principal quantum numbers are clearly resolved from Si through Fe. This enables us to perform temperature diagnostics using the line ratios of Si, S, Ar, Ca, and Fe, and to provide the first direct measurement of the excitation temperature and ionization temperature in the Perseus cluster. The observed spectrum is roughly reproduced by a single temperature thermal plasma model in collisional ionization equilibrium, but detailed line ratio diagnostics reveal slight deviations from this approximation. In particular, the data exhibit an apparent trend of increasing ionization temperature with increasing atomic mass, as well as small differences between the ionization and excitation temperatures for Fe, the only element for which both temperatures can be measured. The best-fit two-temperature models suggest a combination of 3 and 5 keV gas, which is consistent with the idea that the observed small deviations from a single temperature approximation are due to the effects of projection of the known radial temperature gradient in the cluster core along the line of sight. Comparison with the Chandra/ACIS and the XMM-Newton/RGS results on the other hand suggests that additional lower-temperature components are present in the ICM but not detectable by Hitomi SXS given its 1.8--20 keV energy band.
△ Less
Submitted 18 December, 2017;
originally announced December 2017.
-
Atomic data and spectral modeling constraints from high-resolution X-ray observations of the Perseus cluster with Hitomi
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (170 additional authors not shown)
Abstract:
The Hitomi SXS spectrum of the Perseus cluster, with $\sim$5 eV resolution in the 2-9 keV band, offers an unprecedented benchmark of the atomic modeling and database for hot collisional plasmas. It reveals both successes and challenges of the current atomic codes. The latest versions of AtomDB/APEC (3.0.8), SPEX (3.03.00), and CHIANTI (8.0) all provide reasonable fits to the broad-band spectrum, a…
▽ More
The Hitomi SXS spectrum of the Perseus cluster, with $\sim$5 eV resolution in the 2-9 keV band, offers an unprecedented benchmark of the atomic modeling and database for hot collisional plasmas. It reveals both successes and challenges of the current atomic codes. The latest versions of AtomDB/APEC (3.0.8), SPEX (3.03.00), and CHIANTI (8.0) all provide reasonable fits to the broad-band spectrum, and are in close agreement on best-fit temperature, emission measure, and abundances of a few elements such as Ni. For the Fe abundance, the APEC and SPEX measurements differ by 16%, which is 17 times higher than the statistical uncertainty. This is mostly attributed to the differences in adopted collisional excitation and dielectronic recombination rates of the strongest emission lines. We further investigate and compare the sensitivity of the derived physical parameters to the astrophysical source modeling and instrumental effects. The Hitomi results show that an accurate atomic code is as important as the astrophysical modeling and instrumental calibration aspects. Substantial updates of atomic databases and targeted laboratory measurements are needed to get the current codes ready for the data from the next Hitomi-level mission.
△ Less
Submitted 14 December, 2017;
originally announced December 2017.
-
Hitomi Observations of the LMC SNR N132D: Highly Redshifted X-ray Emission from Iron Ejecta
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (169 additional authors not shown)
Abstract:
We present Hitomi observations of N132D, a young, X-ray bright, O-rich core-collapse supernova remnant in the Large Magellanic Cloud (LMC). Despite a very short observation of only 3.7 ks, the Soft X-ray Spectrometer (SXS) easily detects the line complexes of highly ionized S K and Fe K with 16-17 counts in each. The Fe feature is measured for the first time at high spectral resolution. Based on t…
▽ More
We present Hitomi observations of N132D, a young, X-ray bright, O-rich core-collapse supernova remnant in the Large Magellanic Cloud (LMC). Despite a very short observation of only 3.7 ks, the Soft X-ray Spectrometer (SXS) easily detects the line complexes of highly ionized S K and Fe K with 16-17 counts in each. The Fe feature is measured for the first time at high spectral resolution. Based on the plausible assumption that the Fe K emission is dominated by He-like ions, we find that the material responsible for this Fe emission is highly redshifted at ~800 km/s compared to the local LMC interstellar medium (ISM), with a 90% credible interval of 50-1500 km/s if a weakly informative prior is placed on possible line broadening. This indicates (1) that the Fe emission arises from the supernova ejecta, and (2) that these ejecta are highly asymmetric, since no blue-shifted component is found. The S K velocity is consistent with the local LMC ISM, and is likely from swept-up ISM material. These results are consistent with spatial mapping that shows the He-like Fe concentrated in the interior of the remnant and the S tracing the outer shell. The results also show that even with a very small number of counts, direct velocity measurements from Doppler-shifted lines detected in extended objects like supernova remnants are now possible. Thanks to the very low SXS background of ~1 event per spectral resolution element per 100 ks, such results are obtainable during short pointed or slew observations with similar instruments. This highlights the power of high-spectral-resolution imaging observations, and demonstrates the new window that has been opened with Hitomi and will be greatly widened with future missions such as the X-ray Astronomy Recovery Mission (XARM) and Athena.
△ Less
Submitted 6 December, 2017;
originally announced December 2017.
-
Glimpse of the highly obscured HMXB IGR J16318-4848 with Hitomi
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (169 additional authors not shown)
Abstract:
We report a Hitomi observation of IGR J16318-4848, a high-mass X-ray binary system with an extremely strong absorption of N_H~10^{24} cm^{-2}. Previous X-ray studies revealed that its spectrum is dominated by strong fluorescence lines of Fe as well as continuum emission. For physical and geometrical insight into the nature of the reprocessing material, we utilize the high spectroscopic resolving p…
▽ More
We report a Hitomi observation of IGR J16318-4848, a high-mass X-ray binary system with an extremely strong absorption of N_H~10^{24} cm^{-2}. Previous X-ray studies revealed that its spectrum is dominated by strong fluorescence lines of Fe as well as continuum emission. For physical and geometrical insight into the nature of the reprocessing material, we utilize the high spectroscopic resolving power of the X-ray microcalorimeter (the soft X-ray spectrometer; SXS) and the wide-band sensitivity by the soft and hard X-ray imager (SXI and HXI) aboard Hitomi. Even though photon counts are limited due to unintended off-axis pointing, the SXS spectrum resolves Fe K{α_1} and K{α_2} lines and puts strong constraints on the line centroid and width. The line width corresponds to the velocity of 160^{+300}_{-70} km s^{-1}. This represents the most accurate, and smallest, width measurement of this line made so far from any X-ray binary, much less than the Doppler broadening and shift expected from speeds which are characteristic of similar systems. Combined with the K-shell edge energy measured by the SXI and HXI spectra, the ionization state of Fe is estimated to be in the range of Fe I--IV. Considering the estimated ionization parameter and the distance between the X-ray source and the absorber, the density and thickness of the materials are estimated. The extraordinarily strong absorption and the absence of a Compton shoulder component is confirmed. These characteristics suggest reprocessing materials which are distributed in a narrow solid angle or scattering primarily with warm free electrons or neutral hydrogen.
△ Less
Submitted 21 November, 2017;
originally announced November 2017.
-
Hitomi Observation of Radio Galaxy NGC 1275: The First X-ray Microcalorimeter Spectroscopy of Fe-Kα Line Emission from an Active Galactic Nucleus
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (169 additional authors not shown)
Abstract:
The origin of the narrow Fe-Kα fluorescence line at 6.4 keV from active galactic nuclei has long been under debate; some of the possible sites are the outer accretion disk, the broad line region, a molecular torus, or interstellar/intracluster media. In February-March 2016, we performed the first X-ray microcalorimeter spectroscopy with the Soft X-ray Spectrometer (SXS) onboard the Hitomi satellit…
▽ More
The origin of the narrow Fe-Kα fluorescence line at 6.4 keV from active galactic nuclei has long been under debate; some of the possible sites are the outer accretion disk, the broad line region, a molecular torus, or interstellar/intracluster media. In February-March 2016, we performed the first X-ray microcalorimeter spectroscopy with the Soft X-ray Spectrometer (SXS) onboard the Hitomi satellite of the Fanaroff-Riley type I radio galaxy NGC 1275 at the center of the Perseus cluster of galaxies. With the high energy resolution of ~5 eV at 6 keV achieved by Hitomi/SXS, we detected the Fe-Kα line with ~5.4 σ significance. The velocity width is constrained to be 500-1600 km s$^{-1}$ (FWHM for Gaussian models) at 90% confidence. The SXS also constrains the continuum level from the NGC 1275 nucleus up to ~20 keV, giving an equivalent width ~20 eV of the 6.4 keV line. Because the velocity width is narrower than that of broad Hα line of ~2750 km s$^{-1}$, we can exclude a large contribution to the line flux from the accretion disk and the broad line region. Furthermore, we performed pixel map analyses on the Hitomi/SXS data and image analyses on the Chandra archival data, and revealed that the Fe-Kα line comes from a region within ~1.6 kpc from the NGC 1275 core, where an active galactic nucleus emission dominates, rather than that from intracluster media. Therefore, we suggest that the source of the Fe-Kα line from NGC 1275 is likely a low-covering fraction molecular torus or a rotating molecular disk which probably extends from a pc to hundreds pc scale in the active galactic nucleus system.
△ Less
Submitted 16 November, 2017;
originally announced November 2017.
-
Atmospheric gas dynamics in the Perseus cluster observed with Hitomi
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Rebecca E. A. Canning,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done
, et al. (173 additional authors not shown)
Abstract:
Extending the earlier measurements reported in Hitomi collaboration (2016, Nature, 535, 117), we examine the atmospheric gas motions within the central 100~kpc of the Perseus cluster using observations obtained with the Hitomi satellite. After correcting for the point spread function of the telescope and using optically thin emission lines, we find that the line-of-sight velocity dispersion of the…
▽ More
Extending the earlier measurements reported in Hitomi collaboration (2016, Nature, 535, 117), we examine the atmospheric gas motions within the central 100~kpc of the Perseus cluster using observations obtained with the Hitomi satellite. After correcting for the point spread function of the telescope and using optically thin emission lines, we find that the line-of-sight velocity dispersion of the hot gas is remarkably low and mostly uniform. The velocity dispersion reaches maxima of approximately 200~km~s$^{-1}$ toward the central active galactic nucleus (AGN) and toward the AGN inflated north-western `ghost' bubble. Elsewhere within the observed region, the velocity dispersion appears constant around 100~km~s$^{-1}$. We also detect a velocity gradient with a 100~km~s$^{-1}$ amplitude across the cluster core, consistent with large-scale sloshing of the core gas. If the observed gas motions are isotropic, the kinetic pressure support is less than 10\% of the thermal pressure support in the cluster core. The well-resolved optically thin emission lines have Gaussian shapes, indicating that the turbulent driving scale is likely below 100~kpc, which is consistent with the size of the AGN jet inflated bubbles. We also report the first measurement of the ion temperature in the intracluster medium, which we find to be consistent with the electron temperature. In addition, we present a new measurement of the redshift to the brightest cluster galaxy NGC~1275.
△ Less
Submitted 1 November, 2017;
originally announced November 2017.
-
Measurements of resonant scattering in the Perseus cluster core with Hitomi SXS
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Greg V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (170 additional authors not shown)
Abstract:
Thanks to its high spectral resolution (~5 eV at 6 keV), the Soft X-ray Spectrometer (SXS) on board Hitomi enables us to measure the detailed structure of spatially resolved emission lines from highly ionized ions in galaxy clusters for the first time. In this series of papers, using the SXS we have measured the velocities of gas motions, metallicities and the multi-temperature structure of the ga…
▽ More
Thanks to its high spectral resolution (~5 eV at 6 keV), the Soft X-ray Spectrometer (SXS) on board Hitomi enables us to measure the detailed structure of spatially resolved emission lines from highly ionized ions in galaxy clusters for the first time. In this series of papers, using the SXS we have measured the velocities of gas motions, metallicities and the multi-temperature structure of the gas in the core of the Perseus cluster. Here, we show that when inferring physical properties from line emissivities in systems like Perseus, the resonant scattering (RS) effect should be taken into account. In the Hitomi waveband, RS mostly affects the FeXXV He$α$ line ($w$) - the strongest line in the spectrum. The flux measured by Hitomi in this line is suppressed by a factor ~1.3 in the inner ~30 kpc, compared to predictions for an optically thin plasma; the suppression decreases with the distance from the center. The $w$ line also appears slightly broader than other lines from the same ion. The observed distortions of the $w$ line flux, shape and distance dependence are all consistent with the expected effect of the resonant scattering in the Perseus core. By measuring the ratio of fluxes in optically thick ($w$) and thin (FeXXV forbidden, He$β$, Ly$α$) lines, and comparing these ratios with predictions from Monte Carlo radiative transfer simulations, the velocities of gas motions have been obtained. The results are consistent with the direct measurements of gas velocities from line broadening described elsewhere in this series, although the systematic and statistical uncertainties remain significant. Further improvements in the predictions of line emissivities in plasma models, and deeper observations with future X-ray missions will enable RS measurements to provide powerful constraints on the amplitude and anisotropy of clusters gas motions.
△ Less
Submitted 11 October, 2017;
originally announced October 2017.
-
Investigating the interstellar dust through the Fe K-edge
Authors:
D. Rogantini,
E. Costantini,
S. T. Zeegers,
C. P. de Vries,
W. Bras,
F. de Groot,
H. Mutschke,
L. B. F. M. Waters
Abstract:
The chemical and physical properties of interstellar dust in the densest regions of the Galaxy are still not well understood. X-rays provide a powerful probe since they can penetrate gas and dust over a wide range of column densities (up to $10^{24}\ \rm{cm}^{-2}$). The interaction (scattering and absorption) with the medium imprints spectral signatures that reflect the individual atoms which cons…
▽ More
The chemical and physical properties of interstellar dust in the densest regions of the Galaxy are still not well understood. X-rays provide a powerful probe since they can penetrate gas and dust over a wide range of column densities (up to $10^{24}\ \rm{cm}^{-2}$). The interaction (scattering and absorption) with the medium imprints spectral signatures that reflect the individual atoms which constitute the gas, molecule, or solid. In this work we investigate the ability of high resolution X-ray spectroscopy to probe the properties of cosmic grains containing iron. Although iron is heavily depleted into interstellar dust, the nature of the Fe-bearing grains is still largely uncertain. In our analysis we use iron K-edge synchrotron data of minerals likely present in the ISM dust taken at the European Synchrotron Radiation Facility. We explore the prospects of determining the chemical composition and the size of astrophysical dust in the Galactic centre and in molecular clouds with future X-ray missions. The energy resolution and the effective area of the present X-ray telescopes are not sufficient to detect and study the Fe K-edge, even for bright X-ray sources. From the analysis of the extinction cross sections of our dust models implemented in the spectral fitting program SPEX, the Fe K-edge is promising for investigating both the chemistry and the size distribution of the interstellar dust. We find that the chemical composition regulates the X-ray absorption fine structures in the post edge region, whereas the scattering feature in the pre-edge is sensitive to the mean grain size. Finally, we note that the Fe K-edge is insensitive to other dust properties, such as the porosity and the geometry of the dust.
△ Less
Submitted 15 September, 2017;
originally announced September 2017.
-
Hitomi X-ray studies of Giant Radio Pulses from the Crab pulsar
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Gregory V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (179 additional authors not shown)
Abstract:
To search for giant X-ray pulses correlated with the giant radio pulses (GRPs) from the Crab pulsar, we performed a simultaneous observation of the Crab pulsar with the X-ray satellite Hitomi in the 2 -- 300 keV band and the Kashima NICT radio observatory in the 1.4 -- 1.7 GHz band with a net exposure of about 2 ks on 25 March 2016, just before the loss of the Hitomi mission.The timing performance…
▽ More
To search for giant X-ray pulses correlated with the giant radio pulses (GRPs) from the Crab pulsar, we performed a simultaneous observation of the Crab pulsar with the X-ray satellite Hitomi in the 2 -- 300 keV band and the Kashima NICT radio observatory in the 1.4 -- 1.7 GHz band with a net exposure of about 2 ks on 25 March 2016, just before the loss of the Hitomi mission.The timing performance of the Hitomi instruments was confirmed to meet the timing requirement and about 1,000 and 100 GRPs were simultaneously observed at the main and inter-pulse phases, respectively, and we found no apparent correlation between the giant radio pulses and the X-ray emission in either the main or inter-pulse phases.All variations are within the 2 sigma fluctuations of the X-ray fluxes at the pulse peaks, and the 3 sigma upper limits of variations of main- or inter- pulse GRPs are 22\% or 80\% of the peak flux in a 0.20 phase width, respectively, in the 2 -- 300 keV band.The values become 25\% or 110\% for main or inter-pulse GRPs, respectively, when the phase width is restricted into the 0.03 phase.Among the upper limits from the Hitomi satellite, those in the 4.5-10 keV and the 70-300 keV are obtained for the first time, and those in other bands are consistent with previous reports.Numerically, the upper limits of main- and inter-pulse GRPs in the 0.20 phase width are about (2.4 and 9.3) $\times 10^{-11}$ erg cm$^{-2}$, respectively. No significant variability in pulse profiles implies that the GRPs originated from a local place within the magnetosphere and the number of photon-emitting particles temporally increases.However, the results do not statistically rule out variations correlated with the GRPs, because the possible X-ray enhancement may appear due to a $>0.02$\% brightening of the pulse-peak flux under such conditions.
△ Less
Submitted 7 August, 2017; v1 submitted 27 July, 2017;
originally announced July 2017.
-
Chasing obscuration in type-I AGN: discovery of an eclipsing clumpy wind at the outer broad-line region of NGC 3783
Authors:
M. Mehdipour,
J. S. Kaastra,
G. A. Kriss,
N. Arav,
E. Behar,
S. Bianchi,
G. Branduardi-Raymont,
M. Cappi,
E. Costantini,
J. Ebrero,
L. Di Gesu,
S. Kaspi,
J. Mao,
B. De Marco,
G. Matt,
S. Paltani,
U. Peretz,
B. M. Peterson,
P. -O. Petrucci,
C. Pinto,
G. Ponti,
F. Ursini,
C. P. de Vries,
D. J. Walton
Abstract:
In 2016 we carried out a Swift monitoring program to track the X-ray hardness variability of eight type-I AGN over a year. The purpose of this monitoring was to find intense obscuration events in AGN, and thereby study them by triggering joint XMM-Newton, NuSTAR, and HST observations. We successfully accomplished this for NGC 3783 in December 2016. We found heavy X-ray absorption produced by an ob…
▽ More
In 2016 we carried out a Swift monitoring program to track the X-ray hardness variability of eight type-I AGN over a year. The purpose of this monitoring was to find intense obscuration events in AGN, and thereby study them by triggering joint XMM-Newton, NuSTAR, and HST observations. We successfully accomplished this for NGC 3783 in December 2016. We found heavy X-ray absorption produced by an obscuring outflow in this AGN. As a result of this obscuration, interesting absorption features appear in the UV and X-ray spectra, which are not present in the previous epochs. Namely, the obscuration produces broad and blue-shifted UV absorption lines of Ly$α$, C IV, and N V, together with a new high-ionisation component producing Fe XXV and Fe XXVI absorption lines. In soft X-rays, only narrow emission lines stand out above the diminished continuum as they are not absorbed by the obscurer. Our analysis shows that the obscurer partially covers the central source with a column density of few $10^{23}$ cm$^{-2}$, outflowing with a velocity of few thousand km s$^{-1}$. The obscuration in NGC 3783 is variable and lasts for about a month. Unlike the commonly-seen warm-absorber winds at pc-scale distances from the black hole, the eclipsing wind in NGC 3783 is located at about 10 light days. Our results suggest the obscuration is produced by an inhomogeneous and clumpy medium, consistent with clouds in the base of a radiatively-driven disk wind at the outer broad-line region of the AGN.
△ Less
Submitted 14 July, 2017;
originally announced July 2017.
-
Search for Thermal X-ray Features from the Crab nebula with Hitomi Soft X-ray Spectrometer
Authors:
Hitomi Collaboration,
Felix Aharonian,
Hiroki Akamatsu,
Fumie Akimoto,
Steven W. Allen,
Lorella Angelini,
Marc Audard,
Hisamitsu Awaki,
Magnus Axelsson,
Aya Bamba,
Marshall W. Bautz,
Roger Blandford,
Laura W. Brenneman,
Greg V. Brown,
Esra Bulbul,
Edward M. Cackett,
Maria Chernyakova,
Meng P. Chiao,
Paolo S. Coppi,
Elisa Costantini,
Jelle de Plaa,
Cor P. de Vries,
Jan-Willem den Herder,
Chris Done,
Tadayasu Dotani
, et al. (170 additional authors not shown)
Abstract:
The Crab nebula originated from a core-collapse supernova (SN) explosion observed in 1054 A.D. When viewed as a supernova remnant (SNR), it has an anomalously low observed ejecta mass and kinetic energy for an Fe-core collapse SN. Intensive searches were made for a massive shell that solves this discrepancy, but none has been detected. An alternative idea is that the SN1054 is an electron-capture…
▽ More
The Crab nebula originated from a core-collapse supernova (SN) explosion observed in 1054 A.D. When viewed as a supernova remnant (SNR), it has an anomalously low observed ejecta mass and kinetic energy for an Fe-core collapse SN. Intensive searches were made for a massive shell that solves this discrepancy, but none has been detected. An alternative idea is that the SN1054 is an electron-capture (EC) explosion with a lower explosion energy by an order of magnitude than Fe-core collapse SNe. In the X-rays, imaging searches were performed for the plasma emission from the shell in the Crab outskirts to set a stringent upper limit to the X-ray emitting mass. However, the extreme brightness of the source hampers access to its vicinity. We thus employed spectroscopic technique using the X-ray micro-calorimeter onboard the Hitomi satellite. By exploiting its superb energy resolution, we set an upper limit for emission or absorption features from yet undetected thermal plasma in the 2-12 keV range. We also re-evaluated the existing Chandra and XMM-Newton data. By assembling these results, a new upper limit was obtained for the X-ray plasma mass of <~ 1Mo for a wide range of assumed shell radius, size, and plasma temperature both in and out of the collisional equilibrium. To compare with the observation, we further performed hydrodynamic simulations of the Crab SNR for two SN models (Fe-core versus EC) under two SN environments (uniform ISM versus progenitor wind). We found that the observed mass limit can be compatible with both SN models if the SN environment has a low density of <~ 0.03 cm-3 (Fe core) or <~ 0.1 cm-3 (EC) for the uniform density, or a progenitor wind density somewhat less than that provided by a mass loss rate of 10-5 Mo yr-1 at 20 km s-1 for the wind environment.
△ Less
Submitted 4 July, 2017; v1 submitted 30 June, 2017;
originally announced July 2017.
-
Risk-Informed Interference Assessment for Shared Spectrum Bands: A Wi-Fi/LTE Coexistence Case Study
Authors:
Andra M. Voicu,
Ljiljana Simić,
J. Pierre de Vries,
Marina Petrova,
Petri Mähönen
Abstract:
Interference evaluation is crucial when deciding whether and how wireless technologies should operate. In this paper we demonstrate the benefit of risk-informed interference assessment to aid spectrum regulators in making decisions, and to readily convey engineering insight. Our contributions are: we apply, for the first time, risk assessment to a problem of inter-technology spectrum sharing, i.e.…
▽ More
Interference evaluation is crucial when deciding whether and how wireless technologies should operate. In this paper we demonstrate the benefit of risk-informed interference assessment to aid spectrum regulators in making decisions, and to readily convey engineering insight. Our contributions are: we apply, for the first time, risk assessment to a problem of inter-technology spectrum sharing, i.e. Wi-Fi/LTE in the 5 GHz unlicensed band, and we demonstrate that this method comprehensively quantifies the interference impact. We perform simulations with our newly publicly-available tool and we consider throughput degradation and fairness metrics to assess the risk for different network densities, numbers of channels, and deployment scenarios. Our results show that no regulatory intervention is needed to ensure harmonious technical Wi-Fi/LTE coexistence: for the typically large number of channels available in the 5 GHz band, the risk for Wi-Fi from LTE is negligible, rendering policy and engineering concerns largely moot. As an engineering insight, Wi-Fi coexists better with itself in dense, but better with LTE, in sparse deployments. Also, both main LTE-in-unlicensed variants coexist well with Wi-Fi in general. For LTE intra-technology inter-operator coexistence, both variants typically coexist well in the 5 GHz band, but for dense deployments, implementing listen-before-talk causes less interference.
△ Less
Submitted 8 June, 2017;
originally announced June 2017.
-
Absorption and scattering by interstellar dust in the silicon K-edge of GX 5-1
Authors:
S. T. Zeegers,
E. Costantini,
C. P. de Vries,
A. G. G. M. Tielens,
H. Chihara,
F. de Groot,
H. Mutschke,
L. B. F. M. Waters,
S. Zeidler
Abstract:
We study the absorption and scattering of X-ray radiation by interstellar dust particles, which allows us to access the physical and chemical properties of dust. The interstellar dust composition is not well understood, especially on the densest sight lines of the Galactic Plane. X-rays provide a powerful tool in this study. We present newly acquired laboratory measurements of silicate compounds t…
▽ More
We study the absorption and scattering of X-ray radiation by interstellar dust particles, which allows us to access the physical and chemical properties of dust. The interstellar dust composition is not well understood, especially on the densest sight lines of the Galactic Plane. X-rays provide a powerful tool in this study. We present newly acquired laboratory measurements of silicate compounds taken at the Soleil synchrotron facility in Paris using the Lucia beamline. The dust absorption profiles resulting from this campaign were used in this pilot study to model the absorption by interstellar dust along the line of sight of the low-mass X-ray binary (LMXB) GX 5-1. The measured laboratory cross-sections were adapted for astrophysical data analysis and the resulting extinction profiles of the Si K-edge were implemented in the SPEX spectral fitting program. We derive the properties of the interstellar dust along the line of sight by fitting the Si K-edge seen in absorption in the spectrum of GX 5-1. We measured the hydrogen column density towards GX 5-1 to be $3.40\pm0.1\times10^{22} \rm cm^{-2}$. The best fit of the silicon edge in the spectrum of GX 5-1 is obtained by a mixture of olivine and pyroxene. In this study, our modeling is limited to Si absorption by silicates with different Mg:Fe ratios. We obtained an abundance of silicon in dust of $4.0\pm0.3\times10^{-5}$ per H atom and a lower limit for total abundance, considering both gas and dust, of $>4.4\times10^{-5}$ per H atom, which leads to a gas to dust ratio of >0.22. Furthermore, an enhanced scattering feature in the Si K-edge may suggest the presence of large particles along the line of sight.
△ Less
Submitted 23 December, 2016;
originally announced December 2016.
-
Development of frequency domain multiplexing for the X-ray Integral Field Unit (X-IFU) on the Athena
Authors:
Hiroki Akamatsu,
Luciano Gottardi,
Jan van der Kuur,
Cor P. de Vries,
Kevin Ravensberg,
Joseph S. Adams,
Simon R. Bandler,
Marcel P. Bruijn,
James A. Chervenak,
Caroline A Kilbourne,
Mikko Kiviranta,
A. J. van den Linden,
Brian D. Jackson,
Stephen J. Smith
Abstract:
We are developing the frequency domain multiplexing (FDM) read-out of transition-edge sensor (TES) microcalorimeters for the X-ray Integral Field Unit (X-IFU) instrument on board of the future European X-Ray observatory Athena. The X-IFU instrument consists of an array of $\sim$3840 TESs with a high quantum efficiency ($>$90 \%) and spectral resolution $ΔE$=2.5 eV $@$ 7 keV ($E/ΔE\sim$2800). FDM i…
▽ More
We are developing the frequency domain multiplexing (FDM) read-out of transition-edge sensor (TES) microcalorimeters for the X-ray Integral Field Unit (X-IFU) instrument on board of the future European X-Ray observatory Athena. The X-IFU instrument consists of an array of $\sim$3840 TESs with a high quantum efficiency ($>$90 \%) and spectral resolution $ΔE$=2.5 eV $@$ 7 keV ($E/ΔE\sim$2800). FDM is currently the baseline readout system for the X-IFU instrument. Using high quality factor LC filters and room temperature electronics developed at SRON and low-noise two stage SQUID amplifiers provided by VTT, we have recently demonstrated good performance with the FDM readout of Mo/Au TES calorimeters with Au/Bi absorbers. An integrated noise equivalent power resolution of about 2.0 eV at 1.7 MHz has been demonstrated with a pixel from a new TES array from NASA/Goddard (GSFC-A2). We have achieved X-ray energy resolutions $\sim$2.5 eV at AC bias frequency at 1.7 MHz in the single pixel read-out. We have also demonstrated for the first time an X-ray energy resolution around 3.0 eV in a 6 pixel FDM read-out with TES array (GSFC-A1). In this paper we report on the single pixel performance of these microcalorimeters under MHz AC bias, and further results of the performance of these pixels under FDM.
△ Less
Submitted 3 November, 2016;
originally announced November 2016.
-
LTE in Unlicensed Bands is neither Friend nor Foe to Wi-Fi
Authors:
Ljiljana Simić,
Andra M. Voicu,
Petri Mähönen,
Marina Petrova,
J. Pierre de Vries
Abstract:
Proponents of deploying LTE in the 5 GHz band for providing additional cellular network capacity have claimed that LTE would be a better neighbour to Wi-Fi in the unlicensed band, than Wi-Fi is to itself. On the other side of the debate, the Wi-Fi community has objected that LTE would be highly detrimental to Wi-Fi network performance. However, there is a lack of transparent and systematic enginee…
▽ More
Proponents of deploying LTE in the 5 GHz band for providing additional cellular network capacity have claimed that LTE would be a better neighbour to Wi-Fi in the unlicensed band, than Wi-Fi is to itself. On the other side of the debate, the Wi-Fi community has objected that LTE would be highly detrimental to Wi-Fi network performance. However, there is a lack of transparent and systematic engineering evidence supporting the contradicting claims of the two camps, which is essential for ascertaining whether regulatory intervention is in fact required to protect the Wi-Fi incumbent from the new LTE entrant. To this end, we present a comprehensive coexistence study of Wi-Fi and LTE-in-unlicensed, surveying a large parameter space of coexistence mechanisms and a range of representative network densities and deployment scenarios. Our results show that, typically, harmonious coexistence between Wi-Fi and LTE is ensured by the large number of 5 GHz channels. For the worst-case scenario of forced co-channel operation, LTE is sometimes a better neighbour to Wi-Fi - when effective node density is low - but sometimes worse - when density is high. We find that distributed interference coordination is only necessary to prevent a "tragedy of the commons" in regimes where interference is very likely. We also show that in practice it does not make a difference to the incumbent what kind of coexistence mechanism is added to LTE-in-unlicensed, as long as one is in place. We therefore conclude that LTE is neither friend nor foe to Wi-Fi in the unlicensed bands in general. We submit that the systematic engineering analysis exemplified by our case study is a best-practice approach for supporting evidence-based rulemaking by the regulator.
△ Less
Submitted 12 September, 2016;
originally announced September 2016.
-
Exploring Deep Space: Learning Personalized Ranking in a Semantic Space
Authors:
Jeroen B. P. Vuurens,
Martha Larson,
Arjen P. de Vries
Abstract:
Recommender systems leverage both content and user interactions to generate recommendations that fit users' preferences. The recent surge of interest in deep learning presents new opportunities for exploiting these two sources of information. To recommend items we propose to first learn a user-independent high-dimensional semantic space in which items are positioned according to their substitutabi…
▽ More
Recommender systems leverage both content and user interactions to generate recommendations that fit users' preferences. The recent surge of interest in deep learning presents new opportunities for exploiting these two sources of information. To recommend items we propose to first learn a user-independent high-dimensional semantic space in which items are positioned according to their substitutability, and then learn a user-specific transformation function to transform this space into a ranking according to the user's past preferences. An advantage of the proposed architecture is that it can be used to effectively recommend items using either content that describes the items or user-item ratings. We show that this approach significantly outperforms state-of-the-art recommender systems on the MovieLens 1M dataset.
△ Less
Submitted 22 August, 2016; v1 submitted 31 July, 2016;
originally announced August 2016.