Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Identify Entities in Financial Reports

MediumNLP00:00
Practice interviewer
In session
5 left
00:00

Your question is Identify Entities in Financial Reports. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Scenario

You are working on an NLP pipeline that reads financial reports and extracts structured information from unstructured text. The documents contain company names, fund names, tickers, currencies, dates, percentages, and accounting terms, often mixed with tables, footnotes, and legal language. You want a model that can tag these entities consistently so the output can feed downstream search, analytics, or Aladdin workflows.

Question

How would you identify named entities in financial reports?

What this tests

  • Financial named entity recognition
  • Tokenization and label alignment for transformer models
  • Use of domain-specific language models
  • Entity-level F1 evaluation