Skip to content
View EmanuelaBoros's full-sized avatar
😅
😅

Block or report EmanuelaBoros

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EmanuelaBoros/README.md

👋 Hi, I'm Ema

🎓 Research Scientist & Machine Learning Engineer
📍 Based in France
🌐 emanuelaboros.github.io
📚 Google Scholar · ORCID


About Me

I work at the intersection of natural language processing, machine learning, and document analysis.

My research focuses on building and evaluating models that remain useful when the data is not clean, balanced, contemporary, or well-resourced. I am especially interested in multilingual and historical documents affected by noise, domain shift, temporal variation, and incomplete supervision. My research is guided by three connected questions:

How can NLP and language models accurately extract and reason over information when documents are noisy, multilingual, historical, or low-resource? How should we evaluate these systems so that metrics reflect semantic usefulness, robustness, calibration, and downstream impact—not only performance on clean benchmarks? How can models adapt across languages, time periods, domains, and document modalities while remaining grounded, interpretable, and reproducible?

I explore these questions through dataset construction, controlled-noise experiments, task-aware evaluation, error analysis, model adaptation, and information extraction.

Named Entity Recognition Entity Linking Event Extraction Relation Extraction

LLM Evaluation Model Calibration Task-Aware Metrics Benchmark Design

OCR HTR ASR Multilingual NLP Low-Resource NLP Historical Documents

Synthetic Data Dataset Building Domain Shift Interpretability


Current Interests

Extract

Building multilingual systems for named entity recognition, entity linking, relation extraction, and event extraction over noisy and heterogeneous documents.

Evaluate

Designing task-aware metrics, benchmarks, calibration methods, and error analyses that measure semantic usefulness and downstream impact—not only surface similarity.

Adapt

Studying how language models behave under OCR/HTR/ASR noise, temporal variation, domain shift, multilinguality, and limited supervision.


What I Build

  • multilingual information-extraction systems;
  • historical language-model adaptation methods;
  • reproducible notebooks, teaching resources, and open research tools;
  • evaluation frameworks, benchmarks, and task-aware metrics;
  • GPU-based training and large-scale experimentation workflows;
  • LLM and OCR/HTR post-correction experiments;
  • datasets, annotation resources, and synthetic-data pipelines.

Pinned Loading

  1. NewsEye/event-detection NewsEye/event-detection Public

    WP 3, Task T3.3 Event detection

    Python 3

  2. ocr-sensitive-neurons ocr-sensitive-neurons Public

    Investigation of noise-sensitive neurons in LLama and Mistral models.

    Jupyter Notebook 1

  3. long-horizon-historical-bert long-horizon-historical-bert Public

    BERT-style masked-language models adapted to historical text with temporal conditioning

    Jupyter Notebook 1

  4. historical-gliner historical-gliner Public

    GLiNER-style open-label NER for historical data.

    Python