Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K<n<1M
License:
napsternxg
commited on
Commit
•
cebb51f
1
Parent(s):
946738b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- apache-2.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: nyt_ingredients
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
source_datasets: []
|
16 |
+
tags:
|
17 |
+
- recipe
|
18 |
+
- ingredients
|
19 |
+
task_categories:
|
20 |
+
- token-classification
|
21 |
+
task_ids:
|
22 |
+
- named-entity-recognition
|
23 |
---
|
24 |
+
|
25 |
+
|
26 |
+
# New York Times Ingredient Phrase Tagger Dataset
|
27 |
+
|
28 |
+
Original source: https://github.com/nytimes/ingredient-phrase-tagger
|
29 |
+
|
30 |
+
From the source:
|
31 |
+
|
32 |
+
> We use a conditional random field model (CRF) to extract tags from labelled training data, which was tagged by human news assistants.
|
33 |
+
> We wrote about our approach on the [New York Times Open blog](http://open.blogs.nytimes.com/2015/04/09/extracting-structured-data-from-recipes-using-conditional-random-fields/).
|
34 |
+
> This repo contains scripts to extract the Quantity, Unit, Name, and Comments from unstructured ingredient phrases.
|
35 |
+
> We use it on Cooking to format incoming recipes. Given the following input:
|
36 |
+
|
37 |
+
```
|
38 |
+
1 pound carrots, young ones if possible
|
39 |
+
Kosher salt, to taste
|
40 |
+
2 tablespoons sherry vinegar
|
41 |
+
2 tablespoons honey
|
42 |
+
2 tablespoons extra-virgin olive oil
|
43 |
+
1 medium-size shallot, peeled and finely diced
|
44 |
+
1/2 teaspoon fresh thyme leaves, finely chopped
|
45 |
+
Black pepper, to taste
|
46 |
+
```
|