Commit
·
84a430d
1
Parent(s):
45c4743
Update README.md
Browse files
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
|
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 |
-
|
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://
|
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>
|