.gitignore
.pre-commit-config.yaml
DEV_PLAN.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
release_data.tar.gz
setup.py
checklist_plus/__init__.py
checklist_plus/abstract_test.py
checklist_plus/config.py
checklist_plus/config.yaml
checklist_plus/expect.py
checklist_plus/multilingual.py
checklist_plus/pred_wrapper.py
checklist_plus/test_suite.py
checklist_plus/test_types.py
checklist_plus.egg-info/PKG-INFO
checklist_plus.egg-info/SOURCES.txt
checklist_plus.egg-info/dependency_links.txt
checklist_plus.egg-info/entry_points.txt
checklist_plus.egg-info/requires.txt
checklist_plus.egg-info/top_level.txt
checklist_plus/config/text_generation/default_generation.yaml
checklist_plus/data/names.json
checklist_plus/data/wikidata.pkl
checklist_plus/data/lexicons/basic.json
checklist_plus/perturb/__init__.py
checklist_plus/perturb/base.py
checklist_plus/perturb/llm.py
checklist_plus/text_generation/__init__.py
checklist_plus/text_generation/base.py
checklist_plus/text_generation/llm.py
checklist_plus/text_generation/masked_lm.py
checklist_plus/text_generation/models.py
checklist_plus/viewer/__init__.py
checklist_plus/viewer/fake_data.py
checklist_plus/viewer/suite_summarizer.py
checklist_plus/viewer/template_editor.py
checklist_plus/viewer/test_summarizer.py
checklist_plus/viewer/viewer.py
checklist_plus/viewer/static/__init__.py
checklist_plus/viewer/static/bundle.js
checklist_plus/viewer/static/bundle.js.map
checklist_plus/viewer/static/custom.js
checklist_plus/viewer/static/extension.js
checklist_plus/viewer/static/index.js
checklist_plus/viewer/static/index.js.map
docs/Makefile
docs/make.bat
docs/requirements_doc.txt
docs/source/checklist.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
notebooks/CSV Lexicon Example.ipynb
notebooks/MFT examples.ipynb
notebooks/QQP.ipynb
notebooks/SQuAD.ipynb
notebooks/Sentiment.ipynb
notebooks/Test Suite Examples.ipynb
notebooks/Testing NER (preliminary).ipynb
notebooks/Testing.ipynb
notebooks/bad_lex.csv
notebooks/lex.csv
notebooks/other/Acquiring multilingual lexicons from wikidata.ipynb
notebooks/tutorials/1. Generating data.ipynb
notebooks/tutorials/2. Perturbing data.ipynb
notebooks/tutorials/3. Test types, expectation functions, running tests.ipynb
notebooks/tutorials/4. The CheckList process.ipynb
notebooks/tutorials/5. Testing transformer pipelines.ipynb
notebooks/tutorials/visual_sentiment_summary.gif
notebooks/tutorials/visual_suggest.gif
notebooks/tutorials/visual_summary.gif
notebooks/tutorials/visual_table_summary.gif
release_suites/qqp_suite.tar.gz
release_suites/sentiment_suite.tar.gz
release_suites/squad_suite.tar.gz
visual_interface/index.html
visual_interface/package-lock.json
visual_interface/package.json
visual_interface/tsconfig.json
visual_interface/tslint.json
visual_interface/webpack.config.js
visual_interface/webpack.config.js_build
visual_interface/webpack.config.js_dev
visual_interface/lib/embed.js
visual_interface/lib/extension.js
visual_interface/lib/index.js
visual_interface/lib/labplugin.js
visual_interface/src/index.tsx
visual_interface/src/style.css
visual_interface/src/components/App.tsx
visual_interface/src/components/suite_summarizer/SuiteSummarizer.tsx
visual_interface/src/components/suite_summarizer/viewer.tsx
visual_interface/src/components/template_editor/ExampleViewer.tsx
visual_interface/src/components/template_editor/PerTemplateEditor.tsx
visual_interface/src/components/template_editor/TemplateEditor.tsx
visual_interface/src/components/template_editor/TokenSpan.tsx
visual_interface/src/components/template_editor/viewer.tsx
visual_interface/src/components/test_summarizer/ExampleViewer.tsx
visual_interface/src/components/test_summarizer/TestResultBar.tsx
visual_interface/src/components/test_summarizer/TestSummarizer.tsx
visual_interface/src/components/test_summarizer/viewer.tsx
visual_interface/src/stores/FakeData.ts
visual_interface/src/stores/Interface.ts
visual_interface/src/stores/Utils.ts
visual_interface/src/stores/templates/Template.ts
visual_interface/src/stores/templates/TemplateStore.ts
visual_interface/src/stores/templates/TemplateToken.ts
visual_interface/src/stores/tests/SuiteStore.ts
visual_interface/src/stores/tests/TestCase.ts
visual_interface/src/stores/tests/TestResult.ts
visual_interface/src/stores/tests/TestStats.ts
visual_interface/src/stores/tests/TestStore.ts
visual_interface/src/stores/tests/TestTag.ts