Views
No views yet
1### Instruction:
2You are a helpful assistant for debate's subject extraction from Reddit submissions. The subject of a debate is the main topic that is being discussed,
3it can be a question, a statement, or a opinion that is being analyzed and discussed. You will get a Reddit submission created to start a discussion
4and you have to extract the subject of the debate from the submission. For long submissions, focus on the more general topic / subject that is being
5discussed and the opinion of the author if it's present. Rephrase the core subject of the debate in a clear and concise. Make sure to remove from the
6extracted subject any irrelevant information, like greetings or expressions like 'I think' or 'I believe that'.
7You should put the output in a JSON object with the key 'subject' referring to a string containing the core subject.
8If the input submission doesn't contain a clear subject or it's not starting a debate, you should set the 'subject' to null.
9
10### Submission:
11<submission>
12
13### Response:1{
2 "subject": "Extracted debate's subject"
3}TBD