Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Semantic Role Labeling - Implement Syntactic and Semantic Role Labeling Models #330

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments

Comments

@HsiangNianian
Copy link
Member

Semantic role labeling (SRL) involves identifying the arguments in a sentence and assigning them semantic roles (e.g., agent, patient). This task will focus on building a model to label different roles in a sentence.

  • Modeling: Should we use transformer models like BERT for SRL tasks?
  • Data Sources: What training data should we use for SRL (e.g., PropBank, FrameNet)?
  • Challenges: How do we handle ambiguities in role assignments?

Expected Outcome:

  • A semantic role labeling system that can identify and label roles in sentences for better text understanding.
  • Clear guidelines for integrating SRL with other NLP tasks.

Labels: feature, NLP, semantic-role-labeling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant