ALE "Gutenberg Children Books" 2019-04-02 500_clusters

"Gutenberg Children Books" corpus, new "LG-E-noQuotes" dataset (GC_LGEnglish_noQuotes_fullyParsed.ull),
trash filter off: min_word_count = 31,21,11,6,2,1, max_sentence_length off, Link Grammar 5.5.1
.
Server 94, fresh clone of singnet repository, fresh ull environment ~ 2018-03-18;
previous results /88/ULL/output/cALEd-500-GCB-LG-E-noQuotes-2019-04-02 - with older ull environment dated ~ 2019-01-25

This notebook is shared as static cALEd-500-GCB-LG-E-noQuotes-S94-2019-04-02.html.
Output data shared via cALEd-500-GCB-LG-E-noQuotes-S94-2019-04-02 directory.

Basic settings

In [1]:
import os, sys, time
module_path = os.path.abspath(os.path.join('..'))
if module_path not in sys.path: sys.path.append(module_path)
from src.grammar_learner.utl import UTC, test_stats
from src.grammar_learner.read_files import check_dir, check_corpus
from src.grammar_learner.write_files import list2file
from src.grammar_learner.widgets import html_table
from src.grammar_learner.pqa_table import table_rows, params, wide_rows
tmpath = module_path + '/tmp/'
check_dir(tmpath, True, 'none')
start = time.time()
runs = (1,1)
print(UTC(), ':: module_path:', module_path)
2019-04-02 15:17:19 UTC :: module_path: /home/obaskov/94/language-learning

Corpus test settings

In [2]:
corpus = 'GCB' # 'Gutenberg-Children-Books' 
dataset = 'LG-E-noQuotes'  # 'LG-E-clean'
kwargs = {
    'left_wall'     :   ''          ,
    'period'        :   False       ,
    'context'       :   1           ,   # 1: connector-based word space
    'min_word_count':   1           ,   # 31,21,11,6,1
    'word_space'    :   'sparse'    ,
    'clustering'    :   ['agglomerative', 'ward'],
    'clustering_metric' : ['silhouette', 'cosine'],
    'cluster_range' :   [500]        ,
    'top_level'     :   0.01        ,
    'grammar_rules' :   2           ,   # disjunct-based grammar rules
    'max_disjuncts' :   1000000     ,   # off
    'stop_words'    :   []          ,
    'tmpath'        :   tmpath      ,
    'verbose'       :   'log+'      ,
    'template_path' :   'poc-turtle',
    'linkage_limit' :   1000        }
rp = module_path + '/data/GCB/LG-E-noQuotes/GC_LGEnglish_noQuotes_fullyParsed.ull'
cp = rp  # corpus path = reference_path
out_dir = module_path + '/output/' + 'cALEd-500-GCB-LG-E-noQuotes-S94-' + str(UTC())[:10]
print(UTC(), '\n', out_dir)
2019-04-02 15:17:19 UTC 
 /home/obaskov/94/language-learning/output/cALEd-500-GCB-LG-E-noQuotes-S94-2019-04-02

Tests: min_word_count = 31, 21, 11, 6, 2, 1

In [3]:
%%capture
table = []
line = [['', corpus, dataset, 0, 0, 'none']]
kwargs['min_word_count'] = 31
a, _, header, log, rules = wide_rows(line, out_dir, cp, rp, runs, **kwargs)
header[0] = ''
table.extend(a)
In [4]:
display(html_table([header] + a)); print(test_stats(log))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---50031---0.061%54%0.63[264, 217, 157, 148, 134]
Cleaned dictionary: 3341 words, grammar learn time: 00:05:59, grammar test time: 00:22:23
In [6]:
display(html_table([header] + a)); print(test_stats(log))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---50021---0.064%57%0.65[332, 303, 264, 234, 208]
Cleaned dictionary: 4417 words, grammar learn time: 00:06:22, grammar test time: 00:22:46
In [8]:
display(html_table([header] + a)); print(test_stats(log))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---50011---0.067%60%0.68[384, 378, 344, 313, 271]
Cleaned dictionary: 6866 words, grammar learn time: 00:10:07, grammar test time: 00:23:55
In [12]:
display(html_table([header] + a)); print(test_stats(log))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---5006---0.069%62%0.7[824, 453, 444, 399, 364]
Cleaned dictionary: 10053 words, grammar learn time: 00:19:37, grammar test time: 00:26:07
In [16]:
display(html_table([header] + a)); print(test_stats(log))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---5002---0.069%64%0.7[2729, 1318, 1212, 608, 518]
Cleaned dictionary: 19326 words, grammar learn time: 01:36:15, grammar test time: 00:25:46
In [20]:
display(html_table([header] + a)); print(test_stats(log))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---5001---0.068%63%0.69[5292, 1438, 823, 821, 649]
Cleaned dictionary: 22641 words, grammar learn time: 02:22:24, grammar test time: 00:24:51

Save results

In [21]:
display(html_table([header] + table))
CorpusParsingSpaceLinkageAffinityG12nThresholdRulesMWCNNSIPAPQF1Top 5 cluster sizes
GCBLG-E-noQuotescALWEdwardeuclideannone---50031---0.061%54%0.63[264, 217, 157, 148, 134]
GCBLG-E-noQuotescALWEdwardeuclideannone---50021---0.064%57%0.65[332, 303, 264, 234, 208]
GCBLG-E-noQuotescALWEdwardeuclideannone---50011---0.067%60%0.68[384, 378, 344, 313, 271]
GCBLG-E-noQuotescALWEdwardeuclideannone---5006---0.069%62%0.7[824, 453, 444, 399, 364]
GCBLG-E-noQuotescALWEdwardeuclideannone---5002---0.069%64%0.7[2729, 1318, 1212, 608, 518]
GCBLG-E-noQuotescALWEdwardeuclideannone---5001---0.068%63%0.69[5292, 1438, 823, 821, 649]
In [22]:
print(UTC(), ':: 6 tests finished, elapsed', str(round((time.time()-start)/3600.0, 1)), 'hours')
table_str = list2file(table, out_dir + '/all_tests_table.txt')
print('Results saved to', out_dir + '/all_tests_table.txt')
2019-04-02 22:23:58 UTC :: 6 tests finished, elapsed 7.1 hours
Results saved to /home/obaskov/94/language-learning/output/cALEd-500-GCB-LG-E-noQuotes-S94-2019-04-02/all_tests_table.txt