Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DeepPavlov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DeepPavlov
  • DeepPavlov
  • Merge requests
  • !483

Siam nn dev

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Glinskii requested to merge siam_nn_dev into dev Sep 27, 2018
  • Overview 38
  • Commits 60
  • Pipelines 0
  • Changes 39

Created by: puleon

  • new classes structure for siamese networks to perform ranking and paraphrase identification
  • new preprocessor class to work with data samples containing few strings for siamese networks
  • all components (including tokenizer, vocabularies and embedder) are standard and set in config
  • new model with BiLSTM, GRU and max pooling to take into account multi-turn dialogue context
  • configs for ranking on ubuntu v2 dialogue corpus with and without taking into account multi-turn context
  • new predictor class for siamese networks to work in interact mode
  • separate configs for interact mode
  • bug fix in SimpleVocabulary class
  • tests for all new configs
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: siam_nn_dev