Papers by Catherine Chen

7 papers
Re-evaluating the Need for Visual Signals in Unsupervised Grammar Induction (2024.findings-naacl)

Copied to clipboard

Challenge: Recent studies show multimodal inputs can improve grammar induction, but weak textual baselines are needed for training.
Approach: They use a fixed grammar family to compare multimodal grammar induction methods . they find multimodal inputs can improve grammar induction by grounding textual inputs to the visual world .
Outcome: The proposed model outperforms weaker baselines on four benchmark datasets.
Attention weights accurately predict language representations in the brain (2022.findings-emnlp)

Copied to clipboard

Challenge: In Transformer-based language models, the attention mechanism converts token embeddings into contextual embeddables that incorporate information from neighboring words.
Approach: They analyze fMRI recordings of English language learners and extract attention weights from them to determine how well they can predict brain responses.
Outcome: The resulting hidden state embeddings are more accurate than lexical embeddngs or RNN-based models.
Are Layout-Infused Language Models Robust to Layout Distribution Shifts? A Case Study with Scientific Documents (2023.findings-acl)

Copied to clipboard

Challenge: Recent work has shown that infusing layout features into language models improves processing of visually-rich documents such as scientific papers.
Approach: They propose a method to evaluate layout-infused language models that incorporate layout features into their models to emulate layout distribution shifts.
Outcome: The proposed model performs better under layout distribution shifts than in-distribution conditions.
Outlier Dimensions Encode Task Specific Knowledge (2023.emnlp-main)

Copied to clipboard

Challenge: Existing studies have shown that fine-tuning outlier dimensions is detrimental to the representational quality of embeddings.
Approach: They investigate how fine-tuning impacts outlier dimensions by testing their hypothesis that a single outlier dimension can complete downstream tasks with a minimal error rate.
Outcome: The proposed model can encode crucial task-specific knowledge and the value of a representation in a single outlier dimension drives downstream model decisions.
Discovering Language Model Behaviors with Model-Written Evaluations (2023.findings-acl)

Copied to clipboard

Challenge: Prior work creates evaluations with crowdwork or existing data sources, which are not always available.
Approach: They generate evaluations automatically with language models (LMs) using crowdwork or existing data sources to find out how they behave .
Outcome: The results show that large LMs repeat back a dialog user’s preferred answer and express greater desire to pursue concerning goals like resource acquisition and goal preservation.
Constructing Taxonomies from Pretrained Language Models (2021.naacl-main)

Copied to clipboard

Challenge: A variety of NLP tasks use taxonomic information, including question answering and information retrieval.
Approach: They propose a method for constructing taxonomic trees using pretrained language models by incorporating web-retrieved glosses into the model.
Outcome: The proposed model achieves 66.7 ancestor F1, a 20.0% relative increase over the previous best published model on English WordNet.
Pathway to Relevance: How Cross-Encoders Implement a Semantic Variant of BM25 (2025.emnlp-main)

Copied to clipboard

Challenge: Interpretability in information retrieval (IR) models is coarse-grained and poorly understood . a cross-encoder model extracts traditional relevance signals, such as term frequency and inverse document frequency .
Approach: They analyze how a common IR model extracts traditional relevance signals . this is similar to the probabilistic ranking function BM25 .
Outcome: The proposed model extracts traditional relevance signals in early-to-middle layers, similar to BM25 . the model then combine these concepts in later layers, laying the groundwork for future interventions .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations