TomatenMarc commited on
Commit
84a430d
·
1 Parent(s): 45c4743

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -45,12 +45,11 @@ definition of *information* as *facts or details about a person, company, produc
45
  Taken together, the following classes of tweets can be identified by TACO:
46
 
47
  * *Statement*, which refers to unique cases where only the *inference* is presented as *something that someone says or writes officially, or an action
48
- done to express an opinion* (see ex. 1).
49
  * *Reason*, which represents a full argument where the *inference* is based on direct *information* mentioned in the tweet, such as a source-reference
50
- or quotation, and thus reveals the author’s motivation *to try to understand and to make judgments based on practical facts* (see ex. 3).
51
- * *Notification*, which refers to a tweet that limits itself to providing *information*, such as media channels promoting their latest articles
52
- (see ex. 2).
53
- * *None*, a tweet that provides neither *inference* nor *information* (see ex. 4).
54
 
55
 
56
  In its entirety, TACO can classify the following hierarchy for tweets:
@@ -78,7 +77,7 @@ prediction = pipe("Huggingface is awesome")
78
  print(prediction)
79
  ```
80
 
81
- <a href="https://github.com/TomatenMarc/TACO/blob/main/notebooks/classifier_cv.ipynb">
82
  <blockquote style="border-left: 5px solid grey; background-color: #f0f5ff; padding: 10px;">
83
  Notice: The tweets need to undergo preprocessing before classification.
84
  </blockquote>
 
45
  Taken together, the following classes of tweets can be identified by TACO:
46
 
47
  * *Statement*, which refers to unique cases where only the *inference* is presented as *something that someone says or writes officially, or an action
48
+ done to express an opinion*.
49
  * *Reason*, which represents a full argument where the *inference* is based on direct *information* mentioned in the tweet, such as a source-reference
50
+ or quotation, and thus reveals the author’s motivation *to try to understand and to make judgments based on practical facts*.
51
+ * *Notification*, which refers to a tweet that limits itself to providing *information*, such as media channels promoting their latest articles.
52
+ * *None*, a tweet that provides neither *inference* nor *information*.
 
53
 
54
 
55
  In its entirety, TACO can classify the following hierarchy for tweets:
 
77
  print(prediction)
78
  ```
79
 
80
+ <a href="https://anonymous.4open.science/r/TACO/notebooks/classifier_cv.ipynb">
81
  <blockquote style="border-left: 5px solid grey; background-color: #f0f5ff; padding: 10px;">
82
  Notice: The tweets need to undergo preprocessing before classification.
83
  </blockquote>