Researcher profile

Maryam Habibi

Maryam Habibi contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
4topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2022arXiv

The young stars in the Galactic Center

We present a large ${\sim 30" \times 30"}$ spectroscopic survey of the Galactic Center using the SINFONI IFU at the VLT. Combining observations of the last two decades we compile spectra of over $2800$ stars. Using the Bracket-$γ$ absorption lines we identify $195$ young stars, extending the list of known young stars by $79$. In order to explore the angular momentum distribution of the young stars, we introduce an isotropic cluster prior. This prior reproduces an isotropic cluster in a mathematically exact way, which we test through numerical simulations. We calculate the posterior angular momentum space as function of projected separation from Sgr~A*. We find that the observed young star distribution is substantially different from an isotropic cluster. We identify the previously reported feature of the clockwise disk and find that its angular momentum changes as function of separation from the black hole, and thus confirm a warp of the clockwise disk ($p \sim 99.2\%$). At large separations, we discover three prominent overdensities of angular momentum. One overdensity has been reported previously, the counter-clockwise disk. The other two are new. Determining the likely members of these structures, we find that as many as $75\%$ of stars can be associated with one of these features. Stars belonging to the warped clockwise-disk show a top heavy K-band luminosity function, while stars belonging to the larger separation features do not. Our observations are in good agreement with the predictions of simulations of in-situ star formation, and argue for common formation of these structures.

preprint2020arXiv

HunFlair: An Easy-to-Use Tool for State-of-the-Art Biomedical Named Entity Recognition

Summary: Named Entity Recognition (NER) is an important step in biomedical information extraction pipelines. Tools for NER should be easy to use, cover multiple entity types, highly accurate, and robust towards variations in text genre and style. To this end, we propose HunFlair, an NER tagger covering multiple entity types integrated into the widely used NLP framework Flair. HunFlair outperforms other state-of-the-art standalone NER tools with an average gain of 7.26 pp over the next best tool, can be installed with a single command and is applied with only four lines of code. Availability: HunFlair is freely available through the Flair framework under an MIT license: https://github.com/flairNLP/flair and is compatible with all major operating systems. Contact:{weberple,saengema,alan.akbik}@informatik.hu-berlin.de

preprint2020arXiv

TabSim: A Siamese Neural Network for Accurate Estimation of Table Similarity

Tables are a popular and efficient means of presenting structured information. They are used extensively in various kinds of documents including web pages. Tables display information as a two-dimensional matrix, the semantics of which is conveyed by a mixture of structure (rows, columns), headers, caption, and content. Recent research has started to consider tables as first class objects, not just as an addendum to texts, yielding interesting results for problems like table matching, table completion, or value imputation. All of these problems inherently rely on an accurate measure for the semantic similarity of two tables. We present TabSim, a novel method to compute table similarity scores using deep neural networks. Conceptually, TabSim represents a table as a learned concatenation of embeddings of its caption, its content, and its structure. Given two tables in this representation, a Siamese neural network is trained to compute a score correlating with the tables' semantic similarity. To train and evaluate our method, we created a gold standard corpus consisting of 1500 table pairs extracted from biomedical articles and manually scored regarding their degree of similarity, and adopted two other corpora originally developed for a different yet similar task. Our evaluation shows that TabSim outperforms other table similarity measures on average by app. 7% pp F1-score in a binary similarity classification setting and by app. 1.5% pp in a ranking scenario.