Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyAI-LDN/conversational-datasets
/ functions
Functions
140 in github.com/PolyAI-LDN/conversational-datasets
⨍
Functions
140
◇
Types & classes
26
↳
Endpoints
2
Method
process
(self, example)
reddit/create_data.py:255
Method
read_batch
(contexts, responses, batch_size)
baselines/vector_based.py:359
Method
setUp
(self)
amazon_qa/create_data_test.py:66
Method
setUp
(self)
opensubtitles/create_data_test.py:37
Method
setUp
(self)
reddit/create_data_test.py:19
Method
setUpClass
Create a dummy vocabulary file.
baselines/vector_based_test.py:129
Method
tearDown
(self)
amazon_qa/create_data_test.py:70
Method
tearDown
(self)
opensubtitles/create_data_test.py:41
Method
tearDown
(self)
reddit/create_data_test.py:23
Method
tearDownClass
Delete the dummy vocabulary file.
baselines/vector_based_test.py:139
Method
test_encode_context
(self, mock_module_cls)
baselines/vector_based_test.py:17
Method
test_encode_context
(self, mock_module_cls)
baselines/vector_based_test.py:47
Method
test_encode_context
(self, mock_module_cls)
baselines/vector_based_test.py:92
Method
test_encode_context
(self, mock_module_cls)
baselines/vector_based_test.py:144
Method
test_encode_response
(self, mock_module_cls)
baselines/vector_based_test.py:30
Method
test_encode_response
(self, mock_module_cls)
baselines/vector_based_test.py:68
Method
test_encode_response
(self, mock_module_cls)
baselines/vector_based_test.py:110
Method
test_linear_paths
(self)
reddit/create_data_test.py:303
Method
test_linear_paths_with_loop
(self)
reddit/create_data_test.py:338
Method
test_linear_paths_with_self_loop
(self)
reddit/create_data_test.py:331
Method
test_linear_paths_with_stranded_threads
Check that it picks up threads whose parents are missing.
reddit/create_data_test.py:347
Method
test_long_thread
Check there is no issue with long threads (e.g. recursion limits)
reddit/create_data_test.py:363
Method
test_normalise_comment
(self)
reddit/create_data_test.py:265
Method
test_rank_responses
(self)
baselines/vector_based_test.py:183
Method
test_run
(self)
amazon_qa/create_data_test.py:73
Method
test_run
(self)
opensubtitles/create_data_test.py:44
Method
test_run
(self)
reddit/create_data_test.py:26
Method
test_run_json
(self)
amazon_qa/create_data_test.py:145
Method
test_run_json
(self)
opensubtitles/create_data_test.py:123
Method
test_run_json
(self)
reddit/create_data_test.py:124
Method
test_train
(self)
baselines/vector_based_test.py:180
Method
test_train_test
Check that it can correctly rank a simple example.
baselines/keyword_based_test.py:9
Method
test_train_test_bm25
Check that bm25 can correctly rank a simple example.
baselines/keyword_based_test.py:43
Method
test_train_test_idf
Check that the keyword with higher idf counts for more.
baselines/keyword_based_test.py:25
Method
test_train_then_rank
(self)
baselines/vector_based_test.py:211
Method
test_trim
(self)
reddit/create_data_test.py:241
Method
test_trim_do_not_split_word
(self)
reddit/create_data_test.py:247
Method
test_trim_long_word
(self)
reddit/create_data_test.py:259
Method
test_trim_string_short
(self)
reddit/create_data_test.py:253
Method
train
Train on the contexts and responses. Does nothing.
baselines/vector_based.py:268
← previous
101–140 of 140, ranked by callers