You are seeing this message because you are using the Django runserver and the DEBUG setting is False.

Runserver should not be used in the production.

If you do not see page the styling - set DEBUG = True or use --insecure flag with the runserver command.

To serve the static media in the production:

  • configure your webserver to alias the urls starting with /m/ to the directory /root/askbot/askbot-devel-master/myappmysql1/askbot_site/static;
  • run python manage.py collectstatic.

  • Ask Your Question
    0

    ChatPro project - confused about the boundaries between Chatpro and AnnoSpec domains

    asked 2024-06-19 08:39:18 +0000

    Vanessa gravatar image

    Utterance:

    1. where is the Allianz Arena

    2. where is the best place to buy a revolver

    3. where can I buy flowers

    Question:

    We found "Before using this label, please check that the query is NOT covered by any of our existing AnnoSpec domains or parsetypes" in the part of Chatpro from the guideline. We can also find the related examples from the annotation guideline and tag the utterances as below:

    business:business:search -- where is the [Allianz Arena]<named_business>

    shopping:purchase -- where is the best place to buy a [revolver]<gun>

    shopping:purchase -- where can I buy [flowers]<flowers>

    But these utterance also seem like the requests for short factual answers not in the GKQA appendix. The example "where does ikea come from" seems similar with these cases. So we are not sure if we should tag "Chatpro" or AnnoSpec parsetype.

    We met a case "Give me information about Berlin" before and tag it as "chatpro". Now we are confused why it doesn't belong to "locations:info". So there's a bit of confusion in the boundaries between Chatpro and AnnoSpec domains. Kindly tell us your thought, thanks very much~

    edit retag flag offensive close merge delete

    1 Answer

    Sort by ยป oldest newest most voted
    0

    answered 2024-06-19 10:15:39 +0000

    Jacqui gravatar image

    updated 2024-06-19 10:15:53 +0000

    Indeed, the boundaries are difficult as there is overlap between AnnoSpec domains and ChatPro. Thanks for your understanding as we work to clarify the guidelines for future rounds.

    Regarding these three utterances, we agree that they can be annotated as you suggest, in "business" and "shopping" domains, and these take preference over ChatPro. We do not use GKQA as they are not in the GKQA appendix; "where does ikea come from" is similar, but different.

    In the case of "Give me information about Berlin", you are right - this should be annotated as "locations:info" and not ChatPro

    Correct Annotations

    business:business:search -- where is the [Allianz Arena]<named_business>

    shopping:purchase -- where is the best place to buy a [revolver]<gun>

    shopping:purchase -- where can I buy [flowers]<flowers>

    locations:info -- give me information about [berlin]<city>

    edit flag offensive delete link more

    Your Answer

    Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

    Add Answer

    Question Tools

    1 follower

    Stats

    Asked: 2024-06-19 08:39:18 +0000

    Seen: 76 times

    Last updated: Jun 19