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

feat(openchallenges): generate challenge headlines that have less than 80 characters #2341

Merged

Conversation

tschaffter
Copy link
Member

@tschaffter tschaffter commented Nov 9, 2023

Closes #2340

Changelog

  • Update the Python script to generate headlines that have less than 80 characters
  • Update the JSON file that includes the generated headlines

Note
Bedrock does not count the headline length properly. E.g.,

 {
    "id": 13,
    "slug": "olfaction-prediction",
    "name": "Olfaction Prediction",
    "headline": "Predicting smell from molecule features for Olfaction Prediction",
    "headline_alternatives": [
      "1. Predicting odor from chemical features to understand smell perception (52 characters)",
      "2. Linking molecular properties to odor for fragrance design acceleration (59 characters) ",
      "3. Modeling how molecules transform into smell to elucidate olfaction (58 characters)",
      "4. Predicting scents from chemicals to gain insights into olfactory processes (59 characters)",
      "5. Connecting chemical features to odors for faster fragrance molecule discovery (59 characters)"
    ]
  },

@tschaffter tschaffter self-assigned this Nov 9, 2023
@tschaffter tschaffter changed the title feat(openchallenges): generate challenge headlines that meet Google specs feat(openchallenges): generate challenge headlines that have less than 80 characters Nov 14, 2023
@tschaffter tschaffter marked this pull request as ready for review November 14, 2023 23:18
@tschaffter tschaffter merged commit 75e7fba into Sage-Bionetworks:main Nov 15, 2023
7 checks passed
@tschaffter tschaffter deleted the challenge-headlines-take-2 branch November 15, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Story] Generate challenge headlines that have less than 80 characters
2 participants