matsant01 commited on
Commit
bc990b4
·
verified ·
1 Parent(s): 00c050e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # Mistral-7B-Instruct-v0.3 Claims Extraction Model
2
 
3
  ## Model Description
@@ -34,11 +40,18 @@ This model can be used to extract and rephrase claims from comments in Reddit th
34
 
35
  ### Input Format
36
  The model was used with the following prompt template:
37
- ```
38
  ### Instruction:
39
- You are a helpful assistant for claim extraction from Reddit comments. A claim is a statement that expresses a point of view or a conclusion that a speaker believes is true, it can be presented as a pure opinion or supported by evidence. You'll get a Reddit comment as input text, and you have to extract all the claims that the comment contains. Together with the comment, you will also have the submission that opened the thread and the parent comment (if different from the submission), to provide you with more context, but you should focus on the comment itself to extract the claims and make sure that the extracted claim conveys the same opinion expressed in the comment.
40
- If the claim is referring to something or someone implicitly, you should use the information from the comment and its context to rephrase the claim in a more explicit and clear way, so that one can understand it as it is, without needing additional context. Make sure to remove from the extracted claims any irrelevant information, like greetings or expressions like 'I think' or 'I believe that'.
41
- You should put the output in a JSON object with the key 'claims' referring to a list of strings, each string being a claim extracted from the input text. The list should be empty if you haven't found any claim in the input text.
 
 
 
 
 
 
 
42
 
43
  ### Context:
44
  Submission:
@@ -76,8 +89,5 @@ If you use this model in your research, please cite the following paper:
76
  TBD
77
  ```
78
 
79
- ## License
80
- This model is licensed under [insert license].
81
-
82
  ## Contact
83
  For questions or issues, please contact [Matteo Santelmo](https://github.com/matteosantelmo) at [email protected].
 
1
+ ---
2
+ language:
3
+ - en
4
+ metrics:
5
+ - bertscore
6
+ ---
7
  # Mistral-7B-Instruct-v0.3 Claims Extraction Model
8
 
9
  ## Model Description
 
40
 
41
  ### Input Format
42
  The model was used with the following prompt template:
43
+ ```txt
44
  ### Instruction:
45
+ You are a helpful assistant for claim extraction from Reddit comments. A claim is a statement that expresses a point of view or a conclusion
46
+ that a speaker believes is true, it can be presented as a pure opinion or supported by evidence. You'll get a Reddit comment as input text,
47
+ and you have to extract all the claims that the comment contains. Together with the comment, you will also have the submission that opened
48
+ the thread and the parent comment (if different from the submission), to provide you with more context, but you should focus on the comment
49
+ itself to extract the claims and make sure that the extracted claim conveys the same opinion expressed in the comment.
50
+ If the claim is referring to something or someone implicitly, you should use the information from the comment and its context to rephrase
51
+ the claim in a more explicit and clear way, so that one can understand it as it is, without needing additional context. Make sure to remove
52
+ from the extracted claims any irrelevant information, like greetings or expressions like 'I think' or 'I believe that'.
53
+ You should put the output in a JSON object with the key 'claims' referring to a list of strings, each string being a claim extracted from the input text.
54
+ The list should be empty if you haven't found any claim in the input text.
55
 
56
  ### Context:
57
  Submission:
 
89
  TBD
90
  ```
91
 
 
 
 
92
  ## Contact
93
  For questions or issues, please contact [Matteo Santelmo](https://github.com/matteosantelmo) at [email protected].