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

Add definitions for the values present in our JSON sentences dataset #25

Open
santanavagner opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@santanavagner
Copy link
Member

Description (Actual Behavior)

The values present in our JSON sentences file may be interpreted differently in different contexts/cultures/domains.
Hence, we should add definitions and proper citations/references to the values used in our JSON sentences file.

Expected Behavior

Our JSON sentences file should have a definition for each social value considered and a citation to the reference considered each value. This way, when retrieving the JSON file, we could also append definition for values considered.

Possible Fix

Instead of having:

{
    "positive_values":[
        {
            "label": "accountability",
            "prompts": [
                { "text": "Genera
                ...
{
    "positive_values":[
        {
            "label": "accountability",
            "definition": { "text": "[str]", "ref": [int] },
            "prompts": [
                { "text": "Genera ...
                ...

Steps to Reproduce

NA.

Context

Improvement of taxonomy considered in the JSON sentences file and, consequently, the recommendation endpoint.

@santanavagner santanavagner added the enhancement New feature or request label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant