joint work with earl t barr marc
play

Joint work with Earl T. Barr, Marc Brockschmidt, Santanu Dash, - PowerPoint PPT Presentation

Microsoft Research Cambridge Joint work with Earl T. Barr, Marc Brockschmidt, Santanu Dash, Mahmoud Khademi Deep Understands images/language/speech Learning Finds patterns in noisy data Requires many samples - Handling structured


  1. Microsoft Research Cambridge Joint work with Earl T. Barr, Marc Brockschmidt, Santanu Dash, Mahmoud Khademi

  2. Deep ✓ Understands images/language/speech Learning ✓ Finds patterns in noisy data Requires many samples - Handling structured data is hard - DPU ✓ Interpretable ✓ Generalisation verifiable Program Manual effort - Structure Limited to specialists -

  3. Machine Learning (ML) component → Artificial Intelligence (AI) Tool

  4. Research in ML4Code

  5. http://www.eclipse.org/recommenders/ https://visualstudio.microsoft.com/services/intellicode/

  6. public class TextRunnerTest extends TestCase { void execTest(String testClass, boolean success) throws Exception { ... InputStream i = p.getInputStream(); while (( i .read()) != -1); ... } ... } Suggested Name input (81.9%)

  7. Predicting Program Properties from Code Deep Learning Type Inference V. Raychev, M. Vechev, A. Krause. 2015 V. Hellendoorn, C. Bird, E.T. Barr, M. Allamanis. 2018 http://jsnice.org/

  8. Variable Misuse Allamanis et al. “ Learning to Represent Programs with Graphs”. 2018

  9. Defined Types string string

  10. Allamanis, Brockschmidt, Khademi. ICLR 2018

  11. int int int int int int int int for (int i = 0; i < lim; i++) for (int i =0; < ; ++) if (arr[i] > 0) if ( [ ]>0) sum += arr[i]; += [ ]; return return

  12. ExpressionStatement Assert.NotNull(clazz); Next Token InvocationExpression AST Child MemberAccessExpression ArgumentList ( … Assert . NotNull

  13. (x, y) = Foo(); Last Write while (x > 0) Last Use Computed From x = x + y;

  14. int int int int for (int i =0; < ; ++) if ( [ ]>0) += [ ]; return ~900 nodes/graph ~8k edges/graph

  15. A A B B C C D D E E G G F F Li et al (2015). Gated Graph Sequence Neural Networks. Gilmer et al (2017). Neural Message Passing for Quantum Chemistry.

  16. F D D F E F E F

  17. F D D F E F E F Li et al (2015). Gated graph sequence neural networks.

  18. • node selection • node classification • graph classification Li et al (2015). Gated Graph Sequence Neural Networks. Gilmer et al (2017). Neural Message Passing for Quantum Chemistry. https://github.com/Microsoft/gated-graph-neural-network-samples

  19. A B C D E G F

  20. A B C D E G F

  21. Accuracy (%) BiGRU BiGRU+Dataflow GGNN Seen Projects 50.0 73.7 85.5 Seen Projects: 24 F/OSS C# projects (2060 kLOC): Used for train and test 3.8 type-correct alternative variables per slot (median 3, σ = 2.6)

  22. Accuracy (%) BiGRU BiGRU+Dataflow GGNN Seen Projects 50.0 73.7 85.5 Unseen Projects 28.9 60.2 78.2 Seen Projects: 24 F/OSS C# projects (2060 kLOC): Used for train and test Unseen Projects: 3 F/OSS C# projects (228 kLOC): Used only for test 3.8 type-correct alternative variables per slot (median 3, σ = 2.6)

  23. Dash, Allamanis, Barr. FSE 2018

  24. def addToCart(productId, providerId, cartId) username := password temperature + numOfOranges

  25. Defined Types string string

  26. string EncryptAndSignCookie( string cookieValue, FormsAuthenticationConfiguration config) { string encryptedCookie = config.CryptographyConfiguration.EncryptionProvider.Encrypt(cookieValue); var hmacBytes = GenerateHmac(encryptedCookie, config); string hmacString = Convert.ToBase64String(hmacBytes); return hmacString + encryptedCookie; }

  27. def return

  28. def string

  29. def def string

  30. Full name of node or constant value in bepuphysics damping, SuspensionDamping, starchDamping, dampingConstant, angularDamping, LinearDamping currentDistance, distance3, candidateDistance, pointDistance, distanceFromMaximum, grabDistance, VariableLinearSpeedCurve::GetDistance, tempDistance goalVelocity, driveSpeed, GoalSpeed minRadius, MinimumRadius, Radius, minimumRadiusA, WrappedShape::ComputeMinimumRadius, topRadius, MaximumRadius, graphicalRadius, TransformableShape::ComputeMaximumRadius blendedCoefficient, KineticFriction, dynamicCoefficient,KineticBreakingFrictionCoefficient angle, myMaximumAngle, MinimumAngle, currentAngle, MaximumAngle, steeringAngle, MathHelper::WrapAngle targetHeight, Height, ProneHeight, crouchingHeight, standingHeight Mass, effectiveMass, newMassA, newMass M22, m11, M44, resultM44, M43, intermediate, m31, X, Y, Z

  31. UI/UX ML Capabilities Metrics Low resources

  32. Learning Signals target prediction input data 𝑦 𝑔 𝜄 (𝑦) model of problem Given dataset • 𝑦 1 , 𝑧 1 , … , 𝑦 𝑂 , 𝑧 𝑂 1 Minimize Loss ℒ 𝜄 = • 𝑂 σ 𝑗 𝑀 𝑔 𝜄 𝑦 𝑗 , 𝑧 𝑗

  33. Slides at: http://web.cs.ucdavis.edu/~su/SteeleSplash2016.pdf

  34. Towards Learned Program Analyses with Machine Learning Reasoning over Rich Structures Learning from Human Aspects of Code miltos1 https://miltos.allamanis.com Deep Program Understanding Cambridge, UK

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend