Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
data:concrete_nouns_categorization [2008/01/20 15:08] alexlenci |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Task 1.a: Concrete Nouns Categorization ====== | ||
| - | |||
| - | ==== Introduction ==== | ||
| - | |||
| - | The goal of the sub-task is to group concrete nouns into semantic categories. | ||
| - | |||
| - | The {{concnouns.categorization.dataset.tar.gz |data set}} consists of 44 concrete nouns, belonging to 6 semantic categories (four animates and two inanimates). The nouns are included in the feature norms described in McRae et al. (2005) (cf. [[comparison_with_speaker-generated_features|Task3]]). | ||
| - | |||
| - | |||
| - | ==== Task Operationalization ==== | ||
| - | |||
| - | We operationalize concrete nouns categorization as a clustering task. Since the data set is organized hierarchically, | ||
| - | we will run three clustering experiments, | ||
| - | |||
| - | * **6-way clustering** - models will be tested on their ability to categorize the nouns into the most fine-grained classes of the dataset: //bird// (" | ||
| - | * **3-way clustering** - models will be tested on their ability to categorize the nouns into 3 classes: //animal// (superordinate of //bird// and // | ||
| - | |||
| - | * **2-way clustering** - models will be tested on their ability to categorize the nouns into the two top classes: //natural// (superordinate of //animal// and // | ||
| - | |||
| - | To abstract away from differences stemming from any specific clustering method, you are asked to run your experiments with the //k-means// algorithm available in [[http:// | ||
| - | |||
| - | |||
| - | ==== Task Evaluation ==== | ||
| - | |||
| - | Evaluation will be carried in two stages: | ||
| - | |||
| - | 1. **quantitative evaluation** - results will be evaluated with respect to the two measures for cluster quality available in CLUTO: //purity// and //entropy// (cf. Zhao, Y. and G. Karypis (2002), " | ||
| - | |||
| - | 2. **qualitative evaluation** - participants will be asked to perform a fine-grained error analysis, focussing on critical nouns, hard classes, etc. Details about this type of evaluation will be provided later on. | ||
| - | |||
| - | |||
| - | Back to [[Start]] | ||