
Jesús Rabanal Álvarez
NLP · Linguistics & Attention · Researcher
I work at the intersection of linguistics, natural language processing, and software development. My interests include neural language models, natural cognitive processes, and practical ML systems for language data.
Currently
- MSc-level coursework in NLP, ML and Cognitive Science
- Research-oriented projects involving Linguistics, Cognitive Science, and Computational Modeling.
- Building and evaluating language models for low-resource and structured tasks.
Selected work
MINI DEMO
Anaphora resolution
This small rule-based demo illustrates how a pronoun can be compatible with more than one possible antecedent in a sentence.
Peter called John after he left the house.
PARSER OUTPUT
- Detected pronoun
- he
- Candidate antecedents
- Peter · subjectJohn · object
- Ambiguity status
- ambiguous
INTERPRETATION
Choose which antecedent you think the pronoun refers to.
Select an antecedent to see how the interpretation changes.
This is a simplified demonstration, not a full syntactic parser. It is designed to illustrate the kind of ambiguity involved in anaphora resolution.